body {
	background-color:#000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
}

a {
color: #909090;
	text-decoration: underline;
}

a:hover {
	color: #AFAFAF;
	text-decoration: underline;
}

a:visited {
	color: #494949;
	text-decoration: underline;
}

#maindiv {
	float: none;
	
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
#mainheader{
   float: left;
	background-image: url(bilder/header.jpg);
	background-repeat: no-repeat;
}

#mainfooter{
float: left;
background-image: url(bilder/footer.jpg);
background-repeat: no-repeat;
background-position: bottom;
width:860px;
height: auto;
padding-bottom: -80px;
}

/*header-formatierung*/
#header {
	float: left;
   width: 860px;
	
}

#headermenue {
	float:right;
	width:500px;
	height:23px;
	vertical-align:bottom;
	text-align: right;
	padding-top: 88px;
	padding-right: 60px;
}

#headermenue h2 {
font-size: 14px;
white-space: nowrap;
display: inline;
padding: 2px 8px 5px; 
}

#headermenue a {
text-decoration: none;
color: Gray;
}

#headermenue a:active{
	color: #AFAFAF;
	text-decoration: blink;
}

#headermenue a:hover{
color: #AFAFAF;
}


#main {
	width: 819px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	float: left;
}

#subnav {
	width: 209px;
	float: left;
	text-align: center;
	line-height: 25px;
	padding:20px;

	}
	
#subnav h2 {
	font-size:24px;
}

#subnav a {
text-decoration: none;
color: Gray;
}

#subnav a:active{
	color: #AFAFAF;
	text-decoration: blink;
}

#subnav a:hover{
color: #AFAFAF;
}

#content {
	width: 520px;
	float: left;
	border-left: solid;
	border-left-width: thin;
	border-color: 666666;
	height: 100%;
	padding-left: 10px;
	padding-top: 10px;
	}

#content h1 {
	font-size: 20px;
	letter-spacing: 5px;
	color: #9D9D9D;
}	

#content h2 {
	font-size: 16px;
	letter-spacing: 1px;
	color: #9D9D9D;
}

#content h3 {
	font-size: 14px;
	letter-spacing: 1px;
	color: #9D9D9D;
}

#footer {
	width: 819px;
	height: 100px;
	float: left;
	font-size: 10px;
	font-weight:bold;
	}


#footerleft {
	width: 209px;
	float: left;
	vertical-align:bottom;
	text-align: center;
	padding-top:40px;
	padding-left:40px;
}

#footerright {
	float: left;
	display: inline;
	width: 500px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-left: solid;
	border-left-width: thin;
	border-color: 666666;
	text-align: center;

}


	
	
