* {										/* Ruecksetzen der eingebauten Browser Stylesheet Angaben */
	padding: 0;
	margin: 0;
}

p, ul, ol {
	margin-bottom: 10px;
}

h1 {
	margin-bottom: 15px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 5px;
}

li {
	margin-left: 20px;
	margin-bottom: 3px;
}

body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
}

#wrapper {
	width: 900px;                       /* Breite der gesamten Seite */
    background-color: #FFFFFF;          /* Hintergrundfarbe */	
    margin: 20px auto 10px auto;        /* Abstand zum Rand: top right bottom left => horizontal zentriert */
}

#logo {
	text-align: center;					/* horizontale Zentrierung */
    margin-bottom: 10px;				/* Abstand zum Navi-Bereich */
}

#navi {
	text-align: center;					/* horizontale Zentrierung */
    margin-bottom: 25px;				/* Abstand zum Navi-Bereich */
}

#navi img {
	margin: 0 10px 0 10px;				/* Abstand zwischen den einzelnen Buttons (.png) */
}

#inhalt {
	text-align: center;
	height: 400px;						/* Definition der Mindesthoehe des Inhaltsbereich */
	padding: 15px;						/* Abstand oben zum Navi-Bereich */
    background-color: #FFFFFF;          /* Hintergrundfarbe */
}

a, img {
	text-decoration: none;
	border: 0px;
	color: blue;
}

.links {
	width: 350px;
	height: 380px;					/* Definition der Hoehe des Inhaltsbereich */
	padding: 15px 15px 5px 20px;
	float: left;
	position: relative;
	background-color: #FFEEBB;
	text-align: left;
}

.rechts {
	width: 440px;
	height: 380px;					/* Definition der Hoehe des Inhaltsbereich */
	padding: 15px 15px 5px 20px;
	float: right;
	position: relative;
	background-color: #FFFFCC;
	text-align: left;
}

.download {
    position: absolute;   			/* E-Mail-Icon wird absolut positioniert */
    right: 30px;           			/* Abstand links 10px */
    bottom: 30px;          			/* Abstand unten 5px */
    border: 0px;          			/* kein Rahmen bei Hyperlink */
}

table {
	width: 100%;
}

th {
	padding-bottom: 5px;
	text-decoration: underline;
}