body 
{
  background: #003366;  
  font-family: arial, sans-serif; 
  font-size: 12px; margin:0px;
  padding-top: 30px;
}

h1 
{
  font-size:18px; 
  font-weight:bold; 
  color:white;
  border-bottom: 1px solid #369;
}

h2
{
  font-size: 12px;
  color: white;
  width: 100%;
  padding-left: 20px;
  background: #369;
}

table 
{
  color:white
}

#site
{
  margin: 0 auto;
  width: 920px;
}

.news
{
  position: relative;
  left: -50px;
  top: -20px;
  width: 100px;
  border: 1px solid #369;
  float: left;
  padding: 5px;
  margin-right: -20px;
  margin-bottom: -20px;
  font-size: 10px;
  line-height: 12px;
  background: #036;
}

#head 
{
  position:relative;
  background: url('img/head-main-bg.gif') no-repeat;
  top:0px; 
  left:0px; 
  width:920px;
  height:114px;
  color:white;
  text-align:right;
}

#head img
{
  border: none;
}

#head ul
{
  list-style-type: square;
  margin-top: 0px;
}

#head li
{
  padding-left: 10px;
  display: inline;
}

.head_print {visibility:hidden}

#menue 
{
  position: relative;
  top:0px; 
  left:0px;
  background:url('img/main-seite-bg.gif') no-repeat;
  width:198px;
  height:344px;
  padding-top: 150px;
  padding-left: 30px; 
  color:white;
  float: left;
}

ul
{
  list-style-image: url('img/pkt.gif');
  padding-bottom: 10px;
}

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

li
{
  margin-top: 5px;
  margin-left: -10px;
}

#menue img
{
  border: none;
}

a 
{
  color:white;
  text-decoration:none;
  
}
a:hover 
{
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

#content 
{
  position: relative; 
  padding-top: 50px; 
  left: 0px; 
  width:610px; 
  color:white;
  padding-right: 20px;
  border-right: 1px solid #369;
  line-height: 180%;
  float: right;
}
#content img 
{
  border:1px solid white;
  margin: 10px;
}

input[type="text"], input[type="submit"]
{
  background: #369;
  border: 1px solid white;
  color: white;
  width: 200px;
  margin-left: 25px;
}
textarea
{
  background: #369;
  border: 1px solid white;
  color: white;
  width: 540px;
  height: 150px;
}

.rahmen
{
  border: 1px solid #369;
  margin: 10px;
  padding: 5px;
}

.foot { 
position: relative;
left:0px;
background:#336699;
width:580px; 
height:20px; 
padding-left:50px;
color:white
}
