/* CSS Document */
/* Stylesheet für die Webseite Profilbildung */
/* bestehend aus drei Haupdiv´s, getrennt durch Linien*/

/*
	Benutzte Farben
	#FFFFCC	- Hintergrundfarbe body
	#FFCC33 - Hintergrundfarbe Navigation/Kontakt
	#B75B00 - Text-Farbe der Navigation
	#FFCC33 - Hintergrundfarbe Kopf/Fuss 
	#FFCC66 - Hintergrundfarbe Content
	#FFCC33 - Hintergrundfarbe Forschung (dunkleres Blau) Vordergrund Link
	#CCCCCC	- Hintergrundfarbe Forschung (helleres Blau) Hintergrund Link
	#FFCC33 - Hintergrundfrabe Entwicklung (dunkleres violett) Vordergrund Link
	#FFCC99 - Hintergrundfrabe Entwicklung (dunkleres violett) Hintergrund Link
*/

html, body {
	background-color:#FFFFCC;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: normal;
	padding:0;
	margin:0; 

}

/*--------------------------------------------Navigation-----------------------------------------------*/

/*alle Navi-Bereiche umfassendes Div*/
#navigation {
	width:180px;
	background-color: #FFCC33;
	position:absolute;
	top:0px;
	margin:10px;
	padding:0px;
	z-index:4;
	left:0px;
}

#navitop {
	height:25px;
	background-image: url(../images/Ecke20oben.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	/*zur richtigen Darstellung im IExplorer*/
	line-height:0px;
	font-size: 1px;
}

/*.............................................navicontent................................................*/

#navicontent {
	margin:0px;
	padding:0px;
}

#navicontent ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#navicontent ul li {
	margin:0px;
	padding:0px;
}

#navicontent li a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:90%;
	color: #B75B00;
	text-align:center;
	display:block;
	width:178px;
	border:1px solid #FFFFFF;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	margin:0px;
	padding:0px;
}

#navicontent li a:hover{
	background-color:#FFFF66;
	text-decoration:none;
	/*Ränder*/
	border:1px solid #000;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	margin:0px;
	padding:0px;
}
/*Untermenue*/


li.menuecontainer {
	position:relative;
}

li.menuecontainer ul{
	position:relative;
}

li.menuecontainer>ul{
	position:relative;
}

.untermenue {
	background-color:#FFFF99;
}

/*hover anweisungen*/

li.menuecontainer:hover { 
	z-index:10; 
	}
	
ul ul, li:hover ul ul {
		display:none;
	}

li:hover ul, li:hover li:hover ul {
		display:block;
		font-weight: normal;
		font-size:85%;	
	}	

/*.............................................naviEntwicklung..............................................*/

#naviEntwicklung {
	margin:0px;
	padding:0px;
	background-color: #FFCC33;
}

#naviEntwicklung ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#naviEntwicklung ul li {
	margin:0px;
	padding:0px;
}

#naviEntwicklung li a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:90%;
	color: #202020;/*#B75B00*/
	text-align:center;
	display:block;
	width:178px;
	height:20px;
	line-height:20px;
	border:1px solid #FFFFFF;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	margin:0px;
	padding:0px;
}

#naviEntwicklung li a:hover{
	background-color:#FFCC99;
	text-decoration:none;
	/*Ränder*/
	border:1px solid #000;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	margin:0px;
	padding:0px;
}

/*......................................naviForschung.....................................................*/

#naviForschung {
	margin:0px;
	padding:0px;
	background-color: #FFCC33;
}

#naviForschung ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#naviForschung ul li {
	margin:0px;
	padding:0px;
}

#naviForschung li a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:90%;
	color: #202020;/*B75B00*/
	text-align:center;
	display:block;
	width:178px;
	height:20px;
	line-height: 20px;
	border:1px solid #FFFFFF;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	margin:0px;
	padding:0px;
}

#naviForschung li a:hover{
	background-color:#CCCCCC;
	text-decoration:none;
	/*Ränder*/
	border:1px solid #000;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	margin:0px;
	padding:0px;	
}

/*.............................................Literatur..............................................*/

#naviForschung {
	margin:0px;
	padding:0px;
	background-color: #FFCC33;
}

#naviLiteratur ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#naviLiteratur ul li {
	margin:0px;
	padding:0px;
}

#naviLiteratur li a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:90%;
	color: #B75B00;/*B75B00*/
	text-align:center;
	display:block;
	width:178px;
	height:20px;
	line-height: 20px;
	border:1px solid #FFFFFF;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	margin:0px;
	padding:0px;
}

#naviLiteratur li a:hover{
	background-color:#FFFF66;
	text-decoration:none;
	/*Ränder*/
	border:1px solid #000;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	margin:0px;
	padding:0px;	
}


/* ......................................................................................................*/

#navibottom {
	height:25px;
	background-image: url(../images/Ecke20unten.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	/*zur richtigen Darstellung im IExplorer*/
	line-height:0px;
	font-size: 1px;
}

/*------------------------------------------------Spacer----------------------------------------------*/

#spacer {
	height:15px;
	background-color: #FFFFCC;
}

/*------------------------------------------------Kontakt----------------------------------------------*/

#kontakt {
	background-color: #FFCC33;
	position:relative;
	/*top:260px;*/
	left:0px;
	margin:0px;
	padding:0px;
	z-index:3;
	width:180px;
}

#kontakt a {
	text-decoration: none;
}

#kontakt a:hover {
	text-decoration: none;
}

#kontakttop {
	height:25px;
	background-image: url(../images/Ecke20oben.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	/*zur richtigen Darstellung im IExplorer*/
	line-height:0px;
	font-size: 1px;
}

#kontaktcontent{
	font-family: Tahoma, sans-serif;
	font-size: 60%;
	color: #000066;
	text-align: left;
	margin:0px;
	padding:9px;
}

#unilogo{
	text-align:center;
	margin:0px;
	padding:0px;
}

#kontaktbottom{
	height:25px;
	background-image:url(../images/Ecke20unten.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	/*zur richtigen Darstellung im IExplorer*/
	line-height:0px;
	font-size: 1px;
}

/*----------------------------------------------Content/Inhalt-----------------------------------------*/

/* allen Inhalt umfassendes div */
#inhalt {
	width: 760px;
	text-align: left;
	position: absolute;
	left: 205px;
	top: 10px;
	margin: 0px;
	padding:0px;
	z-index: 2;
}

/* Kopfbereich mit Eck-Grafiken */
#kopf {
	background-color: #FFCC33;
	padding: 10px 0px 5px 60px;
	margin:0px;
	background-image: url(../images/ContentOben.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/*Überschrift Kopfbereich*/
#kopf h1 {
	font-family: Tahoma, sans-serif;
	color: #B75B00;
	font-weight: bold;
	font-size: 140%;
	line-height: 140%;
}

/*Logo-Projekt Breite:162px Höhe:162*/
#logo {
	background-image:url(../images/LogoPB.gif);
	position:absolute; /*wenn mit relative  kann Explorer ebenen nicht korrekt darstellen*/
	float: right;
	top: 10px;
	right:10px;
	width:165px;
	height:168px;
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
}

/*Content-Bereich (Inhalt)*/
#content {
	background-color: #FFCC66;
	padding: 10px 0px 10px 0px;
	/*background-image: url(../images/BRB_Orange.gif); /* url(../images/BRB_Orange.gif); 
	background-repeat: no-repeat;
	background-position: center; /* background-position: center; */
	/*background-attachment:scroll;*/
	/*min-height:650px; 	/* wichtig: damit kann man ein Hintergrundbild vollständig anzeigen (nicht IE), auch wenn kein Inhalt drin ist */
}

#content hr {
	width:79px;
	text-align:center;
}

#content .wasser {
	font-family: Tahoma, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

#content h1 {
	margin: 0px 0px 15px 60px;
	letter-spacing: 1pt;
	color: #987A3D;
	/*font-size: 140%;
	line-height:140%;*/
	font-weight: bold;
}

#content h2 {
	margin: 0px 0px 12px 60px;
	color: #663300;
	/*font-size: 115%;
	line-height:115%;*/
	font-weight: bold;
}

#content h3{
	margin: 0px 0px 10px 60px;
	color: #987A3D;
}

#content p {
	line-height: 115%;
	color: #000000;
	font-size: 105%;
	margin: 10px 50px 10px 60px;
	text-align: justify;
}

#content ul li {
	margin: 0px 0px 0px 60px;
}

#content table {
	margin: 0px 0px 0px 60px;
}

.bilder {	
	margin:0px;
	padding:0px;
}

/* Gestaltung der Links */
#content a {
	text-decoration: none;
	border-bottom: 1px solid #B79348; /*text decoration*/
	background-color: transparent;
	color: #900;
	font-weight: bold;
}

#content a:visited {
	text-decoration: none;
	color: #450000;
}

#content a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #f00;
}

#content a:active {
	text-decoration: none;
	background-color: transparent;
	color: #f00;
}

#content a:focus {
	text-decoration: none;
	background-color: transparent;
	color: #f00;
}


/* Fuss-Bereich */
#fuss {
	background-color: #FFCC33;
	color: #000;
	padding: 1px 0px;
	font-family: Tahoma, sans-serif;
	font-size: 70%;
	font-style: normal;
	text-align: center;
	background-image:	url(../images/ContentUnten.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom:10px;
}

#fuss a {
	text-decoration: none;
}

#fuss a:hover {
	text-decoration: none;
}

#uebergangKopf {
	background-image: url(../images/UebergangKopfNormal.gif);
	height:20px;
}

#uebergangFuss {
	background-image: url(../images/UebergangFussNormal.gif);
	height:20px;
}
