body
{
  color: #FFFF99;
  font-size: 12px;
  line-height: 160%;
  font-style: normal;
  font-family: Georgia, 'Times New Roman', serif; /* Tahoma, Verdana, Arial; */
  background-image: url(img/global.jpg);
  text-align: center;
}

a:link, a:visited, a:active, a:focus
{
  color: #FFFF99;
  text-decoration:none;
}

a:hover
{
  color: #FFFFFF;
  text-decoration:none;
}

#container
{
  text-align: left;
  width: 800px;
  margin: 0px auto;
}

#header
{
  width: 800px;
  height: 100px;
}

#middle /* beinhaltet navi und content */
{
  min-height: 400px;
  background: url(img/border.jpg) repeat-y;
  padding: 30px 20px 10px 20px;
}

#navi
{
  font-size: 125%;
  float: left;
  width: 140px;
  height: 300px;
  padding: 50px 0px 0px 20px;
}

#navi a
{
  display: block;
  margin: 20px 0px;
}

#content
{
  padding: 0px 140px 0px 0px;
  overflow: auto;
}

#content img
{
  margin: 10px 0px;
}

#map_canvas {
	color: #333;
    width: 100%;
    height: 250px;
}

#gaestebuch
{
  line-height: 150%;
}

#footer
{
  background-image:url(img/buttom.jpg);
  background-repeat: no-repeat;
  padding: 30px 0px 0px 60px;
  font-size: 11px;
  color: #000000;
}
 
#footer a
{
  font-size: 11px;
  color: #000000;
}

#footer a:hover
{
  color: #555555;  
}

h1, h2, h3
{
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  text-align: center;
}

h2
{
  font-size: 15px;
  margin: 0px 0px 20px 0px;
  text-align: left;
}

h3
{
  font-size: 12px;
  margin: 15px 0px 5px 0px;
  text-align: left;
}

table
{
  margin: 0px auto;
  width: 100%;
  min-height: 75px;
}

table td
{
  padding: 5px;
  vertical-align: top;
}

.shadow
{
  -moz-box-shadow: 4px 6px 5px #0c0c2c;
  -webkit-box-shadow: 4px 6px 5px #0c0c2c;
  box-shadow: 4px 6px 5px #0c0c2c;
}

.light
{
  background-color: #201F60;
}

.dark
{
  font-weight: bold;
  /*background-color: #23227F;*/
}

.small
{
  font-size: 90%;
  font-style: italic;
}

small#impressum
{
  font-size: 85%;
  line-height: 130%;
}

.hidden {
  display: none;
}

