* {
margin: 0;
padding: 0;
}
body {
text-align: center;
background: #000000;
font-family: Arial, Helvetica, sans-serif;
}
/* Schriften */
h1 {font-size: 1.6em; color: #FF0000; font-weight: bold; line-height: 40px;}
h2 {font-size: 1.4em; color: #FF0000; font-weight: bold; line-height: 40px;}
h3 {font-size: 1.4em; color: #FF4500; font-weight: bold; line-height: 40px;}
h4 {font-size: 1.2em; color: #FF4500; font-weight: normal; line-height: 30px;}
h5 {font-size: 0.8em; color: #FF4500; font-weight: normal; line-height: 30px;}
p {font-size: 1.0em; color: #FF9900; font-weight: normal; line-height: 20px;}
p.center {text-align: center;}
p.small {font-size: 0.8em;}
p.dark {font-size: 1.2em; color: #FF4500; font-weight: bold;}
h5.footer {text-align: right; padding: 20px 0px 0px 0px;}

#logo {
position: absolute;
top: 20px;
left: 50px;
display: block;
width: 300px;
height: 250px;
background-image: url(horst-montage.jpg);
background-repeat: no-repeat;
}
#title {
position: absolute;
top: 180px;
right: 30px;
}
#alles {
position: relative;
width: 900px;
height: 400px;
margin: 0 auto;
text-align: left;
}
.imageleft {
margin: 10px 30px 10px 0px;
border: 2px solid #FF4500;
}
.imageright {
margin: 0px 10px 10px 30px;
border: 2px solid #FF4500;
}
#header {
position: absolute;
top: 10px;
display: block;
width: 850px;
height: 150px;
background: url(vulkanweb.gif) no-repeat right;
}
#main {
position: absolute;
top: 300px;
width: 900px;
text-align: left;
background: transparent;
}
#inhalt {
width: 900px;
padding: 15px;
margin-right: 20px;
border-left: 1px solid #FF4500;
border-bottom: 1px solid #FF4500;
background: transparent;
}
#footer {
width: 900px;
height: 200px;
}
/* Navigation Kopfleiste*/
#navoben {
position: absolute;
top: 270;
left: 200px;
width: 700px;
list-style-type: none;
z-index: 5;
}
#navoben li {
display: inline;
}
#navoben a {
display: block;
float: left;
font-size: 0.8em;
color: #FF4500;
padding: 2px 30px 2px 0px;
text-decoration: none;
}
#navoben a:hover {
color: #FF0000;
text-decoration: underline;
}
#navoben a.bold {
font-weight: bold;
font-size: 0.8em;
color: #FF4500;
text-decoration: none;
}
#navoben a.akt {
color: #FF0000;
font-weight: bold;
}

