/* general */

* {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: 0px;
}
html {
	background-image:url(/art/bg_browser.gif);
	background-repeat: repeat-x;
	overflow:-moz-scrollbars-vertical;
}
#wrapper {
	width: 990px;
	margin: 0px auto;
}
#site {
	background-color:#FFFFFF;
	width: 990px;
	position: absolute;
	border-left: 1px solid #edeeef;
	border-right: 1px solid #edeeef;
}
#site #printHeader {
	display: none;
}
.breaker {
	clear:both;
}
/* header */
#header {
background-image:url(/art/header.gif);
background-position:left top;
background-repeat:no-repeat;
height:158px;
}

#header #logo {
	background-image:url(/art/logo.png);
	width: 209px;
	height: 166px;
	float:left;
	margin: 0px 0px 0px 5px;
}
#header #metamenu {
	float:right;
	width: 450px;
	margin: 10px 0px 0px 0px;
}
#header #metamenu .item {
	float:left;
	margin: 0px 17px 0px 0px;
}
#header #metamenu .item a{
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
}
#header #metamenu .item a:hover{
	text-decoration:underline;
}
#header #metamenu .search {
	float:left;
	margin: 3px 0px 0px 0px;
}
#header #metamenu .search input {
	background-image:url(/art/bg_search.gif);
	width: 84px;
	height: 16px;
	border: 0px;
	float: left;
}
#header #metamenu .search .searchtext { 
border:1px solid #C0828B;
color:#FFFFFF;
float:left;
font-size:11px;
margin:0px 0px 0px 5px;
padding:1px 5px;
text-decoration:none;
text-transform:uppercase;
}
#header #metamenu .search .searchtext a 
{
	color:#FFFFFF;
	text-decoration:none;
}
#header #maxlogo {
	background-image:url(/images/maxlife_logo.png);
	vertical-align:top;
	float:right;
	height: 72px;
	margin: 10px 0px 0px 20px;
	width: 188px;
}
#header #menu {
	float:left;
	height: 40px;
	margin: 61px 0px 0px 20px;
	width: 500px;
}
#header #menu .item {
	float:left;
}
#header #menu .item a {
	text-decoration:none;
	font-size: 13px;
	color: #ffffff;
}
#header #menu .item a:hover {
	color: #CCCCCC;
}
#header #menu .item .tab_left {
	width: 17px;
	height: 38px;
}
#header #menu .item .tab_right {
	width: 17px;
	height: 38px;
}
#header #menu .item .tab_top {
	height: 9px;
}
#header #menu .item .tab_mid {
	vertical-align:top;
}
#header #menu .item.active .tab_left {
	width: 17px;
	height: 38px;
	background-image:url(/art/bg_tab_left.png);
}
#header #menu .item.active .tab_right {
	width: 17px;
	height: 38px;
	background-image:url(/art/bg_tab_right.png);
}
#header #menu .item.active .tab_top {
	background-image:url(/art/bg_tab_top.png);
	background-repeat:repeat-x;
	height: 9px;
}
#header #menu .item.active .tab_mid {
	background-image:url(/art/bg_tab_mid.gif);
	background-repeat: repeat-x;
}
#header #menu .item.active a{
	color: #0d295f;
}
/* left */
.left {
	width: 178px;
	min-height: 414px;
	margin: 20px 0px 0px 17px;
	padding: 0px 0px 30px 0px;
	border: 1px solid #edeeef;
	background-image:url(/art/bg_left.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	float: left;
}
.left h2 {
	font-size: 12px;
	font-weight: normal;
	color: #004990;
	margin: 3px 0px 5px 3px;
}
.left a {
	color: #004990;
	font-size: 12px;
	font-weight: normal;
	margin: 1px;
	padding: 4px 0px 4px 3px;
	text-decoration: none;
	display: block;
	background: #f5f5f5;
}
.left a:hover {
	background-color: #e0e0e0;
}
.left a.opened, .left a.subopened {
	color: #004990;
	font-size: 12px;
	font-weight: normal;
	color: #004990;
	margin: 1px;
	padding: 4px 0px 4px 3px;
	text-decoration: none;
	display: block;
	background: #f5f5f5;
	background-image:url(/art/bg_subsubmenu_opened.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}
.left a.opened:hover, .left a.subopened:hover {
	background-color: #e0e0e0;
}

.left .breaker {
	margin: 0px 0px 20px 0px;
}
.left .submenuitem, .left .menulevel0 {
	width: 175px;
	height: 26px;
}
.left .submenuitem a, .left .menulevel0 a {
	color: #004990;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 3px;
	text-decoration: none;
	background-image: url(/art/bg_submenu.gif);
	width: 150px;
	height: 21px;
	float:left;
}
.left .menulevel0 .toggle {
	background-image: url(/art/bg_submenu_toOpen.gif);
	float:left;
	width: 22px;
	height: 26px;
	cursor:pointer;
}

.left .menulevel0 .noToggle {
	background-image: url(/art/bg_submenu_none.gif);
	float:left;
	width: 22px;
	height: 26px;
	/*cursor:default;*/
}
.left .menulevel0 .toggled {
	background-image: url(/art/bg_submenu_toClose.gif);
	float:left;
	width: 22px;
	height: 26px;
	cursor:pointer;
}
.left .submenuitem.open a {
	color: #004990;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 3px;
	text-decoration: none;
	background-image: url(/art/bg_submenu_open.gif);
	width: 174px;
	height: 21px;
}

.left .submenuitem.nochildren a {
	color: #004990;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 3px;
	text-decoration: none;
	background-image: url(/art/bg_submenu_none.gif);
	width: 174px;
	height: 21px;
}
.left .countryChooser {
	margin: 15px 0px 0px 3px;
}
.left .countryChooser h4 {
	color: #004990;
	font-weight: normal;
	font-size: 12px;
}
.left .countryChooser select {
	font-size: 10px;
	width: 164px;
}

/* foldable menu */
.left .menulevel1container .menulevel1 {
	position:absolute;
	margin: -22px 0px 0px 180px;
	background-color: #ffffff;
	width: 201px;
	z-index: 2;
}
.left .menulevel1container .menulevel2 {
	position:absolute;
	margin: -23px 0px 0px 202px;
	width: 180px;
	background-color: #ffffff;
	z-index: 2;
}
/* mid */
.mid {
	width: 584px;
	margin: 0px 0px 30px 10px;
	float: left;
}
.mid h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0px 15px 0px;
}
.mid h2 {
	font-size: 14px;
	color: #004990;
	margin: 20px 0px 0px 0px;
}
.mid a {
	text-decoration: none;
	font-size: 11px;
	color: #004990;
}

.mid ul {
	margin: 0px 0px 0px 15px;
}
.mid p {
	margin: 0px 0px 10px 0px;
}
.mid a:hover {
	text-decoration: underline;
}
.mid .printerFriendly {
	float:right;
	margin: 15px 0px 0px 0px;
}
.mid .newsitem {
	margin: 0px 0px 0px 0px;
}
.mid .intro {
	font-size: 11px;
	font-weight: bold;
}
.mid .breadcrumb {
	color: #004990;
	font-size: 10px;
	margin: 20px 0px 10px 0px;
}
.mid .breadcrumb a{
	color: #004990;
	font-size: 10px;
}
.mid .flash {
	border: 1px solid #edeeef;
	height: 210px;
	width: 582px;
	overflow: hidden;
}
.mid .image {
	border: 1px solid #edeeef;
	height: 193px;
	overflow: hidden;
	padding: 5px;
	color: #ffffff;
}
.mid .image .textbackground {
	background-color:#666666;
	margin: 50px 0px 0px 20px;
	padding: 15px 20px;
	z-index: 1;
	position: absolute;
	filter:alpha(opacity=80);
	opacity:.8;
}
.mid .image .nobackground {
	margin: -175px 0px 0px 20px;
	padding: 15px 20px;
	z-index: 1;
	position: absolute;
}
.mid .image .header {
	font-size: 28px;
}
.mid .image .intro {
	font-size: 15px;
	margin: 10px 0px -10px 20px;
}
.mid .itemblock {
	float:left;
	width: 186px;
	min-height: 200px;
	border: 1px solid #edeeef;
	margin: 20px 10px 20px 0px;
	background-image:url(/art/bg_itemblock.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.mid .itemblock.last {
	margin: 20px 0px 0px 0px;
}
.mid .itemblock h3 {
	color: #ed1c24;
	font-size: 13px;
	margin: 4px 5px 0px 5px;
}
.mid .itemblock img {
	display: block;
	margin: 10px auto;
}
.mid .itemblock p {
	margin: 0px 5px 0px 5px;
	font-size: 11px;
	overflow: hidden;
}
.mid .itemblock a {
	text-decoration: none;
	font-size: 11px;
	color: #004990;
	margin: 0px 5px 0px 5px;
}
.mid .itemblock a:hover {
	text-decoration: underline;
}
.mid .itemblock2 {
	width: 283px;
	height: 78px;
	border: 1px solid #edeeef;
	margin: 20px 0px 0px 0px;
	background-image:url(/art/bg_itemblock2.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.mid .itemblock2.leftblock {
	float:left;
}
.mid .itemblock2.rightblock {
	float: right;
}
.mid .itemblock2 h3 {
	color: #ed1c24;
	font-size: 13px;
	margin: 4px 5px 0px 5px;
}
.mid .itemblock2 img {
	float: right;
	margin: 10px 10px 10px 10px;
}
.mid .itemblock2 p {
	margin: 10px 5px 0px 5px;
	font-size: 11px;
	height: 55px;
	overflow: hidden;
	color:#333333;
}
.mid .itemblock2 a {
	text-decoration: none;
	font-size: 11px;
	color: #004990;
	margin: 0px 5px 0px 5px;
}
.mid .text {
	font-size: 11px;
}
.mid .text a.product {
	color: #004990;
	text-decoration:none;
	font-size:11px;
	line-height: 20px;
	clear: left;
}
.mid .text a.product:hover {
	text-decoration:underline;
}
.mid .text .subproducts {
	margin: 0px 0px 25px 20px;
	clear:left;
	list-style-type: none;
}
.mid .text .line {
	height: 1px;
	background-color: #EDEEEF;
}
.mid .text .subproducts .clearer {
	clear:both;
}
.mid .text p {
	margin: 0px 20px 20px 0px;
}
.mid .text img {
	/*float:right;
	margin: 0px 20px 10px 20px;*/
}
.mid .text ul {
	margin: 0px 0px 0px 17px;
}
.mid .itemblock2 a:hover {
	text-decoration: underline;
}
.mid .searchbox {
	margin: 10px 0px;
	font-size: 11px;
	width: 100%;
}
.mid .searchbox .type {
	width: 30px;
	height: 20px;
}
.mid .searchbox .label {
	width: 100px;
}
.mid .searchbox select {
	width: 200px;
	font-size: 9px;
}
.mid .breaker {
	height: 7px;
}
.mid .brand, .mid span.brand {
	width: 200px;
	float: left;
	font-size: 11px;
}
.mid .searchtext {
	border: 1px solid #82b4cf;
	margin: 10px 0px 0px 270px;
	padding: 0px 5px;
	width: 50px;
}
.mid .searchtext a {
	font-size: 11px;
	height: 5px;
	text-decoration:none;
	text-transform:uppercase;
}
/* tabs on pages */
.mid .tabs {
	border-bottom: 1px solid #edeeef;
	height: 22px;
}
.mid .tabs .tab {
	float:left;
}
.mid .tabs .tab .tableft {
	height: 23px;
	width: 15px;
	background-image:url(../../art/bg_subtab_left.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	float:left;
}
.mid .tabs .tab .tabmid {
	height: 23px;
	background-image:url(../../art/bg_subtab_mid.gif);
	background-repeat: repeat-x;
	background-position: 0px 6px;
	float:left;
	font-size: 12px;
	padding: 8px 10px 0px 10px;
}
.mid .tabs .tab .tabmid a {
	color: #79797a;
	text-decoration: none;
	font-weight: bold;
}
.mid .tabs .tab.active .tabmid a {
	color: #004990;
	text-decoration: none;
	font-weight: bold;
}
.mid .tabs .tab .tabright {
	height: 23px;
	width: 14px;
	background-image:url(../../art/bg_subtab_right.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	float:left;
}
.mid .tabs .tab.active .tableft {
	height: 23px;
	width: 15px;
	background-image:url(../../art/bg_subtab_highlight_left.gif);
	float:left;
}
.mid .tabs .tab.active .tabmid {
	height: 23px;
	background-image:url(../../art/bg_subtab_highlight_mid.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float:left;
	font-size: 12px;
	font-weight: bold;
	color: #004990;
	padding: 8px 10px 0px 10px;
}
.mid .tabs .tab.active .tabright {
	height: 23px;
	width: 14px;
	background-image:url(../../art/bg_subtab_highlight_right.gif);
	float:left;
}
/* right */
.right {
	float: left;
	width: 158px;
	border-left: 1px solid #edeeef;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.right h3 {
	font-size: 12px;
	color: #004990;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
.right p {
	font-size: 11px;
	margin: 0px 0px 5px 0px;
}/*
.right .username {
	font-size: 11px;
	width: 65px;
	float: left;
	clear: left;
	height: 25px;
}
.right input {
	border: 1px solid #a5acb3;
	width: 93px;
	margin: -1px 0px 5px 0px;
}
.right .submit {
	float:right;
	font-size: 9px;
	color:#123a87;
	text-decoration:none;
	border: 1px solid #123a87;
	margin: 0px 0px 0px 5px;
	padding: 1px 5px;
	text-transform:uppercase;
}
.right .links {
	clear: both;
	padding: 20px 0px 0px 0px;
}
.right .links a {
	color:#004990;
	font-size:11px;
	margin:0px 5px;
	text-decoration:none;
	display: block;
}
.right a {
	color:#004990;
	font-size:11px;
	margin:0px 5px;
	text-decoration:none;
	display: block;
}
.right .links a:hover {
	text-decoration:underline;
}
.right a:hover {
	text-decoration:underline;
}
.right .breaker {
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #edeeef;
}
.right .news {
	margin: 10px 0px 0px 0px;
}
.right h4 {
	color: #004990;
	font-size: 11px;
}
.right .news .newsitem {
	margin: 0px 0px 10px 0px;
}
.right .news .newsitem a{
	color:#004990;
	font-size:11px;
	text-decoration:none;
	margin: 0px 0px 10px 115px;
}
.right .related img {
	margin: 10px 0px;
}
.right .related a {
	color:#004990;
	font-size:11px;
	text-decoration:none;
}
.right .related ul {
	list-style-image:url(/art/bullit_square.gif);
	margin: 5px 5px 5px 10px;
}
.right .related ul li {
	margin: 0px;
	padding: 0px;
}
.right .related a:hover {
	text-decoration:underline;
}
.right .news .newsitem a:hover{
	text-decoration: underline;
}*/
/* icons */
.icons {
	clear: both;
	border-top: 1px solid #edeeef;
	border-bottom: 1px solid #edeeef;
	margin: 0px 20px 10px 20px;
	text-align: center;
}
.icons h5 {
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	margin: 5px 0px;
}
.fisheye{
	text-align: center;
	height: 40px;
	position: relative;
	margin: 0px 0px 10px 0px;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	display: block;
	bottom: 0;
}
.fisheyeItem img
{
	margin: 5px auto 0 auto;
	width: 80%;
	display:none;
}
.fisheyeItem span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter {
	height: 40px;
	left: 500px;
	position: absolute;
}
/* search */
.searchpaging {
	border-top: 1px solid #EDEEEF;
	margin: 0px 0px 50px 0px;
}
.searchpaging .paging span, .searchpaging .paging div {
	display:none;
}
.searchpaging .template-pager-link {
	margin: 0px 5px;
}
.searchpaging .template-pager-link-selected {
	color: #000000;
	margin: 0px 5px;
	font-weight: bold;
}
/* footer */
.footer {
	margin: 0px 0px 0px 20px;
	font-size: 10px;
	color: #999999;
	float: left;
}
.footer a {
	color: #999999;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.partof {
	float:right;
	font-size: 10px;
	color: #999999;
	margin: 0px 20px 0px 0px;
}

/* emailform */
.emailform td {
	height: 26px;
	padding: 2px 10px 2px 0px;
	vertical-align: top;
}
.emailform input, .emailform textarea {
	border: 1px solid #CCCCCC;
	height: 15px;
	padding: 1px;
}
.emailform textarea {
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
}
.emailform .searchtext {
	margin: 0px 0px 0px 263px;
}

.mid .pdflist
{
	width:55%;
	overflow:auto;
	float:left;
}
.mid .pdfoverview
{
	width:35%;
	overflow:auto;
	float:left;
}
.mid .pdfsearch
{
	width:98%;
	text-align:right;
}
.mid .pdfsearch input
{
	border: 1px solid #CCCCCC;
	height: 15px;
	padding: 1px;
	margin-top: 0px;
}
.mid .pdfsearch a
{
	font-size: 11px;
	height: 5px;
	text-decoration:none;
	text-transform:uppercase;
	border: 1px solid #82b4cf;
	padding: 0px 5px;
	width: 50px;
}

a.greylink
{
	background-color: Transparent;
	color: #999999;
	font-size: 8pt;
}

/* playbutton for flash */

.playbutton {
	background-image:url(/art/playbutton.png);
	width: 60px;
	height: 60px;
	float:left;
	position: absolute;
}
.playbutton:hover {
	background-image:url(/art/playbutton_hover.png);
}

/* dhtml carousel */

.carousselholder {
	width:572px;
	vertical-align:middle;
	padding: 5px;
	overflow: hidden;
	height: 203px;
}
.carousselholder .caroussel {
	width:572px;
	height:	200px;
	margin:auto;
	overflow: hidden;
}

.carousselholder .gradient {
	position:absolute;
	top: 310px;
}
.carousselholder .tekst {
	position:absolute;
	top: 270px;
	height: 30px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	padding-left:20px;
	z-index:2;
}
.carousselholder .tekst2 {
	position:absolute;
	top: 272px;
	height: 30px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	padding-left:22px;
	z-index:1;
}
.carousselholder .buttons {
	position:relative;
	top: 15px;
	left: 360px;
	width:200px;
}
.carousselholder .button {
	background-image:url(/art/dhtml/button_inactive.png);
	background-repeat:no-repeat;
	width: 193px;
	height: 37px;
	margin-bottom: 6px;
}
.carousselholder .button.active {
	background-image:url(/art/dhtml/button_active.png);
}
.carousselholder .button .text {
	padding: 10px 0px 0px 20px;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.carousselholder .button.active .text {
	color: #004A90;
}
.carousselholder .href {
	text-decoration:none;
}
#noflash {
	padding: 10px 0px 0px 0px;
	display: none;
	font-weight: bold;
}
#racesection img {float:left; margin:10px; margin-left:0px; padding-right:15px;}


.text-normalWhite {

	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.text-normalRed {

	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
}

.formBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	width: 200px;
	border: 1px solid #9D001B;
}

.formBoxVirt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 60px;
	width: 200px;
	border: 1px solid #9D001B;
}

.submitbox { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #9D001B; 
	font-style: normal; 
	color: #000000; 
	background-color: #CCCCCC;
}
P, .text-normal {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
.text-normalform {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 2px;
	padding: 2px;
}
.PromoRightYellow { 
	background-color: #FFB40D; 
	width: 165px; 
	height: 15px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px; 
	border-right: 0px; 
	padding-left: 3px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	font-weight: bold; 
	color: #FFFFFF; 
}

a.PromoRightYellowLink:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; color: #FFFFFF;}
a.PromoRightYellowLink:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; color: #FFFFFF;}
a.PromoRightYellowLink:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; color: #990134;}
a.PromoRightYellowLink:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; color: #990134;}

a.pagelinkbold:link     { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; color: #000000; }
a.pagelinkbold:visited  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; color: #000000; }
a.pagelinkbold:active   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; color: #999999; }
a.pagelinkbold:hover    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; color: #999999; }

.rechtsbloklink {
	background-color: #FFB40D; 
	width: 165px; 
	height: 21px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	color: #FFFFFF; 
}

