body {
	background: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-top: 0px;
}
#wrapper_landing {

	width:530px;
	height: 400px;
	background-color: #fff;
	/* fuer horizontale und vertikale zentrierung */
	  position: absolute;
	left: 50%;
	margin-left:-265px;  /* Um die Hälfte der Breite nach links schieben */
	top:50%;
	margin-top:-200px;  /* Um die Hälfte der Höhe nach oben schieben */
}
#enter_constr {
	width: 241px;
	height: 262px;
	float: left;
}
#enter_concpt {
	width: 241px;
	height: 262px;
	float: right;
}
#wrapper {
 	width:900px;
 	background-color: #000;
	border: 10px solid #fff;
	border-top: 0px;
	  /* fuer horizontale und vertikale zentrierung */
	  position: absolute;
	  left:50%;
	  margin-left:-450px;  /* Um die Hälfte der Breite nach links schieben */
	  /* top:50%;
	  margin-top:-384px;  /* Um die Hälfte der Höhe nach oben schieben */
}
#wrapper_concepts {
 	width:900px;
 	background-color: #fff;
	border: 10px solid #fff;
	color: #57aa27;
	border-top: 0px;
	  /* fuer horizontale und vertikale zentrierung */
	  position: absolute;
	  left:50%;
	  margin-left:-450px;  /* Um die Hälfte der Breite nach links schieben */
	  /* top:50%;
	  margin-top:-384px;  /* Um die Hälfte der Höhe nach oben schieben */
}
#header {

}
a {color: #999; text-decoration: none;}
a:visited {color:#999;}
a:hover {color: #999; text-decoration: overline; }
a:active { color:#999;}

#image {
	height: 270px;
}
#image_concepts {
	height: 270px;
	background: url('images/concepts_image.jpg');
}
#content {
	width: 800px;
	margin-left: 70px;
	margin-top: 30px;

}
#div_ref{
	float: left;
	width: 240px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;		
	font-size: 12px;
}
#div_ref_neu{
	float: left;
	width: 450px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;		
	font-size: 12px;
}
#footer {
	
}
img {
	border: 0px;
}
h2 {
	font-size: 14px;
	padding-bottom: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
li {
	padding-bottom: 5px;
	list-style-type: square;	
}
#constructions_ref {
	float: right;
	width: 250px;
	background-image: url(images/constructions_bg_referenzen.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #000;
	padding-top: 20px;
	margin-left: 25px;
}
#concepts_ref {
	float: right;
	width: 250px;
	background-image: url(images/concepts_bg_referenzen.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #57aa27;
	padding-top: 20px;
	margin-left: 25px;
}
label {
	color: #57aa27;
	font-size: 12px;
}

.leftlabel {
	padding-left: 0px;
}

#content input, #content textarea {
	margin-left: 0px;
	color: #57aa27;
	background-color: #fff;
	border: 1px solid #57aa27;	
}
#tbl_form tr {
	line-height: 25px;
}
#submit {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.input_big {
	width: 346px;
}
.input_small {
	width: 150px;
}

