body 	{
<!--#if expr="\"$HTTPS\" = \"on\"" -->
	background: url(https://www.uni-stuttgart.de/res/organisation/img/background.gif) repeat-y;
<!--#else -->
	background: url(http://www.uni-stuttgart.de/res/organisation/img/background.gif) repeat-y;
<!--#endif -->
	}
#content_container 
		{	background: url(../img/additonallogo.jpg) no-repeat;
			
		}
	/*  Headerbereich */
#header {
<!--#if expr="\"$HTTPS\" = \"on\"" -->
	background: url(https://www.uni-stuttgart.de/res/organisation/img/campus.jpg) no-repeat;
<!--#else -->
	background: url(http://www.uni-stuttgart.de/res/organisation/img/campus.jpg) no-repeat;
<!--#endif -->
	

}
 	/* Bereichsnavigation */
#hauptnavi {
   	background-color: #CBE7EF;
	
}
	/* Pulldownmenue rechts ab der 3.Ebene*/
.selects {
 	background-color: #CBE7EF;
}
	/* Bereichsfarbe*/
.layoutcolor{
	background-color:#CBE7EF;
	color: #000000;
}
	/* table ueberschrift background color */
 table.fine th {
 background-color : #CBE7EF;
 color: #000000;
}	
	/* Fusszeile */
#footer {
	background-color: #CBE7EF;
}

/* Änderung, weil keine rechte Spalte */

#content {	
	margin-right:15px;
}

#navirechts {visibility:hidden;}
