/* 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: 850px;
  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 #C51024;
  border-right: 1px solid #C51024;
  padding-left: 20px;
  padding-right: 20px;
  background: #e1e1e1;
  line-height: 150%;
}

#content input[type="text"]
{
  border: 1px solid white;
  width: 360px;
}

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


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


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

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

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

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

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

}

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

#menue img
{
  border: none;
}


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

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

h2
{
font: 12px Arial, sans-serif;
  font-weight: bold;
  margin: 5px;
 } 
a 
{
  text-decoration: none;
  color: #C51024;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
}

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

