@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
		
body {
	font-family:"Lucida Console", Monaco, monospace;
	font-size:14px;
	color:#666666;
	margin:0px;
	padding:0px;
	background-color:#555;
}		
	
a {
	font-size: 14px;
	text-decoration:none;
	color:#666666;	
}

a:hover {
	color:#0099CC;
	font-weight:bold;
}	
		
#cont_wrap {
	border-radius:16px;
	box-shadow:0 0 15px 5px #888888;
	width:900px;
	background-color:#F90;
	margin:20px auto 20px auto;
	text-align:center;
	border:solid 1px black;	
}

#cont_header {
	text-align:left;
	margin:0 0 0 50px;
	width:800px;
}
#cont_header img {
	margin:60px 0 0 0;
}
#cont_header nav {
	float:right;
	margin:40px 0 0 0;
}
#cont_header nav .signal {
	color:white;
}

#cont_content {
	text-align:left;
	padding:50px 50px 0 50px;
	width:100%;
	min-height:500px;
}

#cont_footer {
	border-radius:0 0 16px 16px;
	background-color:#FFF;
	text-align:center;
	padding-bottom:16px;
	width:100%;
	float:inherit;
	clear:both;	
}


H1 {
	font-family:Arial;		
	font-size:36px;
	color:white;
	margin:0;
}

H2 {
	font-size:20px;
	color:white;
	margin:0 0 20px 0;
}

H3 {
	font-size:14px;
	color:white;
	margin:0 0 10px 0;
}

Hr {
	margin:30px 0 15px 0;
	border-top:solid 1px #666;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}			


#cont_index_left {
	float:left;
	width:380px;
	margin-right:52px;
}

#cont_ueber_mich_left {
	float:left;
	width:380px;
	margin-right:50px;
}	
#ueber_uns_bild_bernd {
	float:left;
	margin:0 50px;
}


.cont_referenzen_wrap {
	width:800px;
}
.cont_referenzen_wrap_left {
	float:left;
	width:360px;
	margin-right:50px;
}		
.cont_referenzen_wrap img {
	float:left;
}
.cont_referenzen_break {
	clear:both;
	width:800px;
	height:50px;
}	


#Frm_Kontakt_fieldset {
	float:left;
	border:solid 1px #666;
	padding:30px;
	margin-bottom:50px;
	width:400px;
}
#Frm_Kontakt_fieldset lable, input, textarea{
	display:block;
	color:#666666;
}
.Frm_Kontakt_input_text {
	border:none;
	width:250px;
	margin-bottom:10px;
}
#Frm_Kontakt_textarea {
	border:none;
	width:400px;
	height:250px;
	margin-bottom:10px;
}
#kontakt_rechts_anschrift {
	float:left; 
	width:280px;
	margin:5px 0 0 50px;
	line-height:150%;
}

