body {

background: #ffffff;
background-image: url("background.png");
background-repeat: repeat-y;
background-position: left top;
color: #000000;

margin: 0px;

font-family:  "Verdana", "Tahoma", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;

text-align: center;
}

a {
  color: #000099;
  background-color: transparent;
}

a:hover {
  color: #003333;
}

a.titel {
  background: #669966;
  color: #ffffff;
  text-decoration: none;
}

#titel {
text-align: left;
background: #669966;
color: #ffffff;


padding: 5px;

font-family: "Verdana", "Bitstream vera sans", sans-serif;
font-size: 200%;

border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
background-image: url("corner.png");
background-repeat: no-repeat;
background-position: right top;
}

.menupunkt {
text-align: left;
  margin-bottom: 8px;
  font-size: 70%;	
}

#content {
text-align: left;
padding: 4px;
}


#body {
padding-left: 15px;
}

h1, h2, h3, h4, h5, h6 {
margin: 0px;
}

h2 {
border-bottom-width: 2px;
border-bottom-style: dashed;
border-bottom-color: #ffcc99;
}

#bottom {
text-align:left;
border-top-width: thin;
border-top-style: dashed;
border-top-color: #cccccc;

font-size: 70%;
color: #999999;
}

p, li {
font-size: 80%;
}

img {
margin: 5px;
border-width: thin;
border-style: solid;
border-color: #000000;
}

.box {
margin-bottom: 25px;
border-width: thin;
border-style: solid;
border-color: #000000;
padding: 10px;
font-size: 80%
}

p {
line-height: 1.4;
}

.normal {
  font-size: 80%;
  padding: 5px;
}
