/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family:verdana,arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size:100.1%;
/*	text-align:center; */
	background-color: #000000;
	height:100%;
}
a, blockquote, caption, dd, dfn, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, img, label, legend, li, ol, p, samp, table, tbody, td, tfoot, th, thead, tr, ul {font-size:100.1%; font-family:verdana,arial,sans-serif; line-height:1.5}

html,body {
	height:100%;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.container {
	width: 995px;
	clear: both;
/*	margin: 0 auto 0 auto;*/
	height:100%;
/*	border-left:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;	*/
	background-color: #212E39;
	background-image: url(/layout/frost.jpg);
	background-repeat: no-repeat;
	
}

html>body .container {
	width: 995px; 
/*	width:62.5em;*/
	clear: both;
/*	margin: 0 auto 0 auto;*/
	height:auto;
	min-height:100%;
	background-color: #212E39;
	background-image: url(/layout/frost.jpg);
	background-repeat: no-repeat;
	overflow:auto;
}

#header {
	width: 100%;
	text-align: left;
	background-image: url(/layout/header_pic.jpg);
	background-repeat: no-repeat;
	background-position:right;
	height:101px;
}

.logo {
	float:left;
	padding:33px 0px 0px 15px;
}
.content_left {
	clear:both;
	width:185px;
/*	width:11.5em; */
	float:left;
	text-align:left;
	padding-top:20px;
        padding-right:20px;
/*	padding:0px 25px 0px 0px;
	margin:0px 0px 0px 18px;*/
/*	background-color:#FFFFCC;*/
}

.content_main {
	float:left;
	text-align:left;
	width:588px;
        /*	width:36.5em;*/
        /*	background-color:#FFCCCC*/
	padding:0px 18px 0px 0px;
}
.content_right {
	float:left;
	text-align:left;
	width:170px;
/*	width:11em;*/
	margin-top:20px;
/*	background-color:#FF9933 */
}

.content {
	font-size:0.75em;
	padding:5px 10px 0px 10px;
        background-color:#384857;
/*	background : #273240 url(/layout/content_back.gif) repeat-x; */	
}
.content h1 {
	font-size:1.3em;
	color:#FFFFFF;
}
.content_home {
	font-size:0.75em;
	padding:0px 0px 0px 0px;
	background : #273240 url(/layout/content_back.gif) repeat-x;	
}
.content_home h1 {
	font-size:1.2em;
	color:#000000;
}
.content_video {
	font-size:0.75em;
	padding:5px 10px 0px 10px;
	background-color: #273240;	
}
.content_video h1 {
	font-size:1.2em;
	color:#000000;
}

/************** nav_meta *****************/

#nav_meta{
	font-size:0.60em;
	color: #BEBEBE;
	padding:5px 15px 0px 0px;
	text-align:right;
}

#nav_meta a{
	color: #BEBEBE;
	margin:0px 5px 0px 5px;
	text-decoration:none;
}

#nav_meta a:hover{
	text-decoration: underline;
}


/*************** nav main *****************/

.box_nav_main {
	font-size:0.75em;
	color:#FFFFFF;
/*	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;*/
/*	background-color:#363636;*/
	padding:0px;
	font-weight:normal;
	height:3.0em;
	padding-left:204px;
	background: #2A3440 url(/layout/nav_back1.gif) repeat-x;
}

div.nav_main { 
/*	border-top:#C9C5C6 1px solid; */
	float:left;
	background-color:#222B34;	
}
div.nav_main_select { 
/*	border-top:#C9C5C6 1px solid; */
	float:left;
	background-color:#222B34;	
}
div.nav_main a:link, div.nav_main a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#B2D6F5;
	padding:0.70em 10px 0.75em 10px;
	border-right:1px #000000 solid;
	border-left:1px #000000 solid;	
	background:#525E6C url(/layout/nav_back.gif) repeat-x;
	white-space: nowrap;
}
div.nav_main a:hover { 
	color:#FFFFFF;
	text-decoration:none;	
/*	background-color:#7A7A7A;	*/
/*	background-color:#7A7A7A;*/
}
div.nav_main_select a:link, div.nav_main_select a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	padding:0.70em 10px 0.75em 10px;
	border-right:1px #000000 solid;
	border-left:1px #000000 solid;	
	background:#525E6C url(/layout/nav_back.gif) repeat-x;
	white-space: nowrap;
}

/*
.nav_main a{
	padding:0px 16px 0px 0px;
	margin:0;
}
.nav_main a:hover{
	text-decoration:none;
	color:#989898;
	padding:0px 16px 0px 0px;
}
a#nav_main_select {
	text-decoration:none;
	color:#989898;
	padding:0px 16px 0px 0px;
}
*/
/*************** breadcrumb *****************/

.nav_breadcrumb {
	font-size:0.7em;
	color:#FFFFFF;
	padding:10px 0px 1px 10px;
	margin:0px 0px 0px 0px;
	height:1.5em;	
	height:40px;
	color: #BEBEBE;	
}
.nav_breadcrumb a:link, .nav_breadcrumb a:visited {
	color: #BEBEBE;	
}


/*************** subnav *****************/

.box_subnav {
	font-size:0.70em;
	background: #141C22 url(/layout/box_header_back.gif) repeat-y;	

}
.box_subnav div{
/*	border-top:1px solid #FFFFFF;*/
}

div.subnav_l1 { 
	margin-top:0px;
/*	border-top:#000000 1px solid;*/
	border-bottom:#000000 1px solid;
	padding-left:17px;
	padding-right:10px;
/*	background-color:#333333;*/
}
div.subnav_l1_select { 
	margin-top:0px;
/*	border-top:#C9C5C6 1px solid; */
	padding-left:17px;
	padding-right:10px;	
	background-color:#586B7D;
/*	background: #11191F url(/layout/nav_select.gif) repeat-y;		*/



}
div.subnav_l1 a:link, div.subnav_l1 a:visited {
	display:block;
	text-decoration:none;
	font-weight:normal;
	color:#B2D6F5;
	padding:4px 0px 4px 0px;

}
div.subnav_l1 a:hover { 
	color:#FFFFFF;
	text-decoration:underline;	
/*	background-color:#7A7A7A;*/
}
div.subnav_l1_select a:link, div.subnav_l1_select a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	padding:4px 0px 4px 0px;	
}

div.subnav_l2 { 
	margin-top:0px;
/*	border-top:#000000 1px solid;*/
	padding-left:27px;
	padding-right:10px;
	background-color:#586B7D;	
/*	background-color:#333333;*/
	border-bottom:#000000 1px solid;
	background: #141C22 url(/layout/nav_back2.gif) repeat-y;		
}
div.subnav_l2_select { 
	margin-top:0px;
/*	border-top:#000000 1px solid;*/
	padding-left:27px;
	padding-right:10px;
	background-color:#586B7D;	
/*	background-color:#333333;*/
	border-bottom:#000000 1px solid;
	background: #141C22 url(/layout/nav_back2.gif) repeat-y;		
}

div.subnav_l2 a:link, div.subnav_l2 a:visited {
	display:block;
	text-decoration:none;
	font-weight:normal;
	color:#B2D6F5;
	padding:4px 0px 4px 0px;

}
div.subnav_l2_select a:link, div.subnav_l2_select a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	padding:4px 0px 4px 0px;

}

div.subnav_l2 a:hover { 
	color:#FFFFFF;
	text-decoration:underline;	
/*	background-color:#7A7A7A;*/
}


.box_subnav_header {

/*	background-color:#EF0005;*/
	margin:1px 0px 1px 0px;
/*	padding:2px 7px 2px 7px;*/
}

.box_subnav_header h2 {
/*
	color:#B2D6F5;
	font-size:0.75em;
	font-weight:bold;
	padding:4px 10px 4px 17px;
	margin:0px;
	background: #141C22 url(/layout/box_header_back.gif) repeat-y;
*/

	color:#000000;
	font-size:0.75em;
	font-weight:bold;
	padding:4px 10px 4px 17px;
	margin:0px;
	background : #BECBDC url(/layout/infobox_header_back.gif) repeat-x;			
}
/*************** box *****************/

.box_right {
	margin: 0em 0px 1em 0px;
	background-color:#364656;
/*	background : #43515E url(/layout/infobox_back.gif) repeat-x;		*/
}

.box_left {
	margin: 0em 0px 1em 0px;
/*	background-color:#364656;*/
/*	background : #43515E url(/layout/infobox_back.gif) repeat-x;		*/
}


.box_header {
/*	padding-left:10px;*/
	padding-bottom:0px;
/*	background-color:#EF0005;*/
	margin:1px 0px 0px 0px;
}
.box_header h2 {
	color:#000000;
	font-size:0.75em;
	font-weight:bold;
	padding:4px 10px 4px 10px;
	margin:0px;
	background : #BECBDC url(/layout/infobox_header_back.gif) repeat-x;			
}

.box_content {
	padding:5px 10px 5px 10px;
	font-size:0.70em;
/*	background : #43515E url(/layout/infobox_back.gif) repeat-x;			*/
}
.box_content a{
	font-size:0.95em;
}

.box_tagcloud {
	padding:5px 10px 5px 10px;
	font-size:0.75em;
/*	background : #43515E url(/layout/infobox_back.gif) repeat-x;			*/
}
.box_tagcloud a{
	text-decoration:none;
}
.box_tagcloud a:hover{
	text-decoration:underline;
}


.box_image {
	border:none;
	margin:5px 0px 5px 0px;
	text-align:center;
}
.pfeil {
	font-size: 1.3em;
}


.box_search {
	background : #43515E url(/layout/infobox_back.gif) repeat-x;			
	margin: 0em 0px 1em 0px;
	padding: 0em 0px 0px 0px;
	height:1.6em;

}
html>body .box_search {
	background : #43515E url(/layout/infobox_back.gif) repeat-x;		
	margin: 0em 0px 1em 0px;
	padding: 0em 0px 0px 0px;
	min-height:1.8em;
	height:auto;
	vertical-align:middle;
}

.box_search form {
	display:inline;
}
.box_search_input{
	width:90px;
/*	border:1px solid #C5C5C5;
	color:#C5C5C5;*/
	background-color:black;
	color:#B2D6F5;
	font-size:10px;

}
.box_search_submit{
	font-size:1.2em;
	background:url(/layout/button.gif) no-repeat;
	border:none;
	height:18px;
	width:33px;
	margin : 1px 4px 0 0;
	padding:0 0 4px 0;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
	color:#EDC6C7;	
}
.box_tiger {
	background-image: url(/layout/tiger.jpg);
	background-repeat: no-repeat;
	height:205px;	
}
.textbild_box {
	background-color: #394857;
	width:276px;
	height:145px;
/*	border: solid 1px #677D8B;*/
}

html>body .textbild_box {
	background-color: #394857;
	width:276px;
	min-height:145px;
	height:auto;
/*	border: solid 1px #677D8B;*/
}
.textbild_box_header {
/*	background-color:#293847;*/
	text-align:left;
	background : #BECBDC url(/layout/infobox_header_back.gif) repeat-x;
}
.textbild_box_header h1{
	margin:0;
	padding:3px 10px 3px 30px;
	font-size:1.2em;
	color:#000000;
	background-image:url(/layout/icon.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;

}
.textbild_box_text {
	margin:10px 8px 10px 8px;
}
.textbild_box_text a{
	text-decoration:none;
}
.textbild_box_text a:hover{
	text-decoration:underline;
}

.textbild_box_bild {
	margin:10px 8px 5px 10px;
	float:right;
}

.textbild_box_home_left {
	background-color: #394857;
	width:344px;
	height:280px;
	border: solid 1px #677D8B;
}

html>body .textbild_box_home_left {
	background-color: #394857;
	width:344px;
	min-height:280px;
	height:auto;
	border: solid 1px #677D8B;
}

.textbild_box_home_right {
	background-color: #394857;
	width:241px;
	height:280px;
	border-top: solid 1px #677D8B;
	border-right: solid 1px #677D8B;	
	border-bottom: solid 1px #677D8B;		
}

html>body .textbild_box_home_right {
	background-color: #394857;
	width:241px;
	min-height:280px;
	height:auto;
	border-top: solid 1px #677D8B;
	border-right: solid 1px #677D8B;	
	border-bottom: solid 1px #677D8B;		
}

.textbild_box_home_header {
/*	background-color:#293847;*/
	text-align:left;
	background : #BECBDC url(/layout/infobox_header_back.gif) repeat-x;
}
.textbild_box_home_header h1{
	margin:0;
	padding:3px 10px 3px 30px;
	font-size:1.2em;
	color:#000000;
	background-image:url(/layout/icon.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
}
.textbild_box_home_text {
	margin:10px 10px 10px 10px;
}
.textbild_box_home_bild {
	margin:0px 0px 0px 0px;
	border-bottom: solid 1px #677D8B;			
}
.textbild_box_home_text a{
	text-decoration:none;
}
.textbild_box_home_text a:hover{
	text-decoration:underline;
}


.textbild_box_home_top {
	background-color: #394857;
	width:586px;
	height:101px;
	border: solid 1px #677D8B;
}

html>body .textbild_box_home_top {
	background-color: #394857;
	width:586px;
	min-height:101px;
	height:auto;
	border: solid 1px #677D8B;
}
.textbild_box_home_top object {
	float:left;
}



.textbild_box_ww_left {
	background-color: #394857;
	width:294px;
	height:280px;
	border: solid 1px #677D8B;
}

html>body .textbild_box_ww_left {
	background-color: #394857;
	width:294px;
	min-height:280px;
	height:auto;
	border: solid 1px #677D8B;
}

.textbild_box_ww_right {
	background-color: #394857;
	width:294px;
	height:280px;
	border-top: solid 1px #677D8B;
	border-right: solid 1px #677D8B;	
	border-bottom: solid 1px #677D8B;		
}

html>body .textbild_box_ww_right {
	background-color: #394857;
	width:294px;
	min-height:280px;
	height:auto;
	border-top: solid 1px #677D8B;
	border-right: solid 1px #677D8B;	
	border-bottom: solid 1px #677D8B;		
}

.textbild_box_ww_header {
/*	background-color:#293847;*/
	text-align:left;
	background : #BECBDC url(/layout/infobox_header_back.gif) repeat-x;
}
.textbild_box_ww_header h1{
	margin:0;
	padding:3px 10px 3px 30px;
	font-size:1.2em;
	color:#000000;
	background-image:url(/layout/icon.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
}
.textbild_box_ww_text {
	margin:10px 10px 10px 10px;
}
.textbild_box_ww_bild {
	margin:0px 0px 0px 0px;
	border-bottom: solid 1px #677D8B;			
}





/*************** other *****************/
.tabelle {
		background-color:#394857;
		padding:10px;
}
.tabelle table { padding:0; border-collapse: collapse; margin:0px;}
.tabelle td, .tabelle th { padding: 0.2em 0.8em 0.2em 0.8em; border: solid 1px #273240 }
.tabelle th { font-weight: bold; line-height: 1.5em; background-color: #293847; border: solid 1px #273240 }
.legende {
	font-size:0.8em;
	margin-top:5px;
}
.cb {
	clear:both;
}

/*************** tags *****************/
.tag1 {
	font-size: 11px;
	color: #FFFFFF !important;
}
.tag2 {
	font-size: 14px;
	color: #C6C6C6 !important;
}


.tag3 {
	font-size: 16px;
	color: #E4E1E1 !important;

}

.tag4 {
	font-size: 18px;
	color: #FFFFFF !important;

}

.content_bottom {
/*	padding-left:10px;*/
	padding-bottom:0px;
/*	background-color:#EF0005;*/
	margin:1px 0px 0px 0px;

}
.content_bottom h2 {
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	padding:2px 10px 2px 18px;
	margin:0px;
/*	background: #BECBDC url(infobox_header_back.gif) repeat-x;*/
	border-top: solid 1px #677D8B;	
	background-image: url(/layout/tireselection_tab_tcm372-31.jpg);
	background-repeat: no-repeat;
}
.content_infobox {
		background-color:#394857;
		padding:10px;
		float:right;
		text-align:left;
		width:170px;
		margin:10px 0px 10px 10px;
		clear:both;
}

.content_infobox2 {
		background-color:#394857;
		padding:0px;
		float:right;
		text-align:left;
		width:190px;
		margin:10px 0px 10px 10px;
		clear:both;
}
.content_infobox2 h2 {
	background-color:#586B7D;
	color:#FFFFFF;
	border-bottom:#000000 1px solid;
	padding:2px 10px 2px 10px;
	margin:0px;
}
.content_infobox2_text {
	padding:10px;
}

.boxblock {
/*	width:360px;*/
	font-weight:normal;
	padding-top:12px;
}
.strich {
	clear:both;
	border-bottom: solid 1px #677D8B;	
	}

.more {
	text-align:right;
	padding:0px 20px 10px 0px;
	border-bottom: solid 1px #677D8B;		
}
.paging {
	text-align:right;
	padding:10px 20px 0px 0px;
}
.back {
	text-align:left;
	padding:0px 0px 10px 0px;
}

.textbild_box_special_left {
/*	background-color: #394857;*/
	width:100%;

/*	border: solid 1px #677D8B;*/
}

html>body .textbild_box_special_left {
/*	background-color: #394857;*/
	width:100%;
/*	border: solid 1px #677D8B;*/
}
.textbild_box_special_header {
	background-color:#293847;
	text-align:left;
	background : #BECBDC url(/layout/infobox_header_back.gif) repeat-x;
}
.textbild_box_special_header h1{
	margin:0;
	padding:3px 10px 3px 10px;
	font-size:1.2em;
	color:#000000;
/*	background-image:url(/layout/icon.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;*/
}
.textbild_box_special_text {
	margin:10px 5px 10px 5px;
	float:right;
	width:270px;
}
.textbild_box_special_bild {
	margin:0px 0px 0px 0px;
	float:left;
	width:276px;
	border-right: solid 1px #C0DCF4;	
/*	border-bottom: solid 1px #677D8B;			*/
}
.textbild_box_special_video {
	background-color: #394857;
margin:4px 10px 4px 10px;
	border: solid 1px #C0DCF4;	
	height:157px;
}

html>body .textbild_box_special_video {
	background-color: #394857;
margin:4px 10px 4px 10px;
	border: solid 1px #C0DCF4;	
	min-height:157px;
	height:auto;
}

/*************** Produktdarstellung *****************/


.textbild_box_special_left {
/*	background-color: #394857;*/
	width:100%;

/*	border: solid 1px #677D8B;*/
}

html>body .textbild_box_special_left {
/*	background-color: #394857;*/
	width:100%;
/*	border: solid 1px #677D8B;*/
}
.textbild_box_special_header {
	background-color:#293847;
	text-align:left;
	background : #BECBDC url(/layout/infobox_header_back.gif) repeat-x;
}
.textbild_box_special_header h1{
	margin:0;
	padding:3px 10px 3px 10px;
	font-size:1.2em;
	color:#000000;
/*	background-image:url(/layout/icon.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;*/
}
.textbild_box_produkt_text {
	margin:10px 5px 10px 5px;
	float:right;
	width:310px;
}
.textbild_box_produkt_text2 {
	margin:10px 10px 10px 10px;
}

.textbild_box_produkt_text3 {
	margin:10px 10px 10px 10px;
}

.textbild_box_produkt_video {
	margin:10px 10px 10px 10px;
}


.textbild_box_produkt_bild {
	margin:10px 10px 10px 10px;
	width:220px;
	float: left;
	text-align:left;
/*	border-bottom: solid 1px #677D8B;			*/
}
.textbild_box_produkt {
	background-color: #394857;
	margin:4px 10px 4px 10px;
	border: solid 1px #C0DCF4;	
	min-height:150px;
	height:auto;
}
.banner{
	position:absolute;
	top:160px;
	left:1005px;
}



.uebersicht-box-video {
        float:left;
        width:506px; 
        height:191px;
	border: solid 0px #384857;	
        color:#FFFFFF;
}

.uebersicht-box-video-screen {
        float:left; 
        margin:10px;
        background-color: #000000;
}




