body{
	margin:0px;
	padding:0px;
	background:#fff;
	text-align:center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
}
#container{
	width:785px;
	margin:auto;
}
#top{
	width:785px;
	margin:auto;
}
/* basic styles */
h1,h2,h3,h4,h5,h6{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#222;
}
h1{
	font-size:28px;
}
h2{
	font-size:18px;
	color:#f60;
}
h3{
	font-size:22px;
	color:#202f0f;
}
h4{
	font-size:18px;
	color:#911322;
}
h5{
	font-size:16px;
	color:#af3d0a;
}
h6{
	font-size:11px;
	font-weight:bold;
	color:#222;
}
del{
	color:#999;
}


a{
	color:#af2639;
	text-decoration:none;
}
p{
	line-height:22px;
	margin:0px 0px 15px 0px;
	/*text-align:justify;*/
}
.noborder{
	border:0;
}
#content ul{
	margin:0px;
	list-style-type:none;
}

#content ol li{
	padding-bottom:7px;
}
#content ul li ul{
	margin:8px 0px 0px 0px;
}
/* I can't get <pre> to display inline very well so just use <span class="pre"> */
#content .pre{
	font:11px "Courier New",Courier,sans-serif;
	color:#af454a;
}

img{
	border:none;
}
img.floatright,
img.floatleft,
#left img{
	border:1px solid #222;
}
a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{
	border:1px solid #af2639;
}



/* header */
#header{
	font:30px Georgia,Verdana,Arial,Helvetica,sans-serif;
	width:785px;
	height:123px;
	margin:0 auto 0 auto;
	background:url(../images/headers/h1.jpg) no-repeat top center;
	text-align:left;
}

/* menubar */
.nav{
	height:40px;
	color:#000;
	width:785px;
	background:url(../images/container-back.jpg) repeat center;
	text-align:left;
	cursor:default;
}
.nav2{
	height:40px;
}
#navdiv{
	text-align:right;
	width:750px;
}
#navlist{
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#navlist li{
	display:inline;
}
#navlist li a{
	color:#000;
	text-decoration:none;
	height:40px;
}
#navlist li a:hover{
	color:#f60;
	
}

/* content */
#content{
	width:785px;
	height:400px;
	background:url(../images/info-back.jpg) no-repeat top center;
	margin:0 auto 0 auto;
	padding:0px;
	color:#111;
	text-align:left;
}
#inhalt{
	width:730px;
	margin:0 auto 0 auto;
	color:#111;
	text-align:left;
}
/* footer */
.footer{
	height:30px;
	width:785px;
	background:#fff;
	margin:auto;
	color:#fff;
	text-align:left;
	clear:both;
}
.footer div{
	height:30px;
}
#impr{
    color:#999999;
	text-align:center;
	}
#impr a{
    color:#999999;
	text-align:center;
	}


