* {
	margin: 0px auto;
	padding: 0;
}
body {
	margin: 0px auto;
	background: #464850;
	font: normal "Times New Roman", Helvetica, sans-serif;
	color: #ffffff;
}
a {
	color: #103352;
}
a:hover {
	text-decoration: none;
	color: #E16629;
}


h1 {

	font-size: 18px;
	font-weight: normal;

	padding-left: 15px;

	margin-bottom: 5px;
	padding-top: 10px; 
}

h2 {
	font: bold;
	font-size: 22px;
	padding-left: 20px;
	color: #103352;
}

h3 {
	
font-size: 20px;

	font-weight: bold;

	padding-left: 15px;

	padding-top: 10px;
	margin:0px;
}



#container {
	width: 958px;
	height: 158px;
	margin: 0 auto;
	background: #f7d9a9 ;
	border: 1px solid #000000;

}


/* Logo */

#logo {
	float: left;
	width: 200px;
	height: 158px;
	background: #f7d9a9 url(images/banner1.gif) no-repeat;
	text-align: center;
}
/* Menu */

#header {
	float: left;
	width: 758px;
	height: 105px;
	background: #f7d9a9 url(images/banner2.gif) no-repeat;
}

#zeile {
	float: left;
	width: 758px;
	height: 53px;
	background: #f7d9a9 url(images/banner3.gif) no-repeat; 
}

#navi {
	width: 680px;
	height: 25px;
	margin: 0 auto;

}
#navi ul {
	margin: 0;
	padding-left: 20px;
	list-style: none;
	font: 20px "Times New Roman", Times, serif;
}
#navi li {
	display: inline;
}
#navi a {
	display: block;
	float: left;
	height: 15px;
	padding-right: 30px;
	padding-top: 13px;
	text-decoration: none;
	font-size: 16px;
	color: #103352;
}
#navi a:hover {

	color: #691305;
}


/* Content */

#content {
	margin: auto;
	width: 960px;
	min-height: 500px;
	background: #f7d9a9;
	border: 1px solid #000000;
	color: #103352;
	font-size: 17px;
}
* html #content { height:500px; } /* nur für IE 5.5 - 6.x */
html + body #content { height:500px; } /* nur vom IE 5.0 */

#content p {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}
#content ul {
	margin-left: 50px;
	margin-right: 20px;
}
#content li {
	list-style: circle;
	list-style-position: outside;
	font: 17px "Times New Roman", Times, serif;
	color: #103352;
	padding-top:5px;

}
#content a {
	text-decoration: none;
	font-size: 17px;
	color: #103352;
}
#content a:hover {

	color: #691305;
}

#liste2 li {
	list-style: disc;
	list-style-position: outside;
	font: 17px "Times New Roman", Times, serif;
	color: #103352;
}

#window {
	background: #f7d9a9;
	color: #103352;
	font-size: 17px;
}

#window p {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	padding-top: 10px;
}

/* Footer */

#footer {
	width: 798px;
	height: 25px;
	margin: 0 auto;
	background: #464850;

}

#footer p {
	text-align: right;
	font: normal 12px "Times New Roman", Helvetica, sans-serif;
	color: #000000;
}

