@CHARSET "ISO-8859-1";
@import "styles.css";
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background: #c4cacf url(../layout/body_bg.jpg) repeat-x 0 0;
	color: #4c5459;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow-y: scroll;
	position: relative;
}
#main {
	width: 900px;
	margin: auto;
}
#wrapper {
	width: 100%;
	float: left;
}
/* HEADER */
#header {
	background: url(../layout/head_bg.jpg) no-repeat 0 0;
	width: 100%;
	height: 217px;
	float: left;
}
img.exposed {
	position: absolute;
	top: 24px;
	left: 0;
	width: 450px;
	height: 193px;
	display: none;
	z-index: 9998;
}
#header a.head-expose {
	display: block;
	text-decoration: none;
	width: 50%;
	height: 193px;
	margin-top: 24px;
	float: left;
}
#header a.head-link {
	text-decoration: none;
	display: block;
	width: 50%;
	height: 193px;
	margin-top: 24px;
	float: right;
}
/* NAVIGATION */
#nav {
	background: url(../layout/nav_bg.jpg) no-repeat 0 0;
	width: 100%;
	height: 169px;
	float: left;
	z-index: 0;
}
/* -- Hauptnavigation*/
#main-nav {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	height: 60px;
	width: 100%;
	text-align: left;
	float: left
}
#main-nav ul {
	list-style: none;
	padding: 29px 69px 0 9%;
	margin: 0;
	float: left;
}
#main-nav ul li {
	float: left;
	margin-right: 18px;
}
#main-nav a:link, #main-nav a:visited {
	color: #899aa4;
	text-decoration: none;
	padding: 0 2px 9px;
	float: left;
}
#main-nav a:hover,  #main-nav a.hover{
	color: #06abe0;
	border-bottom: 4px solid #06abe0;
}
/* -- Subnavigation */
#sub-nav {
	text-align: left;
	float: left;
	height: 109px;
	width: 100%;
}
#sub-nav .piccontent {
	margin: 9px 0 0 9%;
	float: left
}
#sub-nav .piccontent img {
	border: 1px solid #b6c0c7;
	padding: 1px;
	margin-right: 40px;
	float: left
}
#sub-nav ul.submenu {
	list-style: none;
	margin: 36px 0 0 9%;
	padding: 0;
	float: left
}
#sub-nav ul.submenu li {
	float: left;
}
#sub-nav ul.submenu li.seperator {
	width: 50px;
}
#sub-nav ul.submenu li a:link, #sub-nav ul.submenu li a:visited {
	text-decoration: none;
	text-transform: uppercase;
	/*font-size: 2.6em;*/
	font-size: 1.8em;
	font-weight: bold;
	color: #899aa4;
}
#sub-nav ul.submenu li a:hover, #sub-nav ul.submenu li a.hover {
	color: #06abe0;
}
#sub-nav ul.submenu span.subdesc {
	color: #b4bfc6;
	font-weight: bold;
	/*font-size: 1.2em;*/
	font-size: 0.9em;
}
#sub-nav ul.submenu li span.subreiter {
	background: url(../layout/sub-reiter.gif) no-repeat 0 0;
	margin-top: 6px;
	height: 18px;
	width: 6px;
	display: block;
}
#sub-nav ul.submenu li span.nosubreiter {
	margin-top: 6px;
	height: 18px;
	width: 6px;
	display: block;
}
/* INHALT */
#content {
	background: #e7ebed;
	border-bottom: 1px solid #05abdf;
	width: 100%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
}
#content-text {
	padding: 3% 9%;
	width: 82%;
	text-align: left;
	float: left;
}
/* FOOTER */
#footer {
	background: #FFFFFF;
	width: 100%;
	height: 57px;
	text-align: left;
	float: left;
}
#footer-text {
	font-size: 1em;
	font-weight: bold;
	color: #06abe0;
	padding: 21px 0 0 89px;
	float: left;
	text-transform:uppercase;
}
#footer-nav {
	text-transform: uppercase;
	float: right;
}
#footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 21px 35px 0 0;
}
#footer-nav li {
	color: #b8c2c8;
	margin-left: 4px;
	float: left;
}
#footer-nav li a:link, #footer-nav li a:visited {
	color: #b8c2c8;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
#footer-nav li a:hover, #footer-nav li a.hover {
	color: #899aa4;
	text-decoration: underline;
}
.products_wrapper{
overflow:hidden;
}