/* hauptrahmen */
#border {
  position:absolute;
  height:600px;
  width:800px;
  margin:-300px 0px 0px -400px;

  top: 50%;
  left: 50%;

  padding: 0px;


  background-color: #ffffff;
  border: 1px dotted #000000;
  overflow: auto;

}

/* Seitentitel */
#titleframe {
  position:absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;


  height:50px;
  width:700px;
  text-align:center;

  margin:-250px 0px 0px -350px;
}


/* Textrahmen */
#textframe {
  position:absolute;
  background-color: #ffffff;
  top: 50%;
  left: 50%;


  height:400px;
  width:700px;

  margin:-150px 0px 0px -350px;
}


/* menuerahmen */
#menu {
  position:absolute;
  background-color: #f5f5f5;
  top: 50%;
  left: 50%;
  


  width:800px;
  text-align:center;

  margin:320px 0px 0px -400px;
}

/* positionsrahmen */
#position {
  position:absolute;
  background-color: #f5f5f5;
  top: 50%;
  left: 50%;

  width:800px;
  text-align:left;

  margin:-320px 0px 0px -400px;
}

/* welcome message */
div.message {
 vertical-align:middle;
 margin:auto;
 width:auto;
}

/* space for title*/
div.message {
 vertical-align:middle;
 margin:auto;
 width:auto;
 margin:220px 0px 0px 50px;
}

/* menu links */
a.menutext {
 color:#000000;
}

body.default {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
color: #000000;
background-color:#f5f5f5;
}

p.bold {
font-weight:bold;
}

td.description {
  background-color: #aaaaaa;
  font-weight:bold;
}

td.input {
  background-color: #cccccc;
}

img.noborder {
  border-width: 0px;
}

ul
{
list-style-image:url(http://www.lars-mense.de/includes/bullet.png);
} 

pre {font-family:monospace !important;}




