body
{
  font-family:"Arial";
  font-size:9pt;
  line-height:14pt;
  color:#666666;

  margin:0px;
  border:0px;
  padding:0px;

  background-color:white;
  background-image:url(../images/titel.jpg);
  background-repeat:no-repeat;
}

div
{
  margin:0px;
  border:0px;
  padding:0px;
}

div#logo
{
  position:absolute;
  right:0px;
  top:25px;
  width:200px;
  height:75px;
  
  background-color:white;
  background-image:url(../bullets/logo.gif);
  background-repeat:no-repeat;
}

div#main
{
  position:absolute;
  left:100px;
  top:229px;
  height:20px;
  
  border:1px;
  border-style:solid;
  border-color:white;
  background-color:white;
}

div#links
{
  position:absolute;
  right:0px;
  top:229px;
  height:20px;

  border:1px;
  border-style:solid;
  border-color:white;
  background-color:white;
}

div#sub
{
  position:absolute;
  left:100px;
  top:274px;
  height:20px;
  
  border:1px;
  border-style:solid;
  border-color:#DDDDDD;
  background-color:#DDDDDD;
}

div#content
{
  position:absolute;
  left:100px;
  top:325px;
  
  padding-right:50px;
  padding-bottom:50px;
}

div#item
{
  width:150px;
  float:left;
  
  padding-right:25px;
  padding-bottom:25px;
}

table
{
  font-size:9pt;
  line-height:14pt;
  
  margin-top:25px;
}

td
{
  vertical-align:top;
  width:100px;
}

input
{
  font-size:9pt;
  color:#666666;
  
  width:500px;
  border:0px;
  background-color:#DDDDDD;
}

textarea
{
  font-family:"Arial";
  font-size:9pt;
  line-height:14pt;
  color:#666666;
  
  width:500px;
  border:0px;
  background-color:#DDDDDD;
}

a
{
  color:#666666;
  text-decoration:none;
}

p#false
{
  color:red;
}

img
{
  border:0px;
  
  margin-left:0px;
  margin-right:15px;
  margin-bottom:15px;
}

img#left
{
  margin-left:0px;
  margin-right:15px;
  float:left;
}

img#right
{
  margin-left:15px;
  margin-right:0px;
  float:right;
}

ul
{
  margin:0px;
  border:0px;
  padding:0px;
  list-style-type:none;
}

li
{
  width:100px;
  height:20px;
  padding-left:5px;
  
  display:inline;
}

div#main li#aktiv
{
  background-color:#DDDDDD;
}

div#links li#aktiv
{
  background-color:#DDDDDD;
}

div#sub li#aktiv
{
  background-color:white;
}
