html { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font-size: 14px;
	margin: 0px 0px 0px 10px;
	width: 390px;
}

#header {
	position: relative;
	width: 100%;
	height: 73px;
	background: #58595B;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#menu_header {
	position: absolute;
	left: 157px;
	top: 19px;
	width: 100px;
	color: #FFFFFF;
	font-size: 10px;
}

#menu_header a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#logo_zumtobel {
	position: absolute;
	right: 2px;
	top: 0px
}

#menu_top {
	position: absolute;
	left: 0px;
	top: 52px;
	width: 100%;
	height: 20px;
	background: #C0C0C0;
}

#menu_top ul {
	margin: 0px 0px 0px 144px;
	padding: 0px;
	list-style: none;
}

#menu_top ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu_top a {
	display: block;
	height: 17px;
	padding: 3px 12px 0px 12px;
	border-left: 1px solid #58595B;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a#unternehmen:hover { color: #FFFFFF; background: #FFCC00; }
a#news:hover { color: #FFFFFF; background: #990000; }
a#produkte:hover { color: #FFFFFF; background: #336699; }
a#lichtloesungen:hover { color: #FFFFFF; background: #FF9933; }
a#service { border-right: 1px solid #58595B; }
a#service:hover { color: #FFFFFF; background: #339999; }

#menu_left {
	position: absolute;
	left: 0px;
	top: 73px;
	width: 144px;
}

#menu_left ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#menu_left ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	border-bottom: 1px solid #C0C0C0;
	background: #6699CC;
}

#menu_left ul li p.blue {
	display: block;
	height: 16px;
	background: #336699;
	padding: 2px 0px 1px 8px;
	color: #FFFFFF;
	margin: 0px;
}

#menu_left ul li a {
	display: block;
	height: 16px;
	color: #000000;
	text-decoration: none;
	padding: 2px 0px 1px 8px;
}

#menu_left ul li a:hover { color: #FFFFFF; background: #336699; }

#content {
	position: relative;
	float: left;
	clear: both;
	width: 780px;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 30px 157px;
	background: url(bg_content.gif) repeat-y 0px 0px;
}

#content a { color: #336699; }
#content a:hover { text-decoration: none; }
#content p { margin: 10px 200px 10px 10px; }
#content img { float: left; margin: 0px 10px 0px 10px; }


#content_header {
	width: 780px;
	background: #C0C0C0;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	float: left;
	border-top: 20px solid #FFFFFF;
	border-bottom: 30px solid #FFFFFF;
}
#content_header p { margin: 10px 10px 0px 0px; padding-left: 10px; width: 390px; float: left; }
#content_header img { float: right; margin: 0px; }

div.br { visibility: hidden; clear: both; }

#footer {
	position: relative;
	width: 100%;
	height: 21px;
	background: #58595B;
	clear: both;
}

#footer_link {
	position: absolute;
	left: 157px;
	top: 5px;
	color: #FFFFFF;
	font-size: 10px;
}

#footer_link a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#infosites {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #999999;
	padding: 5px 0px 0px 0px;
}

#infosites a { color: #999999; }
#infosites a:hover { text-decoration: none; }