 body {
    background-image:url(http://www.ferienhausinderprovence.de/gfx/bg_kachel.gif);
    background-repeat:repeat-x;
    left: 0px;
	top: 0px;
	color: black;
	background-color: #663333;
    font-size: 1em;
line-height:1.5em;
    font-family: Verdana, Helvetica, Arial,sans-serif;
    margin: 2; /* Abstand oben zum Browserrand */ padding: 0em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background-color: white;
    border: 0px;
  }

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.0em;
    text-align: center;
    background-color: yellow;
    border-bottom: 1px solid silver;
    height: 100px
  }


  a {
    color: black;
  }

  a:hover{
    color: #666666;
  }


  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 160px;
    margin: 0px; padding: 5px;
  }
  ul#Navigation li {
    list-style: none;
    margin: 2 0.5em
  }
  ul#Navigation a {
    display: block;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  ul#Navigation a:link {
    color: white; background-color: #ffa200; text-decoration: none;
  }
  ul#Navigation a:visited {
    color: white; background-color: #ffa200; text-decoration: none;
  }
  ul#Navigation a:hover {
    color: white; background-color: #ffc000; text-decoration: underline;
  }
  ul#Navigation a:active {
    color: white; background-color: #ffd800; text-decoration: none;
  }

ul#navigation_b {
    font-size: 0.83em;
    float: left; width: 160px;
    margin: 0px; padding: 5px;
  }
  ul#navigation_b li {
    list-style: none;
  }
  ul#navigation_b a {
    font-weight: bold;
  }
  ul#navigation_b a:link {
text-decoration: none;
  }
  ul#navigation_b a:visited {
 text-decoration: none;
  }
  ul#navigation_b a:hover {
 text-decoration: underline;
  }
  ul#navigation_b a:active {
 text-decoration: none;
  }

  div#Inhalt {
    margin: 0 0 1em 160px;
    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: 0.2em 0;
    color: black;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
    line-height: 1.2;
    /* text-align: justify; */
  }
smalltext {
	font-size: 0.83em;
	color: blue;
}

smalltext a:{
	font-size: 0.83em;
	color: blue;
	text-decoration: none;
}

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    color: gray;
    background-color: white;
    border-top: 1px solid gray;
  }
