body {
	background-color: #000;
	font-size: 13px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	padding:0px;
	margin:0px;
}
a {
	color: #d2ac00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #302700;
}
a:hover {
	color: #000;
}
a:active { color: #000;}
}

h1 {
	font-size: 11px;
	background-color: #000;
	padding:5px 5px;
	margin:0px;
	color: #fff;
}
h2 {
	color: #ffffff;
	font-size: 9px;
	padding: 1px 1px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px 2px;
	color: #000;
}

h4 {
	font: bold 13px Arial, SunSans-Regular, Sans-Serif;
	color: #fbcb0c;
	position: relative;
	top: 15px;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}

h5 {
	padding-top: 5px;
	border-top: 1px dotted #000;
	font: 13px Arial, SunSans-Regular, Sans-Serif;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px 2px;
	color: #000;
}

.teambiler_namen {
	font: bold 13px Arial, SunSans-Regular, Sans-Serif;
	color: #fbcb0c;
	bottom: 5px;
}

#container {
	width: 900px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
} 

#banner {
	text-align: left;
	height: 172px;
	margin: 0px 0px 0px 0px;
}

#bannerline {
	text-align: left;
	background-color: #fbcb0c;
	height: 15px;
	margin: 45px 0px 0px 160px;
} 

#banner img {
	position: relative;
	margin: 0 0 0 0px;
} 

/* ----------outer und inner----------------- */
#outer{ 
	border-left: solid 160px #000;
} 

#inner{ 
	margin:0px; width:100%;
} /* die IE PC schlaufe */

#left {
	width:150px; 
	float: left; 	
	margin-left:-160px;
	margin-right:0px;
	padding-right:0px; 
	padding-top: 35px;
	text-align: right;
}

#left a {color: #ffffff;
	text-decoration: none;
	background-color: #000;
	font-weight: bold;
	padding: 3px 4px;
	line-height: 14pt;
	font-size: 8pt;
}
#left a:visited {color:#dddddd;
	text-decoration: none;
	background-color: #000;
	font-weight: bold;
	padding: 3px 4px;
	font-size: 8pt;
}
#left a:hover {
	color: #353535;
	background-color: #d3b536;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 4px;
	font-size: 8pt;
}
#left a:active { color:#353535;}

#content{
	background-color: #fff;
	position: relative;
	width: auto;
	padding: 5px 30px 5px 80px;
	max-height: 450px;
	height: 450px;
	overflow: auto;
	margin-top: 15px;
}

ul {
	list-style: square;
	margin-left: -20px;
}

p{
	margin:2px;
	padding: 1px 10px 1px 1px;
}

pre{
	font-size: 12px;
	padding: 5px 20px;
	margin:0px;}

#footer {
	clear:left;
	padding:0px;
	margin:0px;
	text-align: right;
} 
#footer a {
	color: #989898;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #ddd;
}
#footer a:active { color: #000;}
}

