* {
	margin: 0;
	padding: 0;
}

body {
	background-color: rgb(160, 82, 78);
	text-align: center;
}



body #alles {
	text-align: left;
}

#alles {
	width: 990px;
	height: 1300px;
	background-image: url(./images/bogen5.gif);
	background-repeat: no-repeat;
	background-position: center top;
        margin:0px auto;
}

#kopf {
	height: 200px;
}

#navigation {
	height: 40px;
	text-align: center;
	margin-right: 180px;
	margin-left: 180px;
        text-decoration: none;
}

#navigation ul, ul li, ul li a {
	display: inline;
	margin: 5px;
        font: bold 15px "Comic Sans MS", "Arial", Verdana, Helvetica, sans-serif;
        color: black;
        text-decoration: none;
	
}
#navigation1 ul li a.aktiv,#navigation ul li a:hover,
#navigation1 ul li a:active {
        color: #730000;
}

hr {
	margin-top: 10px;
	border:1pt solid rgb(160, 82, 78);
	}

#inhalt {
	background-color: rgb(242, 239, 198);
	margin-left: 68px;
	margin-right: 68px;
	padding: 20px 35px 35px 35px;

	}

#inhalt	a:link{
	color: #730000;
        text-decoration: none;;}

#inhalt	a:visited{
	color: #730000;
        text-decoration: none;}

#inhalt	a:hover{
	color: black;
	text-decoration: underline;}

#inhalt	a:active{color:#f00;}


#inhalt h1 {
	font: bold 25px "Comic Sans MS", "Arial", Verdana, Helvetica, sans-serif;
	text-align: center;
}

#inhalt h2 {
	font: bold 22px "Comic Sans MS", "Arial", Verdana, Helvetica, sans-serif;
	text-align: center;	
}

#inhalt h3 {
	font: bold 19px "Comic Sans MS", "Arial", Verdana, Helvetica, sans-serif;
	text-align: center;
}




#fusszeile {
	margin: 10px;
	text-align: center;
}