@CHARSET "UTF-8";

/*
globale Definitionen
*/
	
body 		{
			background-color: #ffffff;
			font-size: 10px;
			color: #000000;
	  		}
	  
hr			{
			width: 680px;
			height: 1px;
			color: #000000;
			background: #000000;
			border: none;
			}	  


strong		 {
			 font-family: verdana;
			 font-weight: bold;
			 font-size: 11px;
			 margin-bottom: 0px;
			 }
			 
img		 {
			 border: none;
			 }
			 


				
/*
Angaben zu Blockelementen
*/

			 
p			{
			 margin-top: 0px; 
			 }  

				  
	  
/*
Link Definitionen
*/
		  
a:link 	 	 {
			  font-size: 12px;
			  color: #000000;
			  font-weight: normal;
			  text-decoration: none;
	 		  font-family: verdana;
	 		  }
	  
	  
	  	  		  
a:visited 	 {
			  font-size: 12px;
			  color: #999999;
			  font-weight: normal;
			  text-decoration: none;
			  font-family: verdana;
			  }
			 
			 
a:hover 	 {
			  color: #ffee00;
			  font-weight: bold;
	  		  }
	  		 

	  		  
.active	 {
			  font-size: 12px;
			  color: #ffee00 !important;
			  font-weight: bold !important;
			  text-decoration: none;
			  font-family: verdana;
	  		 }
	  		  


			 
			 
/*
Angaben zu den Divs
*/

#logo					{   
						float: left;
						background-color: #ffffff;
						margin-top: 0px;
						margin-bottom: 40px;
						display: block;
				
						}
				
#hauptnavi				{	
						float: left;
						margin-left: 108px;
						margin-top: 70px;
						background-color: #ffffff;
						height: 20px;
						}

#tabelle_hauptnavigation	
						{
		 				width: 700px;
						}	
				
#tabelle_unternavigation	
						{
						 width: 155px;
						 height:10px;
						 }
#tabelle_unternavigation td	
						{
						 padding-bottom:12px;
						 }
							
#unternavi				{   
						float: left;
						background-color: #ffffff;
						margin-top: 0px;
						margin-left: 20px;
													
						
						}



#content				{   
						font-family: verdana; 
						font-size: 11px;
						float: left;
						background-color: #ffffff;
						width: 680px;
						height: 1200px;
						margin-left: 50px;
						margin-top: 5px;
						}	
				
#content img.left		{
			 			width: 180px;
			 			height: 120px;
			 			margin-right: 15px;
			 			float: left;
			 			}	
			 			
#content img.right		{
			 			width: 100px;
			 			float: right;
			 			}
			 			
#content p.mit_logo		{
			 			width: 550px;
			 			}
			 					
#content hr				{
			 			color: #000000;
						border-color: #000000;
						clear: both;
						margin-bottom: 2px;
			 			}  	

#content h1				{
						font-family: verdana;
			 			font-size: 13px;
			 			font-weight: bold;
			 			margin-bottom: 30px;
			 			margin-top: 0px;
						} 
						
#content h2				{
						font-family: verdana;
			 			font-size: 11px;
			 			font-weight: bold;
			 			margin-bottom: 4px;
			 			margin-top: 0px;
						}  	
						
#content h3	 			{
						font-size: 11px;
						font-weight: bold;
						font-family: verdana;
						margin-bottom: 30px;
						margin-top: 0px;
						}
						
#content a				{
			 			font-size: 11px;
			 			color: #000000;
			 			font-weight: bold;
			 			margin-bottom: 0px;
			 			margin-top: 0px;
						}  
						
#content a:hover		{
			 			font-size: 11px;
			 			color: #ffee00;
			 			font-weight: bold;
			 			margin-bottom: 0px;
			 			margin-top: 0px;
						}
						
content ul				{
						margin-top: 0px;
						}	
						
						
#content_admin			{   
						font-family: verdana; 
						font-size: 11px;
						float: left;
						background-color: #ffffff;
						width: 580px;
						height: 1200px;
						margin-left: 5px;
						margin-top: 5px;
						}	
						
#content_admin h3	 	{
						font-size: 11px;
						font-weight: bold;
						font-family: verdana;
						margin-bottom: 20px;
						margin-top: 0px;
						}	 			
			 			
			 	
			 			
/* Klassen im Bereich content */
				
.left			{
				float: left;
				margin-bottom: 4px;
				font-weight: bold;
				}	
				
.right			{
				float: right;
				margin-right: 5px;
				margin-bottom: 4px;
				}	
				
.betreuer		{
				margin-bottom: 10px;
				}	
		
.tablehead		{
				background-color: #ffee00;
				font-weight: bold;
				border: 1px solid #ffee00;
				padding-left: 3px;
				padding-right: 3px;
				}
													
	
				
				

				
				
				
				
				
				
				
				
				
				
				
				