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

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



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

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

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: #2315BF;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
}

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

td
{
  padding: 5px;
  border-top: 1px solid black;

}
