


/*** GENERAL ***/

body{
	margin: 0 0;
	background-image: url(../image/design/bgr.png);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	margin-top: 0px;
	font-size: 16px;
}
h2{
	font-size: 18px;
	background-color: #005F7F;
	padding: 5px;
	color: #FFF;
}
h3{	
	padding: 5px 8px;
	background-color: #005F7F;
	border-bottom: thin solid #F90;
	color: #FFF;
	font-weight: 800;
	font-size: 14px;
}
h4{
	text-align: left;
	font-size: 18px;
	background-color: #F90;
	padding: 5px;
	color: #000;
}
h5{
	font-size: 18px;
	background-color: #005F7F;
	margin-top: 50px;
	padding: 5px;
	color: #FFF;
}
h6{
	font-size:14px;
	margin-bottom: -5px;
}
p{
	line-height: 18px;
}

/*** LINKS GENERAL ***/

a:link {
	color: #069;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #069;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #099;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #C90;
	text-decoration: none;
	font-weight: bold;
}



/*** NAVIATIONLIST ***/

	dl{
		display: block;
	}
	dt{
		padding: 5px 8px;
		margin: 20px 0 0 0;
		width: 164px;
		background-color: #005F7F;
		border-bottom: thin solid #F90;
		color: #FFF;
		font-weight: 800;
		font-size: 14px;
	}
	dd {
		display: block;
		padding: 8px 30px;
		margin: 0 0 0 0px;
		background-color: #EEE;
		width: 120px;
		border-bottom: thin dashed #AAA;
	}




/*** NAVIATIONLIST LINKS ***/

	dd a:link {
		display: block;
		text-decoration: none;
		width: 120px;
		margin: -8px -30px;
		padding: 8px 30px;
		color: #000;
		background-color:#EEE;
		font-weight: normal;
	}
	dd a:visited {
		display: block;
		text-decoration: none;
		width: 120px;
		margin: -8px -30px;
		padding: 8px 30px;
		color: #000;
		background-color:#EEE;
		font-weight: normal;
	}
	dd a:hover {
		display: block;
		text-decoration: none;
		width: 120px;
		margin: -8px -30px;
		padding: 8px 30px;
		color: #000;
		background-color:#CDD8DC;
		font-weight: normal;
	}
	dd a:active {
		text-decoration: none;
		color: #000;
		background-color:#9BB;
		font-weight: normal;
	}
	#active {
		background-color: #9BB;
		}
	
	

/*** NAVIATIONLIST SITEBAR ***/

	.footer p a:link {
		font-weight: normal;
	}
	.footer p a:hover {
		font-weight: normal;
	}
	.footer p a:visited {
		font-weight: normal;
	}
	.footer p a:active {
		font-weight: normal;
	}
	
	
	
/*** TABELS ***/

	table{
		display: block;
		width: 400px;
		margin-bottom: 30px;
	}
	th{
		width: 40px;
		padding: 5px;
	}
	
	
	
/*** BOXES ***/

.wrapper{
	position: absolute;
	margin-left: 50%;
	left: -400px;
	width: 800px;
}
.top{
	background-image: url(../image/design/top.jpg);
	width: 800px;
	height: 428px;
}
.nav{
	float:left;
}
.content{
	float:left;
	display: block;
	width: 400px;
	margin: 20px 44px;
	text-align: justify;
}
	p{
		padding: 0 10px;
	}
.sponsors{
	float: left;
	display: block;
	position: relative;
	width: 132px;
	text-align: right;
	margin-top: 5px;
}
	#sponsorNicklisch{
		display: block;
		background-color:#CCC;
		font-size: 10px;
		text-align: center;
		padding: 5px 0;
	}
.footer{
	background-image: url(../image/design/footer.png);
	float:left;
	display: block;
	width: 851px;
	height: 166px;
	margin: 0 -26px;
}
	.footer p{
	
		text-align: center;
		margin: 40px 0 0 0;
	}
	#sitemap{
		color: #888;
	}
	#brand{
		text-align:right;
		color: #666;
		font-size: 10px;
		margin-top: 45px;
		padding-right: 28px;	
	}
#newsimg{
	text-align:center;
	border: thin solid #005F7F;
}
