@charset "UTF-8";
/* CSS Document */

html, body{
height: 100%;
}

  body {
	color: #666666;
	background-color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 1em 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
	line-height: 15.5px;
  }
  
  p{
	margin-top: 8px;
	margin-bottom: 0px;
}

  
  a {
	text-decoration: underline;
	color: #666;
  }
  a:link {
    text-decoration: underline;
	color: #666;
  }
  a:visited {
    text-decoration: underline;
	color: #666;
  }
  a:hover {
	text-decoration: underline;
    color: black;
  }
  a:active {
    text-decoration: underline;
	color: #666;
  }
  
 hr {
	 clear:both;
	 border: 0;
	 height: 1px;
	 margin-top: 6px;
	 margin-right: 9px;
	 margin-bottom: 32px;
	 color: #000;
	 background-color: #000;
 }
 
 div#logo {
	 margin: 0;
	 padding: 0;
 }
  
  ul#Navigation {
	float: right;
	text-align: right;
	padding:0;
	margin-bottom: 0;
	margin-left:0;
	margin-right:0;
	margin-top: 90px;
	font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
	color: #3e3d40;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation a {
    float: left; 
	padding: 0;
	margin-left:10px;
	margin-right:20px;
	margin-top:0;
	margin-bottom:0;
	color: #3e3d40;
    text-decoration: none; font-weight: bold;
  }

  ul#Navigation a:hover, ul#Navigation span {
    color: #0064af;
  }
  ul#Navigation div {
     clear: both;
  }
  

  div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* margin: 0 auto standardkonforme horizontale Zentrierung */
	width: 930px;
	padding-bottom: 80px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	
  }

  h1 {
	margin-bottom: 10px;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
  }
  
    h2 {
	margin-bottom: 6px;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: black;
  }
  
      h3 {
	margin-bottom: 6px;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #0064b0;
	text-transform: uppercase;
  }
  
    div#rechts {
	margin-top: 15px;
	margin-left: 0;
	margin-right: 7px;
	margin-bottom: 10px;
	float: right;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0065ad;
	text-align: right;
  }

  div#links {
	margin-top: 15px;
	margin-left: 0;
	float: left;
	width: 320px;
	padding:0;
	
  }
  
  div#links a {
    font-weight: bold;
	color: #0064b0;
	text-decoration:none;
  }
  
  
  div#kontakte_links {
  width: 460px;
  margin-top:10px;
	float: left;
  }
    div#kontakte_rechts {
    margin-top:15px;
    width: 460px;
    float: right;
  }
  
   div#Anschrift_rechts{
  	margin-top: 10px;
	margin-left: 30px;

	width: 150px;
	height: 180px;

  }
  
  div#kontaktkarte {
  	width: 460px;
  height: 200px;
  }
  
  div#kontaktbild{
  	width:260px;
  	height:180px;
  	float: left;
  }
  
  div#kontaktbeschreibung{
  	margin-top: 0px;
	margin-left: 0px;
	float:right;
	width: 200px;
	height: 180px;

  }
  div#kontaktbeschreibung h2{
  
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin-left:10px;
	margin-top:8px;
  }
  div#kontaktbeschreibung p{
  
	padding: 0;
	font-size: 12px;
	line-height: 13px;

	margin-left:10px;
  }
  div#links a:link {
    font-weight: bold;
	color: #0064b0;
	text-decoration:none;
  }
  div#links a:visited {
    font-weight: bold;
	color: #0064b0;
	text-decoration:none;
  }
  div#links a:hover {
    font-weight: bold;
	color: black;
	text-decoration:none;
  }
  div#links a:active {
    font-weight: bold;
	color: #0064b0;
	text-decoration:none;
  }
  
  
  ul#links {
	margin-top: 15px;
	margin-left: 0;
    float: left; 
	width: 140px;
    padding: 0;
  }
  ul#links li {
    list-style: none;
    margin-top: 0;
	margin-left: 0;
	margin-bottom: 5px;
	padding: 0;
	padding-bottom: 2px;
  }
  ul#links a {
    color: black;
	text-decoration:none;
  }
  ul#links a:link {
	color: black;
	text-decoration:none;
  }
  ul#links a:visited {
    color: black;
	text-decoration:none;
  }
  ul#links a:hover, ul#links span {
	font-weight: bold;
    color: #0064b0;
	text-decoration:none;
  }
  ul#links a:active {
    font-weight: bold;
	color: #0064b0;
	text-decoration:none;
  }
  
  
  
  
  
  div#Inhalt_schmal a {
	text-decoration: underline;
	color: #666;
  }
  div#Inhalt_schmal a:link {
    text-decoration: underline;
	color: #666;
  }
  div#Inhalt_schmal a:visited {
    text-decoration: underline;
	color: #666;
  }
  div#Inhalt_schmal a:hover {
	text-decoration: underline;
    color: black;
  }
  div#Inhalt_schmal a:active {
    text-decoration: underline;
	color: #666;
  }
  
  
  div#Inhalt_breit a {
	text-decoration: underline;
	color: #666;
  }
  div#Inhalt_breit a:link {
    text-decoration: underline;
	color: #666;
  }
  div#Inhalt_breit a:visited {
    text-decoration: underline;
	color: #666;
  }
  div#Inhalt_breit a:hover {
	text-decoration: underline;
    color: black;
  }
  div#Inhalt_breit a:active {
    text-decoration: underline;
	color: #666;
  }
  
  
  

  div#Inhalt_schmal {
    margin-left: 366px;
	margin-top: 15px;
	margin-right: 0;
    padding: 0;
  }
  * html div#Inhalt_schmal {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin: 0;
  }
  
  
    div#Inhalt_breit {
    margin-left: 180px;
	margin-top: 15px;
	margin-right: 0;
    padding: 0;
  }
  * html div#Inhalt_breit {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin: 0;
  }
  
  
  ul#liste {
	padding:0;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right:0;
	margin-top: 0;
  }
  ul#listekontakt li {
  padding: 3px 0px 0px 0px;
 margin: 0 0px;
	
  }
  
  ul#liste li {
	margin-top: 6px;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
  }
  
   p#partner {
	margin-top: 4px;
	margin-bottom: 0px;
    font-weight: bold;
	color: #0064b0;
	text-decoration:none;
  }
   p#partner a {
    font-weight: bold;
	color: #0064b0;
	text-decoration:none;
  }
  p#partner a:link {
    font-weight: bold;
	color: #0064b0;
	text-decoration:none;
  }
  p#partner a:visited {
    font-weight: bold;
	color: #0064b0;
	text-decoration:none;
  }
  p#partner a:hover {
    font-weight: bold;
	color: black;
	text-decoration:none;
  }
  p#partner a:active {
    font-weight: bold;
	color: #0064b0;
	text-decoration:none;
  }


  div#homelinks {
	margin-top: 15px;
	margin-left: 0;
	margin-bottom:20px;
	float: left;
	width: 210px;
	padding:0;
	clear: both;
  }
  
  div#homeinhalt {
    margin-left: 250px;
	margin-top: 15px;
	margin-right: 0;
    padding: 0;

  }
  * html div#homeinhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin: 0;
  }
  
  div#overlay
{
border: 0;
background-color:#777;
padding: 0; 
filter:alpha(opacity=80);
opacity: 0.80; 
-moz-opacity:0.80; 
color:#fff;
display:block; 
position:absolute; 
top:0; left:0; 
height:100%;
width:100%;
}

input.box{
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 1em;
	 width: 150px;}
button.neu{
	background: white;
	background-image: url(images/go.jpg);
}	 
	 
}
