/*** 
CSS TEMPLATE FOR DUSTHILL.NET
ALL RIGHTS INCLUSIVE

BODY PAGE MAIN BG COLOR
***/
body {
background-color:#a2acb2;
}
/*** 
UMFASSENDER CONTAINER ENTHAELT LOGO & MAIN CONTENT 
***/
#boxmod {
	width:950px;
	/***748px;***/
	margin: 0px auto;
	top:8px;
	background-color:#FFF;
	position:relative;
}
/*** 
TOP LOGO MAIN
***/
#mainlogo {
    float:left;
	position:relative;
	width:950px;
	height:151px;
}
/*** 
NAVIGATION LEFT MENU
***/
#navigation {
	float:left;
	position:relative;
	margin:0px;
	padding-right:28px;
	background-color:#FFF;
	width:166px;
}
/*** 
NAVIGATION SPACE LEFT
***/
#space_left {
	background-image:url(../img/space_left.jpg);
	position:relative;
	background-repeat:repeat-y;
	float:left;
	padding-left:133px;
	width:817px;
}
/*** 
BANNER WERBUNG
***/
#banner {
	background-image:url(../img/bottom.jpg);
	float:left;
	position:relative;
	width:950px;
	height:78px;
}
/*** 
CONTENT INHALT
***/
#content {
    float:left;
	position:relative;
	background-color:#FFF;
	width:581px;
}
#space_right {
	background-image:url(img/space_right.jpg);
	background-repeat:repeat-y;
	float:left;
	width:42px;
}
#end {
	background-color:#a3acb3;
	width:950px;
	height:2px;
	float:left;
	clear:both;
}