/* CSS Document */

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

#header
{ 
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0px;
  left: 0px;
}

#content
{
  position: relative;
  top: 20px;
  left: 0px;
  width: 360px;
  line-height: 150%;
}
#content input[type="text"]
{
  border: 1px solid black;
  width: 150px;
}

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

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

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

#logo
{
  position: absolute;
  top: 20px;
  left: 380px;
  height: 76px;
  width: 280px;
}

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

#adresse
{
  position: absolute;
  top: 150px;
  left: 380px;
  width: 280px;
}

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



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

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

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;
}
