/* ##############
Farben:
a80f4f	Weinrot
666600	altes Grün
e9bac1	Rosa (2. Balken)
DFDFDF	helles Grau (Background für Menüspalte)
000000	Schwarz - Text Quicklinks
999999	dunkleres Grau - Text in Grau
ffffff	weiß - Text Menübalken
############# */
html,body{
	padding:0px;
	margin: 0px;
}

#logo_uni{position:relative; top: 0px; left:0px;}
/* #logo_kup{position:absolute; top: 4px; right:0%;} */
#logo_kup{float:right;}
#logo_uni img{width:142px; height:40px; border:none;}
#logo_kup img{width:126px; height:56px; border:none;}

#NavLeiste1,#NavLeiste2,#MENUSPALTE,#MENUSPALTE2, .noprint{display:none;}
#PATHINFO a:hover, #PATHINFO a.current, #PATHINFO a:active, #PATHINFO a:focus{
	text-decoration:underline;
}
#PATHINFO{
	position:absolute;
	top: 112px;
	right:10px;
	display: block;
	height:12px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font:normal 9px/11px Arial, Helvetica, sans-serif;
}
#PATHINFO a{
	color: #999999;
	padding: 0em 0.1em 0em 0.1em;
	text-decoration: none;
	margin: 0px;
}
#Content{
/*	position:relative;
	top:100px;
	left:0px;
	display: block; */
	border: 0px;
	margin: 0px;
	padding:0px;
	width:100%;
	z-index:1;
}

