body {
	color: #000;
	background-image: url(../images/bodyBg.gif);
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 9pt;
}

#main_container {
	position: absolute;
	margin: -270px 0 0  -445px;
	top: 50%;
	left: 50%;
	width: 849px;
	height: 522px;
	border: 1px dashed #464646;

}

#container {
	width: 841px;
	height: 501px;
	margin: 3px;
	border: 1px solid #C8C8C8;
}
#headNav {
	width: 841px;
	height: 21px;
	background-image: url(../images/playerBg.gif);
	background-repeat: no-repeat;
}
#goto {
	color: #fff;
	font-size: 8pt;
	padding-left: 45px;
	vertical-align: middle;
	padding-top: 4px;
	float: left;
	
}

#playerInstant {
	float: left;
	width: 841px;
	text-align: right;
	margin-right: 0px;
}


#spacer {
	height: 68px;
	background-image:url(../images/spacerBg.gif);
	background-repeat: no-repeat;
}
.clear {
	clear: both;
}

/* ################### NAVIGATIONS LAYOUT ##################### */
#navigation {
	height: 22px;
	background-image:url(../images/naviBg.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation a:link, #navigation a:visited {
	color: #8E8D8D;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
}
#navigation a:hover {
	color: #fff;
}
/* ################### CONTENT LAYOUT ##################### */

#contentSpacer {
	height: 16px;
	background-image:url(../images/contentSpacerBg.gif);
	background-repeat: no-repeat;
}

#content {
	height: 304px;
	background-image:url(../images/contentBg.gif);
	background-repeat: no-repeat;
}


#spacerBottom {
	height: 50px;
	background-image:url(../images/spacerBottomBg.gif);
	background-repeat: no-repeat;
}

#footer {
	height: 19px;
	border-top: 1px dashed #464646;
	background-image:url(../images/footerBg.gif);
	background-repeat: no-repeat;
	text-align: right;
	
}

.design {
	color: #858585;
	text-decoration: none;
	font-size: 8pt;
	line-height: 19px;
}
#contentWrapper {
	height: 304px;
	background-image:url(../images/contentBg.gif);
	background-repeat: no-repeat;
}
#content_mainContact {
	width: 387px;
	height: 300px;
	background-repeat: no-repeat;
	padding-left: 45px;
	float: left;
	overflow: auto;
}
#content_main {
	width: 372px;
	height: 295px;
	padding-left: 45px;
	padding-right: 15px;
	padding-top: 5px;
	float: left;
	overflow: auto;
}
*+html body #content_main {
	height: 280px;
	padding-top: 20px;
}
#direction {
	background-image: url(../images/directionImg.jpg);
	background-repeat: no-repeat;
	height: 269px;
	float: left;
	width: 409px;
	text-align: center;
	padding-top: 35px;
}

/* ################### KONTAKTFORMULAR ##################### */
.zeile {
	clear:both;
	padding: 2px 0px;
	font-size: 8pt;
}
.label {
	width: 180px;
	float: left;
	padding: 0;
}

.field {
	width: 160px;
}
.mail {
	width: 340px;
}
.message {
	width: 340px;
	height: 140px;
}

/* ################### TEXTFORMATIERUNG ##################### */
p, ul {
	font-size: 8pt;
}
.text {
	font-size: 8pt;
}
h2 {
	font-size: 9pt;
}
h3 {
	font-size:9pt;
}
h4 {
	font-size:8pt;
	line-height: 8pt;
}
a.contactLink:link, a.contactLink:visited {
	color: #858585;
	text-decoration: none;
	font-size: 8pt;
}
a.contactLink:hover {
	color: #000;
}


a.impressum:link, a.impressum:visited {
	color: #8E8D8D;
	font-size: 8pt;
	
	text-decoration: none;
}
a.impressum:hover {
	color: #fff;
}

a.goto:link, a.goto:visited {
	text-decoration: none;
	color: #8E8D8D;
	font-size: 8pt;
}
