/* CSS-Datei fuer die Domain www.uni-stuttgart.de */
/* Bitte beachten Sie das Impressum http://www.uni-stuttgart.de/impressum/ */
/* Diese Datei standard_xhtml_2.0.css liegt zentral und darf nicht kopiert werden */
/* Dieses Dokument wurde als CSS2.1 validiert */


*  {
	margin: 0;
	padding: 0;
	border: 0 solid;
}


body {
	font: 1.0em Arial, Helvetica, sans-serif;
	background: none;
	

}


/* Listenhöhe */

li 	{
	line-height: 150%;
	}







/* Globale Navigation oben (sitemap, home, kontakt, suche) */
#globalnavi{
	display:none;
}





/* Headerbereich */
#header {
	border:none;
	background:none;
	display:none;
	
	}
#printlogo{visibility: visible;}
#printlogo img {visibility: visible;}

#portalueberschrift{	
	visibility:visible;
	margin-left:0px;
	width:auto;
	height:auto;
	color:#000000;
	padding-top:0px;
	
	}
#startseite{
	display:none;
}

#leftnavibox {
	visibility:hidden;
	
	}




#hauptnavi {
	display:none;


	}

#breadcrumb
	{
 	display:none;
	}




#container {
	color: #000;
	background: none!important;
	width:auto;
	border:none;
	margin-top:50px;
	}

#main { color: #000;
	width:100%;
	
	}




/* Floatende rechte Spalte */
#navirechts {
	padding-top: 50px;
	display:none;
	visibility:hidden;
	
	}

#direktzu{
	display:none;
}

#termine {
   	
	visibility:hidden;
	margin-top: 0px;
   	
 	
	}


#content {
	display: block;
	margin: 0 0 0 0;
	width:100%;
	}

#text {
	position: relative;
	display: block;
	padding-top:20px;
	color: #000000;
	
	}



#text a:link{
	text-decoration:none;
	color: #000000;
	}
#text a:visited{
	text-decoration:none;
	color: #000000;
	}
#text a:hover{
	color: #000000;
	text-decoration:underline;
	}
#text a:active{
	text-decoration:none;
	color:#000000;
	}

#text h1{
	color: #000000;
	font-size:120%;
	margin-bottom:8px;
	border:none;
	}

#text h2,h3,h4,h5,h6{
	color: #000000;
	font-size:110%;
	font-weight:bold;
	margin-bottom:8px;

	}
#text h1 a:link,#text h2 a:link,#text h3 a:link,#text h4 a:link,#text h5 a:link,#text h6 a:link{
	text-decoration:none;
	color:#000000;
	
	}
#text h1 a:visited,#text h2 a:visited,#text h3 a:visited,#text h4 a:visited,#text h5 a:visited,#text h6 a:visited{
	text-decoration:none;
	color:#000000;
	
	}
#text h1 a:hover,#text h2 a:hover,#text h3 a:hover,#text h4 a:hover,#text h5 a:hover,#text h6 a:hover{
	color:#000000;
	text-decoration:none;
	}
#text h1 a:active,#text h2 a:active, #text h3 a:active,#text h4 a:active,#text h5 a:active,#text h6 a:active{
	text-decoration:none;
	color:#000000;
	}
/* Horizontale Linien im Contentbereich*/

#text hr{

	height:0;
	border-bottom:1px dashed #cccccc;
	clear:left;
	margin-top:8px;
	margin-bottom:8px;
	padding-top:5px;
	padding-bottom:5px;
	} 


/* Bild links platziert, wird vom Text umflossen */
#text img.bildlinks {
	
	float:left;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	border: 1px solid #eeeeee;
	}

/* Bild rechts platziert, wird vom Text umflossen */
#text img.bildrechts {
	
	float:right;
	margin-top:0px;
	margin-left:10px;
	margin-right:0px;
	margin-bottom:0px;
	border: 1px solid #eeeeee;
	}
							
#text h5{margin-top:6px;}

					

#text p{
	margin-top:0px;
	margin-bottom:8px;
	}

#text p.anker{
	text-align:right;
	padding-bottom:10px;
	}

/* Listen */
#text ul{


	list-style-image:url(https://www.uni-stuttgart.de/res/img/wuerfel_black.gif) ;
	padding-left:14px;
	margin-top:20px;
	margin-bottom: 20px;

}
/* Listen */
#text ol{

	margin-top:20px;
	margin-bottom: 20px;
	padding-left:20px;
	

}

/* tabellenformatierung */
#text table {
 	font-family: Arial, Helvetica, sans-serif;
	 color : #000000;
 	border-color : #eeeeee;
 	background : #f0f0f0;
 	border-collapse:collapse;
 	margin-top:20px;
	margin-bottom:20px;
 }

 	/* tabellenzelleformatierung - ueberschrift*/	   
#text table th {
 	font-family: Arial, Helvetica, sans-serif;
 	color : #666666;
 	border-color : #cccccc;
 	border-style : solid;
 	border-width : 1px;
 	text-align: center;
	background-color: #eeeeee;
	padding-top: 2px;
	padding-bottom: 2px;
 		 
}	

/* tabellenzelleformatierung - tabellenzelle*/	 
#text table td {
 	font-family: Arial, Helvetica, sans-serif;
 	color : #000000;
 	background : #ffffff;
 	border-color : #eeeeee;
 	border-style : solid;
 	border-width : 1px;
 	padding : 4px;
 
 }
#text form{
	background-color: #f0f0f0;
   	padding: 8px;
   	border: 1px solid #cccccc;
	width: 50%;
}

#text form label {
   	display: block; /* Beschriftung auf eigener Zeile */
   	
	
}

#text input,#text textarea{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
}



/* klasse "externerlink", bei externen Links wird der linkexternicon.gif eingefügt*/


a:link.externerlink{
	text-decoration:none;
	background: url(https://www.uni-stuttgart.de/res/img/linkexternicon_klein.gif) no-repeat transparent 1px 6px;
	color:#3E4662;
	padding-left: 13px;
   	padding-right: 3px;	
	}
a:visited.externerlink{
	text-decoration:none;
	background: url(https://www.uni-stuttgart.de/res/img/linkexternicon_klein.gif) no-repeat transparent 1px 6px;
	color:#3E4662;
	padding-left: 13px;
   	padding-right: 3px;	
	}
a:hover.externerlink{
	color:#eb690a;
	background: url(https://www.uni-stuttgart.de/res/img/linkexternicon_klein.gif) no-repeat transparent 1px 6px;
	text-decoration:underline;
	padding-left: 13px;
   	padding-right: 3px;	
	}
a:active.externerlink{
	text-decoration:none;
	background: url(https://www.uni-stuttgart.de/res/img/linkexternicon_klein.gif) no-repeat transparent 1px 6px;
	color:#3E4662;
	padding-left: 13px;
   	padding-right: 3px;	
	}	  


.rus-accordion .ui-accordion-content {
	display: block !important;
}




.clearb {
	display: block;
	clear: both;
}

#footer {
	visibility:hidden;
	
	}






			


