@charset "utf-8";
/* CSS Document */

html {height:100%;}  

body{
	background-color:#343434;
	background-image:url(pics/hintergrund.jpg);
	background-repeat:repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:100%;
}

img{
	border:none;
}

li{
	list-style-type:none;
	background-image: url(pics/liste_pfeil.png);
	background-repeat: no-repeat;
	background-position: 0px 30px; 
	padding: 30px 0 0 30px; 
}

h1{
	font-size:18px;
	margin:0 0 10px 0;
}

a:link{
	color:#CCCCCC;
	text-decoration:none;
}

a:visited{
	color:#CCCCCC;
	text-decoration:none;
}

a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

a:active{
	color:#FFFFFF;
	text-decoration:none;
}

.extern a:link{
	background-image:url(text_deco.png);
	background-repeat:no-repeat;
	padding-left:12px;
	color:#CCCCCC;
	text-decoration:none;
}

.extern a:visited{
	background-image:url(text_deco.png);
	background-repeat:no-repeat;
	padding-left:12px;
	color:#CCCCCC;
	text-decoration:none;
}

.extern a:hover{
	background-image:url(text_deco.png);
	background-repeat:no-repeat;
	padding-left:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.extern a:active{
	background-image:url(text_deco.png);
	background-repeat:no-repeat;
	padding-left:12px;
	color:#FFFFFF;
	text-decoration:none;
}


#schatten{
	width:1000px;
	height:auto;
	margin:0 auto 0 auto;
	background-image:url(pics/schatten.png);
	background-repeat:repeat-y;
}

#box{
	width:956px;
	height:1200px;
	background-image:url(pics/holztextur.jpg);
	background-repeat:no-repeat;
	margin-left:18px;
}

#box_portfolio{
	width:956px;
	height:auto;
	background-image:url(pics/holztextur.jpg);
	background-repeat:no-repeat;
	margin-left:18px;
}

#box_übermich{
	width:956px;
	height:auto;
	background-image:url(pics/holztextur.jpg);
	background-repeat:no-repeat;
	margin-left:18px;
}

#box_community{
	width:956px;
	height:auto;
	background-image:url(pics/holztextur.jpg);
	background-repeat:no-repeat;
	margin-left:18px;
}


#oben{
	width:920px;
	height:250px;
	margin:0 0 0 30px;
}

#oben_schrift{
	width:686px;
	height:132px;
	margin:70px 0 0 0;
	float:left;
}

#oben_bild{
	width:195px;
	height:213px;
	float:right;
	margin:30px 15px 0 0;

}

#navi{
	width:907px;
	height:61px	;
	margin:10px 0 0 30px;
	background-image:url(pics/navi_hg.png);
	background-repeat:no-repeat;
	/*background-color:rgba(0, 0, 0, 0.5); Transparentwert für Farbe */ 
	/*-moz-border-radius:15px; Runde Ecken im FF */
}

#navi_text{
	position:relative;
	width:880px;
	height:30px;
	font-size:35px;
	color:#333333;
	top:10px;
	margin-left:19px;
	
}

#navi_text a:link{
	color:#333333;
	text-decoration:none;
}

#navi_text a:visited{
	color:#333333;
	text-decoration:none;
}

#navi_text a:hover{
	color:#ffffff;
	text-decoration:none;
}

#navi_text a:active{
	color:#ffffff;
	text-decoration:none;
}

.active{
	color:#FFFFFF;
}

#content{
	width:900px;
	height:auto;
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

#content_projekt{
	width:442px;
	height:295px;
	background-image:url(pics/projekt_hg.png);
	background-repeat:no-repeat;
	margin:0 0 0 15px;
	float:left;
}

#content_projekt img{
	margin:64px 0 30px 27px;
}

#content_text{
	width:421px;
	height:150px;
	margin:38px 0 0 20px;
	float:left;
	font-size:14px;
	line-height:18px;
	text-align:justify;
}

/*#button_projekt{
	width:195px;
	height:51px;
	float:right;
	margin:30px 0 0 0;
}*/

#button_projekt{
	float:right;
	width:195px;
	height:51px;
	margin:40px 0 0 0;
}


#leistungen{
	width:920px;
	height:355px;
	margin:80px 0 0 -30px;
	float:left;
}

#leistungen_ueberschrift{
	width:359px;
	height:37px;
	background-image:url(pics/knowhow.png);
	background-repeat:no-repeat;
	float:left;
	font-size:16px;
	padding:9px 0 0 160px;
}

#knowhow_left{
	font-size:16px;
	width:380px;
	heigt:200px;
	float:left;
	padding:0 0 0 120px;
}

#knowhow_right{
	font-size:16px;
	width:403px;
	heigt:200px;
	float:right;
	padding:0 0 0 0;
}

#footer_home{
	position:relative;
	width:956px;
	height:70px;
	border-top:1px solid #ffffff;
	float:left;
	margin:50px 0 0 -30px;
	bottom:0px;
}

#footer_links{
	width:475px;
	height:70px;
}

#footer_projekte_ueberschrift{
	width:125px;
	height:28px;
	background-image:url(pics/knowhow.png);
	background-repeat:no-repeat;
	font-size:16px;
	margin:30px 0 0 0;
	padding:9px 0 0 25px;
}

.footer_projekte{
	width:300px;
	height:36px;
	float:right;
	margin:5px 0 0 20px;
}

.footer_projekte img{
	margin:0 10px 0 0;
}

#footer_rechts{
	width:380px;
	height:70px;
	float:right;
}

#footer_rechts_ueberschrift{
	width:170px;
	height:37px;
	float:right;
	background-image:url(pics/knowhow.png);
	background-repeat:no-repeat;
	font-size:16px;
	margin:30px 0 0 0;
	padding:9px 0 0 25px;
}


.social{
	width:130px;
	height:40px;
	float:left;
	margin:30px 0 0 50px;
}

.feld{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#ffffff;
    border: 1px solid #f7f7f7;
    background-color:#151515;
    height:80px;
    width:180px;
    padding:0 0 0 3px;
    margin:0 0 3px 3px;
}

.formular{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#ffffff;
    border: 1px solid #f7f7f7;
    background-color:#151515;
    height:16px;
    width:180px;
    padding:0 0 0 3px;
    margin:0 0 3px 3px;
}

.senden{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#f7f7f7;
    border: 1px solid #f7f7f7;
    background-color:#151515;
    width:80px;
    padding:3px;
    margin:0 0 0 3px;
}

#kontaktfeld{
	width:890px;
	height:680px;
	margin:30px 0 0 70px;
	
}

#formular{
	width:800;
	height:250px;
	margin:60px 0 0 0;
	
}

#messenger{
	width:800;
	height:200px;
	margin:80px 0 0 0;
}

#messenger img{
	margin:0 0 0 200px;
}

#headline_ppw{
	width:200px;
	height:37px;
	background-image:url(pics/knowhow.png);
	background-repeat:no-repeat;
	float:left;
	font-size:16px;
	position:relative;
	margin:30px 0 0 0;
	padding:10px 0 0 135px;
}

#text_phil{
	background-image:url(pics/knowhow.png);
	background-repeat:repeat-x repeat-y;
	width:690px;
	height:405px;
	margin:100px auto 0 auto;
	padding:15px;
	font-size:12px;
	
}

#text_phil img{
	float:right;
	margin:0 0 0 15px;
	border:1px solid #333;
}

#headline_haschi{
	width:200px;
	height:37px;
	background-image:url(pics/knowhow.png);
	background-repeat:no-repeat;
	float:left;
	font-size:16px;
	position:relative;
	margin:30px 0 0 0;
	padding:10px 0 0 135px;
}

#text_haschi{
	background-image:url(pics/knowhow.png);
	background-repeat:repeat-x repeat-y;
	width:690px;
	height:auto;
	margin:100px auto 0 auto;
	padding:15px;
	font-size:12px;
	
}

#text_haschi img{
	float:right;
	margin:0 0 0 15px;
	border:1px solid #333;
}

#footer_about{
	position:relative;
	width:956px;
	height:70px;
	border-top:1px solid #ffffff;
	float:left;
	margin:560px 0 0 0;
	bottom:0px;
}

#headline_web{
	width:200px;
	height:37px;
	background-image:url(pics/knowhow.png);
	background-repeat:no-repeat;
	float:left;
	font-size:16px;
	position:relative;
	margin:30px 0 0 0;
	padding:9px 0 0 135px;
}

#text_web{
	background-image:url(pics/knowhow.png);
	background-repeat:repeat-x repeat-y;
	width:690px;
	height:auto;
	margin:100px auto 0 auto;
	padding:15px;
	text-align:justify;
	font-size:12px;
	
}

#text_web img{
	float:right;
	margin:0 0 0 5px;
}

#headline_print{
	width:200px;
	height:37px;
	background-image:url(pics/knowhow.png);
	background-repeat:no-repeat;
	float:left;
	font-size:16px;
	position:relative;
	margin:30px 0 0 0;
	padding:9px 0 0 135px;
}

#text_print{
	background-image:url(pics/knowhow.png);
	background-repeat:repeat-x repeat-y;
	width:690px;
	height:auto;
	margin:100px auto 0 auto;
	padding:15px;
	text-align:justify;
	font-size:12px;
	
}

#headline_logo{
	width:200px;
	height:37px;
	background-image:url(pics/knowhow.png);
	background-repeat:no-repeat;
	float:left;
	font-size:16px;
	position:relative;
	margin:30px 0 0 0;
	padding:9px 0 0 135px;
}

#text_print img{
	float:right;
	margin:0 0 0 5px;
}


#text_logo{
	background-image:url(pics/knowhow.png);
	background-repeat:repeat-x repeat-y;
	width:690px;
	height:auto;
	margin:100px auto 0 auto;
	padding:15px;
	text-align:justify;
	font-size:12px;
	
}

#text_logo img{
	float:right;
	margin:0 0 0 5px;
}

#footer_portfolio{
	position:relative;
	width:956px;
	height:70px;
	border-top:1px solid #ffffff;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}

#footer_kontakt{
	position:relative;
	width:956px;
	height:70px;
	border-top:1px solid #ffffff;
	margin:75px 0 0 0;
	padding:0 0 20px 0;
}

#footer_übermich{
	position:relative;
	width:956px;
	height:70px;
	border-top:1px solid #ffffff;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}

#footer_community{
	position:relative;
	width:956px;
	height:70px;
	border-top:1px solid #ffffff;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
	}



#headline_comm_aktuell{
	width:200px;
	height:37px;
	background-image:url(pics/knowhow.png);
	background-repeat:no-repeat;
	float:left;
	font-size:16px;
	position:relative;
	margin:30px 0 0 0;
	padding:10px 0 0 135px;
}

#text_comm_aktuell{
	background-image:url(pics/knowhow.png);
	background-repeat:repeat-x repeat-y;
	width:690px;
	height:223px;
	margin:100px auto 0 auto;
	padding:15px;
	font-size:12px;
	
}


#text_comm_aktuell img{
	float:left;
	margin:0 15px 0 0;
	border:1px solid #333;
}

#headline_comm_ende{
	width:200px;
	height:37px;
	background-image:url(pics/knowhow.png);
	background-repeat:no-repeat;
	float:left;
	font-size:16px;
	position:relative;
	margin:30px 0 0 0;
	padding:10px 0 0 135px;
}

#text_comm_ende{
	background-image:url(pics/knowhow.png);
	background-repeat:repeat-x repeat-y;
	width:690px;
	height:auto;
	margin:100px auto 0 auto;
	padding:15px;
	font-size:12px;
	
}

#text_comm_ende img{
	float:left;
	margin:0 15px 0 0;
	border:1px solid #333;
}
