@charset "utf-8";
* { outline: none; border: none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	background-color: #222;
	padding: 0;
	margin: 0;
}
h1,h2 {margin: 0; padding: 0; }
h1 span {display: none}

#outer-wrap {
	display: block;
	width: 966px;
	height: 395px;
	position: relative;
	margin: 0 0 0 20px;
	background: #fff url(../img/bg-container.gif) left top repeat-x;
	border-bottom: 1px solid #eaeaea;
	overflow: visible;
}
#shadow-wrap {
	background: url(../img/bg-shadow.gif) 17px top repeat-y;
	padding: 0 0 170px 0;
}
#head-unternehmen,
#head-kontakt,
#head-shop {
	position: absolute;
	top: 0;
	height: 56px;
	text-indent: -10000px;
	z-index: 2000;
}
#head-shop {
	width: 133px;
	right: 9px;
	background: url(../img/link-shop.gif) left top no-repeat;
}
#head-kontakt {
	width: 122px;
	right: 144px;
	background: url(../img/link-kontakt.gif) left top no-repeat;
}
#head-unternehmen {
	width: 159px;
	right: 268px;
	background: url(../img/link-unternehmen.gif) left top no-repeat;
}
#head-unternehmen.active,
#head-unternehmen:hover,
#head-kontakt.active,
#head-kontakt:hover,
#head-shop.active,
#head-shop:hover {
	background-position: left bottom;
}
#text-kompetenz {
	position: absolute;
	top: 319px;
	left: 18px;
}

#boxen {
	position: absolute;
	top: 90px;
	right: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
	#boxen li {
		float: left;
		width: 185px;
	}

	#boxen a {
		display: block;
		width: 183px;
		height: 283px;
		text-indent: -10000px;
	}
		#box-industrie-handwerk {
			background: url(../img/box-industrie-handwerk.png) left top no-repeat;
		}
			#box-industrie-handwerk:hover {
				background: url(../img/box-industrie-handwerk.png) left bottom no-repeat;
			}
		#box-baubranche {
			background: url(../img/box-baubranche.png) left top no-repeat;			
		}
			#box-baubranche:hover {
				background: url(../img/box-baubranche.png) left bottom no-repeat;
			}		
		#box-service {
			background: url(../img/box-service.png) left top no-repeat;			
		}
			#box-service:hover {
				background: url(../img/box-service.png) left bottom no-repeat;			
			}
		#box-mietpark {
			background: url(../img/box-mietpark.png) left top no-repeat;			
		}
			#box-mietpark:hover {
				background: url(../img/box-mietpark.png) left bottom no-repeat;			
			}		
		
		#boxen ul {
			display: none;
			margin: 0;
			padding: 0;
			list-style:none;
			position: absolute;
			bottom: 61px;
			padding: 283px 0 0 0;
		}
			#box-industrie-handwerk-sub	{
				background: url(../img/box-industrie-handwerk-sub.png) left bottom no-repeat;
			}
			#box-service-sub {
				background: url(../img/box-service-sub.png) left bottom no-repeat;
			}
			#box-baubranche-sub	{
				background: url(../img/box-baubranche-sub.png) left bottom no-repeat;
			}
			#box-mietpark-sub	{
				background: url(../img/box-mietpark-sub.png) left bottom no-repeat;
			}
			
		#boxen li:hover ul {
			display: block;
		}
			#boxen ul li {
				float: none;
				width: 176px;
				padding: 0 0 0 5px;
				margin: 0 0 0 2px;
				border-bottom: 1px solid #424242;
			}
				#boxen ul li a {
					height: 15px;
					line-height: 15px;
					font-size: 9px;
					color: #fff;
					text-indent: 0;
					text-decoration: none;
					text-transform:uppercase;
					font-weight: bold;
				}
				#boxen ul li a:hover {
					color: #f1d329;
				}

#bottom {
	position: absolute;
	top: 396px;
	left: 0;
	width: 744px;
	height: 170px;
	background: #fff url(../img/bg-bottom.gif) left bottom repeat-x;
	padding: 0 0 0 222px;
}
	#bottom p {
		margin: 0 0 5px 0;
		padding: 0;
	}
	.bottom-block,
	.bottom-block-last {
		display: block;
		width: 220px;
		height: 120px;
		float: left;
		border-right: 1px solid #bbb;
		padding: 0 15px 0 0;
		margin: 25px 20px 0 0;
	}
		.bottom-block-last {
			border: none;
			padding: 0;
			margin: 25px 0 0 0;
		}
#footer {
	position: absolute;
	top: 570px;
	right: 0;
}
	#footer a:link,
	#footer a:visited {
		color: #888;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
	}
	#footer a:hover,
	#footer a:active {
		color: #999;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
	}		
