@charset "utf-8";
/* CSS Document */

body {
/*Den Effekt kann man bei den Browsern Firefox sowie InternetExplorer beobachten. Mit einem kleinen CSS-Trick kann man diesen Rahmen abschalten*/
#a:focus {outline: 0;
	}			/* Trick Ende*/
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #777;
}	
h1 {
	font-size: 24px;
	}
h4 {
	font-size: 20px;
	text-align: center;	
	}	
p {
	padding: 0;
	margin: 0;
	}
.ohne_textdekoration {
	text-decoration: none;
	color: #000;
	
	}
#main{
	display:block;
	height: auto;
	width: auto;
	text-align:center;
	background-color: #fff;
  	font-family:Arial, Helvetica, sans-serif;
	}
#content {
	display:block;
	width: 1280px;
	height: auto;
	margin: 20px auto 20px auto;
	text-align: left;
	}	

			/*Rechtecke Beginn*/
#karo {
	display: block;
	float: right;
	margin-right: 36px;
	}	
.float {
	float: left; 26px;
	margin-left: 8px;
	margin-bottom: 10px;
}
			/*Rechtecke Ende*/
#top {
	display:block;
	position:absolute;
	text-indent: -9999px;
	}			
			
#tel {
	margin-left: 36px;
	font-size: 20px;
	}
	
#extra {
	display:block;
	position: absolute;
	text-indent: -9999px;
	}

#intropicture {
	position:relative;
	z-index: 10;
	display:block;
	}
#intropictures {
	z-index: 10;
	display:block;
	position:absolute;
	text-indent: -9999px;	
	}
/*
#intro_bestellung {
	display: block;
	width: 1280px;
	height:60px;
	position: absolute;
	margin: 24px 0 0 0;
	z-index: 12;
	text-align: center;
	font-size: 52px;
	color: #100;
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	}		*/

#intro {
	display: block;
	width: 1280px;
	height:60px;
	position: absolute;
	margin: 100px 0 0 0;
	z-index: 12;
	text-align: center;
	font-size: 46px;
	color: #fff;
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	}		
	
#anker {
	display:block;
	position: absolute;
	width: 980px;
	z-index: 100;
	margin: -50px 0 0 300px;
	}
#anker a {
	text-decoration: none;
	color: #fff;
	padding: 100px 15px 20px 15px;
	font-size: 21px;
		}
#anker a:hover {
	text-decoration:underline;
	}		
#anker a:focus {
	outline: none; 
	}

#inhalt {
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 24px 0 28px;
	}			
.box_links, .box_rechts, .box_links_versand, .box_rechts_versand {
	display:block;	
	float:left;
	height: 440px;	
	margin: 20px 0 20px 0px;
	border-bottom: 2px solid #ede6de;
	}
.box_links, .box_links_versand {
	text-align: center;
	width: 470px;
	}
.box_links_versand {
	height: 180px;	
	}	
.box_rechts {
	width: 730px;
	text-align:justify;
	padding-right: 18px;
	padding-left: 8px;
	font-size: 1.2em;
	}
.box_rechts_versand {
	width: 730px;
	padding-right: 18px;
	padding-left: 8px;
	font-size: 1.2em;
	height: 180px;
	}
	
.box_links img {	
	border: 8px solid #ede6de;
	}
#damorerohre, #eh, #holz, #fasson, #versand {
	height: 0;
	width: 0;
	visibility: hidden;	
	}	
	
#anmerkung1, #anmerkung2, #anmerkung3, #anmerkung4 {
	padding: 10px;
	margin: 10px 12px 20px 0px;
	float: left;
	display:block;
	width:262px;
	height:560px;
	font-size: 18px;
	border: 6px solid #ede6de;	
	}	
	/*footer Beginn*/	
#footer {
	clear: both;
	position: relative;
	display: block;
	z-index: 40;
	height:160px;
	width: auto;
	background-color: #8ec044;
	color: #fff;
	padding: 20px 0 0px 40px;
	margin-bottom: 100px;
	}
#footer a {
	text-decoration: none;
	color: #fff;
	}		
#footer_block1, #footer_block2, #footer_block3, #footer_block4 {
	position:relative;
	padding: 0;
	margin: 6px 0 0px 0;
	z-index: 60;
	float: left;
	display:block;
	width:314px;
	height: 0px;
	text-align: left;
	font-size: 18px;

} 
#footer_block1 {
	width:320px;	
	}
#footer_block2 {
	width:440px;	
	}
#footer_block3 {
	width:240px;
	}   
#footer_block4 {
	width:150px;
	}
/*footer ende*/
		
#topp {
	z-index: 50;	
	position: fixed;
	display: block;
	height: 40px;
	width: 100px;	
	bottom: 30px;
	right: 20px;
	}	
#topp a {
		text-decoration: none;
		color: #999;
		font-size: 20px;	
		}
#topp a:hover {
	text-decoration:underline;	
	}	
	
	
	
	
	
	
	
	
	
	
	