body 	{
	background-color: #FDD3C1;
	color: Black; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 100%; 
}
h1 {
	color: black;
	font-weight: bold;
	font-size: 145%;
}
h2 {
	color: black;
	font-weight: bold;
	font-size: 125%;
}
h3 {
	color: black;
	font-weight: bold;
	font-size: 105%;
}
.fett	{ 
	font-weight: bold; 
}
.wichtig {
	font-weight: bold;
	color: #EE1C23;
}
.zitat {
	font-size: 115%;
	font-style: italic;
}
.zitatautor {
	font-size: 85%;
	font-style: normal;
	font-variant: small-caps;
}

#header {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 760px;
	height: 90px;
	background-color: white;
	z-index: 1;
	padding: 0px;
	border: 2px solid #EE1C23;
	margin: 0px;
}

#headerlogo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 756px;
	height: 86px;
	text-align: left;	
	padding: 0px;
	border: 0px;
	margin: 0px;
}
#headerimage {
	position: absolute;
	width: 760px;
	height: 86px;	
	top: 10px;
	right: 10px;
	text-align: right;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#menu {
	position: absolute;
	top: 112px;
	left: 8px;
	width: 752px;
	height: 16px;
	background-color: white;
	z-index: 1;
	padding: 4px;
	border: 2px solid #EE1C23;
	margin: 0px;
	font-size: 75%;
	font-weight: bold; 
	text-decoration: none;
}

#linkbar {
	position: absolute;
	top: 8px;
	left: 782px;
	width: 170px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 25%;
}

#sidebar {
	position: absolute;
	top: 150px;
	left: 782px;
	width: 158px;
	min-height: 290px;
	background-color: white;
	z-index: 1;
	padding: 4px;
	border: 2px solid #EE1C23;
	margin: 0px;
	font-size: 75%;
	text-decoration: none;
}

#content {
	position: absolute;
	top: 150px;
	left: 8px;
	width: 740px;
	min-height: 290px;
	background-color: white;
	padding: 10px 10px 10px 10px;
	border : 2px solid #EE1C23;
	margin: 0px;
	font-size: 80%;
}

/* menu */
.anav_a { /* active */
	color: #EE1C23;
	background-color: white;
	text-decoration: none;
}
.anav_i { /* inactive */	
	color: black;
	background-color: white;
	text-decoration: none;
}
.anav_o { /* mouseover-out */
	color: White;
	background-color: #EE1C23;
	text-decoration: none;
}

