body {
	background-color: #1B1B1B;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#564b47;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
}
/*-------------- Default Link Styles ---------------------------*/
a {
	color: #9CF;
}
a:visited {
	color:#FFFFFF;
}
a:hover {
	color: #09F;
}
a:active {
	color:#9CC;
}
/*-------------- Custom Link Styles ---------------------------*/
.class2 A {
	text-decoration: underline overline;
	color: #000000;
}
.class2 A:visited {text-decoration: underline overline}
.class2 A:active {
	text-decoration: underline overline;
	color: #09F;
}
.class2 A:hover {
	text-decoration: underline;
	color: #09F;
}


h1 {
	font-size: 15px;
	text-transform:uppercase;
	background-color: #000000;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	margin:0px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	color: #FFFFFF;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 980px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
} 

/* ----------banner for logo-------------- */
#banner {
	text-align: left;
	background-color: #EFEFEF;
	padding: 0px;
	margin: 0px;
}

#banner img {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

/* ----------outer und inner----------------- */

#outer{
	background-color: #FFF; /* Farbe fuer Inhalt Spalten  */
	border-right-width: 165px;
	border-left-width: 165px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
} 

#inner{margin:0; width:100%; }

/* --------------left und right navigavtion------------- */
#left {
	width:165px;
	float:left;
	position:relative;
	margin-left:-165px;
	margin-right:1px;
 }
 #right {
	width:165px;
	float:right;
	position:relative;
	margin-right:-165px;
	margin-left:1px;
 }

/* -----------------Inhalt--------------------- */ 
#content{
	position: relative;
	margin: 0px;
}
p {
padding: 5px 10px;
margin:0px; }

pre{
	font-size: 12px;
	padding: 5px 10px;
	margin:0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

/* Ad Boxes */
	#leftcontent {
	background-color: #FFFFFF;
	float: right;
	height: 120px;
	width: 150px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
		}

	#centerleftcontent {
	width:150px;
	height: 120px;
	background-color: #FFFFFF;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
		}

	#centerrightcontent {
	width:150px;
	background:#fff;
	height: 120px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
		}

	#rightcontent {
	background:#fff;
	float: right;
	height: 120px;
	width: 150px;
	margin-right: 7px;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
		}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; } 
