/* Allgemeine Formatierungen */

#seite{
	background: #fdf5d9;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	
}

body{
	background: #fdf5d9;
	font-family: Arial Helvetica sans-serif;
	font-size: 12px;
	width: 1260px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: Black;
	border-left: 1px solid #90BB92;
	border-right: 1px solid #90BB92;
}
	
#oben{
	background: no-repeat url(bilder/layout/banner.jpg);
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 260px;
	width: 1260px;
	background-color: #979ec7;
}

#mitte_inhalt{
	background: repeat url(bilder/layout/balken.jpg);
	background-color: #fdf5d9;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 1260px;
	height: auto;
	overflow: auto;
}

#unten_inhalt{
	background: no-repeat url(bilder/layout/fuss.jpg);
	margin: 0px 0px 0px 0px;
	height: 35px;
	width: 1260px;
	clear:both;
	overflow: hidden;
	background-color: #e3f0e6;
}

/* Schrift-Formatierungen */
h1{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3A5F3B;
	text-align: left;
	line-height: 35px;
	padding: 20px 0px 0px 0px;
}
h2{
	border-bottom: 1px solid #b84c04;
	color: Black;
	font-size: 24px;
	letter-spacing: 0.01em;
	margin: 25px 15px 0px 110px;
}
h3{
	color: Black;
	font-size: 20px;
	letter-spacing: 0.01em;
	margin: 25px 15px 0px 0px;
}
h4{
	color: Black;
	font-size: 18px;
	letter-spacing: 0.01em;
	margin: 25px 15px 0px 110px;
}
	
	
.bodyText {
	color: Black;
	line-height: 15px;
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
	
.bodyText a:link,a:visited,a:active{
	color: #004887;
	text-decoration: underline;
	vertical-align:top;
}

.bodyText a:hover{
	text-decoration: none;
	color: #b84c04;
}

.punkt {
	color: #b84c04;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.dachzeile {
	color: #004887;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
	
.pageName{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3A5F3B;
	text-align: left;
	line-height: 35px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #bbbedf;
}
	
.subHeader {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 30px;
	vertical-align: top;
}
	
.infoHeader {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	text-align: left;
	line-height: 20px;
}
	
.infoHeader a:link,a:visited,a:active{
	color: #004887;
	text-decoration: underline;
	vertical-align:top;
}

.infoHeader a:hover{
 text-decoration:none
}

.quote {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	line-height: 26px;
	text-align: left;
}
	
.smallText {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	line-height: 15px;
	text-align: left;
}
	
.navText {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	text-decoration: none;
}
