
/* Menüleiste (menu-DIV) */

#high,
#menu a {
font-weight: normal;
font-size: small;
color: #800000;
text-decoration: none;
background-color: #f4e5a9;
border-right: #666 solid 2px;
border-bottom: #666 solid 2px;
display: block;
padding: 1px;
margin-bottom: 3px;
}

#menu li ul {
font-weight: normal;
font-size: x-small;
list-style: none;
margin: 0 0 0 15px;
padding: 0;
}

#menufix {
background-color: white;
font-weight: normal;
font-size: small;
color: #e00;
border: #666 solid 1px;
display: block;
padding: 1px;
}

#menucount {
	color: #800000;
	display: block;
}

#menu a:hover,
#menu a:active {
	color: #e00;
	border-top: #666 solid 2px;
	border-left: #666 solid 2px;
	border-right: none;
	border-bottom: none;
}

/* Ende Menueleiste */

/* Überschriften */
#main h1 {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: #800000;
	padding-bottom: 8px;
}

#main h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #800000;
	padding-bottom: 4px;
}

#main h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #800000;
	padding-bottom: 3px;
}

#main h4 {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #800000;
	padding-bottom: 1px;
}

#main h5 {
	font-size: 15px;
	line-height:18px;
	font-weight: bold;
	color:#e00;
	padding-bottom: 3px;
}
/* normaler Fließtext */
#main p {
	font-size: 15px;
	line-height: 18px;
	color: #800000;
	padding-bottom: 2px;
}

/* Minigrafik rechts ausrichten */
#main .floatR130 {
	float: right;
	margin-left: 5px;
	margin-right: 130px;
}

/* Fußzeile */
#footer {
	clear: both;
	height: 15px;
	padding: 3px;
	margin: 3px;
	background-color: #EEE;
	font-size: 12px;
	font-weight: bold;
	color: #800000;
	}

	/* Nach oben-Sprung */
	#oben {
	background-color: #f4e5a9;
	border: #666 outset 2px;
	padding: 3px;
	margin-top: 20px;
		}
	
	/* Diverse Einstellungen */
	/* First-Letter */
	#letter p:first-letter {
	font-size: 30px;
	line-height: 23px;
	color: #e00;
	}
	
	/* Bild */
	#bild {
	border: solid 2px #800000;
	padding: 0;
	margin-right:10px;
	float: left;
	}
	a:hover {
	text-decoration:none;
	}
	

