/* CSS Document */

body
{
  margin: 0px;
  padding: 0px ;
  font: 12px Arial, sans-serif inherit;
  background: url('../img/header-bg.gif') repeat-x #e1e1e1;
  
}

#header
{ 
  position: absolute;
  width: 1024px;
  height: 200px;
  background: url('../img/header.gif') no-repeat;
  top: 0px;
  left: 0px;
}

#content
{
  position: absolute;
  top: 150px;
  left: 250px;
  width: 358px;
  border-left: 1px solid #D46900;
  border-right: 1px solid #D46900;
  padding-left: 20px;
  padding-right: 20px;
  background: #e1e1e1;
  line-height: 150%;
}
#content input[type="text"]
{
  border: 1px solid white;
  width: 150px;
}

#content select
{
  border: 1px solid white;
  width: 150px;
  font: 12px Arial, sans-serif;
}
#content select:focus
{
  border: 1px solid red;
 
}

#content input[type="submit"]
{
  background: #D46900;
  border: 1px solid white;
  padding:2px;
  margin: 10px;
  color: white;
}


#content input[type="submit"]:hover
{
  background: #D46900;
}


#content textarea
{
  border: 1px solid white;
  width: 360px;
  height: 100px;
}

#content input[type="text"]:focus
{
  border: 1px solid red;
}

#content textarea:focus
{
  border: 1px solid red;
}

#logo
{
  position: absolute;
  top: 170px;
  left: 670px;
  height: 76px;
  width: 280px;
}

#location
{
  position: absolute;
  top: 260px;
  left: 670px;
  width: 280px;
}

#adresse
{
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
}

#menue
{
  position: absolute;
  top: 240px;
  left: 50px;
  width: 200px;
  background: url('../img/menue-bg.gif') repeat-y;
}



.ut
{
  color: #666666;
  font: 10px Arial, sans-serif;
}

h1
{
  font: 18px Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #D46900;
}

h2
{
  font: 16px Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: black;
}
h3
{
font: 12px Arial, sans-serif;
  font-weight: bold;
  margin: 5px;
 } 
a 
{
  text-decoration: none;
  color: #D46900;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
}

ul
{
  list-style-image: url('../img/liste.gif');
}

td
{
  padding: 5px;
  
}
.fehler
{
  padding: 10px;
  margin: 20px;
  border: 1px solid red;
  font-weight: bold;
}
