/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

html {
	min-height: 100%;
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	background-color: #f0f0f0;
}

a {
	color: #666666;
}
a:hover {
	text-decoration: none;
}

#mailform fieldset {
	border: none;
}

.csc-mailform {
	padding: 3px;
}

.csc-mailform-field {
	padding-top: 3px;
}

.csc-mailform-field input, .csc-mailform-field textarea {
	width: 300px;
}

.csc-mailform-check {
	width: auto !important;
}

.csc-mailform-submit {
	margin-left: 200px;
	width: 160px !important;
}

label {
	display: block;
	width: 200px;
	float: left;
	cursor: pointer;
	cursor: hand;
}

#hdg_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 204px;
	height: 205px;
	background-image: url(gfx/hdg_logo.jpg);
}
#hdg_logo_link {
	position: absolute;
	top: 25px;
	left: 75px;
	min-width: 170px;
	width: 170px;
	min-height: 82px;
	height: 82px;
	z-index: 99;
	border: none;
	cursor: pointer;
	cursor: hand;
}
#hdg_header {
	position: absolute;
	top: 0px;
	left: 204px;
	width: 761px;
	height: 205px;
	background-color: #ffffff;
}
#hdg_header img { 
	margin-top: 21px;
}

#navi {
	position: absolute;
	top: 205px;
	left: 0px;
	bottom: 0px;
	height: expression((document.body.clientHeight - 205) + "px");
	width: 153px;
	background-color: #f0f0f0;
	border-right: 1px solid #98a19c;
}

/* navigation */
#navi ul.main {
	margin-top: 15px;
	margin-left: 7px;
	list-style: none;
}

#navi ul.main li.menulink, li.menulinkcurrent { clear: left; color: #be002e; padding-top: 12px; padding-bottom: 0px; cursor: default; }
#navi ul.main li.menulink a { text-decoration: none; color: #495057; }
#navi ul.main li.menulinkcurrent a { text-decoration: none; color: #be002e; }

#navi ul.main li.lisub { line-height: 14px; float: left; width: 100%; }
#navi ul.main li.lisub ul.submenu { list-style: none; margin-top: 0px; margin-left: 2px; }
#navi ul.main li.lisub ul.submenu li { color: #495057; padding-top: 5px; cursor: default; }
#navi ul.main li.lisub ul.submenu li a { text-decoration: none; color: #495057; }
#navi ul.main li.lisub ul.submenu li span.currsublink { color: #be002e; }

#naviUnten {
	position: absolute;
	bottom: 0px;
	width: 153px;
	height: 47px;
	background-image: url(gfx/naviunten.jpg);
	background-repeat: repeat-y;
}

#breadcrumboben {
	position: absolute;
	top: 205px;
	left: 154px;
	width: 629px;
	height: 38px;
	background-color: #fafafa;
	text-align: right;
}

#breadcrumboben * {
	color: #be002e;
	font-size: 12px;
	font-weight: bold;
}
#breadcrumboben #breadcrumbnavi {
	position: absolute;
	top: 18px;
	right: 43px;
	cursor: default;
}
#breadcrumboben #breadcrumbnavi a {
	text-decoration: none;
	color: #99a19b;
}
#breadcrumboben #breadcrumbnavi a:hover { text-decoration: underline; }

#breadcrumbunten {
	position: absolute;
	top: 243px;
	left: 154px;
	width: 629px;
	height: 15px;
	background-color: #fafafa;
}

#breadcrumbuntenlinie {
	z-index: 1;
	position: absolute;
	top: 245px;
	left: 646px;
	width: 137px;
	height: 8px;
	background-image: url(gfx/breadcrumbuntenlinie.jpg);
	background-repeat: repeat-x;
}
#magentalinie {
	position: absolute;
	top: 245px;
	left: 783px;
	width: 61px;
	height: 2px;
	border-top: solid 2px #f2ccd5;
}

#content {
	position: absolute;
	top: 258px;
	left: 154px;
	bottom: 0px;
	width: 629px;
	height: expression((document.body.clientHeight - 258) + "px");
	background-color: #fafafa;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#content #tcontent {
	position: relative;
	height: auto;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 43px;
	margin-bottom: 10px;
	padding-bottom: 10px !important;
}

#content #tcontent li {
	margin-left: 14px;
}

#suche {
	position: absolute;
	top: 205px;
	left: 783px;
	bottom: 0px;
	height: expression((document.body.clientHeight - 205) + "px");
	width: 182px;
	background-color: #be002e;
}

#suchbox {
	font-size: 10px;
	position: absolute;
	top: 261px;
	left: 794px;
	width: 155px;
	height: 40px;
	z-index: 99;
}
#tx_indexedsearch_label {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 50px;
	color:#FFFFFF;
	z-index: 100;
}
#tx_indexedsearch_sword {
	position: absolute;
	top: 1px;
	left: 50px;
	border: 0px;
	border-left: 1px solid #FFFFFF;
	width: 94px;
	height: 17px;
	background-color: #f2ccd5;
	color: #be002e;
	z-index: 100;
}
#tx_indexedsearch_submit {
	position: absolute;
	top: 0px;
	left: 145px;
	z-index: 100;
}

#impressum {
	font-size: 10px;
	position: absolute;
	bottom: 2px;
	left: 786px;
	width: 180px;
	height: 76px;
	z-index: 2;
	color: #FFFFFF;
}
#impressum a { font-size: 10px; text-decoration: none; color: #FFFFFF; }


/* index search */
td strong.tx-indexedsearch-redMarkup {
	color: #be002e;
}

p.tx-indexedsearch-noresults {
	font-size: 16px;
	color: #be002e;
}

h1.csc-firstHeader {
	font-size: 12px;
	color: #be002e;
	margin-bottom: 10px;
}



div.category { margin-bottom: 20px; }

div.category h1 {
	font-size: 12px;
	color: #666666;
	vertical-align: top;
}

div.category h1 a { text-decoration: none; }
div.category h1 a:hover { text-decoration: underline; }

div.category p.shortdescription {
	font-size: 12px;
	width: 513px; /* die 10px margin und 2px für linken und rechten rand sind abgezogen */
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}

div.category div.project {
	width: 515px; /* die 10px margin sind abgezogen */
	padding: 5px;
}

div.category div.project a { width: 515px; }

div.leer {
	clear: left;
	height: 15px;
}

div.firstprojimg {
	width: 523px;
	border: none;
}

div.navigation {
	width: 513px;
	height: 20px;
	background-color: #be002e;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
div.innennavi {
	 margin: auto;
	 width: 210px;
}

div.innennavi div a  {
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
}
span.nav { font-size:12px; color: #CCCCCC; font-weight: bold; }
span.pos { font-size:12px; color: #FFFFFF; font-weight: bold; }

div.anfang { width: 40px; float: left; text-align: center; }
div.zurueck { width: 30px; float: left; text-align: center; }
div.position { width: 70px; float: left; text-align: center; }
div.vor { width: 30px; float: left; text-align: center; }
div.ende { width: 40px; float: left; text-align: center; }
div.firstprojimg div.bild {
	width: 503px; /* Korrektur für ie6 */
	margin-top: 10px;
	text-align: center;
}
div.bildbeschreibung {
	width: 513px;
	color: #495057;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #FAFAFA;
}

.listenhintergrund_1 {
	background-color: #F0F0F0;
}
.listenhintergrund_1 a {
	color: #877f81;
}

.listenhintergrund_2, .keinprojekt {
	background-color: #9AA19A;
}
.listenhintergrund_2 a {
	color: #ffffff;
}

.tx_lumogooglemaps_pi1_sidebar {
	display: none;
}


.captcha-input {
	width: 150px !important;
	padding: 2px;
}
