/*	Site
_______________________________________________________________________________________________________________*/

body {	background-image: url(images/verlauf.png);	
		background-repeat: repeat-x;
		text-align: center;
		font-family: helvetica, arial ;
		font-size: 15px;
		margin: 2px; 
	}

hr 	{ color: #BBBBBB ;				}

table {background-color:#CCCCCC;
	  border: none;
	  border-color: #111111	;
	  color: #000000;
	 }

	
/*	Überschriften
_______________________________________________________________________________________________________________*/
														
h1 	{	color: #000;
		font-size: 20pt;
		margin: 0px;
		padding: 0px;
	}
													
h2 	{	color: #000;
		font-size: 18pt;												
	}
	
	
/*	Links
_______________________________________________________________________________________________________________*/
	
  #content a:link 			{ font-weight: bold;
							  text-decoration: none;
							  color: #0033CC ;												}
 
  #content a:hover 			{ font-weight: bold ;
						      text-decoration: underline;
							  color: blue ;													}
							  
  #content a:active 		{ font-weight: bold ;
							  text-decoration: underline; 									}
							  
  #content a:visited 		{ font-weight: bold;
							  text-decoration: underline;
							  color: #2F65BB ;												}

							
	
	
	
								  
/*	ID
_______________________________________________________________________________________________________________*/

#maincontainer 		{	margin: 2px auto;
						width: 920px;
						min-height: 700px;
						height: 100%;
						background-color: #FFFFFF;
						border: 4px solid; 
						border-color: #FFFFFF;
							  
					}	
							  		


#container			{	background-color: #FFFFFF;
						margin-top: 2px;
						margin: 0px auto;
						width: 920px ;
						height: 100%;
						text-align: left;
						margin-left: auto;
						margin-right: auto; 
					}
							 		  
							  
#header				{	background-image: url('images/header.png');
						height: 140px ;
					}									

					
/*	Mainnavigation
____________________*/					
					
#mainnavigation 		{	margin-top: 6px;
						padding: 0px;
						background-color:#EEEEEE;
					}
				
#mainnavigation ul 	{	border: 0px;
						margin: 0px;
						padding: 0px;
						list-style-type: none;
						text-align: center;
						width: 100%;
					}
				  
#mainnavigation ul li 	{	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 20%;
}
#mainnavigation ul li a {
	background: #EEEEEE; 
	border-right: 1px solid #FFFFFF;
	padding: 5px 10px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: bold;
	height: 20px;
	
}
#mainnavigation ul li a:hover {
	color: #FFFFFF;
	background-color: #33C;
	
}
#mainnavigation a:active, #mainnavigation li.active a  {
	background-color: #33C;
	color: #FFFFFF;
	
}

#horizontalline 				{ background-color: orange;
							  margin-top: 7px;
							  margin-bottom: 0px ;
							  width: 100%;
							  height: 15px ;													}	

							  												  
#breadcrumb					{ font-size: 12px;
							  font-weight: bold;
							  color: #000 ;
							  margin-top: 14px;
							  margin-right: 2px;
							  margin-left: 4px;
							  margin-bottom: 2px ;
							  width: 100%;
							  height: 21px;													}
										
 div#breadcrumb a:link 		{ font-weight: bold ;
							  text-decoration: none;
							  color: #000000;												}
							  
 div#breadcrumb a:hover 		{ font-weight: bold ; 
							  text-decoration: underline;									 
							  color: #000000;												}
								
 div#breadcrumb a:active 		{ font-weight: bold ; 
							  text-decoration: underline; 
							  color: #000000 ; 												}
							  
 div#breadcrumb a:visited 		{ font-weight: bold ;
							  text-decoration: underline; 
							  color: #000000 ;												}										

/*	Subnavigation (sidebar)
___________mit suche___*/

#search					{	background-color: #FFFFFF;
							width: 100%;
							margin: 0px;
							padding: 0px;
						}


							  
#sidebar					{ background-color: #FFFFFF;
							  border: 0px;
							  width: 140px;
							  margin-top: 8px;
							  margin-right: 4px;
							  margin-bottom: 0px;
							  margin-left: 0px;
							  height: 379px;
							  float: left; 	
							 							 }
#sidebar {
	width: 140px;
	margin-bottom: 0px;
}
#sidebar ul {
	margin: 0px;
	padding-left: 0px;
}
#sidebar li {
	list-style: none;
	padding: 0px;
}
#sidebar ul ul {
	padding-left: 0px;
}
#sidebar a {
	display: block;
	padding-left: 37px;
	width: 140px;
	height: 24px;
	background-image: url('images/nav/nav_inactive.png');
	background-repeat: no-repeat;
	font-weight:bold;
	color: #000000;
}

#sidebar ul ul a {
	display: block;
	padding-left: 37px;
	width: 140px;
	background-image: url('images/nav/nav2_inactive.png');
	background-repeat: no-repeat;
	font-weight: normal;	
	color: #000000;
	
}
#sidebar a,
#sidebar a:link,
#navlist a:visited {
	text-decoration: none;
}

/*Zweite Ebene*/

#sidebar a:hover {
	background-image: url('images/nav/nav_active.png');
	background-repeat: no-repeat;
}

#sidebar a:active, #sidebar li .active  {
	background-image: url('images/nav/nav_active.png');
	background-repeat: no-repeat;
}

/*Dritte Ebene*/

#sidebar ul ul a:hover {
	background-image: url('images/nav/nav2_active.png');
	background-repeat: no-repeat;
}

#sidebar  ul ul a:active, #sidebar ul ul li .active  {
	background-image: url('images/nav/nav2_active.png');
	background-repeat: no-repeat;
}

		  
#verticalline   				{ background-color: orange;
							  margin-top: 8px ;
							  margin-right: 24px ;
							  margin-bottom: 2px;
							  margin-left: 0px ;
							  width: 12px;
							  height: 400px;
							  min-height: 340px;
							  max-height: 80%;
							  float: left;													}

				  
#content					{ background-color: #FFFFFF;
							  margin-top: 4px ;
							  margin-right: 0px;
							  margin-bottom: 0px ;
							  margin-left: 0px ;
							  padding: 0px;
							  padding-top: 0px;

							  width: 718px;
							  float: left;	
							  vertical-align: top;
							}
																							
												
#licence					{ background-color: #FFF;
							  color: #AAAAAA ;
							  padding: 0px ;
							  margin-top: 4px ;
							  margin-right: 24px;
							  margin-left: 180px ;
							  width: 718px ;
							  height: 50px ;
							  font-size: 8pt ;
							  font-weight: bold ;
							  text-align: left ;
							  vertical-align: middle; 										}

#licence a					{ color: #AAAAAA;
							  font-size: 8pt ;
							  font-weight: bold ;			
							  }
							  
							  

.captcha_table				{ font-family: Helvetica;
							  font-size: 12px;}							  