* {
	margin: 0px;
	padding: 0px;
}
html, body {
	overflow-x: auto;
	width: 100%;
	height: 100%;
}
body {
	background-color: #EFEFEF;

}
				
.clear {
	position: relative;
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
	overflow: hidden;
}
div#view_aussen {
	position: relative;
	margin: 10px auto;
	padding-top: 10px;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url('../grafics/view_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
	overflow-x: hidden;
}
div#view {
	position: relative;
	margin: 0 auto;
	width: 980px;
	background-color: #FFFFFF;
	overflow-y: visible;
}
div.rund {
	height: 50px;
	background-color: #FFFFFF;
	background-image: url('../grafics/view_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.logo {
	width: 280px;
	height: 99px;
	margin-left: 497px;
	margin-top: 5px;
	float: none;
	clear: both;
	background-image: url('../grafics/logo.gif');
	background-repeat: no-repeat;
}




/* --------- */
/* SLIDESHOW */
/* --------- */
div.slideshow {
	position: absolute;
	top: -5px;
	left: 808px;
	width: 172px;
	height: 100%;
}
div.slideshow img {
	position: absolute;
	width: 172px;
	height: 598px;
	z-index: 1;
}
div.slideshow img.obersteebene {
	z-index: 3;
}
div.slideshow img.mittlereebene {
	z-index: 2;
}


/* -------------- */
/* SLIDESHOW_JOBS */
/* -------------- */
div.slideshow_jobs {

	width: 477px;
	height: 100%;
}
div.slideshow_jobs img {
	position: absolute;
	width: 477px;
	height: 300px;
	z-index: 1;
}
div.slideshow_jobs img.obersteebene_jobs {
	z-index: 3;
}
div.slideshow_jobs img.mittlereebene_jobs {
	z-index: 2;
}





/* ---------- */
/* NAVIGATION */
/* ---------- */
div.hauptnavigation {
	width: 200%;
	height: 30px;
	margin-top: 10px;
	margin-left: -100%;
	overflow: visible;
	border-top: 1px dashed #FE4D55;
	border-bottom: 1px dashed #FE4D55;
}
div.hauptnavigation ul {
	position: absolute;
	width: 100%;
	top: 116px;
	left: 179px;;
	height: 25px;
}
div.hauptnavigation ul li {
	float: left;
	margin-right: 10px; /* 26 */
}
li#start {
	width: 60px;
	text-align: center;
}
li#ueber_uns {
	width: 88px;
	text-align: center;
}
li#leistungen {
	width: 105px;
	text-align: center;
}
li#geodaten {
	width: 98px;
	text-align: center;
}
li#projekte {
	width: 86px;
	text-align: center;
}
li#jobs {
	width: 52px;
	text-align: center;
}
li#links {
	width:56px;
	text-align: center;
}





/* ---- */
/* MAIN */
/* ---- */
div.main {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	background-image: url('../grafics/hintergrund.gif');
	background-repeat: repeat-y;	
}
div.main div.content table.mitrahmen {
	border-collapse: collapse;
}
div.main div.content table tr {
	background-color: #ffffff;
	border-bottom: 1px solid #e0e0e0;
}
div.main div.content table tr.ohnerahmen {
	border-bottom: 0px;
}
div.main div.content table.mitrahmen tr:hover {
	background-color: #e0e0e0;
}
div.main div.content table.ohnerahmen {
	border-collapse: separate;
	border: 0px;
}
div.main div.content table tr.fixerrahmen {
	background-color: #e0e0e0;
}


/* --------------- */
/* UNTERNAVIGATION */
/* --------------- */
div.main div.unternavigation {
	width: 180px;
	height: 100%;
	float: left;
}
div.main div.unternavigation li.lev_2, div.main div.unternavigation li.lev_2_act {
	margin-bottom: 10px;
}
div.main div.unternavigation li.lev_3, div.main div.unternavigation li.lev_3_act {
	margin-left: 7px;
}




/* ------- */
/* CONTENT */
/* ------- */
div.main div.content {
	width: 590px;
	height: 100%;
	min-height: 435px; /* 412, 420 */
	margin-left: 185px;
	overflow: visible;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}



/* ---- */
/* FOOT */
/* ---- */
div.foot {
	float: none;
	border-top: 1px dashed #FE4D55;
	margin-bottom: 5px;
	margin-top: -1px;
	padding-top: 5px;
}
div.footText {
	width: 983px;
	padding-left: 0px;
	overflow: visible;
}

