/* CSS Document */
body, html, h1, h2, p, li, ul, img {margin:0; padding:0; border:0; font-family:Verdana, Arial, Helvetica, sans-serif;}

body	{
		background-color:	#686868;
		background-image:	url(../images/bg_kachel_.jpg);
		background-repeat:	repeat-x;
		}
		
#c {
	min-height:			100%;
	height: 			auto !important;
	height: 			100%;
	width:				764px;
	margin:				0 auto -200px;
}

#top{
	width: 	746px; 
	height: 231px; 
	background-image: url(../images/img_top_apolaris.png);
	background-repeat:no-repeat;
}

#kachel{
	background-image: url(../images/img_kachel.png);	
	width: 	746px;
	background-repeat:	repeat-y;
	padding:			0px 30px 0px 30px;
}

#bottom{
	background-image: url(../images/img_bottom.png);	
	width: 	746px;
	height:	50px;
	background-repeat:no-repeat;
}

p	{
		color:				#000000;
		text-align:			left;
		line-height:		15px;
		letter-spacing:		0px;
		font-size:			11px;
		padding:			5px 0px 5px 0px;
		border:				0px solid #000000;	
}
.copy{	
		color:				#d7d7d7; 
		font-size:			10px;
		text-align:			center;
		margin-top:-15px;
		padding:			0px 30px 0px 30px;
}
.imprint{	
		color:				#000000; 
		font-size:			12px;
		text-align:			right;
		padding:			18px 35px 0px 30px;
}
.header{	
		color:				#000000; 
		font-size:			14px;
		text-align:			left;
		padding-top:		10px;
		padding-bottom:		10px;
		font-weight:bold;
}
a{	
		color:				#4c4c4c;
		text-decoration:	none;
		font-weight:		bold;
		font-size:			13px;
		font-variant:		small-caps;
	}

a:hover{
		color:				#000000; 
	}
	
	ul		{
		border:				0px solid #ffffff; 
		list-style-type:	disc;
		margin-left:		10px;
		color:				#000000;
		line-height:		20px;
		letter-spacing:		0px;
		font-size:			11px;
		}
	
li		{
		margin-left:		20px;
		}
	
#fb {
	position:			absolute; 
	width:				290px;
	top:20px;
	right:20px;
	-moz-border-radius: 10px;
	border-radius: 10px; 	
	height:80px;
	border:0px solid #000000;
	z-index:			100;
	background-image: url(../images/px_white.png);
	background-repeat:repeat;
	
}

