@charset "UTF-8";

*{
	padding: 0;
	margin: 0;
}


html, body{
	font:12px "Trebuchet MS", verdana, arial, sans-serif;
	text-align: center;
	height: 100%;
	background-color: #8b8378;
}


	/* Allgemeine Formatierungen */

	h2{
	margin: 1em 0;
	font-size: 16px;
	text-transform: uppercase;
	border-left: 5px solid orange;
	padding-left: 8px;
	line-height: 18px;  /* Höhe des linken Rands */

}

a {
	color: #669966;
	}
	
	
	a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

	

	/* Hauptcontainer */

	
#box1 {
min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	position: relative;
	width:670px;
	text-align: center;
	background-repeat: repeat-y;
	background-image: url(hinterrgund.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#box{
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	position: relative;
	width: 650px;  /* Zentrierung */
	text-align: center;
	background-color: #fef7e7;
	

}	


	/* Header */


	#header{
	background: #8c6508;
	height: 200px;
	color:black;
	line-height: 70px; /* vertikale Ausrichtung */
	padding-left: 0px;
	font-size: 25px;
	text-transform: uppercase;
	text-align: left;
}

	#header span{
	display: block;
	color: white;
	font-size: 12px;
	text-transform: none;
	margin-top: -45px;   /* nach oben verschieben */
	font-weight: normal;

}

	

	/* Navigation */

	#navigation{
	list-style: none;
	width: 650px;
	float: left;
	height: 35px;
	background:#6c8d22;
	vertical-align: middle;
}

	#navigation li{
	float: left;

}

	#navigation li a{
	display: block;
	height: 35px;
	width: 130px; /* Breite 650px:5 = 130px */
	text-decoration: none;
	line-height: 35px;
	float: left;
	background: #6c8d22;
	color: white;
}

	#navigation li a:hover{
	color: black;
}

	

	/* Inhalt */

	

	#inhalt{
	text-align: justify;  /* wichtig */
	clear: left;
	background-color: #fef7e7;
	height: 100%;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 130%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bild {
	text-align: center;
	border: 5px solid #FFFFFF;
	margin(0, auto);
	display (block,inline);
	margin: 10px;
}

#footer {
	position: absolute;
	bottom: 0; /* wichtig */
	background-color: #fef7e7;
	width: 100%;
	height: 35px;
				}
#lesung {
	color: #010818;
	border: thin dotted #333333;
	padding: 5px;
	margin-right: 100px;
	margin-left: 20px;
}
#splash {
	text-align: center;
	vertical-align: middle;

	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bildrechts {
	text-align: center;
	border: 5px solid #FFFFFF;
	margin(0, auto);
	display (block,inline);
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#leserunde {
	color: #333333;
	border: thin solid #5B7A1A;
	padding: 5px;
	margin-right: 100px;
	margin-left: 20px;
}

