﻿ body
{
	color: black;
	font-size: 100.01%;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 1em 0;
	text-align: center;
	background: #B0D1EC url(../images/steft_kachel2.png);
}

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background: #ffffe0 url(hintergrund.gif) repeat-y;
    border: 2px ridge silver;
  }

  h1
{
	color: #039;
	font-size: 1.5em;
	margin: 0;
	padding: 15px;
	height: 70px;
	text-align: right;
	background: #fed url(../images/kitzingen.jpg) no-repeat 100% 45%;
	background-position: left;
	border-bottom: 1px solid silver;
}

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 200px;
    margin: 1em 0 1.2em; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.5em;
    font-weight: bold;
    background-color: #fed;
    border: 2px solid #b0d1ec;
  }
  ul#Navigation a:link {
    color: black; 
    text-decoration: none
  }
  ul#Navigation a:visited {
    color: #666;
    text-decoration: none
  }
  ul#Navigation a:hover {
    color: black;
    text-decoration: underline
  }
  ul#Navigation a:active {
    color: white;
    text-decoration: none
  }

  div#Inhalt {
    margin: 0 0 1em 220px;
    padding: 0 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 1em 0 0.2em;
    color: #039;
  }

  div#Inhalt h3 {
    font-size: 1em;
    margin: 0.4em 0 0.2em;
    color: #039;
  }
  
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
  
  div#Inhalt p.klein 
  {
  font-size: 0.83em
  }
  
  div#Inhalt table
  {
  	border: 1px solid #B0D1EC; 
  	width:70%; 
  	font-size: 0.83em; 
  	border-collapse: collapse  	
  }
  
  div#Inhalt td
  {
   border: 1px solid #B0D1EC;
   padding: 2px	
  }
  
    div#Inhalt th
  {
	text-align: left; 
	background-color: #B0D1EC; 
	padding: 2px
  }
  div#Inhalt a
  {
  	color:#039
  }
    div#Inhalt a:link
  {
  	text-decoration:none
  }
  div#Inhalt a:visited
  {
  	text-decoration:none
  }
  div#Inhalt a:hover
  {
  	text-decoration:underline
  }
  div#Inhalt a:active
  {
  	text-decoration:none
  }



  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #fed;
    border-top: 1px solid silver;
  }
