body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 17px;
}
body {
	background-color: #FFF;
	margin: 0px;
	text-align:center;
}

#pageContainer {
	width: 887px;
	margin: 0px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	text-align:left;
	background-color: #FFFFFF;
}

#pageFrame {
	width: 883px;
	\width: 887px;
	w\idth: 883px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #DADADA;
}

/* Header */

#headerFrame {
	width: 883px;
	height: 176px;
	position: relative;
}

#headerImage {
	width: 883px;
	height: 175px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

#headerLogo {
	width: 425px;
	height: 175px;
	text-align: right;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 2;
	left: 447px;
	top: 0px;
}

#headerNavigation {
	padding-top: 3px;
	height: 36px;
}

#headerNavigation a {
	text-decoration: none;
	color: #000;
}

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

#headerNavigation a.activeBtn {
	color: #666;
}

#logo {
	padding-right: 9px;
}

/* Main Frame */

#mainFrame {
	width: 883px;
	padding: 0px;
	margin: 0px;
	background-image: url(../media/template/mainbgr.gif);
	background-repeat: repeat-y;
}

#mainRow {
	width: 686px;
	float: left;
}

#rightRow {
	width: 197px;
	padding-bottom: 50px;
	float: left;
}

/* Main Navigation, Help Navigation */

#mainNavigation {
	width: 658px;
	\width: 686px;
	w\idth: 658px;
	height: 43px;
	padding-left: 28px;
	background-color: #FFF;
	background-image: url(../media/template/mainNavigationBgr.gif);
	background-repeat: no-repeat;
}

#helpNavigation {
	width: 179px;
	\width: 197px;
	w\idth: 179px;
	height: 43px;
	padding-left: 18px;
	background-image: url(../media/template/helpNavigationBgr.gif);
	background-repeat: no-repeat;
}

/* Sub Navigation */

#subNavigationFrame {
	width: 207px;
	\width: 211px;
	w\idth: 207px;
	padding-left: 4px;
	float: left;
	font-size: 10px;
}

#subNavigation {
	width: 206px;
	background-image: url(../media/template/subnavigMainBgr.gif);
	background-repeat: no-repeat;
}

#subNavigationFooter {
	width: 206px;
	height: 24px;
	background-image: url(../media/template/subnavigFooterBgr.gif);
	background-repeat: no-repeat;
}

#subNavigation ul {
	padding: 0px;
	padding-top: 8px;
	margin: 0px;
	list-style-type: none;
	line-height: 19px;
}

#subNavigation li {
	font-weight: bold;
	padding-left: 12px;
}

#subNavigation ul ul {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

#subNavigation li li {
	font-weight: normal;
	padding-left: 4px;
}

#subNavigation ul ul ul {
	padding: 0px;
	margin: 0px;
}

#subNavigation li li li {
	font-weight: normal;
	padding-left: 11px;
}

#subNavigation li a {
	text-decoration: none;
	color: #666;
}

#subNavigation li a:hover {
	text-decoration: none;
	color: #000;
}

#subNavigation li a.activeBtn {
	color: #000;
}

#subNavigation li li a {
	text-decoration: none;
	color: #000;
}

#subNavigation li li a:hover {
	text-decoration: none;
	color: #002F63;
}

#subNavigation li li a.activeBtn {
	color: #002F63;
	font-weight: bold;
}

#subNavigation li li li a.activeBtn {
	color: #000;
	font-weight: bold;
}

/* Contents */

#contentFrame {
	width: 447px;
	\width: 460px;
	w\idth: 447px;
	min-height: 400px;
	padding-left: 13px;
	float: left;
}

/* Footer Anker (nach oben) */

#topAnchor {
	width: 661px;
	\width: 671px;
	w\idth: 661px;
	padding-bottom: 15px;
	padding-right: 10px;
	font-size: 10px;
	text-align: right;
	clear: both;
}

#topAnchor a {
	text-decoration: none;
}

/* Breadcrumb Navigation */

#breadCrumbNavigation {
	width: 450px;
	padding-top: 7px;
	padding-bottom: 3px;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}

/* Headline im Content-Bereich */

.headline {
	padding-bottom: 15px;
}

/* Bilder im Content-Bereich */

.contentImage {
	margin: 0px;
	padding: 0px;
	padding-bottom: 17px;
}

/* Texteinstellungen */

p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 17px;
}

.p9px {
	font-size: 9px;
	line-height: 15px;
}

.p10px {
	font-size: 10px;
}


.doubleP {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #939393;
}

.halfP {
	padding-bottom: 8px;
}

a {
	text-decoration: underline;
	color: #666;
}

a:hover {
	color: #002F63;
}

#contentFrame h1, #contentFrame h3 {
	font-size: 11px;
	padding: 0px;
	padding-bottom: 17px;
	margin: 0px;
	font-weight: bold;
}

#contentFrame h2 {
	font-size: 12px;
	padding: 0px;
	padding-bottom: 17px;
	margin: 0px;
	font-weight: bold;
	color: #002F63;
}

#contentFrame h4 {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#contentFrame .topLine {
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #939393;
	display: block;
}

.boldRed {
	font-weight: bold;
	color: #AE0917;
}

.linkRightAlign {
	text-align: right;
	padding: 0px;
}

#contentFrame p {
	padding-right: 20px;
}

.fliesstxt10px {
	font-size: 10px;
}

#contentFrame ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 15px;
	list-style-type: square;
}

#contentFrame .boldList {
	line-height: 23px;
	font-weight: bold;
	padding-left: 0px;
	list-style-type: none;
}

.boldList a {
	color: #002F63;
	text-decoration: none;
}

.boldList a:hover {
	color: #000000;
}

/* Cleaner clears floating  */

.cleaner {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	border: 0px none;
	margin: 0px; 
	padding: 0px;
	background: transparent;
}

/* Bilderlisten, zum Beispiel in den Projekten */

.imagelist {
	width: 450px;
	padding-bottom: 15px;
	margin-left: -3px;
}

.imagelistBody {
	width: 430px;
	\width: 448px;
	w\idth: 430px;
	padding-top: 9px;
	padding-left: 19px;
	background-image: url(../media/template/imagesBgrMain.gif);
	background-repeat: no-repeat;
}

.imagelistFooter {
	width: 448px;
	height: 23px;
	background-image: url(../media/template/imagesBgrFooter.gif);
	background-repeat: no-repeat;
}

.imagelistHeadline {
	width: 410px;
	padding-bottom: 4px;
	font-weight: bold;
}

.image197px {
	width: 199px;
	margin-right: 10px;
	font-size: 10px;
	color: #666;
	line-height: 15px;
	float: left;
}

.image197px img {
	border: 1px solid #939393;
	margin-bottom: 4px;
	display: block;
}

.image125px {
	width: 125px;
	margin-right: 17px;
	font-size: 10px;
	color: #666;
	line-height: 15px;
	float: left;
}

.image172px {
	width: 172px;
	margin-right: 17px;
	font-size: 10px;
	color: #666;
	line-height: 15px;
	float: left;
}

.image125px img, .image172px img {
	border: 1px solid #939393;
	margin-bottom: 4px;
	display: block;
}

.horizontalLine {
	padding: 0px;
	margin-bottom: 20px;
	margin-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 1px;
	line-height: 1px;
}

/* Sonderfall: Bild linke Spalte (Volksbank-Link) */

#tmpKriftelFrame {
	width: 211px;
	float: left;
}

#imagelistLeftRowFrame {
	width: 206px;
	margin-left: 4px;
	padding-top: 15px;
	clear: both;
}

.imagelistLeftRow {
	width: 206px;
	background-image: url(../media/template/subnavigMainBgr.gif);
	background-repeat: no-repeat;
}

.imagelistLeftRowBody {
	padding-top: 8px;
	padding-left: 12px;
}

.imagelistLeftRowHeadline {
	padding-bottom: 4px;
	font-weight: bold;
}

.imagelistLeftRowFooter {
	width: 206px;
	height: 24px;
	background-image: url(../media/template/subnavigFooterBgr.gif);
	background-repeat: no-repeat;
}

.imagelistLeftRow .image {
	font-size: 10px;
	color: #666;
	line-height: 15px;
}

.imagelistLeftRow .image img {
	margin-bottom: 4px;
	display: block;
}

/* Bilderliste, ohne Rahmen */

.imagelistNoFrame {
	width: 450px;
	padding-bottom: 15px;
}

.imagelistNoFrame .imagelistHeadline {
	padding-bottom: 10px;
}

.imagelistNoFrame .imagelistBody {
	width: 448px;
	padding-left: 0px;
	background-image: none;
}

.imagelistNoFrame .imagelistFooter {
	background-image: none;
}

.imagelistNoFrame .image125px, .imagelistNoFrame .image172px {
	margin-right: 18px;
}


/* Logoliste, zum Beispiel bei Subunternehmern */

.logoFrame {
	width: 380px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.logoItem {
	width: 184px;
	float: left;
}

/* Presse */

.pressTeaserHidden {
	display: none;
	visibility: hidden;
}

.pressTeaser {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #939393;
}

#contentFrame .pressTeaser h2, #contentFrame .pressTeaser h3 {
	font-size: 10px;
	padding: 0px;
}

#contentFrame .pressTeaser p {
	padding: 0px;
}

#contentFrame .pressTeaser a {
	color: #002F63;
	text-decoration: none;
}

#contentFrame .pressTeaser a:hover {
	color: #000000;
}

#contentFrame .pressDetail h2 {
	font-size: 11px;
	padding: 0px;
	padding-bottom: 17px;
	margin: 0px;
	font-weight: bold;
}

#contentFrame .pressDetail h3 {
	color: #666;
	font-weight: normal;
}

/* Baulexikon */

.twoColumnLeftRow {
	width: 220px;
	float: left;
}

.twoColumnRightRow {
	width: 200px;
	float: left;
}

#contentFrame .twoColumnLeftRow h3, #contentFrame .twoColumnRightRow h3 {
	padding-bottom: 0px;
}

/* Downloads */

.downloadItem {
	width: 410px;
	padding-top: 10px;
}

.downloadImage {
	width: 110px;
	float: left;
}

.downloadDescription {
	width: 290px;
	padding-top: 5px;
	float: left;
}

/* Ansprechpartner */

.employee {
	width: 435px;
	padding-bottom: 13px;
}

.employee img {
	float: left;
	padding-right: 12px;
}

.employee  p {
	width: 250px;
	float: left;
}

/* Formulare */

form {
	padding: 0px;
	margin: 0px;
}

.nlSubscriptionForm, .emailForm {
	width: 400px;
}

.nlSubscriptionForm label, .emailForm label {
	display: block;
	width: 80px;
	padding-top: 6px;
}

.nlSubscriptionForm select, .emailForm select {
	width: 120px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.formInput {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-top: 8px;
}

.sendBtn {
	width: 120px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 9px;
}

.radioButtonTable {
	margin-top: 8px;
}

.radioButtonTD {
	padding-right: 20px;
}
