body 	{
	background: url(/_img/background.gif) repeat-y;
	
	
}
#content_container 
		{	background: url(/_img/bildmitlogo.gif) no-repeat;
			
		}
	/*  Headerbereich */
#header {
	background: url(/_img/campus.jpg) no-repeat;
	

}
 	/* Bereichsnavigation */
#hauptnavi {
   	background-color: #D7EbF6;
	
}

#hauptnaviup                                                                
{
   	background-color: #1a7eb2;
	
}

	/* Pulldownmenue rechts ab der 3.Ebene*/
.selects {
 	background-color: #D7EbF6;
}
	/* Bereichsfarbe*/
.layoutcolor{
	background-color:#D7EbF6;
	color: #000000;
}
	/* table ueberschrift background color */
 table.fine th {
 background-color: #D7EbF6;
 color: #000000;
}	
	/* Fusszeile */
#footer {
	background-color: #D7EbF6;
}	

	/* Navigationsliste im Inhaltsbereich mit Naviwuerfel */
#navilistext{
	list-style-image:url(/_img/linkexternicon.gif);
	margin-left: 2px;
	padding-left:2px;
	font-weight: bold;
	line-height:1.6em;
	list-style-position:inside;
	
	
}
/* Hauptlinks in der Navigationsliste, bleiben schwarz*/
#navilistext  li a:link,#navilistext li a:visited, #navilistext li a:active{
	color:#000000;
	background: transparent;
   	text-decoration: none;
}
#navilistext li a:hover{
	color:#000000;
	background: transparent;
   	text-decoration: underline;
}
	/* positionierung fuer die Zusatzlinks in der Navigationsliste*/
.navzus{
	position: absolute;
	left:330px;
	font-weight:normal;
	white-space:nowrap;
}

.blue{
 	color: #006699;
 	background: transparent;
	}
	/* Zusatzlinks in der Navigationsliste*/
#navilistext li a:link.blue {
 	color: #006699;
 	background: transparent;
}

	/* Zusatzlinks in der Navigationsliste - bereits besuchte links */
#navilistext li a:visited.blue {
 	color: #003399;
 	background: transparent;
}

	/* Zusatzlinks in der Navigationsliste - links während der Anwender mit der Maus darüber fährt */
#navilistext li a:hover.blue {
 	float:none;
 	width: auto;
 	color: #003399;
 	background: #EFEFEF;
 	height: auto;
 	text-decoration: underline;
}
 
 	/* Zusatzlinks in der Navigationsliste - gerade aktivierte links */
#navilistext li a:active.blue {
 	color: #006699;
 	background: transparent;
}
.textklein{
	font-size: smaller;
}


