	/* Voreinstellungen */

  * {margin: 0; padding: 0;}
  
  .clear {overflow:hidden }
  + html .clear {height: 1% } /* Hack zur IE-Anpassung */

	html {overflow-y:scroll;}

	body  
	{
  	font-size: 11px;
  	font-family: Verdana, sans serif;
  	color: #000000;
    height: 100%;
    margin-bottom: 1px;
    background-color: #c1d1ea;
    line-height:1.5em;
	}

	h1
	{
		color: #00519e;
		font-size: 18px;
		font-weight: bold;
		margin-bottom:22px;
		line-height: 22px;
	}
	
	h2
	{
		color: #00519e;
		font-size: 16px;
		font-weight: bold;
		margin-bottom:14px;
		line-height: 20px;
	}

	h3
	{
		color: #00519e;
		font-size: 14px;
		font-weight: bold;
		margin-bottom:12px;
		line-height: 18px;
	}

	h4
	{
		color: #00519e;
		font-size: 12px;
		font-weight: bold;
		margin-bottom:10px;
		line-height: 16px;
	}
	
	.blau
	{
		color: #00519e;
		font-size: 11px;
		font-weight: normal;
		margin-bottom:10px;
		line-height: 16px;
	}


/* Seitenlayout */

	#container
	{
  	position:relative;
  	width: 960px;
  	/*background: #00519e;*/
  	background: #000000;
    margin: 0 auto;
  	padding: 0px;
  }
  
  #top_1
	{
  	position: relative;
  	background: #ffffff url(template_FILES/top_1.jpg) no-repeat;
  	width: 100%;
  	height: 30px;
	  padding:0px;
	  margin-top: 0px;
	  border: 0px ;
	  overflow: hidden;  
  }
  
  #titel_1
  {
		float: left;
  	padding-left:20px;
  	padding-top:5px;
  	color:#ffffff;
  	font-size:14px;
  }
  
  #top_menu_1
	{
		float:right;
  	color: #00519e;
		background: #c1d1ea;
		padding-top:7px;
		padding-right: 0px;
		height:50px;
	}

  
  #top_2
	{
  	position: relative;
  	background: #ffffff url(template_FILES/top_2.jpg) no-repeat;
  	width: 100%;
  	height: 120px;
	  padding:0px;
	  margin-top: 0px;
	  border: 0px ;
	  overflow: hidden;  
  }

  #top_3
	{
  	position: relative;
  	background: #0251a0 url(template_FILES/top_3.jpg) no-repeat;
  	width: 100%;
  	height: 30px;
	  padding:0px;
	  margin-top: 0px;
	  border: 0px ;
	  overflow: hidden;  
  }

	#breadcrumb
	{
		float:left;
		width:710px;
		height:50px;
	}
	
	#breadcrumb_text
	{
		float:left;
		padding-top:8px;
		padding-left:90px;
		color:#ffffff;
		font-size:10px;
		font-weight:normal;
	}

	#breadcrumb_text a
	{
		text-decoration: none;
		color: #ffffff;
	}

	#suchfeld
	{
		float:right;
		padding:0px;
		margin:0px;
		height:30px;
		width:210px;
		background: #002f5b;
	}

  #top_4
	{
  	position: relative;
  	background: #c1d1ea /*url(template_FILES/top_4.jpg) no-repeat*/;
  	width: 100%;
  	height: 30px;
	  padding:0px;
	  margin-top: 0px;
	  border: 0px ;
	  overflow: hidden;  
  }
  

  #top_menu_4
  {
  	float:left;
  	color:#000000;
  	padding-top:6px;
  	padding-left:20px;
  }

	#main
	{
	  background-color: #c1d1ea;
  	width: 100%;
  	min-height:500px;
  	padding: 0px;
  	margin: 0px;
    border: 0px;
  	overflow: hidden;
  }

  #main_left
  {
    background: #00519e;
    float: left;
    margin-left: 0px;
	  width: 200px;
	  border: 0px;
		padding-top: 20px;
	  padding-bottom:32768px;          
    margin-bottom:-32768px;                                          
  }

	#menu
	{
  }

	#main_center
	{
		float: left;
		width: 540px;
    background: #ffffff;
	  border: 0px;
    padding-bottom:32768px;          
    margin-bottom:-32768px;                                          
	}
	
	#content
	{
		padding:20px 30px 30px 30px;
		border: 0px ;

  }

  #content a:link
  {
    color:#00519e;
    font-weight:normal;
  }

  #content a:visited
  {
    color:#00519e;
    font-weight:bold;
  }

  #content a:hover
  {
    color:#00519e;
    font-weight : bold;
  }

	#content ul
	{
		margin-left:20px;
		margin-bottom:20px;
	}

	#content p
	{
		margin-bottom:20px;
	}

	
	#main_right
	{
    background: #e1e8f4;
    float: right;
    width: 210px;
    border: 0px #000 solid;
  	color: #f18a00;
    padding-bottom:32768px;          
    margin-bottom:-32768px;                                          
  }

	#sidebar
	{
  	font-size: 10px;
  	color: #002f5b;
		padding-top:20px;
		padding-right:20px;
    padding-bottom:32768px;          
    margin-bottom:-32768px;                                          
	}
	
	#sidebar h1
	{
  	font-size: 14px;
		color: #00519e;
		font-weight:bold;
		padding-bottom:3px !important;
		text-indent: 20px;
		line-height: 18px;
		background: url(template_FILES/q_or.jpg) no-repeat;
	}

	#sidebar img
	{
		padding-left:20px;
	}

	#sidebar p
	{
		padding-left:20px;
	}

	#sidebar a
	{
		padding-left: 0px;
		color: #002f5b;
		text-decoration: none;
	}  

	#sidebar a:hover
	{
		font-weight:bold;
	}


	.sidebar_name
	{
		color: #000000;
	}

	.sidebar_adresse
	{
    font-weight:normal;
		color: #00519e;
	}

  #footer
	{
  	position: relative;
  	background: #c1d1ea;
  	width: 100%;
  	height: 30px;
	  padding:10px;
	  margin-top: 0px;
	  border: 0px ;
	  overflow: hidden;  
  	font-size: 10px;
  	font-family: Verdana, sans serif;
  	color: #4b74b4;
  }


/* Menues */

/* oberes menue */
	.menu_top
	{
		display: inline;
		padding-left: 5px;
		padding-right: 5px;
  	list-style-type: none;
	}
	
  .menu_top a                  
  {                               
		color: #00519e;
    text-decoration: none;
    text-align: right;
  }
  
  .menu_top a:hover
  {
		font-weight:bold; 	
  }
  }                               

  .menu_top #current a          
  {                               
		font-weight:bold; 	
  } 	

  .menu_top_active      
  {                               
    font-weight:bold !important;
  } 	

/* hauptmenue */
	.menu_main
	{
		display: inline;
		padding-right: 20px;
  	list-style-type: none;
	}
	
  .menu_main a                  
  {                               
		color: #000000;
    text-decoration: none;
  }
  
  .menu_main a:hover
  {
		font-weight:bold; 	
  }
  }                               

  .menu_main #current a          
  {                               
		font-weight:bold; 	
  } 	

	.menu_main_active
	{
		font-weight:bold;
	}


/* linkes menue */
	.menu_left 
	{
    color: #ffffff;
    padding:0px;
  	list-style-type: none;
  	line-height:1em;
	}
  
  .menu_left a                  
  {                               
    text-decoration: none;
  }                               

  .menu_left li a            
  {                               
    text-align: left;
    border-bottom: 2px solid #00519e;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color:#ffffff; 
    font-weight:normal; 
    background-color: #00519e;
    display: block;
  }                              

  .menu_left li a:hover            
  {                               
    background-color: #4b74b4;
    font-weight:bold;
  }                               
                                
  .menu_left #current a          
  {                               
    background-color: #4b74b4;
  } 	

  .menu_left_active      
  {                               
    background-color: #4b74b4 !important;
  } 	

/* linkes menue Unterebene 1*/
	.menu_left_sub 
	{
    color: #ffffff;
    padding:0px;
  	list-style-type: none;
  	line-height:1em;
	}
  
  .menu_left_sub a                  
  {                               
    text-decoration: none;
  }                               

  .menu_left_sub li a            
  {                               
    text-align: left;
    border-bottom: 2px solid #00519e;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
		margin-left: 20px;
    margin-bottom: 2px;
    color:#ffffff; 
    font-weight:normal; 
    background-color: #00519e;
    display: block;
  }                              

  .menu_left_sub li a:hover            
  {                               
    background-color: #4b74b4;
    font-weight:bold;
  }                               
                                
  .menu_left_sub #current a          
  {                               
    background-color: #4b74b4;
  } 	

  .menu_left_sub_active      
  {                               
    background-color: #4b74b4 !important;
  } 	

/* Formularelemente */



	#suchform
	{
		margin-top: 5px;
		margin-left: 6px;		
	}
	
  .wr_suchfeld
  {
    float:left;
    background-color:#ffffff;
		width:175px;
		height:20px;
		border:0px;
		padding: 0px;
		margin:0px 5px 0px 0px;
  }

	#suchen_field_input
	{
		color:#777777;
		background-color: #ffffff;
		font-size:11px;
		border:0px;
		padding: 0px;
		margin:0px 5px 0px 0px;
		width: 170px;
		height:20px;
	}
	
	#suchen_abschicken
	{
		width:20px;
		height:20px;
		background: #00519e url(template_FILES/suchen_abschicken.jpg) no-repeat;
		padding: 0px;
		margin: 0px;
		border: 0px;
	}

 
	#c_frage
	}
		font-size:18px; 
		font-weight:bold;
		color: #00519e;
	}

/* Formularklassen */


  
}



.submit { /* den Submit-Button */
  float: none;
	display: inline;
  width: auto;
  height: auto;
  background: #00519e;
  color: #ffffff;
  font-weight: bold;
	padding: 3px;
	text-decoration: none;
	}

	/*Typo3-Spezialitäten*/

  .c_fieldset
  {
    border:0px;
    margin:0px;
    padding-top:2px;
    padding-left:2px;
    height:30px;
  }

  .c_suchfeld
  {
    background:#ffffff;
 		color:#777777;
		font-size:11px;
    width:155px;
    height:20px;
		padding:0px;
		padding-left:16px;
		margin-right:3px;
    border:0px;
    float:left;
  }

  .c_suchfeld_2
  {
    background:#ffffff;
 		color:#777777;
		font-size:11px;
    width:155px;
    height:20px;
		padding-left: 16px;
		margin-right:5px;
		margin-top:5px;
    border:1px solid;
    float:left;
  }

  .csc-mailform-field label
  {
    background:#ffffff;
    color:#00519e;
    font-size:14px;
    font-weight:bold;
    height:20px;
  }
  .csc-mailform-field
  {
    float:left;
  }


  .csc-mailform-submit
  {
    width:20px;
    height:20px;
    border:0px;
    padding:0px;
  }
  
  .suchbutton2
  {
    background:#00519e;
    color:#ffffff;
    font-weight:bold;
    border:0px;
    margin-top: 15px;
    padding:5px;
  }
