﻿/* CSS-Layout */
html {
	background-color: #999999;
	font-size: 100.01%;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
}

  body {
	background-color: #999999;
	font-size: 100.01%;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
}

  a:link {
	color: #444444;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
  a:visited {
	color: #444444;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
  a:hover {
    color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
  }
  a:aktuell {
    color: #444444;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
  }
  
  h1 {
	font-size: 1.5em;
	margin: 0;
	text-align: left;
	background: #FFFFFF url('../images/design/logo_bg.gif');
/*	background: url('../images/design/kopfzeile.gif') no-repeat;*/
/*	border-bottom: 1px solid silver;*/
	height: 119px; /* Höhe Kopfzeile */
}

  h2 {
	color: #999999;
}

  h3 {
	font-size: 1em;
	color: #999999;
  }

  div#Seitenblock {
	background-color: #FFFFFF;
	bottom: 0px; 
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	min-width: 10em;
	max-width: 50em;
	text-align: center;
	padding: 0;
}

  div#Seitenblock_index {
	background-color: #FFFFFF;
	bottom: 0px; 
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	min-width: 10em;
	text-align: center;
	padding: 0;
}

  div#layout_seitenkopf {
	text-align: left;
	width: 100%;
}
  
  div#layout_seitenkopf hr{
	height: 5px; /* für IE */;
	border: 0px; /* für Firefox und Opera */	
	margin: 0;
	padding: 0;
	*/
}
 
  div#Hauptnavigation {
	background-color: #006699;
/*  border-top: 3px solid #FFFFFF;*/
	text-align: left;
	padding: 0 0 0 110px;
	margin: 0;
}

  ul#Hauptnavigation {
/*    margin: 0 0 0.2em; */
	margin: 0;
    padding: 0;
  }

  ul#Hauptnavigation li{
	color: #6699CC;
	margin: 0;
	padding: 0 14px 0 0;
	display: inline;
}

  ul#Hauptnavigation a {
	font: bold 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
  ul#Hauptnavigation a:link {
	color: #6699CC;
}
  ul#Hauptnavigation a:visited {
	color: #6699CC;
}
  ul#Hauptnavigation a:hover {
    color: #FFFFFF;
  }
  ul#Hauptnavigation a:aktuell {
    color: #FFFFFF;
  }

  ul#Hauptnavigation a.aktuell {
	color: #FFFFFF;
}
   
  div#Navigation {
	background-color: #666666;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-align: left;
	padding-left: 110px;
}

  ul#Navigation {
/*    margin: 0 0 0.2em; */
	margin: 0;
    padding: 0;
  }

  ul#Navigation li {
    list-style: none;
    margin: 0; 
	padding: 0 14px 0 0;
	display: inline;
  }
  ul#Navigation a {
	font: bold 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
  }
  ul#Navigation a:link {
	color: #999999;
}
  ul#Navigation a:visited {
    color: #999999; 
  }
  ul#Navigation a:hover {
	color: #FFFFFF;
}
  ul#Navigation a:aktuell {
    color: #FFFFFF; 
  }
  ul#Navigation a.aktuell {
	color: #FFFFFF;
}

  img {
	border: 0px;
}

  div#Info {
	text-align: left;
	font-size: 0.9em;
	float: left;
	width: 12em;
	margin: 0 0 1.1em;
	padding: 0;
	background-color: #E7E7E7;
	font-size: small;
	height: auto;
	min-height: 600px;
}
  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }

  div#Inhalt {
	text-align: left;
	background: #FFFFFF;
	padding: 0 1em 0 0;
	position: relative;
	font-size: small;
/*	min-height: 500px;*/
	left: 0px;
	right: 0px;
}

  div#Inhalt_index {
	text-align: left;
	background: #FFFFFF;
	padding: 0;
	position: relative;
	font-size: small;
	left: 0px;
	right: 0px;
}

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
	font-size: small;
	margin: 1em 0;
}
  
  table#kalender tr{
	vertical-align: top;
}

  #layout_seitenfuss {
	text-align: left;
	height: 20px;
	bottom: 0px;
	width: 100%;
	font: small Arial, Helvetica, Sans-Serif;
	color: #EEEEEE;
}

  #layout_seitenfuss a:link {
	color: #006666;
}
  #layout_seitenfuss a:visited {
	color: #006666;
}
  #layout_seitenfuss a:hover {
	color: #999999;
}
  #layout_seitenfuss a:aktuell {
    color: #999999;
  }
  
  p#Fusszeile-Nav {
	padding-left: 0.2em;
}  

  p#Fusszeile {
	clear: both;
	font-size: 0.9em;
	margin: 0;
	padding: 0.9em;
	text-align: right;
	background-color: #D1CFCF;
/*	border: 1px solid silver;*/
	color: #808080;
	font-size: xx-small;
	height: 100px;
}
  
  p#Fusszeile_index {
	clear: both;
	font-size: 0.9em;
	margin: 0;
	padding: 0.9em;
	text-align: right;
	background-color: #D1CFCF;
/*	border: 1px solid silver;*/
	color: #808080;
	font-size: xx-small;
}
  p#Fusszeile_index a{
	text-decoration: none;
}
  p#Fusszeile a{
	text-decoration: none;
}
  p#Fusszeile_index a:link {
	color: #999999;
}
  p#Fusszeile a:link {
	color: #999999;
}
  p#Fusszeile_index a:visited {
	color: #999999;
}
  p#Fusszeile a:visited {
	color: #999999;
}
  p#Fusszeile_index a:hover {
    color: #999999;
  }
  p#Fusszeile a:hover {
    color: #999999;
  }
  p#Fusszeile_index a:aktuell {
    color: #999999;
  }
  
  p#Fusszeile a:aktuell {
    color: #999999;
  }
  
  .servicetab {
	padding: 0.5em 0 0.5em 0;
	border-top: 1px #DFDFDF solid;
	border-bottom: 1px #C0C0C0 solid;
	text-align: center;
}
.tabinhalt {
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

textarea {
	border: 1px solid #005CA1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

input {
	border: 1px solid #005CA1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

.adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10px;
}

.bildleiste{
	padding: 10px;
}

.block{
	color: #FFFFFF;
	background: #006699;
	text-align: center;
	width: 8em;
	padding: 3px;
}

.block a{
	text-decoration: none;
}

.block a:link {
	color: #C0C0C0;
}
.block a:visited {
	color: #C0C0C0;
}
.block a:hover {
	color: #FFFFFF;
}
.block a:aktuell {
    color: #C0C0C0;
  }

.kalender {
	border="0";
	width=100%;
}
