html { overflow-y:scroll; }

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #333333;
	background-color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: auto;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-style: italy;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #666666;
	padding-bottom: 4px;
	border-style: none;
}
a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
a img {
	border-style: none;
}
#main {
	z-index: 0;
	width: 100%;
	left: 0px;
	color: #333333;
	font-size: 13px;
	position: absolute;
	top: 50%;
	height: 535px;
	margin-top: -270px;
	padding: 0px;
}
.main {
	z-index: 10;
	width: 751px;
	color: #AAAAAA;
	font-size: 13px;
	position: absolute;
	left: 50%;
	padding: 0px;
	top: 50px;
	height: 470px;
	margin-left: -375px;
}
#innen {
	position:absolute;
	top: 115px;
	right: 0px;
	z-index: 10;
	background-color: #EEEEEE;
	height: 310px;
	width: 750px;

}
#headline {
	width: 100%;
	height:44px;
	position:relative;
	left: 0%;
	background-color:#FF0000;
	top: 55px;
	z-index: 2;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(pic/red_bg.jpg);
	background-repeat: repeat-x;
}
#baubedarf {
	position:absolute;
	top:-33px;
	right:100px;
	font-size: 30px;
	color: #0062F6;
	z-index:30;
}
#logo {
	position: absolute;
	right: -1px;
	top: 0px;
	z-index: 10;
	padding-top: 5px;
	padding-bottom: 5px;
}
#angebote a{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 5px;
	height: 30px;
	width: 124px;
	text-align: center;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-top: 12px;
}

#katalog a{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 125px;
	top: 5px;
	height: 30px;
	width: 124px;
	text-align: center;
	border-right: 1px solid #fff;
	padding-top: 12px;
}
#gewinn a{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 750px;
	top: 5px;
	height: 30px;
	width: 124px;
	text-align: center;
	border-right: 1px solid #fff;
	padding-top: 12px;
}
#kontakt {
	font-size: 16px;
	position: absolute;
	top: 311px;
	display: block;
	width: 745px;
	height: 55px;
	z-index: 3002;
	text-align: left;
	vertical-align: middle;
	right: 0px;
	color: #0066FF;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 5px;
	background-image: url(pic/kontakt_bg.jpg);
	background-repeat: repeat-x;
}
#kontakt p {
	font-size: 12px;

}
	
.co {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	background-position: right;
	z-index: 300;
	background-image: url(../pic/lang_bg.gif);
	bottom: 5px;
	height: 10px;
	width: 240px;
	right: 10px;
}
.co  a:link, .co a:visited {
	color: #7DBADC;
	text-decoration: none;
}
*html img {
	display: block;
}

#team a {
	color: #666666;
	font-size:11px;
	float: left;
	margin-top:80px;
	display: block;
	z-index: 110;
}
#team img {
	padding-right: 0px;
}
#team a .hiden {
	display: block;
	width: 41px;
	height: 150px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: 0px;
}
#team a:hover .hiden {
	display: none;
}
#team a .show {
	display: none;
	width: 280px;
	background-color: #FFFFFF;
}
#team a:hover .show {
	display: block;
	position: relative;
	top: -30px;
	padding: 5px;
	margin-left: 1px;
	height: 200px;
}
#text {
	color: #000000;
	position: absolute;
	top: 50px;
	left: 0px;
	background-color: #DDDDDD;
	display:block;
	width:350px;
	border: 1px solid #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	padding: 10px;
	margin-left: 2px;
	background-image: url(pic/text_bg.jpg);
	background-repeat: repeat-x;
}
#text ul {
	padding-left: 20px;
	margin-bottom: 10px;
}
#text_re {
	color: #000000;
	position: absolute;
	top: 50px;
	right: 0px;
	background-color: #DDDDDD;
	display:block;
	width:350px;
	border: 1px solid #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	padding: 10px;
	margin-right: 2px;
	background-image: url(pic/text_bg.jpg);
	background-repeat: repeat-x;
}
#text_re ul {
	padding-left: 20px;
	margin-bottom: 10px;
}
#baustoffe {
	background-image: url(pic/baustoffe.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#baumarkt {
	background-image: url(pic/baumarkt.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#fliesen {
	background-image: url(pic/fliesen.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#fenster {
	background-image: url(pic/fenster.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#transporte {
	background-image: url(pic/transporte.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#unternehmen {
	background-image: url(pic/unternehmen.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#pic1 {
	position: absolute;
	top: 140px;
	right: 10px;
	border: 1px solid #FFFFFF;
	z-index: 3001;
}
#pic2 {
	position: absolute;
	top: 247px;
	right: 30px;
	border: 1px solid #FFFFFF;
	z-index: 3002;
}
#pic3 {
	position: absolute;
	top: 180px;
	right: 150px;
	border: 1px solid #FFFFFF;
	z-index: 3000;
}
#auflisten {
	width: 150px;
	float: left;
	margin-left: 10px;
	font-size:10px;
}
.abgelaufen {
	text-decoration:line-through;
	font-size:10px;
}
#button {
	text-align:center;
	font-size:14px;
	background-color: #FF0000;
	width: 123px;
	margin-left: 113px;
	color:#FFFFFF;
	padding-top: 2px;
	display: block;
}
