/*
	CSS reset from YUI
	http://developer.yahoo.com/yui/reset/
	Copyright (c) 2009, Yahoo! Inc.
	License: http://developer.yahoo.com/yui/license.html
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*
:focus {
	outline: 0;
}
*/


body {
	color: white;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

h1,h2,h3,strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

a {
	color: rgb(145, 181, 214);
}
a:hover {
	color: rgb(136, 136, 136);
}

em {
	font-weight: bold;
}

p {
	margin-bottom: 8px;
}


/*
Horizontally and vertically centered wrapper div (nh 20091208):
The following solution works fine in Safari and Firefox but not in IE6.

#centering_wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 900px;
	height: 450px;
}

The solution below works in all browsers:
http://www.infinitywebdesign.com/research/cssverticalcentereddiv.htm
*/

#centering_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 450px;
	margin-top: -225px; /*set to a negative number 1/2 of your height*/
	margin-left: -450px; /*set to a negative number 1/2 of your width*/
}

#box_container {
	width: 900px;
	height: 362px;
	overflow: auto;
}
.box_container_home {
	margin-top: 36px;
	margin-bottom: 35px;
}
.box_container_with_pc_spacer {
	margin-bottom: 35px;
}

#box_image_left, #box_left {
	border: 1px solid white;
	float: left;
	height: 360px;
	width: 448px;
}
#contact_box {
	background: rgb(145, 181, 214);
	height: 160px;
	margin-top: 180px;
	padding: 10px;
}

#box_right {
	background: rgb(145, 181, 214);
	border: 1px solid white;
	float: right;
	height: 360px;
	width: 448px;
}
#box_right_white {
	color: rgb(145, 181, 214);
	background: #fff;
	float: right;
	height: 362px;
	width: 450px;
}
#box_right_noborder {
	overflow: hidden;
	background: rgb(145, 181, 214);
	float: right;
	height: 362px;
	width: 450px;
}
#box_right_noborder img {
	display: block;
}

h1#header a {
	display: block;
	background:url(../img/ui/logo_hblau.gif) top left no-repeat;
	width: 898px;
	height: 36px;
}
h1#header span {
	display: none;
}


h2.section_header {
	background-position: top right;
	background-repeat: no-repeat;
	width: 448px;
	height: 40px;
}
h2.section_header span {
	display: none;
}
h2#section_header_gewerbe				{background-image: url(../img/ui/titel_gewerbe.gif);}
h2#section_header_laeden-restaurants	{background-image: url(../img/ui/titel_laeden.gif);}
h2#section_header_wohnbau				{background-image: url(../img/ui/titel_wohnbau.gif);}
h2#section_header_oeffentlicher-bau		{background-image: url(../img/ui/titel_oeffentlich.gif);}
h2#section_header_staedtebau			{background-image: url(../img/ui/titel_staedtebau.gif);}
h2#section_header_spezielles			{background-image: url(../img/ui/titel_spezielles.gif);}
h2#section_header_profil				{background-image: url(../img/ui/titel_profil_neu.gif);}
h2#section_header_kontakt				{background-image: url(../img/ui/titel_kontakt.gif);}
h2#section_header_impressum				{background-image: url(../img/ui/titel_impressum.gif);}


ul#portfolio_overview_list {
	font-size: 11px;
	line-height: normal;
	overflow-y: auto;
	width:448px;
	height:270px;
	margin-top:50px;
}
ul#portfolio_overview_list li {
	border-bottom: 1px dotted white;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right: 10px;
}
ul#portfolio_overview_list img {
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 10px;
}
ul#portfolio_overview_list a {
	color: white;
	text-decoration: none;
}


#content_page_top_section {
	height: 90px;
}
#content_page_top_section ul {
	float: right;
	text-align: right;
	padding-right: 1px;
}
#content_page_top_section li {
	display: inline;
	margin-left: 10px;
}


#copy_scrollbox_wrapper {
	overflow-y: auto;
	width: 448px;
	height: 270px;
}
#copy_scrollbox {
	margin:0 10px;
}
.textbox {
	margin: 10px;
}


#header_home {
	background:url(../img/ui/titel_aheadconcept.gif) top right no-repeat;
	width: 448px;
	height: 40px;
}
#header_home span {
	display: none;
}



#copy_home {
	margin: 60px 10px 0;
	text-align: right;
}
#copy_home h2 {
	margin-bottom: 10px;
}
#copy_home img {
	float: right;
	margin-left: 10px;
}
#copy_home a {
	color: white;
}


img {
	border: 0;
}
.portfolio_thumb {
	float: left;
	border: 1px solid white;
}
.portfolio_thumb img {
	height: 179px;
	width: 223px;
	cursor: pointer;
}
.text_portfolio_detail {
	font-size: 11px;
	line-height: 13px;
	height: 165px;
	width: 203px;
	float: left;
	border: 1px solid white;
	padding: 7px 10px;
}

.text_portfolio_detail h3 {
	margin-bottom: 5px;
}


#portfolio_cycler {
	font-size: 13px;
	text-transform: lowercase;
	overflow: hidden;
	height: 35px;
}
#portfolio_cycler a {
	text-decoration: none;
}
#portfolio_previous {
	float: left;
}
#portfolio_next {
	float: right;
}



ul#navigation {
	background: rgb(145, 181, 214);
	border: 1px solid white;
	font-size: 14px;
	height: 19px;
	padding-top: 1px;
	padding-left: 15px;
	text-transform: lowercase;
}

ul#navigation li {
	display: inline;
	margin-right: 35px;
}
ul#navigation a {
	color: white;
	text-decoration: none;
}




table {
}
tr {
	vertical-align: top;
}
td {
	padding: 5px 10px 5px 0;
}
td.r {
	text-align: right;
	width: 75px;
}