@charset "iso-8859-1";

body {
	background:#FFFFFF;
	text-align:center;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	}
	
div.mainwrapper {
	background:#FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	}

div.header {
	background:#FFFFFF url(../img/header_bg.gif);
	width:850px;
	height:86px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-left-width:1px;
 	border-left-style:solid;
 	border-left-color:#666666;
	border-right-width:1px;
 	border-right-style:solid;
 	border-right-color:#666666;
	
	}
	
div.rot {
	background:#FF0000;
	width:100%;
	height:241px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	z-index:2;
	border-bottom-width:1px;
 	border-bottom-style:solid;
	border-top-width:1px;
 	border-top-style:solid;
 	border-color:#666666;
	}

div.topwrapper {
	background:#FFFFFF;
	width:850px;
	height:241px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	z-index:1;
	}
	
div.bildlayer {
	float:left;
	width:653px;
	height:241px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	
	}
	
div.animationslayer {
	background:#FF0000;
	float:right;
	width:196px;
	height:241px;
	text-align: left;
	border-left-width:1px;
 	border-left-style:solid;
	border-color:#666666;
	
	}
	
div.contentwrapper {
	clear:both;
	background:#FFFFFF url(../img/blue_bg.gif) repeat-x;
	width:850px;
	min-height: 350px;
    height: auto !important;
    height: 350px;	
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-left-width:1px;
 	border-left-style:solid;
	border-right-width:1px;
 	border-right-style:solid;
	border-color:#666666;
	
	}
	
div.footer {
	background:#FFFFFF;
	width:848px;
	height:50px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-width:1px;
 	border-top-style:solid;
 	border-color:#666666;
	border-left-width:1px;
 	border-left-style:solid;
 	border-left-color:#666666;
	border-right-width:1px;
 	border-right-style:solid;
 	border-right-color:#666666;
	}
	img {border-color: #666666;}
	#multi-level {height:22px; position:relative; z-index:100; }
#multi-level .pad {float:left; }

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:22px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:66px; background:url(../img/menu_home_hover.gif) no-repeat;;}
.menu li.p2 {width:71px; background:url(../img/menu_produkte_hover.gif) no-repeat;;}
.menu li.p3 {width:97px; background:url(../img/menu_unternehmen_hover.gif) no-repeat;;}
.menu li.p4 {width:73px; background:url(../img/menu_aktuelles_hover.gif) no-repeat;;}
.menu li.p5 {width:59px; background:url(../img/menu_presse_hover.gif) no-repeat;;}
.menu li.p6 {width:65px; background:url(../img/menu_kontakt_hover.gif) no-repeat;;}
.menu li.p7 {width:110px; background:url(../img/menu_partnerlogin_hover.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:66px; background:url(../img/menu_home.gif) no-repeat;;}
.menu li a#products {width:71px; background:url(../img/menu_produkte.gif) no-repeat;;}
.menu li a#services {width:97px; background:url(../img/menu_unternehmen.gif) no-repeat;;}
.menu li a#contacts {width:73px; background:url(../img/menu_aktuelles.gif) no-repeat;;}
.menu li a#shop {width:59px; background:url(../img/menu_presse.gif) no-repeat;;}
.menu li a#privacy {width:65px; background:url(../img/menu_kontakt.gif) no-repeat;;}
.menu li a#partnerlogin {width:110px; background:url(../img/menu_partnerlogin.gif) no-repeat;;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#contacts:hover, .menu li:hover a#contacts,
.menu li a#shop:hover, .menu li:hover a#shop,
.menu li a#partnerlogin:hover, .menu li:hover a#partnerlogin,
.menu li a#privacy:hover, .menu li:hover a#privacy {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:22px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:207px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:200px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:204px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;} 
.menu :hover ul.sub li a.fly {background:#fff url(../img/arrow.gif) 192px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#d50000; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#d50000 url(../img/arrow_over.gif) 192px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#d50000 url(../img/arrow_over.gif) 192px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:199px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:205px; z-index:200; height:auto; z-index:300;}


	a.seite:hover {text-decoration: none; color: #FF0000; font-weight:bold;}
	a.seite:active {text-decoration: none; color: #666666; font-weight:bold;}
	a.seite:visited {text-decoration: none; color: #666666; font-weight:bold;}
	a.seite:link {text-decoration: none; color: #666666; font-weight:bold;}
	a.menu:hover {text-decoration: none; color: #d50000;}
	a.menu:active {text-decoration: none; color: #666666;}
	a.menu:visited {text-decoration: none; color: #666666;}
	a.menu:link {text-decoration: none; color: #666666;}
	a:link {text-decoration: underline; color: #666666;}
	a:hover {text-decoration: underline; color: #d50000;}
	a:visited {text-decoration: underline;color: #666666;}
	a:active {text-decoration: underline;color: #666666;}
	a img {border:none;}
	td.main {padding: 5px 10px 5px 10px; }
	td.breadcrumbs {padding: 5px 10px 5px 10px; font-size: 12px; font-weight: bold;}
	td.headlineleft {padding: 5px 10px 5px 10px; color: #FFFFFF; font-style: italic; font-size: 19px; font-weight:normal;}
	td.headlineright {padding: 5px 10px 9px 10px; color: #90a8c8; font-style: italic; font-size: 14px; font-weight: bold;}
.contentheadline {font-size: 12px; font-weight: bold; color: #d50000;}
.contentsubheadline {color: #666666; font-size: 12px; font-weight: bold;}

img, div { behavior: url(iepngfix.htc) }


