* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FDF0C3;
}

#frame {
	position: relative;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 825px;
	height: 539px;
}

#navigation { position: absolute; top: 126px; left: 230px; }
#navigation a { text-decoration: none; color: Black; }
#navigation a:hover { color: #cb0000; }
#navigation a.active { color: #cb0000; font-weight: bold; }

#leftnav { position: absolute; top: 200px; left: 10px; }
#leftnav a { display: block; width: 180px; color: #feefc4; text-decoration: none; margin-top: 10px; }
#leftnav a:hover { color: #000000; }

h1, .header { position: absolute; top: 160px; left: 230px; color: #cb0000; font-size: 14px; font-style: italic; font-weight: bold; z-index: 1000; }
.red { color: #cb0000; }
.beige { color: #feefc4; }
a .red:hover { color: Black; }

.smaller { font-size: 10px; }


/* neu */
.redheader {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#cb0000;
	font-style: italic;
}

.stdredbold {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#cb0000;
}

.std {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:black;
	font-style: normal;
}

p.underline {
	float: left;
	border-bottom: 1px solid Black;
}