body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(images/bg-body.png) no-repeat center top;
	font-family: arial;
}

#headline {
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: #0492d2
}

#main {
	margin: 0 auto;
	width: 976px;
	height: auto;
	padding: 0
}

#header {
	float: left;
	margin: 0;
	width: 976px;
	height: 152px;
	padding: 0
}

#header2 {
	float: left;
	margin: 0;
	width: 976px;
	height: 280px;
	background: #f0f0f0;
	padding: 0
}

#header2 {position:relative;background:#fff}
#header2:before,
#header2:after {content:"";position:absolute;z-index:-2;} 
#header2:before {
    top: 1px;
    bottom: 0px;
    left: 10px;
    right: 10px;
	box-shadow: 0 0 6px rgba(0,0,0,0.8);
	border-radius: 250px / 10px;
}

/*#nav:before,
#nav:after {
	content:"";
	position:absolute;
	z-index:-2;
	bottom:18px;
	left:10px;
	width:50%;
	height:20%;
	-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
            
#nav:after {
	right:10px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}*/

#nav {
	float: left;
	margin: 0;
	width: 335px;
	height: 280px;
	background: url(images/bg-nav.jpg);
	padding: 0
}

#imageContainer {
	float: left;
	margin: 0;
	width: 641px;
	height: 280px;
	padding: 0
}

#content {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 976px;
	min-height: 500px
}

#smallLeft {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 335px
}

.infoContainerOutside {
	float: left;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 333px;
	min-height: 100px;
	border: solid 1px #dadada
}

.infoContainerOutside:before,
.infoContainerOutside:after {content:"";position:absolute;z-index:-2;} 
.infoContainerOutside:before {
	top: 1px;
	bottom: 0px;
	left: 10px;
	right: 10px;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	border-radius: 250px / 10px;
}

.infoContainerInside {
	float: left;
	margin: 0;
	padding: 14px 20px 18px 20px;
	width: 291px;
	min-height: 84px;
	border: solid 1px #fff;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 )
}

#bigRight {
	float: right;
	margin: 20px 0 0 0;
	padding: 0 20px;
	width: 601px
}

#portfolioHeadline {
	float: left;
	margin: 0;
	padding: 0;
	width: 335px;
	height: 64px;
	background: url(images/bg-headline-referenzen.jpg) 0 0;
	font-size: 26px;
	text-align: center;
	color: #fff;
	line-height: 64px
}

#portfolioContainer {
	float: left;
	margin: 0;
	padding: 15px;
	width: 946px;
	height: 229px;
	background: url(images/bg-referenzen.jpg) 0 0
}

#images {
	width: 3832px;
	height: 229px;
	float: left;
	overflow: hidden
}

.img1,
.img2,
.img3,
.img4 {
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
	padding: 0;
	background: #fff;
	width: 229px;
	height: 229px
}

.img1 img,
.img2 img,
.img3 img,
.img4 img {
	float: left;
	margin: 0;
	border: 0;
	height: 229px
}

.singleImage {
	float: left;
	overflow: hidden;
	text-align: center; 
	margin: 0 20px 20px 0;
	width: 135px;
	height: 135px;
	border: solid 1px #dadada
}

.singleImage img {
	height: 135px;
	border: 0
}

#footer {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	background: url(images/bg-body.png) no-repeat 0 -300px
}

.break {
	clear: both
}

.readmore {
	float: right;
	margin: 10px 0 0 0;
	padding: 0 14px;
	height: 28px;
	line-height: 28px;
	display: block;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #f9f9f9 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0',GradientType=0 );
	color: #686868;
	border: solid 1px #dadada
}

.readmore:hover {
	color: #343434;
	border: solid 1px #bbb
}

.galNavBack {
	position: absolute;
	margin: 67px 0 0 -84px;
	padding: 0;
	width: 49px;
	height: 95px;
	display: block;
	background: url(images/galerie-nav-back.png) 0 -95px
}

.galNavNext {
	position: absolute;
	margin: 67px 0 0 982px;
	padding: 0;
	width: 49px;
	height: 95px;
	display: block;
	background: url(images/galerie-nav-next.png) 0 -95px
}

.galNavBack:hover {
	background: url(images/galerie-nav-back.png) 0 -1px
}

.galNavNext:hover {
	background: url(images/galerie-nav-next.png) 0 -1px
}

.kelle {
	position: absolute;
	margin: -62px 0 0 -82px;
}

.zollstock {
	position: absolute;
	margin: 240px 0 0 528px;
}

#phone {
	float: right;
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 152px;
	color: #999;
	font-weight: normal;
	font-size: 40px
}

#natursteine {
	float: right;
	display: inline-block;
	margin: 80px 118px 0 0;
	padding: 0;
	line-height: 45px;
	color: #fff;
	font-weight: normal;
	font-size: 22px
}

#malerarbeiten {
	float: right;
	display: inline-block;
	margin: 0 138px 0 0;
	padding: 0;
	line-height: 45px;
	color: #fff;
	font-weight: normal;
	font-size: 22px
}

#stuckarbeiten {
	float: right;
	display: inline-block;
	margin: 0 152px 0 0;
	padding: 0;
	line-height: 41px;
	color: #fff;
	font-weight: normal;
	font-size: 22px
}

#waermeschutz {
	float: right;
	display: inline-block;
	margin: 0 166px 0 0;
	padding: 0;
	line-height: 41px;
	color: #fff;
	font-weight: normal;
	font-size: 22px
}

h1, h2 {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	line-height: 28px;
	color: #343434;
	font-weight: normal;
	font-size: 18px;
	clear:both
}

h3, h4 {
	font-family: arial;
	margin-bottom: 10px;
	clear: both;
	line-height: 1.2
}

p {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 22px;
	color: #686868;
	font-weight: normal;
	font-family: arial;
	font-size: 14px
}

a {
	padding: 0;
	line-height: 22px;
	color: #343434;
	font-weight: normal;
	font-family: arial;
	font-size: 14px
}

ul {
	float: left;
	margin: 6px 0 6px 0
}

li {
	font-family: arial;
	font-size: 14px;
	color: #686868;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 0 20px;
	padding: 0;
	display: list-item;
	list-style-type: disc;
	clear: both
}

label {
	float: left;
	width: 120px;
	display: inline-block;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 30px;
	color: #686868;
	font-weight: normal;
	font-family: arial;
	font-size: 14px
}

#form input[type=text] {
	float: left;
	width: 196px;
	height: 28px;
	line-height: 28px;
	font-family: arial;
	font-size: 14px;
	color: #686868;
	padding: 0 2px;
	margin: 0
}

#form select {
	float: left;
	width: 202px;
	padding: 6px 4px 6px 0;
	font-family: arial;
	font-size: 14px;
	color: #686868;
	margin: 0
}

#form textarea {
	float: left;
	min-width: 316px;
	min-height: 128px;
	max-width: 316px;
	max-height: 128px;
	line-height: 18px;
	font-family: arial;
	font-size: 14px;
	color: #686868;
	padding: 0 2px;
	margin: 0
}

.submit {
	float: right;
	display: inline-block;
	margin: 10px 14px 0 0;
	padding: 4px 8px;
	color: #686868;
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #f9f9f9 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0',GradientType=0 );
	border: solid 1px #dadada;
	text-decoration: none;
	font-weight: normal;
	font-family: arial;
	font-size: 14px
}

#form {
	float: right;
	width: 350px;
	height: 526px;
	margin: 0;
	border: solid 1px #dadada
}

#formInside {
	width: 336px;
	height: 508px;
	padding: 16px 0 0 12px;
	border: solid 1px #fff;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 )
}