/* Seitendesign - eindeutige Bereiche der Seite */

#bg {
	position: relative;
	margin: 0px auto;
	margin-top: 20px;
	width: 900px;
	background-image: url(../bilder/hp/bg_900.jpg);
}

#bead {
	position: relative;
	height: 160px;
	background-image: url(../bilder/hp/header_900.jpg);
}
#bead-logo {
	position: absolute;
	right: 0px;
	width: 300px;
	top: 0px;
	padding: 10px 0px 10px 0px;
	}
#bead-menu {
	position: absolute;
	top:115px;
	left:60px;
	width: 660px;
	padding: 0px;
	}

#content {
	position: relative;
	left: 0;
	margin: 25px 25px 0px 75px;
	}
#cont-chaptermenu {
	float: right;
	border-width: 0px;
	margin: 70px -10px 0px 20px;
	padding: 0px
	}
#cont-chaptermenu > h2 {
	padding-left: 20px;
}
#cont-chaptermenu > p {
	padding-left: 20px;
}

#foot {
	position: relative;
	height: 140px;
	margin-left: 75px;
	text-align: center;
	font-size: 11px;
	}
#foot-links {
	position: absolute;
	top: 65px;
	left: -10px;
	width: 700px;
	text-align: center;
	}
#foot-links span{
	padding: 0px 7px 0px 7px;
	}

/* Absatz- und Textformate */
/*   Standardformate */
body {
	background-color: #2f2f2f;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #4e2b17;
}
p + h1 {
	margin-top: 36px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4e2b17;
}
p + h2 {
	margin-top: 36px;
}
ul + h2 {
	margin-top: 36px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #404040;
}
p + h3 {
	margin-top: 36px;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
}
p + h4 {
	margin-top: 36px;
}

td {
	font-size: 14px;
	vertical-align: top;
}

/*   Textlinks */
a {
	/*color: #455870;*/
	color: #183b70;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	/*color: #4e933e;*/
	color: #a85b50;
}
	
/*   Besondere Absatzformate */
/*   Kleiner Fliesstext */
.small {
	font-size: 11px;
}
/*   Seiten-Überschrift */
.seitentitel {
	text-align: center;
	font-size: 28px;
}

/*   Besondere Farben */
.red {
	font-weight: bold;
	color: #e00030;
}
.green {
	font-weight: bold;
	color: #008040;
}
.blue {
	font-weight: bold;
	color: #4A4E98;
}

/* Kaesten fuer Rechte und linke Seite */
.kasten-links {
	float: left;
	visibility: visible;
	padding-right: 20px;
	margin-top: -7px;
}
.kasten-rechts {
	float: right;
	visibility: visible;
	padding-left: 20px;
	margin-top: -7px;
}

