body
{
   margin: 0px;
   padding: 0px;
   background-color: #ffffff;
}

* { font-family: arial; }

body, p, div, span, a 
{ 
   font-size: 12px; 
   color: #96969a;
}
a { text-decoration: none; color: #F08300; }
a:hover { text-decoration: underline; }
a img { border: none; }


/* layout */

.orange { color: #F08300; }

div#site 
{
  width: 950px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -425px;
  margin-top: -300px;
  background-color: #fff;
}

div#header
{
  height: 302px;
}

div#menu
{
  height: 36px;
  text-align: center;
  background-color: #F08300;
}

div#menu div { padding-top: 6px; }

div#menu a 
{ 
  color: #fff; 
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  margin-left: 23px;
  margin-right: 23px;  
}

div#content
{
  height: 235px;
  position: relative;
  text-align: center;
  overflow: auto;
  font-weight: bold;
  position: relative;
}

div#content div#wrapper { margin-top: 10px; text-align: left; }
div#wrapper div { text-align: center; }


ul 
{
  list-style-image: url(images/list.jpg);
}

ul li 
{ 
  color: #F08300;
  line-height: 19px; 
}

div#footer
{
  height: 26px;
  background-color: #F08300;
  position: relative;
}

div#footer * { color: #fff; }

span#counter
{
  position: absolute;
  top: 5px;
  right: 30px;
  font-weight: bold;
  color: #fff;
}

a#kontaktbutton
{
  display: block;
  height: 159px;
  width: 25px;
  position: absolute;
  top: 378px;
}

div#sommer { margin-top: 40px; }
div#sommer, div#sommer span { font-size: 15px; }

div#submenu
{
  position: absolute;
  text-align: center;
  left: 250px;
  top: 3px;
  width: 500px;  
}

div#submenu a
{
  color: white;
  font-size: 13px;
  margin-left: 40px;
  margin-right: 40px;
  font-weight: bold;
}

div#kontaktinfo
{
   width: 300px;
   position: absolute;
   top: 50px;
   left: 50px;
   text-align: left;
   font-size: 14px;
}

a#webcam { position: absolute; right: 0px; bottom: 0px; }


/* kontakt form */

div#anfrage { position: absolute; left: 0px; top: 0px; }
div#kalender { position: absolute; left: 50%; top: 0px; }

#shirt
{
  width: 500px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -150px;
  border: 2px solid black;
  z-index: 9;
  display: none;
}




