
*, body {
         font-family: Verdana;
         line-height: 14pt;
         font-size: 10pt;
         color: #000000;
}

img {
         border: 0;
}

/* alles zentrieren, deshalb ein div herum mit fester breite */
.aussen {
         width:658px;
         margin: 0 auto;
        }

/* Navigation */
ul.naviMain {
     list-style-type:none;
margin:10px 0 0 0;
padding:0;
height: 100px;
}

ul.naviMain li {
         float: left;
         width: 200px;
         height: 20px;
         background: #E2001A;
         /* oben rechts unten links */
         padding: 2px 0px 2px 5px;
         margin: 0 18px 5px 0;
}

ul.naviMain li a {
	color: black;
	text-transform:uppercase;
	text-decoration: none;
}

ul.naviMain li a.active, ul.naviMain li a:hover {
	color: white;
	font-weight: bold;
}

a {
         text-decoration: none;
}



.hauptinhalt {
         height:300px;
overflow:auto;
width:430px;


}

.hauptinhalt h1 {
         font-size: 14pt;
         line-height: 18pt;
         font-family: "courier new";
}
.hauptinhalt h2 {
         font-size: 12pt;
         line-height: 16pt;
}

.rechterinhalt {
margin:10px 0 0 0;
          width: 210px;

}
.rechterinhaltoben {
         height: 350px;
}

.rechterinhalt h3 {
         font-size: 12pt;
         line-height: 16pt;
         width: 205px;
         /* innenabstand: padding, aussenabstand: margin */
         padding-left: 5px;
         background: #A9ABA6;
         font-style:italic;
         margin: 0;
}

.rechterinhaltoben p {
         font-size: 8pt;
         line-height: 11pt;
         font-style:italic;
}