
/*CSS der-malermeister.com*/


/*Grundeinstellungen*/

html, body{ 
	margin:0;
	padding:0; 
	text-align:center; 
	background:url(../img/bg_body.png);
	} 

*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
	color:#232323;
	margin: 0px;
	padding:0px;
	}

#print {
	display: none;
	}

/*Einstellungen Container header, content, footer*/

#wrapperheader{
	width: 100%;
	height:497px;
	overflow: hidden;
	position: relative;
	background:url(../img/bg_top_wrapper.png) repeat-x;
	}

#header_inside{
    width: 900px;
    height:497px;
    margin: 0 auto;
    text-align: left;
    position: relative;
	background:url(../img/bg_top.png) no-repeat;
    }

.home{
		z-index:99;
		margin:110px 0px 0px 40px;
		position:relative;
		float:left;
		}


#navi{
	margin:105px 53px 0px 0px;
	width:530px;
	height:40px;
	position: relative;
    float:right;
	text-align: left;
	}

#bild{
	width:420px;
	height:360px;
	position: relative;
    float:right;
	margin:25px 35px 0px 0px;
   	background:url(../img/screen.png) no-repeat;
	}
	
#slideshow{
	width:392px;
	height:231px;
	position: relative;
	margin:49px 0px 0px 12px;
	background:url(../img/ssp_test.jpg) no-repeat;
	}

#content_inside{
    width: 900px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    }

#left{
    margin:30px 15px 100px 0px;
    width:530px;
    position: relative;
    float:left;
    }

#left_title{
    margin:5px 5px 5px 5px;
    }

#left_text{
    margin:5px 5px 30px 5px;
    padding:30px 30px 30px 40px;
    border-top-color:#336633;
    border-top-style:dashed;
    border-top-width:2px;
    border-bottom-color:#336633;
    border-bottom-style:dashed;
    border-bottom-width:2px;
    }

#right{
    margin:30px 0px 30px 30px;
    width:325px;
    position: relative;
    float:left;
    }

#right_title{
    margin:5px 5px 5px 5px;
    }

#right_text{
    margin:5px 5px 5px 5px;
    padding:30px 40px 30px 30px;
    border-top-color:#336633;
    border-top-style:dashed;
    border-top-width:2px;
    }
	
#right_text2{
    margin:5px 5px 5px 5px;
    padding:15px 40px 30px 30px;
    }

#spacer{
	clear:both;
    	margin:100px 0px 30px 0px;
    	}


#wrapperfooter {
	width: 100%;
	height:420px;
	overflow: hidden;
	position: relative;
	background:url(../img/bg_footer_wrapper.png) repeat-x;
	}

#footer_inside{
    width: 900px;
    height:420px;
    margin: 0 auto;
    text-align: left;
    position: relative;
	background:url(../img/bg_footer.png) no-repeat;
    }


 /*Einstellungen Container projects*/


#project{
	width:420px;
	height:150px;
	margin-top:5px;
	overflow:hidden;
	border-top-color:#336633;
	border-top-style:solid;
	border-top-width:1px;
	}

#project_img{
	width:130px;
	height:108px;
	float:left;
	position:relative;
	}

#project_data{
	width:250px;
	margin-top:10px;
	float:right;
	position:relative;
	}
	
.projecttitle{
	font-size:14px;
	font-weight:bold;
	color:#336633;
	}

	
.projectsubtitle{
	font-weight:bold;
	}
	
	
.projecttext{
	font-size:11px;
	line-height:22px;
	}


/*Einstellungen Container contact, formular, credits*/

#form{
	margin:35px 55px 0px 0px;
	width:285px;
	height:100%;
	float:left;
	}

#contact{
	margin:35px 45px 0px 0px;
	width:260px;
	height:100%;
	float:left;
	}
	
#credits{
	margin:35px 0px 0px 0px;
	width:245px;
	height:100%;
	float:left;
	}
	

/*Einstellungen Textklassen*/


h1 {
	font-weight:normal;
	}


.title{
	font-size:18px;
	line-height:24px;
	color:#336633;
	}

.footertext{
	font-size:11px;
	line-height:22px;
	}

.sidebar_img{
	border-width:4px;
	border-style:solid;
	border-color:#336633;
	margin-bottom:12px;
	}

.sidebartitle{
	font-weight:bold;
	color:#336633;
	}
	
.ref_img{
	border-width:3px;
	border-style:solid;
	border-color:#336633;
	margin-bottom:5px;
	margin-right:8px;
	}


/*Einstellungen Links*/

.textlink:link {
	font-size:12px;
	text-decoration:underline;
	}

.textlink:visited {
	font-size:12px;
	text-decoration:underline;
	}

.textlink:hover {
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	padding:2px;
	background-color:#336633;
	}

.textlink:active {
	font-size:12px;
	text-decoration:underline;
	}

.textlink:focus {
	font-size:12px;
	text-decoration:underline;
	}



a:link {
	font-size:14px;
	font-weight:bold;
	color:#336633;
	text-decoration:none;
	}

a:visited {
	font-size:14px;
	font-weight:bold;
	color:#336633;
	text-decoration:none;
	}

a:hover {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
	}

.a:active {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
	}

a:focus {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
	}



.footerlink:link {
	font-size:11px;
	color:#232323;
	text-decoration:underline;
	}

.footerlink:visited {
	font-size:11px;
	color:#232323;
	text-decoration:underline;
	}

.footerlink:hover {
	font-size:11px;
	color:#232323;
	text-decoration:none;
	color:#FFFFFF;
	padding:2px;
	background-color:#336633;
	}

.footerlink:active {
	font-size:11px;
	color:#232323;
	text-decoration:underline;
	}

.footerlink:focus {
	font-size:11px;
	color:#232323;
	text-decoration:none;
	}

.main:link {
	margin:0px 15px 0px 15px;
	}


.main:visited {
	margin:0px 15px 0px 15px;
	}

.main:hover {
	margin:0px 15px 0px 15px;
	}

.main:active {
	margin:0px 15px 0px 15px;
	}

.main:focus {
	margin:0px 15px 0px 15px;
	}


/*Einstellungen Klassen und Formate für Absatz und Listen*/


p{
	margin-bottom:30px;
	}

ul{
	list-style:none;
	}

li{
	float:right;
	}


/*Einstellungen Kontaktformular*/


.form{
	color:#222222;
	}

.formecho1, .formecho2{
	font-size:18px;
	line-height:24px;
	color:#336633;
	}




/*Einstellungen Klassen und Formate Sonstiges*/


/*  Float containers fix: */ 
	.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
	* html .clearfix{height: 1%;}
	.clearfix{display: block;}
/* End hide from IE-mac */  


