html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/* - - - - - TOP - - - - - */

#TOP {
	height: auto !important;
	height: 20%;
	min-height: 20%;
	overflow: hidden !important;
	background-color: #000000;
	background-image: url(pics/bg_carbon_51x800.jpg);
	background-position: bottom;
	position: relative;
}
img.center {
	left: 50%;
	margin-left: 200px; /* Hälfte von Websitebreite (900px) minus Bildbreite (250px) */
	top: 100%;
	margin-top: -99px; /* Bildhöhe (79px) + Abstand von unten */
	position: absolute;
}

/* - - - - - MIDDLE - - - - - */

#MIDDLE {
	height: 70%;
	min-height: 70%;
	overflow: hidden !important;
	background-color: #CC0000;
}

/* - - - - - MAIN - - - - - */

#MAIN {
	width: 900px;
	height: 100%;
	min-height: 100%;
	left: 50%;
	margin-left: -450px;
	overflow: hidden !important;
	background-color: #CC0000;
	position: relative;
}

/* - - - - - MENU ohne Transparenz - - - - - */

#MENU {
	width: 220px;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #CC0000;
}
#MENU ul {							/* hier */
	width: 220px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	white-space: nowrap;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #CC0000;
}
#MENU ul#toplevel {
	position: relative;
	margin: 30px 0px 0px 10px;
	padding: 0px;
	width: 210px;
	border: none;
}
#MENU li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	display: inline;
}
#MENU ul ul {							/* hier */
	position: absolute;
	left: -9999px;
}
#MENU a {								/* (hier) */
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 20px 0px 10px;
} 
#MENU ul li:hover > ul {				/* hier */
	left: 100%;
	margin-top: -23px;
	margin-left: 0px;
}
#MENU a:hover ul,						/* hier */
#MENU a:hover a:hover ul, 
#MENU a:hover a:hover a:hover ul {
	left: 100%;
}
#MENU a:hover ul ul, 
#MENU a:hover a:hover ul ul {
	left: -9999px;
}
#MENU li a:hover {
	color: #ffffff;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
} 
#MENU li:hover > a {
	color: #ffffff;
	font-weight: bold;
}
#MENU table {
	position: absolute;
	left: 99%;
	height: 0px;
	width: 0px;
	border-collapse: collapse;
	margin-top: -7px;
	margin-left: 0px;
}
#sublevel {
	position: absolute;
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
}

/* - - - - - CONTENT - - - - - */

#CONTENT {
	width: 677px; /* 617px */
	float: left;
	min-height: 100%;
	height: 100%;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
	background-color: #FFFFFF;
}
#CONTENT h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	margin-top: 0px;
}
#CONTENT h2 {
	font-size: 12px;
	margin-top: 20px;
	font-weight: bold;
}
#CONTENT ul {
	list-style-type: square;
	padding: 0px 0px 20px 20px;
}
#CONTENT a {
	font-style: italic;
	color: #323232;
}
#CONTENT a:link, #CONTENT a:visited {
	font-style: italic;
	color: #323232;
}
#CONTENT a:hover, #CONTENT a:active {
	font-style: italic;
	color: #CC0000;
}
#TEXT_100 {
	width: 600px;
	float: left;
	margin: 30px 30px 15px 30px;
	padding: 0px;
	display: inline;
}
#TEXT {
	width: 400px;
	float: left;
	margin: 30px 0px 15px 30px;
	padding: 0px;
	display: inline;
}
#TEXT_START {
	width: 220px;
	float: left;
	margin: 15px 0px 15px 30px;
	padding: 0px;
	display: inline;
}
.fussnote {
	font-size: 10px;
	color: #999999;
}
.artikelnummer {
	font-size: 10px;
}
.preisliste {
	background-image: url(pics/symbol_euro.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	text-indent: 20px;
}
.datenblatt {
	list-style-image: url(pics/symbol_datenblatt.gif);
}
#SLIDEMENUE {
	width: 100%;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #323232;
	border-left-color: #323232;
	padding: 2px 0px 0px 4px;
	font-size: 11px;
	color: #CC0000;
}
#SLIDEMENUE a {
	color: #CC0000;
	text-decoration: none;
}
#PLUS_MINUS {
	float: right;
	text-align: right;
}
#BILDERGALERIE_VER {
	width: 180px;
	float: left;
	margin: 30px 30px 15px 20px;
	padding: 0px;
	display: inline;
}
#SLIDESHOW_START {
	width: 360px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#TABLE_LINKS li {
	background-color: #EEEEEE;
	height: 20px;
	width: 100%;
	padding: 2px;
	margin: 2px;
	list-style-position: outside;
	list-style-type: none;
}
#TABLE_LINKS a:link, #TABLE_LINKS a:visited {
	color: #323232;
	text-decoration: none;
	font-style: normal;
}
#TABLE_LINKS a:hover, #TABLE_LINKS a:active {
	text-decoration: underline;
}

/* - - - - - BOTTOM - - - - - */

#BOTTOM {
	height: auto !important;
	height: 10%;
	min-height: 10%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden !important;
	background-color: #000000;
}
#BOTTOM a:link, #BOTTOM a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#BOTTOM a:hover, #BOTTOM a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#BOTTOM p {
	margin-top: 20px;
}

