body {
	margin: 0px;
	background: url('gfx/body_bg.jpg') repeat-x 0px 117px;
	font-family: arial, tahoma, 'sans-serif';
	font-size: 11px;
	color: #5e5e5e;
	line-height: 16px;
}

div#mainContainer {
	margin: auto;
	width: 780px;
	padding-bottom: 60px;
	border-bottom: 5px solid #4a4b4f;
	margin-bottom: 10px;
}

div#rightNav {
	width: 200px;
	height: 520px;
	float: right;
	margin-top: 85px;
	background: url('gfx/left_nav_bg.gif') repeat-y;
}
div#contactHome {
	background: url('gfx/left_nav_top.gif') no-repeat top;
	height: 160px;
	padding: 18px;
	padding-top: 70px;
}
div#partners {
	background: url('gfx/partners_top_bg.gif') no-repeat top;
	padding: 18px;
	padding-top: 70px;
	height: 184px;
}
div#leftNav {
	float: left;
	width: 570px;
	background: url('gfx/header_bg_content.jpg') no-repeat 308px 316px;
	position: relative;
}
div#menu {
	float: left;
	height: 33px;
	line-height: 33px;
	margin-top: 1px;
	text-transform: uppercase;
}
div#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 106px;
	background: url('gfx/dotted_bg.gif') no-repeat left;
	float: left;
}
div#menu a:hover {
	background-color: #606166;
}
/* SUBMENU */
div#sub1{
	padding-top: 6px;
	position: absolute;
	left: 212px;
	top: 316px;
	visibility: hidden;
	width: 138px;
	border: 1px solid #9fa4ae;
	border-top: 0px;
	background-color: white;
}
a.submenu {
	padding-left: 10px;
	display: block;
	text-decoration: none;
	line-height: 18px;
	color: #747474;
	margin-top: 2px;
}
a.submenu:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #4a4b4f;
}
div#content {
	float: left;
	margin-top: 38px;
	width: 555px;
	padding: 0px 10px;
}
.moreLink {
	color: #e3b000;
	font-weight: bold;
	background: url('gfx/bullet_cross.gif') no-repeat left center;
	padding-left: 12px;
}
table#contactForm td {
	border-top: 1px solid #f2f2f2;
	padding: 2px;
}
table#contactForm input {
	border: 1px solid #cccccc;
	width: 180px;
	font-family: arial, tahoma, 'sans-serif';
	font-size: 11px;
}
table#contactForm textarea {
	border: 1px solid #cccccc;
	width: 280px;
	height: 90px;
	font-family: arial, tahoma, 'sans-serif';
	font-size: 11px;
	padding: 1px;
}
div.dienstenHome {
	border-bottom: 1px solid #dcdcdc;
	margin: 17px 10px;	
	padding-bottom: 14px;
}
div.dienstenHome img {
	float: left;
}