/* Cascading Stylesheet für "Abiturvorbereitung Biologie" */

*   { 	margin:0px;
	   	padding:0px;
		border:0px;
	}
		
body		{	text-align:center; /* zentrale Ausrichtung für IE */
				background-color:rgb(164,154,119); /* braun */
				color:rgb(164,154,119); /* braun */
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:11px;			
			}

#container	{	background-color:#fff;
				width:568px;
				margin-top:10px;
				margin-bottom:10px;
				margin-left:auto; /* zentrale Ausrichtung für standardkonforme Browser */
				margin-right:auto;
				text-align:left;
			}
			
.highlight	{	color:rgb(164,154,119);
			}			

#content	{	padding:4px 23px;
			}
			
#title		{	float:left; /* Container für Titel und Untertitel der Seite */
				width:286px;
				text-align:right;			
			}
			
.paragraph a:link, .paragraph a:visited, .paragraph a:active	{	color:rgb(231,104,19);
																	text-decoration:none;
																	border-bottom:1px dashed #A49A77;
																}
							
.paragraph a:hover, .paragraph a:focus							{	border-bottom:1px solid #A49A77;
																	text-decoration:none;
																	cursor:help;
																}									

h1	{	font-size:18px; /* Formatierung des Seitentitels */
		line-height:18px;
		display:inline;
	}
					
h2, h3	{	font-size:12px; /* Formatierung des Seitenuntertitels */
		line-height:12px;
		font-style:italic;
		display:inline;
	}		

#submenu 	{	font-size:10px; /* Container für juristische Navigation */
				text-align:right;
				padding-top:6px;			
			}

#submenu a:link, #submenu a:visited, #submenu a:active	{	padding-left:13px;
															background-image:url(../bilder/gif/3_stripes.gif);
															background-repeat:no-repeat;
															background-position:left;
															text-decoration:none;
															color:rgb(164,154,119);
														}
														
#submenu a:hover, #submenu a:focus						{	text-decoration:underline;
															color:rgb(231,104,19);
														}
											
#header		{	padding:10px 0px;
				clear:left; /* vorhergehende Umfließung der 2 Container ( title, submenu ) wird wieder aufgehoben */
			}
			
#menu		{	margin-bottom:10px;	
				font-size:10px;	
				text-align:center;		
			}
			
#menu ul	{	list-style-type:none;	/* Pseudoliste als Hauptmenu */
			}

#menu ul li	{	display:inline;	/* Umbruch wird verhindert -> Menu horizontal */
				padding:0px 4px;
			}
			
#menu ul li a:link,  #menu ul li a:visited, #menu ul li a:active 	{	text-decoration:overline;
																		color:rgb(164,154,119);
																	} 		
																	
#menu ul li a:hover, #menu ul li a:focus							{	text-decoration:underline;
																		color:rgb(231,104,19);
																	}																		

.paragraph	{	padding-left:20px;
				margin-top:6px;
				text-align:left;				
			 }
			 
.navigation	{	padding:6px 0px;
				font-weight:bold;
				text-align:right;
			}
			
.navigation span	{	text-decoration:line-through;
					}
					
.navigation a:link, .navigation a:visited, .navigation a:active	{	color:rgb(231,104,19);
																	text-decoration:none;
																}
																
.navigation a:hover, .navigation a:focus						{	color:rgb(164,154,119);
																	text-decoration:underline;
																}																			
			 
ol			{	list-style-type:upper-roman;
				list-style-position:outside;
				
				color:rgb(231,104,19);
				padding:5px 0px 0px 50px;
			}

ul			{	list-style-type:square;
				list-style-position:outside;
				padding:2px 0px 0px 12px;
				color:rgb(164,154,119);
			}
			
ul ul		{	list-style-type:circle;
			}										 

.paragraph li a:link, .paragraph li a:active	{	text-decoration:none;
													color:rgb(164,154,119);
													border:0px;
												}
						
.paragraph li a:visited							{	color:rgb(141,133,103);
													text-decoration:none;
													border:0px;
												}
						
.paragraph li a:hover, .paragraph li a:focus	{	color:rgb(231,104,19);
													border:0px;
												}													

#feeter		{	font-size:10px;
				text-align:center;
				margin-top:5px;
			}
			
#feeter a:link, #feeter a:visited, #feeter a:active	{	font-style:italic;
														color:rgb(164,154,119);
														text-decoration:none;
													}
													
#feeter a:hover, #feeter a:focus					{	color:rgb(231,104,19);
													}
																
