html
{
  height: 99%;
}

body {
	height: 99%;
	margin: 0px;
	padding: 0px;
/*	font-family: Verdana;
	font-size: 9px;
	color: #000000;*/
	background-color: #dddddd;
}


/* Kopf*/

#divTitle {
	width: 1016px;
	height: 109px;
}

#divKlinke {
	width: 38px;
	height: 109px;
	background-color: #e75112;
	float: left;
}

#divLogo {
	width: 640px;
	height: 109px;
	background-color: #E9E8E4;
	background-image: url(../image/logo.gif);
	background-repeat: no-repeat;
	background-position: 123px 34px;
	float: left;
}

#divLogo img {
	margin: 34px 0px 0px 123px;
}

#divBild {
	width: 338px;
	height: 109px;
	background-color: #e75112;
	float: left;
}

/*Hauptmenue*/

#divMenue {
	width: 1016px;
	height: 33px;
	background-color: #6B5C4F;
}

#divMenue a{
	background-position: 0 0px;
	background-repeat: no-repeat;
}

#divMenue a em {
	visibility: hidden;
	font-size: 9px;
}

#divMenue a:hover {
	background-position: 0 -33px;
}

#divMenue a.active {
	background-position: 0 -66px;
}


#divMenue a.ueberUns {
	width: 83px;
	height: 33px;
	margin: 0px 0px 0px 245px;
	float: left;
	background-image: url(../image/menue_01.gif);
	text-decoration: none;
}


#divMenue a.leistungen {
	width: 97px;
	height: 33px;
	float: left;
	background-image: url(../image/menue_02.gif);
	text-decoration: none;
}

#divMenue a.branchen {
	width: 88px;
	height: 33px;
	float: left;
	background-image: url(../image/menue_03.gif);
	text-decoration: none;
}

#divMenue a.karriere {
	width: 81px;
	height: 33px;
	float: left;
	background-image: url(../image/menue_04.gif);
	text-decoration: none;
}

#divMenue a.aktuelles {
	width: 85px;
	height: 33px;
	float: left;
	background-image: url(../image/menue_05.gif);
	text-decoration: none;
}

#divMenue a.impressum {
	width: 66px;
	height: 33px;
	margin: 0px 0px 0px 63px;
	float: left;
	background-image: url(../image/menue_06.gif);
	text-decoration: none;
}

#divMenue a.kontakt {
	width: 49px;
	height: 33px;
	float: left;
	background-image: url(../image/menue_07.gif);
	text-decoration: none;
}

#divMenue a.links {
	width: 30px;
	height: 33px;
	margin: 0px 0px 0px 4px;
	float: left;
	background-image: url(../image/menue_08.gif);
	text-decoration: none;
}

/*Korpus*/

#divCorpus {
	width: 1016px;
	height: 482px;
	background-color: #ffffff;
}

#divCorpusLinks {
	width: 678px;
	height: 482px;
	float: left;
}

#divCorpusRechts {
	width: 338px;
	height: 482px;
	background-color: #F3F2F0;
	float: right;
}

/*Untermenue*/

#divUnterMenue {
	width: 183px;
	height: 326px;
	margin: 60px 1px 0px 0px;
	float: left;
	background-image: url(../image/untermenue_background.gif);
	background-repeat: no-repeat;
	background-position: 175px 0px;
}

.immo {
	height: 380px !important;
	background-image: url(../image/untermenue_background380.gif) !important;	
	}
	
#divUnterMenuePunkte {
	width: 175px;
	height: 326px;
	float: left;
}

#divUnterMenuePunkte ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#divUnterMenuePunkte ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#divUnterMenuePunkte ul li a {
	height: 38px;
	width: 175px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#divUnterMenuePunkte ul li a:hover {
	background-position: 0 -100px;
}

/*
	Die Menuebilder liegen in eigenen Stylesheets
*/

#divUnterMenuePunkte ul li a em {
	display: none;
}

#divUnterMenuePunkte ul li a.active {
	background-position: 0px -50px;
}

#divUnterMenueSlider {
	width: 7px;
	height: 326px;
	margin-left: 175px;
	background-image: url(../image/untermenue_background.gif);
	display: none;
}

#divUnterMenueSlider a {
	border: 0px;
}

#divUnterMenueSlider a img {
	border: 0px;
}

#divUnterMenueSliderKnob {
	width: 8px;
	height: 36px;
	background-image: url(../image/untermenue_slider.gif);
	background-repeat: no-repeat;
}

/*Inhalt*/

#divContent {
	width: 494px;
	height: 376px; /*ursprünglich 326px */
	margin: 60px 0px 0px 0px;
	float: left;
	background-color: #ffffff;
	overflow: hidden;
}

#divText {
	padding: 3px 30px 20px 60px;
	vertical-align: top;
}

#divListeLinks {
	margin: -23px 0px 0px 0px;
	padding: 3px 20px 20px 43px;
}

/*Mitarbeiter*/
#divImage {
	width: 180px;
	float: left; 
}

#divImageText {
	width: 260px;
	float: left;
	padding: 3px 0px 20px 24px;
}

/*Ende Mitarbeiter*/

/*Scroller*/

#divText.scrolling{
	padding: 3px 20px 20px 60px;
}

#divContent.scrolling {
	width: 476px;
}

#divContentScroller {
	margin-top: 414px; /* ursprünglich 364px;*/
	width: 10px;
	float: left;
}

#divContentScroller #scrollUp {
	display: block;
	width: 10px;
	height: 12px;
	background-image: url(../image/scroll_up.gif);
	background-repeat: no-repeat;
}

#divContentScroller #scrollDown {
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../image/scroll_down.gif);
	background-repeat: no-repeat;
}

/*Marginalspalte*/

#divMarginal {
	width: 276px;
	height: 422px;
	margin: 60px 0px 0px 63px;
	padding: 3px 30px 0px 0px;
	float: left;
}


.clearFloat {
	clear: both;
}


