
/* HTML */
* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana;
	}

body {
	background: #E8E8E8 url("../images/body_background.png") repeat-x;
	}

ul, li {
	display: inline;
	list-style-type: none;
	}

a {
	color: #FBB805;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:focus {
	outline: none;
	}


/* Frame */
#frame {
	margin: 0 auto;
	width: 950px;
}


/* Header */
#ct_header #branding {
	background: #fff;
	float: left;
	height: 190px;
	width: 190px;
	}

#ct_header #branding img {
	margin: 56px 0 0 56px;
	}

#ct_header #emoImage {
	background: #FBB805 url("../images/header_generic.jpg");
	float: right;
	height: 159px;
	margin-bottom: 1px;
	width: 760px;
	}

#linkbox a {
	height: 159px;
	float: left;
	width: 159px;
	border-right: 1px solid #fff;
	}

#linkbox a.theme_g {
	background: url("../images/header_gewerbebau.jpg");
	}

#linkbox a.theme_w {
	background: url("../images/header_wohnungsbau.jpg");
	}

#linkbox a.theme_i {
	background: url("../images/header_industriebau.jpg");
	}

#linkbox a:hover {
	background-position: 0 159px;
	}


/* Columns */
#ct_left_col {
	background: #ECECEC;
	float: left;
	width: 190px;
	}

#ct_center_col {
	background: url("../images/content_bgr.gif") left bottom no-repeat;
	float: left;
	font-size: 12px;
	line-height: 160%;
	width: 444px;
	padding: 40px 28px 22px 18px;
	}

#ct_right_col {
	width: 230px;
	float: right;
	padding: 32px 20px 20px 0;
	}


/* Content */
h1 {
	background: url("../images/h1_square.gif") 4px 8px no-repeat;
	font-size: 18px;
	font-weight: normal;
	line-height: 130%;
	margin: 1.4em 0 1.1em 0;
	padding-left: 20px;
	}

h2 {
	background: #FBB805;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 4px 10px;
	}

h4 {
	border-bottom: 1px dotted #FBB805;
	color: #FBB805;
	font-size: 18px;
	}

blockquote {
	margin: 4px 0 20px 120px;
	}

#ct_right_col h2 {
	background: none;
	color: #000;
	padding: 1em 0;
	}

#ct_right_col h3 {
	color: #999;
	font-size: 11px;
	}

p {
	margin: 1em 0;
}

.clearing {
	clear: both;
}

.small {
	font-size: 11px;
	}

#ct_center_col ul {
	display: block;
	padding: 14px 0 14px 0;
	}

#ct_center_col li {
	display: list-item;
	list-style-type: square;
	margin-left: 16px;
	}

#ct_center_col .info li {
	margin: 0 0 14px 0;
	margin-left: 16px;
	}


/* References */
.refs {
	float: left;
	padding: 20px 0;
	}

.refs .cell1 {
	float: left;
	font-weight: bold;
	width: 220px;
	}

.refs .cell2 {
	float: left;
	width: 220px;
	}

.image {
	background-color: #eee;
	background-position: center center;
	height: 200px;
	width: 444px;
	}

.refListItem {
	background: #FBB805;
	color: #333;
	height: 170px;
	margin-bottom: 14px;
	position: relative;
	}

.refListItem .image {
	height: 170px;
	width: 170px;
}

.refListItem h2 {
	background: url("../images/h2_square_black.gif") 0 6px no-repeat;
	margin: 20px 0 0 0;
	padding: 0 0 0 12px;
	}

.refListItem a {
	color: #333;
	}

.refListItem p {
	margin: 0;
	padding: 0 0 0 12px;
	}

.refListItem .more {
	bottom: 20px;
	color: #333;
	position: absolute;
	}

.refListItem .info {
	float: right;
	width: 260px;
	}


/* Navigation: Top */
ul#navTop {
	background: #000 url("../images/nav_top_bgr.jpg") repeat-x;
	float: right;
	font-size: 11px;
	height: 30px;
	width: 740px;
	padding-left: 20px;
	}

ul#navTop li {
	float: left;
	margin-top: 7px;
	}

ul#navTop li a {
	color: #fff;
	background: url("../images/nav_top_square_passive.gif") 0 3px no-repeat;
	padding: 0 12px;
	}

ul#navTop li a:hover, ul#navTop li a.active {
	text-decoration: none;
	color: #FBB805;
	background-image: url("../images/nav_top_square_active.gif");
	}

ul#navTop li a.active {
	font-weight: bold;
	}

ul#navTop li.rss {
	float: right;
	}

ul#navTop li.rss a {
	float: right;
	background-image: none;
	}


/* Navigation: Side */
ul#navSide {
	background: #000 url("../images/menu_bgr.jpg") repeat-x;
	display: block;
	font-size: 11px;
	padding: 24px 10px 34px 10px;
	}

ul#navSide li {
	display: block;
	padding: 4px 10px;
	border-bottom: 1px dotted #fff;
	}

ul#navSide li.level_2 {
	margin-left: 20px;
	}

ul#navSide li a {
	color: #fff;
	background: url("../images/nav_top_square_passive.gif") 0 3px no-repeat;
	padding: 0 0 0 16px;
	}

ul#navSide li a:hover, ul#navSide li a.active {
	text-decoration: none;
	color: #FBB805;
	background-image: url("../images/nav_top_square_active.gif");
	}

ul#navSide li a.active {
	font-weight: bold;
	}


/* Navigation: Additional */
ul#navAdd {
	display: block;
	font-size: 11px;
	margin: 20px;
	}

ul#navAdd li {
	display: block;
	}

ul#navAdd li a {
	color: #bbb;
	}


/* Navigation: Footer */
ul#footer {
	border-top: 1px dotted #ccc;
	display: block;
	margin-top: 60px;
	padding: 0;
	}

ul#footer li {
	display: inline;
	list-style-type: none;
	margin: 0;
	}

ul#footer a {
	color: #ccc;
	font-size: 11px;
	margin-right: 10px;
	}

ul#footer li.hideElement {
	display: none;
	}


/* Navigation: Breadcrumb */
#breadcrumb {
	color: #000;
	font-size: 11px;
	}

#breadcrumb a {
	color: #000;
	}


/* Search form */
#search {
	background: #fff;
	border: 1px solid #dcdcdc;
	margin-bottom: 26px;
	}

#search input {
	font-size: 12px;
	}

#search #string {
	float: left;
	width: 180px;
	padding: 2px 0 0 10px;
	}

#search #submit {
	float: right;
	}

#searchResults a {
	font-weight: bold;
	font-size: 13px;
	}

#searchResults p {
	margin: 0 0 20px 0;
	}

#searchResults p a {
	font-size: 12px;
	}


/* News */
#newslist p {
	margin: 0;
	}

#newslist .date {
	color: #666;
	font-size: 10px;
	margin-top: 20px;
	}

#newslist h2 {
	background: none;
	font-size: 14px;
	margin: 0 0 4px 0;
	padding: 0;
	}

.nNavi div {
	float: left;
	margin-top: 30px;
	}

.nNavi .info {
	text-align: center;
	width: 50%;
	}

.nNavi .back {
	width: 25%;
	}

.nNavi .next {
	text-align: right;
	width: 25%;
	}


/* Teaser: News */
ul#newsTeaser {
	display: block;
	margin-bottom: 26px;
	}

ul#newsTeaser li {
	display: block;
	font-size: 11px;
	margin-bottom: 14px;
	}


/* Teaser: References */
#refTeaser a {
	background-color: #FAB706;
	background-repeat: repeat-x;
	color: #fff;
	display: block;
	float: left;
	font-size: 9px;
	height: 13px;
	margin: 0 10px 10px 0;
	width: 90px;
	padding-top: 77px;
	}

#refTeaser a.teaser_g {
	background-image: url("../images/teaser_gewerbebau.jpg");
	}

#refTeaser a.teaser_w {
	background-image: url("../images/teaser_wohnungsbau.jpg");
	}

#refTeaser a.teaser_i {
	background-image: url("../images/teaser_industriebau.jpg");
	}

#refTeaser a.teaser_p {
	background-image: url("../images/teaser_partnerschaft.jpg");
	font-size: 13px;
	height: 54px;
	padding-top: 36px;
	text-align: center;
	}

#refTeaser a:hover {
	background-position: 90px 0;
	text-decoration: none;
	}


/* Contact */
#contact label {
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 4px;
	}

#contact br {
	clear: left;
	}

#contact input, #contact textarea {
	border: 1px solid #999;
	font-size: 12px;
	padding: 1px 1px 1px 4px;
	width: 200px;
	}

#contact textarea {
	width: 260px;
	}

#contact input[type=submit] {
	background: #FBB805;
	border: 0;
	color: #fff;
	font-weight: bold;
	margin-left: 160px;
	width: 268px;
	}

#contact fieldset {
	margin: 20px 0;
	}

#contact .error {
	background: #eee;
	}

.errorMessage {
	border: 1px solid #e00;
	color: #e00;
	padding: 4px;
	}


/* Sitemap */
#sitemap {
	margin-left: 8px;
	}

#sitemap ul {
	padding: 4px 0 20px 20px;
	}


/* Gallery */
.gallery {
	margin-top: 76px;
	}

.gallery .image {
	background-position: center center;
	height: 100px;
	margin-bottom: 12px;
	width: 230px;
	}

.gallery .image a {
	background: url("../images/zoom_p.gif") 210px 80px no-repeat;
	display: block;
	height: 100px;
	width: 230px;
	}

.gallery .image a:hover {
	background-image: url("../images/zoom_a.gif");
	}

p.gwiPartner img {
	border: 1px solid #eee;
	float: left;
	margin: 0 2px 2px 0;
	}

