
/*CSS der-malermeister.com*/


/*Grundeinstellungen Druckversion*/


#wrapperheader,#wrapperfooter,#content,#right, #left_title, #spacer {
	display: none;
	}
	
#left_text {
	display:block;
	}

body {
	text-align:left;
	margin: 0 !important;
	padding: 0 !important;
	}

*{
font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:16px;
color:#666666;
}

#print	{
	margin-bottom:50px;
	width:100%;
	text-align:left;
	}


/*Einstellungen Container header, content, footer*/

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

#left{
    width:100%;
    position: relative;
    float:left;
    }


 /*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 Textklassen*/


h1 {
	font-weight:normal;
	}


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

