@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	color: #666666;
}
a {
	//color: #4582fb;
	color: #5b5b5b;
}

.orange {
	color: #4582fb;
}

img {border:none;}

.frame {
	width: 1226px;
	margin: 17px 0 0 0;
}
.background {
	width: 1176px;
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	-moz-box-shadow: 0 0 5px 5px #999;
 	-webkit-box-shadow: 0 0 5px 5px#999;
 	box-shadow: 0 0 5px 5px #999;
}
.header {
	height: 128px;
	width: 1176px;
	float: left;
	background-image: url(images/auditotal-header-bg.jpg);
	background-repeat: repeat-x;
	
	
}
.logo {
	float: left;
	height: 128px;
	width: 405px;
}
.loginbox {
	float: right;
	width: 650px;
	text-align: right;
	color: #FFFFFF;
	padding-right: 10px;
	white-space: nowrap;
}
.loginbox a {
	color: #FFFFFF;
	text-decoration: none;
}
.login {
	font-size: 14px;
	margin-left: 10px;
	margin-right: 5px;
}
.loginbtn {
	float: right;
	//height: 128px;
}
.header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.menu {
	background-color: #444444;
	//background-color: #CCCCCC;
	//background-image: url(../images/menu.png);
	//background-repeat: repeat-x;
	height: 36px;
	width: 1176px;
	float: left;
	border-top: 1px solid black;
	border-bottom: 1px solid white;
}
.menu-item {
	font-size: 14px;
	//font-weight: bold;
	float: left;
	margin-left: 20px;
	padding-top: 8px;
	height: 28px;
}
.menu-item a {
	//color: #4582fb;		
	color: #cccccc;		
	text-decoration: none;
}
.menu-item ul {
	position: absolute;
	z-index: 2;
	display: none;
	list-style-type: none;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	background-color: #cccccc;
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.menu-item ul li {
	margin: 0px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.menu-item ul li a {
	color: #000000;
	}

.menu-item:hover ul { 
	display: block; 
} 
.menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.content {
	background-color: #E3E3E3;
	width: 1176px;
	//background-image: url(../images/content.png);
	//background-repeat: repeat-y;
}
.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.left {
	background-color: #FFFFFF;
	width: 190px;
	float: left;
}
.left:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.main {
	float: left;
	width: 986px;
}

.main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.main1 {
	width: 986px;
	float: left;
}
.main1:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.left1 {
	float: left;
	width: 656px;
	height: 100%;
}
.battle {
	background-color: #333333;
	width: 955px;
	margin-top: 15px;
	margin-left: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	//behavior: url(/style/border-radius.htc);
	-moz-box-shadow: 3px 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px 3px#999;
	box-shadow: 3px 3px 3px 3px #999;
}
.battle:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.battle_cars {
	background-color: #FFFFFF;
	width: 955px;
	margin-top: 10px;
	float:left;
}
.battle_cars .detail {
	width: 447px;
	float: left;
	margin: 10px 15px;
	font-weight: bold;
	font-size: 16px;
	color: #4582fb;
}
.battle_details {
	background-color: #737373;
	width: 955px;
	float:left;
}
.battle_details .detail {
	width: 447px;
	float: left;
	color: #FFFFFF;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 15px;
}
.battle_details .detail a {
	color: #FFFFFF;	
}
.battle_fotos {
	width: 955px;
	float:left;
}
.battle_fotos .detail {
	width: 447px;
	float: left;
	background-color: #FFFFFF;
	margin: 15px;
	-moz-box-shadow: 2px 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px 2px#000;
	box-shadow: 2px 2px 2px 2px #000;	
}
.battle_fotos .detail .img-holder {
	margin: 10px;
	height: 284px;
	width: 427px;
	overflow: hidden;
	background-color: #DDDDDD;
}

.battle_fotos .detail .img-holder .img_battle{
	max-height:284px;
	max-width:427px;
	}

.battle_vote {
	width: 955px;
	float:left;
}
.battle_vote .detail {
	width: 447px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.battle_vote .detail a {
	text-decoration: none;
}
.voting {
	background-color: #FFFFFF;
	width: 640px;
	margin-top: 15px;
	margin-left: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	//behavior: url(/style/border-radius.htc);
	-moz-box-shadow: 3px 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px 3px#999;
	box-shadow: 3px 3px 3px 3px #999;
}
.voting:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.voting_foto {
	float: left;
	height: 343px;
	width: 458px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    //behavior: url(/style/border-radius.htc);
    overflow: hidden;
}
.voting_foto img {
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
 	//behavior: url(/style/border-radius.htc);
}

.voting_foto .img_voting {
	max-height:343px;
	max-width:458px;
	}

.voting_bar {
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 9px;
	float: left;
	width: 165px;
}
.voting_bar_header {
	color: #4582fb;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4582fb;
	border-bottom-color: #4582fb;
	width: 165px;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.voting .fotoshow {
	margin: 15px;
	height: 100px;
	width: 610px;
	float: left;
}
.voting .fotoshow_img {
	float: left;
	height: 90px;
	width: 92px;
	border: 1px solid #666666;
	margin: 5px;
	text-align: center;
	overflow: hidden;
}
.voting .slide {
	float: left;
	height: 100px;
	width: 40px;
}
.user {
	background-color: #FFFFFF;
	height: 300px;
	width: 640px;
	margin-top: 15px;
	margin-left: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    //behavior: url(/style/border-radius.htc);
	-moz-box-shadow: 3px 3px 3px 3px #999;
 	-webkit-box-shadow: 3px 3px 3px 3px#999;
 	box-shadow: 3px 3px 3px 3px #999;
}
.userlist {
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.userpic {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
}
.userlink {
	margin: 15px;
	float: right;
}
.details {
	background-color: #FFFFFF;
	width: 640px;
	margin-top: 15px;
	margin-left: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	//behavior: url(/style/border-radius.htc);
	-moz-box-shadow: 3px 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px 3px#999;
	box-shadow: 3px 3px 3px 3px #999;
	overflow:hidden;
	
}
.details:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.carinfo {
	margin: 15px;
	width: 610px;
}
.carinfo .block {
	font-size: 18px;
	width: 610px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.carinfo .left {
	text-align: right;
	padding: 10px;
	float: left;
	width: 120px;
	clear: both;
}
.carinfo .right {
	text-align: left;
	padding: 10px;
	float: left;
	width: 380px;
}
.news {
	background-color: #FFFFFF;
	width: 640px;
	margin-top: 15px;
	margin-left: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    //behavior: url(/style/border-radius.htc);
	-moz-box-shadow: 3px 3px 3px 3px #999;
 	-webkit-box-shadow: 3px 3px 3px 3px#999;
 	box-shadow: 3px 3px 3px 3px #999;
}
.news:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.newslist {
	margin: 15px;
	width: 610px;
}
.newsitem {
	float: left;
	width: 610px;
	margin-bottom: 20px;
}
.newspic {
	float: left;
	height: 100px;
	width: 160px;
	border: 3px solid #4582fb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    //behavior: url(/style/border-radius.htc);
}
.newspic .pic {
	width: 150px;
	height: 90px;
	overflow:hidden;
	margin: 5px;
}
.newscontent {
	float: left;
	width: 420px;
	margin-left: 15px;
}
.newscontent h3 {
	margin-top: 0px;
	color: #4582fb;
}
.right1 {
	float: right;
	width: 330px;
	clear: right;
}

.searchbtn {
	float: right;
	margin-right: 45px;
}


.box_header {
	height: 50px;
	background-color: #F2F2F2;
    -moz-border-radius: 5px 5px 0 0 ;
    -webkit-border-radius: 5px 5px 0 0 ;
    border-radius: 5px 5px 0 0 ;
    //behavior: url(/style/border-radius.htc);
	width: 100%;
}
.box_header h2, .box_header h1 {
	margin: 0px;
	padding-left: 15px;
	padding-top: 16px;
	color: #4582fb;
	font-size: 16px;
	width: 300px;
	float: left;
}
.box_header_right {
	float: right;
	color: #4582fb;
	padding-top: 16px;
	padding-right: 20px;
	color: #F2F2F2;
}
.box_header1 {
	height: 50px;
	background-color: #4582fb;
	//-moz-border-radius: 5px 5px 0 0;
	//-webkit-border-radius: 5px 5px 0 0;
	//border-radius: 5px 5px 0 0;
	//behavior: url(/style/border-radius.htc);
	width: 100%;
	//background-image: url(../images/box_header1.png);
	//background-repeat: repeat-x;
}
.box_header1 h2, .box_header1 h1 {
	margin: 0px;
	padding-left: 15px;
	padding-top: 16px;
	color: #F2F2F2;
	font-size: 16px;
	//width: 300px;
	float: left;
}

.ad_sky {
	width: 160px;
	height: 600px;
	margin: 15px;
	background-color: #000000;
}
.ad_rect {
	width: 300px;
	height: 250px;
	margin: 15px;
	background-color: #000000;
}
.ad_leaderbord {
	background-color: #000000;
	height: 90px;
	width: 728px;
	float: right;
	margin-top: 8px;
	margin-right: 22px;
}



.userinfo {
	margin: 15px 0 15px 15px;
	width: 450px;
	float: left;
}
.userinfo .block, .userinfo .block_short {
	font-size: 18px;
	width: 610px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
}
.userinfo .block_short {
	width: 410px;
	}


.userinfo .block:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.userinfo .left {
	text-align: right;
	padding: 10px;
	float: left;
	width: 100px;
	clear: both;
}
.userinfo .right {
	text-align: left;
	padding: 10px;
	float: left;
	width: 300px;
}

.userinfo .prev {
	padding: 10px;
	float: left;
	width: 100px;
}
.userinfo .next {
	padding: 10px;
	float: right;
	width: 100px;
	text-align:right;
}
	


.carpic {
	width: 986px;
}


.clear	{    clear: both; }

.more_image	{
	padding: 0 10px 10px 0;
	float: left;
	width:300px;
	}
	
.box_footer {
	height: 30px;
	background-color: #C8C8C8;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    //behavior: url(/style/border-radius.htc);
	width: 100%;
	float: left;
}
.box_footer_links {
	padding: 8px 0 0 70px;
	float: left;
	}
.box_footer_rechts {
	padding: 8px 20px 0 0;
	float: right;
	}
.right_box {
	width: 280px;
	padding: 10px;
	margin: 15px;
	float: left;
	-moz-box-shadow: 3px 3px 3px 3px #999;
 	-webkit-box-shadow: 3px 3px 3px 3px#999;
 	box-shadow: 3px 3px 3px 3px #999;
 	background-color:#FFF;
}
.old_content {
	padding: 15px;
	margin: 15px;
	float: left;
	overflow: hidden;
	//width: 100%;
}

.gb_text {
	margin:5px 10px 2px 10px;
	padding:2px 5px;
	font-weight: bold;
}

.cellborder {
	border: 1px ridge #000000;
	background-color: #383838;
	padding: 10px;
	color:white;
}
.isMod {
	color:#00F;
}

.edit_link {
	color:#00F;
}


.userPanel {
    background-color: #2d2d2d;
    height: 40px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
    color: #ffffff;
    font-family: "Trebuchet MS",Arial,sans-serif;

}

.userPanel > div {
    position: relative;
}
.layoutFluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    min-width: 980px;

}

ul.userPanelItems {
	margin: 0;
	}

.userPanel > div > ul.userPanelItems > li  {
    float: left;
    
    margin: 0;
    padding: 0;
    //height: 20px;
    //padding: 12px 8px 8px;
    text-shadow: 0 -1px 0 transparent;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: linear;    
    //font-size: 100%;
    font-size: 13px;    
    list-style: none outside none;
}

.userPanel > div > ul.userPanelItems > li > a,.userPanel > div > ul.userPanelItems > li > form {
	text-decoration: none;
	color: #ffffff;
	height: 20px;
	display: block;
	height: 20px;
    	padding: 12px 18px 8px 0;
	
}
.userPanel > div > ul.userPanelItems > li > a > span {
	//float:right;
	//padding-left:3px;
	//margin: 0;
    	//padding: 0;
}

.userPanel > div > ul.userPanelItems > li > .framed > img {
    border: 1px solid white;
    }
    
.userPanel > div > ul.userPanelItems > li > a > img {    
    position: relative;
    vertical-align: middle;
    margin-top: -5px;
    }
    
.badge {
    background-color: #e15817;
    color: #ffffff;
    border-radius: 9px;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: bold;
    padding: 1px 6px;
    position: relative;
    text-shadow: none !important;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;  
    }
    
/* ---- AmazonSimpleAdmin Plugin ASA ---- */
.asa_product_box {
	border: 1px solid gray;
	padding: 5px 12px;
	margin: 0 0 15px 0;
	width:200px;
	display: inline-block;
	text-align: center;
	background-color: #cecece;
}
.asa_head { margin: 0 0 5px 0; display: inline-block;}
.asa_pic {
	height:200px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 100%;
	margin: 0 0 5px 0;
}
.asa_pic img{
	max-width:100%;
	max-height:100%;
	margin: 0;
	cursor: pointer;
}

.asa_txt {
	color: gray;
	font-size: 10px;
	line-height:1.2;
	height: 40px;
	overflow:hidden;
	text-align: left;
	margin: 5px 0 5px 0;
}
.asa_vote {
	font-size:13px;
}
span.asa_price {
	color: #c30000;
}
.asa_catbox {
	display: inline-block;
	vertical-align:top;
	line-height:120%;
	margin: 5px 10px;
}
span.asa_price,strong.asa_price {
	font-weight: bold;
	font-size: 16px;
}
span.asa_unitprice {
	float:right;
	font-size:10px;
	}
.asa_microdata-hidden { display:none;}

a.cat_gray {
	color: #666666;
	}

.symple-button {
	background: -moz-linear-gradient(#9a0000, #d41c1a) repeat scroll 0 0 #d41c1a;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#9a0000),to(#d41c1a));
	background-color: #d41c1a;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF003366,EndColorStr=#FF55AAEE);
    border: medium none !important;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    line-height: 1em;
    margin: 5px 5px 5px 0;
    outline: medium none;
    padding: 0.8em 1em;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    }
.klickable	{
	cursor: pointer;
	}    
.teile_cat ul {
	padding-left: 20px;
	margin: 5px 0 0 0;
	}
div.teile_cat {
	background-color: #eeeeee;
	margin: 2px 0 5px 0;
	text-align: justify;
	padding-bottom: 5px;
	}
div.teile_cat_sub {	
	padding: 2px 0 3px 10px;
	//width: 945px;
	text-align: left;
	}
span.teile_subcat {
	margin: 0 5px;
	padding: 0 5px;
	display: inline-block;
	}
div.gray {
	color:gray;
	}
div.justify {
	text-align: justify;
	}
div.content_teile {
	background-color: #d6d6d6;
	width: 955px;
	margin-top: 15px;
	margin-left: 56px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	//behavior: url(/style/border-radius.htc);
	-moz-box-shadow: 3px 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px 3px#999;
	box-shadow: 3px 3px 3px 3px #999;
}
div.inner_content_teile	{
	padding: 20px 20px;
}
span.teile_check {
 	color: green;
 	font-weight:bold;
 	}
a.asa_selected	{
	text-decoration:none;
}
div.asa_seo_text {
	padding: 10px 20px 0px 20px;
}
.forum_banner {
	background-image: url(images/vw-back.png);
  	  background-color: #282828;
  	  background-repeat: no-repeat;
  	  min-height:70px;
	}
.forum_banner span {
    font-size: 14px;
    background: rgba(0, 116, 170, 0.8) none repeat scroll 0 0;
    color: #fff;
    padding: 5px 10px;
    margin:43px 0 0 0;
    text-transform: uppercase;
    display: inline-block;
    font-weight:bold;
    }	
div.asa_seo_pic img	{	
	height: auto;
	width: auto;
	float: right;
	margin: 0 0 5px 10px;
	}
.videoBox_asa {
    border: 1px solid gray;
    display: inline-block;
    margin: 0 0 15px;
   padding: 10px 5px 5px 5px;
    width: 443px;
	}	
.videoBox_asa iframe {
    height: 348px;
    margin: 5px 7px;
    width: 429px;
	}
.seo4 {
	background-color: #f3f3f3;
	height: 331px;
	padding: 20px 30px;
	text-align: justify;
	vertical-align: top;
	width: 394px;
	}	
/* ---- ENDE AmazonSimpleAdmin Plugin ASA ---- */
.moreResults {
	width: 50%;
	border: 4px solid red;
	padding: 10px 30px;
	background-color:gray;
	color:white;
	font-weight:bold;
	font-size:16px;
	transform: translate(-50%,-50%);
	left:50%;
	top: 50%;
	position:relative;
	text-align:center;
	margin-top:20px;
	}
.moreResultsPages {
	border: 1px solid black;
	height: 16px;
	width: 20px;
	font-weight: none;
	color: black;
	float:right;
	margin-right:4px;
	background-color:gray;
	text-align:center;
	padding: 2px 0;
	}
.moreResultsSeite {
	float:right;
	margin: 2px 7px 0 0;
	font-weight:bold;
	}
.teile_disclaimer {	
	padding: 10px 20px;
	background-color: #c4c4c4;
	}	