body, html {
position: absolute;
background: url(/fileadmin/templates/bilder/line.gif) repeat-y;
margin: 0;
padding: 0;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}

#seite {
background: url(/fileadmin/templates/bilder/head.gif) no-repeat;
min-height: 100%;
width: 800px;
position: relative;
}

#menu {
position: absolute;
top: 34px;
left: 0px;
}

#submenu {
position: absolute;
top: 62px;
}

#links {
position: absolute;
top: 160px;
left: 20px;
width: 310px;
padding-bottom: 30px;
}

#rechts {
position: absolute;
top: 160px;
left: 350px;
width: 250px;
margin-bottom: 30px;
}

#footer {
position: fixed;
width: 740px;
background: #ffffff;
height: 20px;
bottom: 0px;
text-align: right;
}

h1 {
margin: 1em 0 0.2em 0;
padding: 0;
font-size: 1.3em;
}

h2 {
margin: 0.8em 0 0.1em 0;
padding: 0;
font-size: 1.1em;
}

h3 {
margin: 0.2em 0 0.6em 0;
padding: 0;
font-size: 0.8em;
font-style: oblique;
font-weight: bold;
}

p {
margin: 0 0 0.6em 0;
padding-right: 1em;
line-height: 1.6em;
}

