*{
	margin:0px;
	padding:0px;
}
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
}

h1{
	font-size:20px;
	margin:0px 2px 2px 0px;
}
h2{
	font-size:18px;
	margin:7px 2px 2px 0px;
	font-weight:normal;
}
h3{
	font-size:14px;
	margin:0px;
}
/*Bildtext*/
h4{

}

p{
	
}
#wrapper{
	display:table;
	padding:8px;
	width:972px;
	margin:30px auto;
	text-align:left;
}
#headContainer{
	display:table;
	width:972px;
}
#headLeft{
	float:left;
	background-repeat:no-repeat;
	width:15px;
	height:110px;
}
#headCenter{
	float:left;
	background-repeat:repeat-x;
	width:942px;
	height:110px;
}
#headCenter a span{
	padding-top:20px;
	font-size:90px;
}
#headRight{
	float:left;
	background-repeat:no-repeat;
	width:15px;
	height:110px;
}
#topAdContainer{	
	width:972px;
	margin-bottom:4px;
}
#mainContainer{
	width:972px;
	float:left;
}
#mainLeft{
	width:200px;
	float:left;
}
#menuHeader{
	height:25px;
	background-repeat:repeat-x;
	vertical-align:middle;
	padding:3px;
}
#menuHeader h3{

}
#mainCenter{
	width:542px;
	float:left;
}
#mainRight{
	float:left;
	margin-left:5px;
	width:225px;
}
a{
	text-decoration:none;
	color:#2222FF;
	font-size:12px;
}
a:link{}
a:active{}
a:visited{}
a:hover{}