/* CSS-Datei für zweispaltiges Layout mit Kopfbereich */

/*Allgemeine Seiteneinstellungen
.................................*/
body {
	margin: 0;
	background-image: url(images/background.jpg); background-repeat: repeat-x;
}

body, p  {
	font-family: comic sans ms, arial, sans serif;
	font-size: 0.9em;
	margin: 0;
}

/*Seitenbereiche
.................*/
#oben {
	position: absolute; left: 0; top: 0;
	width: 100%; height: 80px;
	background-image: url(images/banner_heiden45.jpg); background-repeat: no-repeat;
	padding: 5px 10px;
}

#links {
	position: absolute; left: -20px; top: 100px;
	width: 20%;
	padding-bottom: 600px;
}

#inhalt {
	position: absolute; left: 20%; top: 100px;
	width: 80%;
}

/* Navigation
..............*/
#navi {
	font-size: 0.8em;
	margin: 30px 5px 0 0;
	width: 100%;
}

#navi ul {
	list-style-type: none;
}

#navi li {
	display: block;
	margin-top:0;
	background-color: #bfa1ac;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

#navi a {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}

#navi a:link, #navi a:visited {
	color: #000000;
}

#navi a:active, #navi a:hover {
	background-color: #ebcfd8;
	color: #ff0000;
	border-bottom-color: #ffffff;
}

#seitenende {
	margin-top: 30px;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
	text-align: center;
}
#seitenende a:link, #seitenende a:visited, #seitenende a:active {
	font-size: 0.8em;
	text-decoration: none; color: #4f2332;
	margin-right: 10px;
}
#seitenende a:hover {
	color: red;
}

/*Schrifteinstellungen*/
#inhalt h1 {
	font-size: 1.4em;
	color: #800000;
	width: 100%;
	padding: 15px 0 10px 0px;
	background: #eadae0;
	border-bottom: 1px solid #4f2332;
}

#inhalt h2 {
	font-size: 1.2em;
	color: #393939;
	width: 100%;
	padding: 5px;
	background: #f9fab2;
	border-bottom: 1px solid #d1d25e;
}

h3 {
	font-size: 1.1em;
	}

.artikel {
	background: white;
	border: 1px solid #808080;
	margin: 30px 20px 10px 0;
	padding: 20px 50px;
	width: 70%;
	line-height: 150%;
}

/*Bildeinstellungen*/
.links {
	float: left;
	padding: 10px;
}

.rechts {
	float: right;
	padding: 10px;
}

.mitte {
	float: none;
	padding: 10px;
}

img {
	border: 0px;
}