body{
	margin:			0px;
	background-color:	rgb(89,89,89);
	background-image:	url(/images/page_background.jpg);
	background-position:	bottom;
	background-repeat:	repeat-x;
	font-family:		arial,tahoma,verdana;
	font-size:		12px;
	font-weight:		normal;
	text-align:		center;
	color:			#333333;
}
form{
	display:		inline;
	margin-bottom:		0;
}
hr.spacer{
	border:			dotted 1px white;
	border-width:		0 0 1px 0;
	height:			1px;
	margin:			15 0 15 0;
	clear:			both;
}
#container{
	width:			940px;
	margin:			0px auto;
	text-align:		left;
	background-color:	rgb(240,240,240);
}
#header{
	width: 			940px;
	height:			240px;
	position: 		relative;
	top:			0px;
	background-color:	silver;
	background-image:	url(/images/header.jpg);
	border:	
}
#header-support{
	width: 			940px;
	height:			240px;
	position: 		relative;
	top:			0px;
	background-color:	silver;
	background-image:	url(/images/header_support.jpg);
	border:	
}
#header-download{
	width: 			940px;
	height:			240px;
	position: 		relative;
	top:			0px;
	background-color:	silver;
	background-image:	url(/images/header_download.jpg);
	border:	
}
#header-leistung{
	width: 			940px;
	height:			240px;
	position: 		relative;
	top:			0px;
	background-color:	silver;
	background-image:	url(/images/header_leistung.jpg);
	border:	
}
#header-kontakt{
	width: 			940px;
	height:			240px;
	position: 		relative;
	top:			0px;
	background-color:	silver;
	background-image:	url(/images/header_kontakt.jpg);
	border:	
}
#header-top-layer{
	width: 			940px;
	height:			240px;
	position: 		relative;
	top:			0px;
	background-image:	url(/images/header_top_layer.png);
	border:			none;
	z-index:		2;
	}
#header-menu{
	position:		absolute;
	left:			30px;
	top:			0px;
	padding:		5px;
	width:			880px;
	z-index:		3;
}
#content{
	width: 			940px;
	position: 		relative;
	left:			0px;
	top:			0px;
}
#ads{
	width: 			230px;
	background-color:	rgb(220,220,220);
	background-image:	url(/images/menu_left_right_layer.png);
	float:			left;
	padding:		0px;
}
#ads-foot{
	width: 			230px;
	height:			40px;
	background-color:	rgb(220,220,220);
	background-image:	url(/images/menu_bottom_layer.png);
	background-repeat:	no-repeat;
}
#content-right{
	width: 			710px;
	background-color:	rgb(220,220,220);
	background-image:	url(/images/content_left_right_layer.png);
	float:			right;
	padding:		0px;
}
#content-right-foot{
	width: 			710px;
	height:			40px;
	background-color:	rgb(220,220,220);
	background-image:	url(/images/content_right_layer_foot.png);
	background-repeat:	no-repeat;
}
#content-top-layer{
	width: 			940px;
	height:			30px;
	background-color:	rgb(220,220,220);
	position: 		relative;
	top:			0px;
	background-image:	url(/images/content_top_layer_head.png);
	background-position:	top;
	background-repeat:	no-repeat;
}
#footer{
	height:			50px;
	clear:			both;
	padding:		0px 30px;
	text-align:		right;
}
a.menu:link, a.menu:visited{
	color:			#000000;
	background-color:	silver;
	text-decoration:	none;
}
a.menu:active, a.menu:hover{
	color:			#ff0000;
	background-color:	rgb(240,240,240);
}
a.menu{
	display:		block;
	padding:		3px;
	border-top:		1px solid #333333;
	background-color:	rgb(240,240,240);
	text-align:		left;
	font-weight:		bold;
	color:			#000000;
	text-decoration:	none;
}

a{
	text-decoration:none;
	color:rgb(0,0,0);
	font-weight:bold;
}
a:active{
	text-decoration:none;
	color:rgb(102,51,0);
}
a:hover{
	text-decoration:none;
	color:rgb(255,0,0);
}
a:visited{
	text-decoration:none;
}