body {
	margin:0px;
	padding:0px;
	background:#a3a3a3;
	font-family: Arial,Helvetica,Sans Serif;
    font-size: 62.5%; 
	color: #6c6c6c;
    font-style: normal; 
    line-height: normal;
	scrollbar-base-color:#a3a3a3;
}

a {
	color:#6c6c6c;
	text-decoration:none;
}
a:hover {
	color:#6c6c6c;
	text-decoration:underline;
}



#headDiv {
	position:relative;
	width:89.3em;
	height:16.0em;
	margin-left:auto;
	margin-right:auto;
	margin-top:1.0em;
	padding:0px;
	background:white;
}
#headDiv img {
	position:absolute;
	margin:1.0em;
}

#navigationDiv {
	position:relative;
	width:89.3em;
	height:5.0em;
	margin-left:auto;
	margin-right:auto;
	margin-top:0.5em;
	padding:0px;
	background:white;
}
#navigationDiv #mainNav {
	position:absolute;
	margin:1.0em;
}




#contentDiv {
	position:relative;
	width:89.3em;
	height:38.6em;
	margin-left:auto;
	margin-right:auto;
	margin-top:0.5em;
	padding:0px;
	background:white;
}

#contentDiv #spalteLinks {
	position:absolute;
	top:1.0em;
	left:1.0em;
	width:12.3em;
	height:36.5em;
	background-image:url(../img/hg-spalte.gif);
	background-repeat: repeat-x;
}

#contentDiv #spalteRechts {
	position:absolute;
	top:1.0em;
	right:1.0em;
	width:12.3em;
	height:36.5em;
	background-image:url(../img/hg-spalte.gif);
	background-repeat: repeat-x;
}

#contentDiv #spalteRechts #conInplan {
	position:absolute;
	bottom:0.5em;
	right:0.5em;
}




#contentDiv #spalteContent {
	position:absolute;
	top:1.0em;
	left:16.3em;
	width:59.6em;
	height:38.2em;
}
#contentDiv #spalteContent img.headerGif {
	margin-bottom:1.0em;
}
#contentDiv #spalteContent h1 {
	margin:0px;
	padding:0px;
	font-size:4.5em;
	color:#e0dfdf;
	text-transform:uppercase;
	margin-top:0.2em;
	margin-bottom:0.5em;
}
#contentDiv #spalteContent h2 {
	margin:0px;
	padding:0px;
	font-size:1.1em;
	color:#d2050a;
	text-transform:uppercase;
	margin-top:0.5em;
	margin-bottom:0.4em;
}
#contentDiv #spalteContent p {
	margin:0px;
	padding:0px;
	font-size:1.1em;
}
#contentDiv #spalteContent a {
	color:#6c6c6c;
	text-decoration:none;
}
#contentDiv #spalteContent a:hover {
	color:#6c6c6c;
	text-decoration:underline;
}



/*KONTAKT*/
#contentDiv #spalteContent #googlemap {
	position:absolute;
	top:0px;
	right:0.2em;
	width:28.0em;
	height:29.0em;
	background-image:url(../img/hg-googlemap.gif);
	background-repeat: no-repeat;
	padding:1.4em;
}
a.linkGoogle {
	color:#6c6c6c;
	text-decoration:none;
}
a:hover.linkGoogle {
	color:#6c6c6c;
	text-decoration:underline;
}

/*NEWS*/
#newsItem{
	height: 2em;
}
#contentDiv .news-item1{
	position: relative;
	left: 0em;
	font-weight: bold;
}
#contentDiv .news-item2{
	position: absolute;
	left: 9em;
	width: 20em;
}
#contentDiv .news-item3{
	position: absolute;
	left: 35em;
	font-weight: bold;
}

/* ie6 */
* html #headDiv, * html #navigationDiv, * html #contentDiv {
	width:89.6em;
}
/* ie7 */
*:first-child+html #headDiv, *:first-child+html #navigationDiv, *:first-child+html #contentDiv {
	width:89.8em;
}
