	* {
		padding: 0;
		margin: 0;
		border: 0;
	}
	
	body{
	  background-color: #ffffff;
	  font-size: 12px;
	  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	  color:#000000;  
	  background : url(gfx/bg_content.gif) repeat-y;
	}

   li{
      background-image : url(gfx/pfeil_weiss.gif);
      background-position: 5px center;
      background-repeat : no-repeat;
      padding-top: 5px;
      padding-bottom: 5px;
		padding-left: 25px;
		list-style-type: none;
   }
	
	td
	{
	  font-size: 12px;
	  line-height: 16px;
	}
	
	.weiss { background-color: #FFFFFF; }
	.blau2 { background-color: #BDD3E4; } /* Tabellenhintergrund dunkel BDD3E4 */
	.beige2 { background-color: #F0D69F; } /* Tabellenhintergrund beige2 F0D69F */
	.darkred2 { background-color: #70343A; } /* Tabellenhintergrund darkred2 70343A */
	.darkred3 { background-color: #E29E31; } /* Tabellenhintergrund darkred3 E29E31 */
	.hellblau { background-color: #e5eef5; padding-left:2px; } /* Tabellenhintergrund hellblau e5eef5 */
	
  
   h1 { font-size: 1.3em; color:#005C9D;  }
   h2 { font-size: 1.0em;  color:#005C9D; }

	
	.navi_td a {
		background-color: #9E0228;
		font-size: 12px;
		color: #ffffff;
		text-decoration: none;
		display: block;
		background-image : url(gfx/circle.gif);
		background-position: 8px center;
		background-repeat : no-repeat;
		padding-left: 24px;
		padding-top: 4px;
		padding-bottom: 4px;
		font-weight: bold;
	}
	
	
	.navi_td a:hover {
		background-color: #E5EEF5;
		color: #005D9D;
		background-image : url(gfx/circle_cur.gif);
		background-position: 8px center;
		background-repeat : no-repeat;
		padding-left: 24px;
	}

	img.links {
		float : left;
		margin-top : 1px;
		margin-bottom : 5px;
		margin-right : 10px;
		border: 1px solid #91A2CD;
		padding-top:3px; 
		padding-bottom:3px;
		padding-right:3px; 
		padding-left:3px; 
}
	
	A {
		color :#005C9D;
		text-decoration : underline;
	}
	
	A:HOVER {
		color : #005C9D;
		text-decoration : none;
	}
	
	a.bluelink {
		color: #005C9D;
		text-decoration: underlin;
		font-size: 11px;
	}
	
	a.bluelink:hover {
		color: #005C9D;
		text-decoration: none;
	}
	
	.more {
	text-align:right;
	}

	
	.blue_bold{
		color: #005C9D;
		font-weight: bold;
	}
	
	.blue_bold14{
		color: #005C9D;
		font-weight: bold;
	   font-size: 13px;
	}
	
	.blue_bold16{
		color: #005C9D;
		font-weight: bold;
	   font-size: 16px;
	}
	
	.black_11{
		color: #000000;
	   font-size: 11px;
	}
	
	.blue_11{
		color: #005C9D;
	   font-size: 11px;
	}
	
	.blue_12{
		color: #005C9D;
	   font-size: 12px;
		line-height: 17px;
	}
	
	.white_bold{
		color: #ffffff;
		font-weight: bold;
	}
	
	.darkred_top2_14{
		color: #9E0228;
	   font-size: 14px;
		font-weight: bold;
	}
	
	.darkred_14{
		color: #6F3439;
	   font-size: 14px;
		font-weight: bold;
	}
	
	.kursiv{
     font-style: italic 
	}
		
	#box {
		width:1002px;
		margin: 0px;
		padding:0px;
		text-align:left;
	}
		
	#links {
		width:217px;
		padding:0px;
		float:left;
	}
	
	#inhalt {
		width:500px;
		padding:0px;
		float:left;
		background-color:#ffffff;
		padding-top: 15px;
		padding-left: 12px;
	}

	#rechts {
		width:222px;
		padding:25px;
		float:left;
		padding-top: 35px;
	}


	#kopf {
		height: 253px;
		width:1002px;
	}
	
	.print_logo {
      display: none;
	}
	
		/* footer */
	#footer {
		text-align: center;
		padding-bottom: 5px;
		padding-top: 15px;
		color: #005C9D;
	   font-size: 11px;
	}

   #footer a {
      text-decoration: underline;
		color: #005C9D;
   }

   #footer a:hover {
      text-decoration: none;
   }
	
	.print_footer {
		display: none;
	}

		/* KONTAKTFORMULAR */

	.inputfield, select {
		border: 1px;
		border-color: #000000;
		border-style: solid;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.inputfield_kontakt {
		background-color: #E5EEF5;
		border: 1px;
		border-color: #000000;
		border-style: solid;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		width: 150px;
	}

	.textarea {
		background-color: #E5EEF5;
		border: 1px;
		border-color: #000000;
		border-style: solid;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		width: 290px;
	}

	form br {
		clear: both;
	}
	
	#iframe {
		width: 520px;
		height: 450px;
	}
