html {
background:url(hintergrund.jpg);
background-color:#ff9966;
background-position:top left;
/*background-attachment:fixed;*/
background-repeat: no-repeat;
height:100%;
color:#003333;
}


body {
padding:0 10px 0 10px;
height:100%;
overflow:auto;
margin:0 0 0 150px;
border-left:10px dotted #ff9999;
font-size: 100.01%;
font-family: Georgia, "Times New Roman", serif;
}


#menu {
position:absolute;
top:345px;
left:10px;
width:130px;
height:200px;
z-index:50;
font-size:14px;
line-height:150%;
}

a, a:link, a:active, a:visited {
color:#003333;
text-decoration:none;
font-weight:bold;
font-style: italic;
}

a:hover {
text-decoration:underline;
color:#cc6666;
}

p {
width:600px;
text-align:justify;
padding:5px 0 0 0;
font-size:14px;
line-height:150%;
}

ul {
width:500px;
text-align:justify;
font-size:14px;
line-height:150%;
}

li {
padding-left:20px;
}

img {
border: 2px solid #ffffff;
padding:0;
margin:5px 0 5px 10px;
}


.imagefloat { 
float:right; 
}

img.abbildung {
border: none;
}

p.abbildung {
text-align: center;
border: none;
}

.abbildung {
float: right;
clear: right;
margin: 2px 0 5px 5px;
padding: 0 0 0 0;
border: 2px solid #ffffff;
width: 273px;
}

.noborder { 
border: 0;
padding:0;
margin:0;
}

#news {
border: 2px solid #fff;
color: #000;
float: left;
width: 500px;
font-size:14px;
line-height:150%;
padding:5px 0 5px 5px;
margin-top: 20px;
}


h1 {
color:#003333;
margin:0px;
padding:0 0 7px 0;
font-weight: lighter;
font-style: italic;
}

h2 {
color:#003333;
margin:0px;
padding:150px 0 7px 0;
font-weight: lighter;
font-style: italic;
}

h3 {
color:#cc6666;
margin:0px;
padding:50px 0 0 0;
font-weight: lighter;
font-style: italic;
}

h4 {
color:#003333;
margin:0px;
padding:10px 0 7px 0;
font-style: italic;
}


