html {
	min-height: 100.1%;
}
body {
	background: #FFF url(../_images/back/back_body.gif) repeat-y left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0em;
}
body.start {
	background: #FFF url(none);
}

body.frame {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0em;
}
#root {
	min-width:760px;
}

/* Menü */

#menu {
	width: 130px;
	float: left;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	border-left: 3px solid #FFF;
	margin-bottom: 20px;
}
#menu ul {
	margin: 0em;
	padding: 0em;
	background: #DEDEDE;
}
#menu li {
	list-style: none;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0em;
	color: #000;
	border-right: none;
	border-left: none;
	margin: 0em;
}
#menu li a {
	text-decoration: none;
	display: block;
	color: #000;
	border-bottom: 1px solid #FFF;
	padding: 0.4em 0em 0.4em 0.7em;
	font-weight: bold;
}

#menu li a:hover {
	color: #7f7f7f;
}
#menu li a.active {
	color: #272;
}
#menu li a.active:hover {
	color: #000;
}
#menu ul ul {
	margin-top: 0em;
	margin-bottom: 0em;
	border-bottom: 1px solid #FFF;
	background: #EEE;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#menu li li {
	font-size: 1em;
}
#menu li li a {
	color: #666;
	font-weight: normal;
	border-bottom-style: none;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 0.2em;
}
#menu li li a:hover {
	color: #999;
}
#menu li li a.active {
	color: #272;
}
#menu li li a.active:hover {
	color: #000;
}
#menu img {
	display: block;
	border-bottom: 3px solid #FFF;
}


#page {
	margin-left: 136px;
}

/* Kopfbereich */

#head {
	background: #DEDEDE;
	border-bottom: 3px solid #FFF;
	border-top: 3px solid #FFF;
	text-align: center;
}

#head img {
	border-style: none;
	margin-right: auto;
	margin-left: auto;
	display: inline;
}

/* Hauptbereich */

#main {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Inline Frames */

#frame {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#frame iframe {
	border-style: none;
	overflow: hidden;
}



/* Inhalte */

#content {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 15px;
}

#content h1 {
	margin: 1em 0em;
	font-size: 2em;
	line-height: 1.5em;
}
#content h2 {
	margin: 1em 0em 0.5em;
	font-size: 1.6em;
	line-height: 1.5em;
}
#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0em;
}
#content h4 {
	font-size: 1.2em;
	margin: 2em 0em 1em;
}
#content h5 {
	font-size: 1.2em;
	margin: 0em;
	line-height: 2.1em;
	font-weight: bold;
	color: #FFF;
	background-color: #D01;
	display: inline;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}
#content h6 {
	font-size: 1.8em;
	line-height: 2.4em
	margin: 2em 0em 1em;
	color: #D01;
}
#content p {
	font-size: 1.2em;
	margin: 0em 0em 1em;
	line-height: 1.8em;
}
#content p.left {
	float: left;
}
#content p.right {
	text-align: right;
}
#content p.anmerkung {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.7em;
	clear: right;
}
#content p.plaetze {
	line-height: 1.5em;
	margin: 0.6em;
}
#content p.large {
	font-size: 1.6em;
} 
#content p.center {
	text-align: center;
}
#content hr {
	height: 1px;
	border-top: 1px solid #ccc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	display: block;
	margin: 2em 0em;
}

#content hr.news {
	height: 2px;
	border-top: 2px solid #D00;
}


#content blockquote {
	margin: 0em 0em 0em 8.3em;
	padding: 0em;
}
#content span.news {
	color: #D00;
	font-size: 1.5em;
	font-weight: normal;
	vertical-align: middle;
}
#content span.small {
	background: #d00;
	color: #FFF;
	font-size: 0,8em;
	font-weight: normal;
	vertical-align: middle;
}

#content span.rot {
	background: #d00;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
#content span.gruen {
	color: #272;
	font-weight: bold;
}
#content span.sonne {
	background: url(../_images/back/back_solar.gif) no-repeat right center;
	font-weight: bold;
	padding: 0.2em 2.2em 0.2em 0em;
}
#content sup {
	font-size: 0.9em;
}
#content sub {
	font-size: 0.7em;
}
#content abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}

#content acronym {
	cursor: help;
	color: #D00;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#content small {
	font-size: 1.1em;
}

#content img.full {
	margin-top: 2em;
	margin-bottom: 2em;
}
#content a img{
	border-style: none;
}

#content img.download {
	float: left;
	padding-right: 1.5em;
}
#content img.right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
#content img.left {
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}
#content img.wide {
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 4em;
}
#content span.video {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

#content ul {
	margin: 1em 0em;
	line-height: 2.2em;
	padding: 0em 0em 0em 8em;
}
#content ul.polar {
	background: url(../_images/back/back_polar-isolierung.gif) no-repeat left top;
}
#content ul.w-wert {
	background: url(../_images/back/back_w-wert.gif) no-repeat left top;
}
#content ul.p-wert {
	background: url(../_images/back/back_p-wert.gif) no-repeat left top;
}
#content ul.b-wert {
	background: url(../_images/back/back_b-wert.gif) no-repeat left top;
}
#content ul.pluspakete {
	background: url(../_images/back/back_pluspakete.gif) no-repeat left top;
	margin: 2em 0em 0em;
}
#content ul.natur {
	background: url(../_images/back/back_natur.gif) no-repeat left top;
}
#content ul.schall {
	background: url(../_images/back/back_schall.gif) no-repeat left top;
}
#content ul.presse {
	padding-left: 1em;
	padding-right: 10em;
	margin-bottom: 2em;
}
#content ul.galerie {
	margin: 0px;
	padding: 0px;
}
#content ul.galerie li {
	background: url(none);
	list-style: url(none) none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#content ul.galerie img {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	display: block;
	float: left;
}



#content li {
	font-size: 1.2em;
	background: url(../_images/elem/elem_bullet.gif) no-repeat left 7px;
	list-style: none;
	padding-left: 2em;
}
#content ul.lang li {
	margin-bottom: 1em;
}

#content ul.pluspakete li {
	padding-bottom: 1em;
	height: 40px;
}
#content ul.presse li {
	margin-bottom: 1em;
}
#content ul.portrait {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 280px;
	float: left;
}
#content ul.portrait li {
	background: url(none);
	margin: 0px 2em 1.5em 0px;
	padding: 0px;
	float: left;
	font-size: 1.1em;
	line-height: 1.5em;
}
#content ul.portrait img {
	display: block;
	margin-bottom: 10px;
}
#content ul.left {
	margin: 0px;
	padding: 0px;
}



#content ul ul {
	font-size: 0.85em;
	padding-left: 2em;
	line-height: 1.8em;
	margin-bottom: 2em;
}

#content a {
	color: #d00;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
	color: #000;
}
#content table {
	margin: 0em;
	padding: 0em;
	border-style: none;
	table-layout:fixed;
}
#content tr.even {
	color: #FFF;
	background: #272;
}
#content tr.even a {
	color: #FFF;
}


#content th {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	padding-bottom: 0.5em;
	padding-right: 1em;
}

#content td {
	font-size: 1.2em;
	margin: 0em;
	padding: 0em 1em 0em 0em;
	line-height: 2em;
}
#content table.data {
	margin-bottom: 2em;
	margin-top: 2em;
}
#content table.data th {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#content table.data th.follow {
	padding-top: 2em;
}

#content table.data td {
	padding-left: 0.5em;
}
#content table.data td img {
	padding-top: 0.5em;
	vertical-align: middle;
	padding-bottom: 0.6em;
	padding-left: 0.5em;
	border-style: none;
}
#content table.dreispaltig {
	margin: 0em 0em 2em;
	padding: 0em;
	border-style: none;
	font-size: 1em;
	table-layout:fixed;
	width: 600px;
}
#content table.dreispaltig td {
	vertical-align: top;
	width: 190px;
	font-size: 1em;
	padding: 0px;
}
#content table.dreispaltig td.mitte {
	padding-left: 15px;
	padding-right: 15px;
}
#content table.dreispaltig td p {
	font-size: 1.2em;
}

#content div.notes {
}

#content div.notes p {
	font-size: 11px;
	margin: 0px;
	line-height: 18px;
}



#content form {
}
#content fieldset {
	border-style: none;
	margin: 0em 0em 2em;
	padding: 0em;
}
#content legend {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0em 0em 1em -0.8em;
	padding: 0em;
	text-align: left;
	text-indent: 0em;
	color: #000000;
}

#content label {
	font-size: 1.2em;
	line-height: 1.8em;
}

#content label.left {
	width: 9.5em;
	margin-right: 0.5em;
	float: left;
}
#content label.right {
	width: 46em;
	float: left;
	margin: 0em 0em 1em 2em;
}
#content label.radio {
	vertical-align: middle;
	margin-right: 1em;
}
#content label.none {
	float: left;
	margin-right: 0em;
	width: 0px;
}
#content label span.error {
	color: #D00;
	font-weight: bold;
}

#content input {
	border: 1px solid #AAA;
	color: #000;
	padding: 0.2em;
	font: 1.2em Arial, Helvetica, sans-serif;
	margin: 0.1em 0em;
}
#content input.error {
	background: #FEE;
	border-color: #D00;
}
#content input.radio {
	background: #FFF;
	border-style: none;
	vertical-align: middle;
	margin-right: 0.5em;
}
#content input.left {
	float: left;
	height: 16px;
	width: 16px;
	margin: 4px 0em 0em;
	padding: 0em;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
#content input.left.checkbox {
	margin-bottom: 15px;
	padding: 0px;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 0px;
	
}
#content input.left:focus {
	border-style: none;
}


#content input.right {
	margin-left: 12em;
	border-style: none;
	vertical-align: middle;
	margin-right: 0.5em;
	font-size: 1em;
	clear: both;
	width: auto;
}

#content input.button {
	height: 2em;
	width: 15em;
	background: #DDD;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}
#content input:focus {
	border: 1px solid #272;
}
#content textarea {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0.2em;
	border: 1px solid #AAA;
	overflow: auto;
}
#content textarea:focus {
	border: 1px solid #272;
}
#content textarea.error {
	border-color: #D00;
	background: #FEE;
}
#content select {
	color: #000;
	border: 1px solid #AAA;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font: 1.2em Arial, Helvetica, sans-serif;
	padding: 0.1em;
}


/* Baugrundstücke */ 
#content div.article img {
	float: right;
	padding: 0px 0px 20px 20px;
	
}


/* Aktuelles */
#news {
}

#news div.article {
	float: left;
}
#news div.article img {
	float: left;
	padding: 0px 20px 20px 0px;
}
#news div.text {
	margin-left: 22em;
	width: 38em;
}

#news h3 {
	margin-top: 0em;
}

#news img {
	float: left;
	margin-bottom: 2em;
}
#news hr {
	clear: left;
	margin-top: 2em;
	margin-bottom: 2em;
}







/* Zusatzspalten Startseite */

#boxes {
	padding: 0em;
	margin: 0em;
}
#boxes div {
	float: left;
}
#boxes h2 {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	font-weight: bold;
	background: #c6c7c8;
	margin-bottom: 10px;
	padding-left: 7px;
}
#boxes p {
	font-size: 10px;
	line-height: 17px;
	margin: 0px;
	padding: 5px 0px 0px;
	
}

#boxes ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 0px 7px;
}
#boxes ul li {
	font-size: 10px;
	line-height: 17px;
	margin: 0em;
	background: url(../_images/elem/elem_bullet-plus.gif) no-repeat left 7px;;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2.2em;
	list-style-type: none;
	
}
#boxes ol {
	margin: 0em;
	list-style-type: none;
	padding: 0px;
}
#boxes ol li {
	font-size: 10px;
	line-height: 17px;
	margin: 0em;
	background: url(../_images/elem/elem_bullet.gif) no-repeat left 7px;;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2.2em;
	list-style-type: none;
	
}

#fotowettbewerb {
	float: right;
	width: 290px;
}
#fotowettbewerb ul {
	margin: 0em;
	padding: 0em;
}
#fotowettbewerb ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 1em;
}
#musterhaus {
	background: #DDD url(../_images/back/back_box.gif) repeat-x top;
	border: 1px solid #DDD;
	padding: 5px;
	margin-bottom: 10px;
}

#musterhaus h4 {
	color: #272;
	line-height: 20px;
	margin: 0px 0px 5px 5px;
}
#musterhaus img {
	display: block;
}


#left {
	float: left;
	width: 280px;
	margin-right: 20px;
}
#right {
	float: left;
	margin-left: 20px;
	width: 280px;
}

/* Stellenausschreibung Detailseite */
#advertisement {
	float: right;
	width: 200px;
	margin-left: 40px;	
}
#advertisement img {
	clear: both;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#advertisement div.box {
	clear: both;
	border: 1px solid #DDD;
	padding: 10px;
	margin: 20px 0px 80px;
	background: #DDD url(../_images/back/back_box.gif) repeat-x top;

}
#advertisement h4 {
	margin: 5px 0px;
	padding: 0px;	
	color: #272;
}
#advertisement p {
	margin-bottom: 0px;	
	line-height: 18px;
}

#error {
	border: 0.2em solid #D00;
	padding: 1em;
	margin-bottom: 2em;
}
#error p {
	color: #666;
	font-weight: bold;
	margin-bottom: 0em;
}

#column {
	float: right;
	width: 200px;
	overflow: auto;
}
#column ul {
	line-height: 2.2em;
	margin: 20px 0px 10px;
	padding: 0px;
}
#column li {
	font-size: 1.2em;
	background: url(../_images/elem/elem_bullet.gif) no-repeat left 7px;
	list-style: url(none) none outside;
	padding-left: 20px;
	margin: 0px 0px 0px 10px;
}
#scrollable {
	width: 600px;
	height: 25px;
	z-index: 1;
	clear: right;
	border-top: 5px solid #0BB;
	border-bottom: 5px solid #0BB;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
#scrollable a {
	text-decoration: none;
	color: #000;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#scrollable a:hover {
	color: #D00;
}

#scrollable span.offer {
	color: #D00;
}




/** Übersicht der Häuser und Grundrisse **/


#overview {
	overflow: auto;
	margin: 0em;
}
#overview div.box {
	width: 280px;
	float: left;
	margin: 0px 20px 0px 0px;
	padding-bottom: 3em;
}
#overview img {
	display: block;
}

#overview img.thumb {
	float: left;
}
#overview ul {
	margin: 0em;
	padding: 1em 0em 0em 18px;
	height: 9em;
	background: #ddd url(../_images/back/back_box.gif) repeat-x;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 0px solid #ddd;
	border-left: 1px solid #ddd;
	float: left;
	width: 120px;
}
#overview li {
	font-size: 1.2em;
	font-weight: bold;
	list-style: url(none) none;
	margin: 0em;
	padding: 0em;
	line-height: 1.6em;
	background: url(none);
}
#overview a {
	text-decoration: none;
}

#overview ul.dachgeschoss a{
	color: #C01;
}
#overview ul.bungalow a{
	color: #36C;
}
#overview ul.doppel a {
	color: #C81;
}
#overview ul.stadtvilla a {
	color: #983;
}
#overview ul.reetdach a {
	color: #187;
}
#overview ul.holzfassade a {
	color: #986;
}
#overview ul.sonstige a {
	color: #515;
}
#overview ul.referenzen a {
	color: #572;
}
#overview ul.bildergalerie a {
	color: #712;
}

#overview ul a:hover {
	color: #000;
}


#gallery {
	margin-bottom: 20px;
	float: left;
}
#gallery img {
	border-style: none;
	margin-top: 1px;
	display: block;
	float: left;
}
#thumbs {
	float: left;
	width: 200px;
	margin-bottom: 1em;
}
#thumbs ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#thumbs li {
	list-style: url(none) none;
	background: url(none);
	margin: 0px;
	padding: 0px 0px 8px 8px;
	font-size: 1em;
	float: left;
}
#thumbs a {
	border: 1px solid #fff;
	display: block;
	overflow: auto;
	height: 60px;
	width: 90px;
}
#thumbs a:hover {
	border-color: #c00;
}
#thumbs img {
	margin-top: 0px;
}

#photos {
	float: left;
	padding-bottom: 10px;
}
#photos ul {
	margin: 0px;
	padding: 0px;
}
#photos li {
	margin:  0px 15px 0px -15px;
	padding: 0px;
	float: left;
	list-style: none;
	width: 200px;
	background: url(../_images/back/back_photo.gif) no-repeat;
}
*html #photos li {
	margin:  0px 10px 0px -10px;
}
#photos img {
	display: block;
	border-style: none;
	padding: 15px 20px;
}
#photos span.winner {
	text-align: left;
	margin-left: 15px;
}
#photos strong {
	color: #D01;
	font-size: 16px;
}
#photos span {
	text-align: center;
	display: block;
}
#photos ul.screenshots {
}
#photos ul.screenshots li {
	background: url(none);
}
#photos ul.screenshots img {
	padding: 0px;
}


#footer {
	padding-bottom: 10px;
	float: left;
}

#footer p.left {
	float: left;
	width: 100px;
	line-height: 32px;
}
#footer p.center {
	float: left;
	width: 335px;
	text-align: center;
	line-height: 32px;
}
#footer p.right {
	float: left;
	width: 165px;
	text-align: right;
	line-height: 32px;
}
#footer p.right a {
	vertical-align: middle;
}

#footer p.right img {
	vertical-align: middle;
	border-style: none;
	text-decoration: none;
	background: #FFF;
	display: block;
	float: left;
}


#clear {
	clear: left;
}
