/* Werner & Zeisse 2010 */

/* @group Global */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #333;
    background-color: #f4f5f6;
	font: 95% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
	
}
    


STRONG {
	color: #12437B;
}

h1 {
	font-size: 18px;
	text-align: left;
	color: #12437B;
	text-decoration: none;
	margin: 0 0 10px 0;
}

h2 {
	display: block;
	font-size: 16px;
	color: #12437B;
	text-decoration: none;
	margin: 0 0 10px 0;
}
h3 {
	display: block;
	font-size: 14px;
	color: #12437B;
	text-decoration: none;
	margin: 10px 0 10px 0;
	border-top: 1px dotted #4A595B;
	padding-top: 10px;
}


h1.alternativ   {
	font-size: 12pt;
}
h2.alternativ   {
	font-size: 18pt;
	margin-bottom: 25px;
}



	 a {
		color: #12437B;	
	
}
a:hover {
	text-decoration: none;
	
}
	
	
p {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

/* @end */



/* @group Container */
#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto 0 auto; /* center, not in IE5 */
	width: 950px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background-color: white;
	border: 4px solid #dfe7ee;
}


/* @end */


/* @group Header */

#header {
	position: relative;
	width: 910px;
	height: 165px;
	background: url(images/header.jpg) no-repeat;
	left: 20px;
}
	
	
#logo
	{
	position: absolute;
	width: 380px;
	height: 75px;
	left: 20px;
	top: 20px;
	
	
}
#logo2
	{
	position: absolute;
	width: 321px;
	height: 70px;
	left: 609px;
	top: 25px;
	background: url(images/75jahre.gif) no-repeat;
	
}
#headcontent
	{
	width: 690px;
	height: 190px;
	margin: 0 0 20px;
	padding: 0 0 2px;
	
}		
	#headcontent img{
	border: 0;
	padding: 0;
	}
	
	

/* @end */

/* @group Sidebar */#sidebar {position: relative;top: 20px;left: 20px;	width: 200px; 	float: left;
	margin: 0;
	}
/* @end */


/* @group Informationsmaterial */#informationsmaterial {
	background-image: url(images/infomaterial200px.jpg);
display: block;
	height: 93px;
	margin-top: 20px;
	border: 1px solid #CFE3EE;
	
}
a.informationsmaterial_link:link, a.informationsmaterial_link:visited {
	display: block;
	color: #12437B;
	line-height: normal;
	background:#CFE3EE;
	padding-left: 18px;
	text-decoration: underline;
	padding-top: 4px;
	padding-bottom: 4px;
	
}	
a.informationsmaterial_link:hover {
	text-decoration: none;
}
/* @end */



/* @group Rückrufservice */#rueckrufservice {
	background-color: #CFE3EE;
	color: #12437B;
	display: block;
	margin-top: 20px;
	padding: 5px;
	font-size: 90%;
	margin-bottom: 20px;
	
	}
a.rueckrufservive_link:link, a.rueckrufservice_link:visited {
	display: block;
	color: #12437B;
	line-height: normal;
	background:white;
	width: auto;
	text-decoration: underline;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
}	
a.rueckrufservice_link:hover {
	background-color: #12437B;
	color: white;
}
/* @end */

/* @group Navi Top */
#navi_top
{
	text-align: right;
	width: 910px;
	height: 30px;
	font-size: 92%;
background: #00457E;
	line-height: 30px;
	margin-bottom: 2px;
	color: white;
	margin-left: 20px;
}

#navi_top ul
{
margin-right: 20px;	
}

#navi_top ul li
{
display: inline;

}


#navi_top ul li a
{
padding: 8px 5px;

color: #fff;

		border-right-color: white;
		text-decoration: none;
	}

#navi_top ul li a:hover
{
	
background: #fff ;
color: #4A4A24;
text-decoration: none;
}

/* @end */

/* @group Navi Left */

#navi_left {
	top: 0px;
	left: 0px;
	font-size: 92%;
	width: 200px;
		text-align: left;
	border-top: 1px solid #CACACA;
			
}	 
#navi_left ul {
		margin: 0;
	padding: 0;
	
}

#navi_left li a {
	display: block;
	height: 20px;
	margin: 0;
	padding: 5px 0 0 20px;
	color: #12437B;
	text-decoration: none;
	border-bottom: 1px solid #CACACA;
	
}



#navi_left a:hover {
	background-color: #CFE3EE; 
	
	}

#navi_left a.dunkel:link, #navi_left a.dunkel:visited {
			background: #00457E;
		    color: white;
}
#navi_left a.dunkel:hover, #navi_left a.dunkel:active {
background: #105094;
		   
}	

/* @end */

/* @group Content */

#content {
position: relative;
	width: 690px; /*clear: both;*/
	padding: 20px 0 140px; /* bottom padding for footer */
	 
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	min-height: 210px;
	background-color: #fff;
	margin: 0px 0px 0 240px;
	}
	#content p {
		text-align: left;
		
	}

#content a {
		color: #12437B;
	text-decoration: underline;
	background-color: #eee;
	padding: 1px;
	}
#content a:hover {
text-decoration: none;
border-bottom: none;
background-color: #f7f7f7;
	}

#contentinhalt{
	 float: left;
	  width: 100%;  


	 	  	}



	
#content ul {
	
	list-style-position: inside;
	
	list-style-image: url(images/bullet.gif);
	line-height: 1.5em;
    margin: 10px 0;
    padding: 0;
	
	}	
.sitemap {
	list-style-position:inside;
	list-style-image: url(images/bullet.gif);
	line-height: 1.5em;
    margin: 0;
    padding: 0;
}
#content .sitemap li a {
	background-color: white;
	
}

.liste {
	list-style-image: url(images/liste.gif) ;
	list-style-position:inside;
	text-align: left;
	line-height: 1.5em;
    margin: 0;
    padding: 0;

}	
.liste2 {
	list-style-image: url(images/liste2.gif) ;
	list-style-position:inside;
	text-align: left;
	line-height: 1.5em;
    margin: 0;
    padding: 0;

}	
	
.headline {
	display: block;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #608399;
	text-decoration: none;
	margin: 0 0 10px 0;
}	
.floatfotonews {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #B7C7D1;
	padding: 2px;
	  background-color: #f4f5f6; 
}
	
.float1 {
	text-align: center;
	font-size: 80%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #CACACA;
	padding: 4px;
	background-color: #f4f5f6;
	margin-top: 2px;
}
.float2 {
	text-align: center;
	font-size: 80%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #CACACA;
	padding: 4px;
	margin-top: 2px;
}

.float3 {
	text-align: center;
	font-size: 80%;
	margin-bottom: 10px;
	border: 1px solid #CACACA;
	padding: 4px;
	margin-top: 2px;
}
.float3ohnerahmen {
	text-align: center;
	font-size: 80%;
	margin-bottom: 10px;
	margin-top: 2px;
}

.centerimage {
	
	text-align: center;
	margin-bottom: 20px;
	}


.textpositionleft {  

   float: left;
   text-align: left;
	display: block;
	width: 260px;
	
}
.textpositionright {
text-align: left;
  margin-left: 280px;
	display: block;
	width: auto;
			}	


	

				
.underline {
	clear: both;
	border-top: 1px solid #CACACA;
	margin-bottom: 20px;
	margin-top: 20px;
}

	
.clear {
	clear: both;
	display: block;
	height: 20px;
	
}


.left {
width: 200px;
	float: left;
	margin-right: 30px;
				}

.right {

				}


#content .startseite_left {
width: 250px;
	float: left;
	margin-right: 30px;
				}

.startseite_right {

				}


.textallign_left
{
display: block;

text-align: left;
	}
.textallign_center
{
display: block;

text-align: center;
	}
.textallign_right
{
display: block;
width: auto;text-align: right;
	}		
.zuruebersicht
{
	 float: right;
	display: block;
}




	#left {
	
	width: 460px;
	float: left;
	margin-right: 30px;
}

#right {
	
	float: right;
	width: 200px;
	
	
		}
	#left2 {
	width: 375px;
	float: left;
	margin-right: 30px;
}

#right2 {
	
	float: right;
	width: 285px;
	
	
		}		
	

		

.underline2 {
	height: 25px;
	clear: both;
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom: 1px solid #94AAB7;
}

/* @group Zitat */






blockquote {
    margin-top: 2em;
    padding: 0 40px 20px;
   }
blockquote p {
    margin-bottom: 0;
    font-style: italic;
    font-size: 18pt;
   color: #12437B;
    background: none;
}
cite {
    display: block;
    margin-left: 40px;
    background: none;
}

/* @end */


/* @end */	

/* @group Admin */

.textpositionleftadmin {  
   float:left;
	clear:both;
	display:block;
	width:180px;
	padding-left:0px;
}	
.textpositionrightadmin {
	float: left;
	display: block;
	width: auto;
	font-family: arial,sans-serif;
	font-size: 12px;
	padding: 1px;
}

/* @end */

/* @group News */

.floatfotonews {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #00A994;
	padding: 2px;
}
.headlineanews {
	font-size: medium;
	color: #00A994;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
	}

/* @end */

/* @group Formular */

input{
	font: 95% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	margin: 2px 0 5px;
	border: 1px solid silver;
	background: white;
	padding: 3px 3px;
	}
textarea{
	font: 95% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	margin: 2px 0 5px;
	border: 1px solid silver;
	background: white;
	padding: 3px 3px;
	}


fieldset {
	margin:0;
	color: #323D40;
	border: 1px solid silver;    padding: 10px;}
   legend {
	background: White;
	padding: 4px;
	border: 1px solid silver;
	margin-bottom: 4px;
	
	color: #12437B;
	}
 
input.button:hover   {
	color: white;
	background-color: #12437B;
	cursor: pointer;
	}
a.locationCat{
	color:#12437B;
	font-weight: bold;
}






* {
    margin: 0;
    padding: 0;
}

* html fieldset {
	padding: 5px;
  	}
 
label {
	
	margin: 5px 0;

} 

.kontaktdaten label {
	
     display: block;
     width: 100px;
     float: left;
  	       }
.rueckrufservice label {
	
     display: block;
     width: 150px;
     float: left;
  	       }  	       
  	       
.anfrage label {
     display: block;
      width: 100px;
     float: left;
	      }
	      
.captacha label {
     display: block;
      width: 100px;
     float: left;
	      }	      
.captacha_rueckrufservice label {
     display: block;
      width: 150px;
     float: left;
	      }	 	      
	      
.buttons label {
     display: block;
     width: 100px;
     float: left;
	}
   
.button {
	   margin-right: 10px;
       float: left;
       text-align: center;
	   margin-left: 0;
       }

   
    input:focus, textarea:focus {
    color: #000;
    background: white;
    outline: 1px solid #3898ca;
    }

.error {
     color: red;
     font-weight: bold;
	}
	
	
fieldset.informationsmaterial  {
   	background: url(images/infomaterial450px.jpg) no-repeat right center;
	height: 220px;
}

.informationsmaterial label {


     
	}
	
/* @end */ 	  	  



/* @group Footer */

	
#footer {
   position: absolute;
  	clear: both;
	text-align: center;
	width: 950px;
	height: 120px;
	bottom: 0; /* stick to bottom */
	background: white;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
		}





	#footer p {
	margin: 0;
	color: white;
	line-height: normal;
	padding: 100px 15px 5px;
}
#footer a {
	color: white;
}



/* @end */
