/* start general */
html {
	margin: 0;
	padding: 0;
	font-size:100.01%;
}
body {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;	
	margin:0;
	padding:0;
	color:#333;
	background: #d6d6d6 url(../images/bg.png) repeat-x;
	background-color:#EBEBEB;
}



.size12 {
	font-size:12px
}
.size11 {
	font-size:11px
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#096DE8;

}
a:focus {
	outline:none;
}
a.blue-link {
	color:#096DE8 !important;
	text-decoration:underline
}
a.blue-link:hover {
	text-decoration:none;
	border-bottom:#096DE8 1px dotted
}
a.blue-link:focus {
	outline:none;
}
/* forms */
	input:hover, select:hover, input:focus, select:focus {
	background-color:#FFE1E1;
}
h4 {
	margin:3px 0px;
	padding:0px;
	font-size:12px
}
h5 {
	font-weight:bold;
	font-size:12px;
	margin:1em 0;
}
h5 span {
	font-weight:normal
}
form, fieldset {
	display:inline;
}
img {
	border:none;
	display:block;
}
ol, ul {
	padding:0;
	margin:0
}
ul {
	list-style:none
}
fieldset {
	border:0px
}
label, select, textarea, input {
	vertical-align:middle;
}
select, input, textarea {
	font: 12px Arial, sans-serif;
	color: #333;
}
/* end: general */

/* start: header */
.header {
	position: relative;
	z-index: 100;
}
.header .box-inner {
	position: relative;
}
.box {
	width: 1160px;
	padding-top: 4px;
	clear: both;
}
.box-inner {
	width: 980px;
	float:left;
}

/* start: logo */
.logo {
	width: 280px;
	height: 50px;
	margin-top:1px;
    border: medium none;
    outline: medium none;
}

/* end: logo */

/* start: vehicle icons */
.icons-list-holder {
	width: 880px;
	overflow: hidden;
	margin-top: -26px;
	margin-left:280px;
	position: absolute;

}
#icons-list {
	margin: 0 0 0 80px;
	width: 850px;
	list-style: none;
	overflow: hidden;
}
#icons-list li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 31px;
    margin-right: 116px;
	display: inline;
	float: left;
}

#icons-list li a {
    border: medium none;
    display: block;
    height: 31px;
    outline: medium none;
    text-indent: -10000px;
}
#icons-list li.auto a {
    width:62px;
    background: url("../images/vehicle-icons.png") no-repeat scroll 0 0 transparent;
}
#icons-list li.auto a:hover {
    background: url("../images/vehicle-icons.png") no-repeat scroll 0 -31px transparent;
}
#icons-list li.motorrad a {
    width:35px;
    background: url("../images/vehicle-icons.png") no-repeat scroll -62px 0 transparent;
}
#icons-list li.motorrad a:hover {
    background: url("../images/vehicle-icons.png") no-repeat scroll -62px -31px transparent;
}
#icons-list li.wohnmobil a {
    width:52px;
    background: url("../images/vehicle-icons.png") no-repeat scroll -97px 0 transparent;
}
#icons-list li.wohnmobil a:hover {
    background: url("../images/vehicle-icons.png") no-repeat scroll -97px -31px transparent;
}
#icons-list li.lieferwagen a {
    width:52px;
    background: url("../images/vehicle-icons.png") no-repeat scroll -149px 0 transparent;
}
#icons-list li.lieferwagen a:hover {
    background: url("../images/vehicle-icons.png") no-repeat scroll -149px -31px transparent;
}
#icons-list li.lastwagen a {
    width:62px;
    background: url("../images/vehicle-icons.png") no-repeat scroll -201px 0 transparent;
}
#icons-list li.lastwagen a:hover {
    background: url("../images/vehicle-icons.png") no-repeat scroll -201px -31px transparent;
}
/* end: vehicle icons */

/* start language */
.language {
	width: 98px;
	margin:0;
	position: absolute;
	left: 1025px;
	top: 83px;
}
.language:hover ul, .language.hover ul {
	display: block !important;
}
.language .active {
	border: 1px solid #999;
	display: block;
	width: 70px;
	padding-left: 28px;
	height: 16px;
	cursor: pointer;
	color: #333;
}
.language .active span {
	display: block;
	background: url(../images/arrow1.gif) no-repeat 100% 6px;
}
.language.hover .active span, .language:hover .active span {
	color: #096DE8;
}
.language ul {
	margin: 0;
	top: -1px;
	display: none;
	position: absolute;
	top: 18px;
	padding: 3px 0 0 0;
	width: 98px;
	background: #fff;
	list-style: none;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.language ul li {
	margin: 0;
	padding: 1px 0 4px 28px;
	width: 70px;
}
.language ul li a {
	color: #333;
}
.language ul li a:hover {
	text-decoration: none;
	color: #096DE8;
}
.language .ico-deutsch {
	background: url(../images/ico-deutsch.gif) no-repeat 2px 50%;
}
.language .ico-francais {
	background: url(../images/ico-franc.gif) no-repeat 2px 50%;
}
.language .ico-english {
	background: url(../images/ico-eng.gif) no-repeat 2px 50%;
}
/* end language */

/* start: social icons in menu bar */
#main-social-icons {
    float: left;
    left: 848px;
    margin: 0;
    position: absolute;
    top: 83px;
    width: 100px;
}
#main-social-icons li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
#main-social-icons li a {
    border: medium none;
    display: block;
    height: 20px;
    outline: medium none;
    text-indent: -10000px;
}
#main-social-icons li.facebook a {
    background: url("../images/social-icons-main.png") no-repeat scroll 0 0 transparent;
}
#main-social-icons li.facebook a:hover {
    background: url("../images/social-icons-main.png") no-repeat scroll 0 -20px transparent;
}
#main-social-icons li.twitter a {
    background: url("../images/social-icons-main.png") no-repeat scroll -20px 0 transparent;
}
#main-social-icons li.twitter a:hover {
    background: url("../images/social-icons-main.png") no-repeat scroll -20px -20px transparent;
}
#main-googleplus {
    float: left;
    left: 908px;
    margin: 0;
    position: absolute;
    top: 83px;
    width: 60px;
    margin-top: 2px;
}
/* end: social icons in menu bar */

/* end: header */


/* start: leaderboard banner */
.topbanner {
	width: 770px;
	height: 100px;
	margin-bottom:10px;
	display: block;
	background: url(../images/leaderboard-bg.gif) no-repeat;
}
.bottombanner {
	width: 770px;
	height: 100px;
	margin-top:10px;
	display: block;
	background: url(../images/leaderboard-bg.gif) no-repeat;
}

.leaderboard {
    display: block;
	margin-left:16px;
	padding:5px;
}

/* start skyscraper banner */
.column-sky {
	width: 170px;
	margin-left:10px;
	margin-top: 32px;
	float: left;
	height:auto;
}
.column-sky .banner1 {
	width: 160px;
	height:610px;
	display: block;
	padding:5px;
	background: url(../images/skyscraper-bg.gif) no-repeat;
}
/* end skyscraper banner */

/* start: rectangle banner */
.column-rec {
	width: 310px;
	height:270px;
	margin-top: 10px;
	margin-left:10px;
	padding-bottom:1px;
	float: left;
}
.column-rec .banner1 {
	width: 310px;
	height:260px;
	display: block;
	padding:5px;
	background: url(../images/rectangle-bg.gif) no-repeat;
}
/* end: rectangle banner */

/* start main */
.main-holder {
	margin:0 auto;
	width: 1160px;
	overflow: hidden;
}
.main {
	width: 1160px;
	float: left;
}
.content {
	width: 980px;
}
.columns-holder {
	overflow: hidden;
}
/* statistic and Breadcrumb (navigation) */
.sidebar {
	color: #3c3c3d;
	padding:6px 0 10px 10px;
	width: 970px;
	overflow: hidden;
}
.sidebar div {
	float: left;
}
.sidebar .red {
	color: #f00;
	padding-left: 4px;
	padding-right: 6px;
}

/* start superTeaser */
.superTeaser {
	/*background:url(../images/superteaser-1.jpg) no-repeat left bottom;*/
	position:relative;
	float:left;
	width:980px;
	height:300px;
	margin-bottom:10px;
}	
.superTeaser a img{border:0px}

.superTeaserLink{
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
	padding:5px 10px 5px 10px;
	background:#ececec;
	border:2px solid #ffffff;
	font-size:13px;font-weight:bold;text-decoration:none
}
/* strt form */
#quicksearch {
	background: url(../images/quicksearch-bg.png) no-repeat 0 100%;
	position:absolute;
	float:left;
	z-index:2;
	width: 388px;
	height:268px;
	left: 40px;
	top: 19px;
	clear:left;
}
#quicksearch .last {
	padding-bottom: 10px;
}
#quicksearch h3 {
	height: 24px;
	padding-left:10px;
	padding-top:4px;
	font-size: 15px;
	color: #666;
	margin: 0;
	line-height: 22px;
}
#quicksearch label {
	display: block;
	padding-bottom: 2px;
	padding-top: 3px;
}
#quicksearch .space {
	margin-top: 4px;
}
#quicksearch .row {
	padding-left: 11px;
	color: #3c3c3d;
	width: 175px;
	margin-right: 0px;
	overflow: hidden;
}
#quicksearch select {
	border: 1px solid #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin-left: 0px;
	float: left;
}
#quicksearch input {
	border: 1px solid #bbbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin-left: 0px;
	float: left;
}
#quicksearch .extra2 .selectArea {
	float: left;
	width: 80px !important;
	margin-right: 8px;
	border: 1px solid #bbbbbb;
}
#quicksearch .input-field {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:175px;
	height: 24px;
	background: url(../images/bluebtn_175_24.png) no-repeat;
	cursor: pointer;
	padding: 3px;
	margin-top: 14px;
	margin-bottom:6px;	
	color:#333;
	white-space: nowrap;
	font-weight:normal;
	line-height:16px;

}

#quicksearch .input-field a:hover {
	text-decoration:none;
	color:#2469DB;
}

/* start: main marken importeure Volvo, Kia, Hyundai etc. */
.marken-bar{
	float:left;
	margin: 0 0 10px 0;
	width: 980px;
	height: 60px;
}

.marken-bar-text{
	float:left;
	width: 250px;
	height: 60px;
	background: url(../images/mainpage-arrow.png) no-repeat;
}
.marken-bar-text h2{
	padding:0 4px 0 10px;
	font-size:14px;
	color:#666666;
	line-height:20px;
}

.marken-bar .frame {
    float: left;
    height: 60px;
    width: 60px;
    margin-left: 7px;
	padding:3px;
	background: url(../images/marken-box.png) no-repeat;
}
.marken-bar .frame a img{border:0px}


/* start main dealer top offer */
.main-column .main-top-offer h2 {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/grey-title-980.gif) no-repeat;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.main-column .main-top-offer {
	background: url(../images/grey-box-980.gif) no-repeat 0 100%;
	width: 980px;
	float:left;
}

/* start gallery for 6x dealer */
.main-column .gallery {
	overflow: hidden;
	width:972px;
}

.main-column .gallery .frame {
    float: left;
    height: 178px;
    margin-top: 8px;
    width: 146px;
    margin-left: 15px;
}
.main-column .gallery .frame div {
	background: url(../images/frame.gif) no-repeat;
	width: 146px;
	height: 156px;
	padding-top: 7px;
}
.main-column .gallery .frame a {
	display: block;
	width: 126px;
	margin: 0 auto;
}
.main-column .gallery .frame div img {
	margin: 0 auto;
}
.main-column .gallery .frame p {
	margin: 0;
	color: #096DE8;
	text-align: left;
	padding: 3px 0 0 0;
	font-size: 13px;
	line-height: 14px;
}
.main-column .gallery .frame p a {
	color: #333333;
}
.main-column .gallery .frame p a span {
	color: #096DE8;
}
/* start gallery for 6x dealer */




/* start column1 - left side */
.column1 {
	width: 200px;
	float: left;
}
/* for inner column1 */
.inner_column1 {
	padding-top:6px
}

/* strt form */
.form {
	background: url(../images/box.gif) no-repeat 0 100%;
	margin-bottom: 10px;
	font-size: 13px;
	width: 200px;
	line-height: 14px;
	padding-bottom: 6px;
}
.form .last {
	padding-bottom: 10px;
}
.form h3, .form1 h3 {
	background: url(../images/bg-h3.gif) no-repeat;
	height: 24px;
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 0 0 4px 10px;
	line-height: 24px;
}
.form label {
	display: block;
	padding-bottom: 3px;
	padding-top: 4px;
}
.form .row {
	padding-left: 11px;
	color: #3c3c3d;
	width: 178px;
	margin-right: 0px;
	overflow: hidden;
}
.form select {
	border: 1px solid #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin-left: 0px;
	float: left;
}
.form input {
	border: 1px solid #bbbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin-left: 0px;
	float: left;
}
.form .extra2 .selectArea {
	float: left;
	width: 80px !important;
	margin-right: 16px;
	border: 1px solid #bbbbbb;
}
.input-field {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height: 20px;
	background: url(../images/bluebtn_178_24.png) no-repeat;
	cursor: pointer;
	padding: 3px;
	margin-top: 11px;
	color: black;
	white-space: nowrap;
	font-weight:normal;
	line-height:16px;
}

input-field a:hover {
	text-decoration:none;
	color:#2469DB;
}
.btn-details {
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat 0 50%;
	padding-left: 13px;
	margin-left: 11px;
}

.form1 {
	background: url(../images/box.gif) no-repeat 0 100%;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
.content-block .form1 {
	background:none;
	float:left
}
.content-block .form1 .row {
	padding: 10px;
	overflow: hidden;
}
.content-block .form1 .text {
	border:1px solid #707070
}
.form1 h3 {
	background: url(../images/bg-h3.gif) no-repeat;
	margin-bottom: 8px;
}
.form1 label {
	display: block;
	padding-bottom: 3px;
}
.form1 .checkbox input {
	width: 14px;
	height: 14px;
	margin: 0;
}
.form1 .checkbox label {
	display: inline;
	background: url(../images/ico-info.gif) no-repeat 100% 2px;
	padding-right: 18px;
}
.form1 .text {
	width: 170px;
	border: 1px solid #2662df;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 13px;
	padding-left: 4px;
	float: left;
}
.form1 .row {
	padding: 0 0 5px 12px;
	overflow: hidden;
	color:#666;
}
.form1 .checkbox {
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 8px;
}
.form1 .btn-login {
	display: block;
	background: url(../images/btn-silver.gif) no-repeat;
	width: 98px;
	font-weight: bold;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	margin-left: 80px;
	margin-bottom: 9px;
}
.form1 .btn-login:hover {
	text-decoration: none;
}
.form1 .btn-details {
	background: url(../images/arrow-blue.gif) no-repeat 0 50%;
	color: #096DE8;
	margin-left: 10px;
}
/* end form */



/* start newest dealer */
.column-dealer{
	width: 450px;
	float: left;
	margin-top:10px;
	margin-left:10px;
    margin-bottom:10px;
}
.column-dealer .bluebox450 h2 {
	background: url(../images/blue-title-450.gif) no-repeat;
	margin: 0;
	padding: 0 0 0 12px;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}
.column-dealer .bluebox450 {
	background: url(../images/blue-box-450.gif) no-repeat 0 100%;
	width: 450px;
	height:260px;
}
.column-dealer .gallery {
	width:426px;
	padding:12px 12px 0 12px;

}
.column-dealer .gallery img {
    display: block;
}
.column-dealer .gallery .frame2 {
	height: 160px;
	width:290px;
	float:left;
}
.column-dealer .gallery .frame2 a {
	text-align:left;
	color: #666;
}
.column-dealer .gallery .frame2 .img {
	display: block;
}
.column-dealer .gallery p {
	color: #3c3c3d;
}



/* start: top offer max. 5 */
.column2 .main-top-offer h2 {
	margin: 0;
	padding-left: 10px;
	background: url(../images/grey-title-770.gif) no-repeat;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.column2 .main-top-offer {
	background: url(../images/grey-box-770.gif) no-repeat 0 100%;
	width: 770px;
	margin-bottom:10px;
	clear:both;
}

.column2 .gallery {
	overflow: hidden;
	width:770px;
}

.column2 .gallery .frame {
    float: left;
    height: 178px;
    margin-top: 8px;
    width: 146px;
    margin-left: 7px;
}
.column2 .gallery .frame div {
	background: url(../images/frame.gif) no-repeat;
	width: 146px;
	height: 162px;
	padding-top: 7px;
}
.column2 .gallery .frame a {
	display: block;
	width: 126px;
	margin: 0 auto;
}
.column2 .gallery .frame div img {
	margin: 0 auto;
}
.column2 .gallery .frame p {
	margin: 0;
	color: #096DE8;
	text-align: left;
	padding: 3px 0 0 0;
	font-size: 13px;
	line-height: 14px;
}
.column2 .gallery .frame p a {
	color: #333333;
}
.column2 .gallery .frame p a span {
	color: #096DE8;
}
/* end: top offer max. 5 */


.redtext {
	color: #f00;
}
.greentext {
	color:#008000;
}
.bluetext2 {
	color:#096DE8
}
.greytext2 {
	color:#666666;
}
.greytext3 {
	color:#333333;
}
.darkbluetext {
	color:#004080
}
.sidebar .blue {
	color: #096DE8;
}
.sidebar div a {
	color:#FF0000
}
.button1 {
	background: url(../images/button.gif) no-repeat;
	width: 225px;
	height: 21px;
	float: right;
	overflow: hidden;
	text-indent: -3000px;
	margin-right: 7px;
}
/* start column2 */
.column2 {
	width: 770px;
	float: left;
	margin-left:10px;	
	/*margin-bottom: 10px;*/
    padding-bottom: 10px;
}

.column2 .box1 h2 {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/blue-title-770.gif) no-repeat;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.column2 .box1 {
	background: url(../images/blue-box-770.gif) no-repeat scroll left bottom transparent;
	width: 770px;	
	margin-bottom:10px;
}

.column2 .box1_in {
	background: url(../images/blue-box-770_bg.gif) repeat scroll left top transparent;
	width: 770px;
}

.column2 .box1 h4 {
	margin: 0;
	padding: 0 0 0 12px;
	background: url("../images/blue-box-bar-770.gif") no-repeat;
	height: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}


/* for box 400px */
.box3 {
	background: url(../images/box-400-blue.gif) no-repeat 0 100%;
	width: 400px;
	margin-bottom: 10px;
}
.box3 h2 {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/bluebar-400.gif) no-repeat;
	height: 24px;
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}
/* for box 175px */
.box4 {
	background: url(../images/box-175-blue.gif) no-repeat 0 100%;
	width: 175px;
	margin-bottom: 10px;
}
.box4 h2 {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/bluebar-175.gif) no-repeat;
	height: 24px;
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}
/* for box 400px */
.box5 {
	width: 400px;
	margin-bottom: 10px;
}
.box5 h2 {
	margin: 0;
	padding: 0 0 0 10px !important;
	background: url("../images/topgrey-bar-400.gif") no-repeat !important;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #666 !important;
}
/* for box 306px */
.box6 {
	background: url("../images/bluebox-314.gif") no-repeat 0 100% !important;
	width: 314px;
	margin-bottom: 10px;
}
.box6 h2 {
	background: url("../images/topbluebox-314.gif") no-repeat !important;
	padding: 0 0 0 10px;
	height:24px;
	line-height: 20px;
	margin: 0;
	font-size:14px;
	color:#666666 !important;
}


/* for box 314px no top title */
.box7 {
	background: url("../images/greybox-314.gif") no-repeat 0 100%;
	width: 314px;
	margin-bottom: 10px;
	overflow:hidden;
}
.box7 .top-border {
	background: url("../images/topbox-314.gif") no-repeat;
	height:5px;
	line-height: 5px;
	margin: 0;
	padding: 0;
	line-height:0px;
	font-size:0px
}
.box7 h2 {
	background: url("../images/topgreybox-314.gif") no-repeat !important;
	padding: 0 0 0 10px;
	height:24px;
	line-height: 20px;
	margin: 0;
	font-size:14px;
	color:#666666 !important;
}

.box9 {
	width: 730px;
	margin-bottom: 10px;
	overflow:hidden;
}
.box9 .top-border {
	height:4px;
	line-height: 4px;
	margin: 0;
	padding: 0;
	line-height:0px;
	font-size:0px
}

/* for inner column2 
.inner_column2 {
	width: 750px;
	padding-left: 12px;
	padding-top:10px
}

.inner_column2 .box1 {
	background: url(../images/bluebox-770.gif) no-repeat 0 100%;
	width: 770px;
	margin-bottom: 12px;
}

.inner_column2 .box1 h2 {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/bluebar-608.gif) no-repeat;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
*/


/* button */

a.button-blue {
	background: url(../images/btn_left.gif) no-repeat top left;
	padding:0px 0px 0px 3px;
	display:inline-block;
	line-height:13px;
	vertical-align:baseline;
}
a.button-blue span {
	background:url(../images/btn_right.gif) no-repeat top right;
	padding:5px 10px 6px 10px;
	display:inline-block;
	color:#096DE8;
	font-weight:bold
}
a.button-blue:hover {
	cursor:pointer;
	text-decoration:none;
	color:#096DE8;
}
.bluebutton {
	background: url(../images/btn_left.gif) no-repeat  left;
	display:block;
	height:24px;
	margin:0 0 4px 4px;	
	padding:0 2px 0 0;
}
.bluebutton input, .bluebutton button {
	background:url(../images/btn_right.gif) no-repeat right;
	display:block;
	height:24px;
	padding:2px 6px 4px 6px;
	border:0px !important;
	margin:0 0 0 4px;
	cursor:pointer;
}
.bluebutton button:hover {
	text-decoration:underline;
}

.bluebutton2 {
	background: url(../images/btn_left.png) no-repeat left;
	display:block;
	height:26px;
	margin:6px 0 6px 0;
	padding:0 10px 0 0;
	cursor:pointer;	
}
.bluebutton2 input, .bluebutton2 button {
	background:url(../images/btn_right.png) no-repeat right;
	display:block;
	height:26px;
	padding:2px 3px 5px 2px;
	border:0px !important;
	margin:0 0 0 40px;
	cursor:pointer;
	color:#FF0000;
}
.content-block {
	padding:20px;
}
.content-block2 {
	padding:8px 10px 10px 16px;
	line-height:14px;
}
.team-block {
	line-height:200%; 
	width:365px; 
	height:200px; 
	padding-bottom: 25px;
	float:left;
}

.form3 {
	padding-bottom:10px
}
.form3 label {
	float:left;
	width:200px;
	color:#333333;
	line-height: 13px;
}
.infolabel {
	background: url(../images/ico-info.gif) no-repeat 130px 2px;
}
.info-link {
	display:inline-block;
	width:11px;
	line-height:11px;
}
.error-box {
	height:auto;
	margin-bottom:6px;
	padding:2px;
	background-color:#FFF0F0;
	border:1px #FF0000 dotted;
	color:#FF0000;
}
.error-box ul {
	margin-left:20px;
	list-style:circle;
	line-height:16px;
}
.error-field {
	color:#FF0000;
}
.blue-separator {
	border-bottom:1px solid #096DE8;
	font-size:0;
	line-height:0;
}
.grey-separator {
	border-bottom:1px solid #bbbbbb;
	font-size:0;
	line-height:0;
}
.margin10 {
	margin:10px 0px
}
.form3 select, .form4 select, .form-3column select {
	border: 1px solid #707070;
	font-size: 13px;
	line-height: 13px;
	margin-left: 0px;
}
.form3 input, .form4 input {
	border: 1px solid #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.form3 .row, .form4 .row {
	padding: 0 0 7px 0px;
	overflow: hidden;
	clear:both;
}
.text-befor-form {
	padding:0px 0px 15px 0px
}
a.btn-more {
	color: #096DE8;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer
}
a.btn-more:hover {
	text-decoration:underline
}
.left {
	float:left
}
.right {
	float:right
}
.red {
	color: #f00;
	padding-left: 4px;
	padding-right: 20px;
}
.insert-list .red {
	color: #f00;
	padding: 5px 10px 5px 4px;
	display:block;
}
.tablelist th {
	background-color:#096DE8;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}
.tablelist th, .tablelist td {
	padding:3px
}
.h {
	background-color:#ffffff;
}
.tablelist td a {
	text-decoration:underline
}
.tablelist td a:hover {
	text-decoration:none
}
.eingabe {
	clear:both
}
.eingabe .text {
	font-weight:bold;
	padding:0px 0px 10px 0px
}
.eingabe .leftColumn {
	float:left;
	padding:0px 35px 5px 5px
}
.clear {
	clear: both;
}
.bluetext {
	color:#1A50B8 !important;
	font-weight:bold
}
.greytext {
	color:#333333 !important;
	font-weight:bold
}
label.checkboxinline {
	width:auto;
	display:inline;
	float:none;
	font-weight:normal
}
.bordernone {
	border:0px
}
.form-2column .column1 {
	float:left
}
.form-2column .column2 {
	float:left
}
.form-2column .column3 {
	float:left
}

.form4 label {
	width:150px;
	color:#333333;
	line-height: 13px;
	display:block;
	padding-bottom:4px
}
.form-title {
	font-size:12px;
	font-weight:bold;
	padding:0 0px 10px 0px;
	margin:0;
}
.form5, .form6 {
	padding-top:13px;
	padding-right:30px
}
.form4 {
	padding-right:20px
}

.form-column {
	padding-right:25px
}

.textareaform {
	padding-top:10px
}
.textareaform .text1, .textareaform .text2 {
	padding:4px 0px
}
/* Arrow navigation */
.arrow-navigation {
	margin-bottom:11px;
	clear:left
}
.arrow-navigation ul {
	list-style:none;
	padding:0;
	margin:0
}
.arrow-navigation ul li {
	float:left;
	height:45px;
	width:110px;
	font-weight:bold;
}
.arrow-navigation ul li.selected {
	background: #096DE8 url(../images/arr_left_active.gif) no-repeat top left;
}
.arrow-navigation ul li.selected span {
	background:url(../images/arr_right_active.gif) no-repeat top right;
	display:block;
	height:45px
}
.arrow-navigation ul li.empty {
	background:#fff
}
.arrow-navigation ul li.empty span {
	background:#ebebeb;
	width:110px
}
.arrow-navigation ul li.selected a {
	color:#fff
}
.arrow-navigation ul li {
	background: #CCCCCC url(../images/arr_left.gif) no-repeat top left;
}
.arrow-navigation ul li#first-arrow {
	background-image:url(../images/arr_first.gif);
	background-repeat:no-repeat;
	background-position:top left
}
.arrow-navigation ul li.selected#first-arrow {
	background-image:url(../images/arr_first_active.gif);
	background-repeat:no-repeat;
	background-position:top left
}
.arrow-navigation ul li span {
	background:url(../images/arr_right.gif) no-repeat top right;
	display:block;
	height:45px
}
.arrow-navigation ul li.last-arrow span {
	background:url(../images/arr_last.gif) no-repeat top right;
	display:block;
	height:45px
}
.arrow-navigation ul li#last-arrow span {
	background:url(../images/arr_last.gif) no-repeat top right;
	display:block;
	height:45px
}
.arrow-navigation ul li.selected#last-arrow span {
	background:url(../images/arr_last_active.gif) no-repeat top right;
	display:block;
	height:45px
}
.arrow-navigation ul li.first-arrow a {
	padding:28px 20px 4px 10px;
}
.arrow-navigation ul li a {
	padding:28px 0px 4px 18px;
	display:block;
	color:#3366cc;
	text-decoration:none
}
.arrow-navigation ul li a:hover {
	text-decoration:underline
}
.arrow-navigation ul li.first-arrow a.arr1 {
	background-position:10px 4px
}
.arrow-navigation ul li.first-arrow a.done {
	background-position:10px 4px
}
.arrow-navigation ul li a.done {
	background:url(../images/done.gif) no-repeat 18px 4px;
}
.arrow-navigation ul li a.arr1 {
	background:url(../images/arr1.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li a.arr2 {
	background:url(../images/arr2.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li a.arr3 {
	background:url(../images/arr3.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li a.arr4 {
	background:url(../images/arr4.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li a.arr5 {
	background:url(../images/arr5.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li a.arr6 {
	background:url(../images/arr6.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li a.arr7 {
	background:url(../images/arr7.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li.selected a.done {
	background:url(../images/done_active.gif) no-repeat 18px 4px;
}
.arrow-navigation ul li.selected a.arr1 {
	background:url(../images/arr1_active.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li.selected a.arr2 {
	background:url(../images/arr2_active.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li.selected a.arr3 {
	background:url(../images/arr3_active.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li.selected a.arr4 {
	background:url(../images/arr4_active.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li.selected a.arr5 {
	background:url(../images/arr5_active.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li.selected a.arr6 {
	background:url(../images/arr6_active.gif) no-repeat 17px 4px;
}
.arrow-navigation ul li.selected a.arr7 {
	background:url(../images/arr7_active.gif) no-repeat 17px 4px;
}
.box2 {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/white-title-bar.gif) no-repeat;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #096DE8;
	margin-bottom:12px
}
.box8 {
	float:left;
	padding: 4px 0 0 20px;
	font-weight:bold;
	height: 26px;
	font-size: 20px;
	line-height: 24px;
	color: #096DE8;
	margin-bottom:10px;
	margin-top:10px;

}

.fbLikeButton {
	float:right;
	margin-top:20px;
}
.werbung-container {
	overflow:hidden
}
.werbung-container img {
	display:block;
	float:left;
	padding-right:20px
}
.bold {
	font-weight:bold
}
.ausstatung-form label {
	float: left;
	width:180px;
	padding-top:3px
}
.ausstatung-form input {
	float:left
}
.ausstatung-form .column-1 {
	width:240px
}
.ausstatung-form .row {
	padding: 0 0 2px 0px;
	overflow: hidden;
	clear:both;
}
.row {
	padding: 0 0 2px 0px;
}
.login-form .row {
	float:left;
	padding-right:10px
}
.login-form label {
	display:block;
	padding-bottom:4px
}
.login-form input {
	border: 1px solid #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.card-checkbox {
	padding-left:150px
}
.card-checkbox input {
	float:left
}
.card-checkbox label {
	float: left;
	width:300px;
	padding:3px 0px 0px 5px
}
.card-checkbox a {
	text-decoration:underline
}
.column2_inner_column1 {
	width: 400px;
	float:left
}
.column2_inner_column2, .column2_inner_column3 {
	padding-left:10px;
	width: 175px;
	float:left;
}
.title-inner-box {
	background-color:#d6d6d6;
	color:#333;
	font-weight:bold;
	padding:3px 14px;
	margin:0px 1px
}
.pad-left {
	padding-left:25px !important
}
.inner-box-contant {
	padding:5px 14px;
}
.inner-box-contant ul {
	padding:0px;
	margin:0px;
	list-style:none
}
.inner-box-contant ul li {
	padding-bottom:5px;
	height:15px
}
.inner-box-contant ul li.check {
	background:url(../images/done.png) no-repeat top left;
	height:15px
}
.inner-box-contant ul li.empty {
	height:15px
}
.inner-box-contant ul li a {
	color:#333;
	text-decoration:underline
}
.bilder-table-container {
}
.bilder-table {
}
.bilder-table th {
	font-weight:bold;
	padding:20px 20px 5px 20px;
}
.bilder-table td {
	color:#2960df;
	border-top:1px solid #2960df;
	border-right:1px solid #2960df;
	padding:14px 20px 14px 20px;
	text-align: center;
	vertical-align:middle
}
.bilder-table td.last {
	border-right:none
}
.bilder-table td a {
	display:block
}
.bilder-table td a img {
	text-align:left
}
.bilder-table td.info {
	text-align:left;
	padding-left:50px;
	color:#333
}
.bilder-table th.info {
	text-align:left;
	padding-left:50px;
	color:#333
}


a.down {
	text-indent: -3000px;
	background:url("../images/arrow_down_up.png") no-repeat scroll 0 0 transparent;
	width:20px;
	height:20px
}

a.down:hover {
	background:url("../images/arrow_down_up.png") no-repeat scroll 0 -20px transparent;
}


a.delete {
	text-indent: -3000px;
	background:url("../images/icon20_delete.png") no-repeat scroll 0 0 transparent;
	width:20px;
	height:20px
}
a.delete:hover {
	background:url("../images/icon20_delete.png") no-repeat scroll 0 -20px transparent;
}


a.up {
	text-indent: -3000px;
	background:url("../images/arrow_down_up.png") no-repeat scroll -20px 0 transparent;
	width:20px;
	height:20px
}
a.up:hover {
	background:url("../images/arrow_down_up.png") no-repeat scroll -20px -20px transparent;
}

a.rep {
	background:url("../images/icon20_rep.png") no-repeat;
	display:block;
	padding:4px 0px 0px 25px;
	margin-bottom:9px;
	height:20px
}
a.car {
	background:url("../images/icon20_car.png") no-repeat;
	display:block;
	padding:4px 0px 0px 25px;
	margin-bottom:9px;
	height:20px
}
a.contact {
	background:url("../images/icon20_card.png") no-repeat;
	display:block;
	padding:4px 0px 0px 25px;
	margin-bottom:9px;
	height:20px
}
a.photo {
	background:url("../images/icon20_photo.png") no-repeat;
	display:block;
	padding:4px 0px 0px 25px;
	margin-bottom:9px;
	height:20px
}


a.calendar {
	background:url("../images/icon20_calendar.png") no-repeat;
	display:block;
	padding:4px 0px 0px 25px;
	margin-bottom:9px;
	height:20px
}
a.deletelink {
	background:url("../images/icon20_delete.png") no-repeat;
	display:block;
	padding:4px 0px 0px 25px;
	margin-bottom:9px;
	height:20px
}
a.uplink {
	background:url("../images/icon20_up.png") no-repeat;
	display:block;
	padding:4px 0px 0px 25px;
	margin-bottom:9px;
	height:20px
}
a.carlink {
	background:url("../images/icon20_car.png") no-repeat;
	display:block;
	padding:4px 0px 0px 25px;
	margin-bottom:9px;
	height:20px
}
a.viewlink {
	background:url("../images/icon20_view.png") no-repeat;
	display:block;
	padding:4px 0px 0px 25px;
	margin-bottom:9px;
	height:20px
}
a.info {
	background:url("../images/info.png") no-repeat;
	display:inline-block;
	height:11px;
	width:11px;
	font-size:0px;
	text-decoration:none;
	text-indent: -3000px;
}
.quality-ico {
	float:left; 
	padding-right:4px;	margin-left:20px;

}
.pre-box-contant {
	padding:0px 0px 6px 0px;
	font-weight:bold;
	font-size:12px;
	color:#666; 
}

.offer-preview-box{
background-color:#FFFFFF;
margin-bottom:10px;
}
.column2_inner_2 {
	overflow:hidden
}
.column2_inner_2_column1 {
	width:400px;
	float:left
}
.column2_inner_2_column2 {
	float:left;
	width:324px;
	padding-left:10px

}
/* data table */
.table-daten-container {
	padding:0px 1px;
	color:#333333
}
.table-daten td {
	padding:4px 8px
}
.table-daten td.name {
}
.table-daten td.value {
	font-weight:bold
}
.odd {
	background-color:#F5F5F5
}
.content-block_insidebox {
	padding:6px 10px 8px 10px
}
.main-bilder {
	padding:2px 7px 7px 7px;
}
/* image list */
.bilder-liste {
	border-top:1px solid #BBB;
	border-bottom:1px solid #BBB;
	overflow:hidden;
	margin-bottom:4px;
	padding-left:2px
}
.bilder-liste a img {
	margin:2px 1px 2px 1px;

}
.bilder-liste a.last img {
	border:none;
}
.bilder-liste a {
	display:block;
	float:left;
	text-decoration:none;
	font-size:0px
}
.smallcarpic {  font-size:0px }
/* info box*/
.info-box {
	border:1px solid red;
	padding:10px;
	margin-bottom:10px;
	background-color:#FFFFFF
}
/* pay content*/
.content-pay {
	padding:14px
}
.content-pay .row {
	float:left;
	padding-right:20px
}
.pay-column1 {
	width:300px
}
.pay-column1 img {
	float:left;
	padding-top:10px
}
.pay-column2 {
	width:100px
}
.pay-column3 {
	width:100px
}
/* card content*/
.content-card {
	padding:14px
}
.content-card a {
	text-decoration:underline
}
.card-column1 {
	float:left;
	width:200px;
	padding-right:10px
}
.card-column2 {
	float:left;
	padding-right:10px;
	width:250px
}
.card-column3 {
	float:left;
	width:250px;
	padding-top:7px
}
.list-with-icon {
}
dl {
	padding:0;
	margin:0
}
.list-with-icon dt {
	width: 30px;
	float: left;
	margin: 0 0 10px 0;
}
.list-with-icon dd {
	float: left;
	width: 210px;
	margin: 0 0 14px 0;
	padding:3px 0px 0px 0px
}
dt {
	clear: both;
}
.image-online-container {
	text-align:center;
	padding:0px 0px 27px 0px;
	text-align:center
}
.inseratpaket {
	height:35px
}
.content-card-action {
	padding:10px
}
.content-card-action a {
	text-decoration:underline
}
/* car search */
.top-navigation {
	color:#096DE8;
}
.top-navigation a {
	text-decoration:none;
	color:#666 !important;
}
.top-navigation a:hover {
	text-decoration:underline;
}

.bookmarks-list {
	padding-left:10px;
	margin:10px 0px 0px 0px;
}
.bookmarks-list a {
	display:block;
	color:#096DE8
}
.bookmarks-list dt {
	width: 20px;
	float: left;
	margin: 0 0 0 0;
	padding-top:3px
}
.bookmarks-list dt a {
	width:10px;
	height:10px;
	background:url(../images/list_del.gif) no-repeat top left;
}
.bookmarks-list dt a:hover {
	background:url(../images/list_del_on.gif)
}
dt {
	clear: both;
}
.bookmarks-list dd {
	float: left;
	width: 140px;
	margin: 0 0 0 0;
	padding-bottom:10px
}

/* Make + modell List page */
.model-list {
	margin:10px 0px 0px 0px;
}
.model-list a {
	color:#096DE8;
	text-decoration:underline;
}
.model-list a:hover {
	color:#666666;
	text-decoration:none;
}
.model-list li {
	padding-top:6px;
	list-style:none;
}

/*-----------*/

.brlines label {
	line-height: 13px;
	display:block;
	padding-bottom:4px
}
.brlines {
	padding:0 0 7px 0;
}

.car-search {
	width:360px
}
.car-search label {
	width:100px
}
/* search list */
.result-box {
	padding:10px 10px
}
.result-box a {
	text-decoration:underline
}
.result-box a:hover {
	text-decoration:none
}
.search-text {
	padding-right:30px
}
.result-text {
	padding-right:50px
}
.search-navigation {
	padding:10px;
	overflow:hidden
}
.search-navigation a {
	float:left;
}
.prev-end, .prev, .next-end, .next {
	width:20px;
	line-height:20px;
	height:20px;
	overflow: hidden;
	margin-right:10px;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	text-indent:-3000px;

}
.prev-end {
	background: url("../images/nav-prev-end.png");
}
.prev {
	background: url("../images/nav-prev.png");
}
.next-end {
	background: url("../images/nav-next-end.png");
}
.next {
	background: url("../images/nav-next.png")
}
.nav-item {
	margin-right:10px;
	color:#333;
	height:16px;
	width: 20px;
	text-align:center;
	border: solid 2px #096DE8; -moz-border-radius: 4px; border-radius: 4px;
}

.nav-item-long {
	margin-right:10px;
    padding: 0 2px;
	color:#333;
	height:16px;
	/*width: 20px;*/
	text-align:center;
	border: solid 2px #096DE8; -moz-border-radius: 4px; border-radius: 4px;
}

.nav-long {
    padding: 0 2px;
    width: auto;
}

.current-nav-item {
	margin-right:10px;
	font-weight:bold;
	text-decoration:none;
	height:16px;
	width:20px;
	color:#333;
	text-align:center;
	border: solid 2px #999; -moz-border-radius: 4px; border-radius: 4px;
}

.current-nav-item-long {
	margin-right:10px;
    padding: 0 2px;
	font-weight:bold;
	text-decoration:none;
	height:16px;
	/*width:20px;*/
	color:#333;
	text-align:center;
	border: solid 2px #999; -moz-border-radius: 4px; border-radius: 4px;
}
.prev {
	margin-right:15px
}
.next {
	margin-left:6px
}
.prev-end:hover, .prev:hover, .next-end:hover, .next:hover {
	background-position : 0 -20px;
}
.nav-item:hover {
	text-decoration:none;
	height:16px;
	width:20px;
	color:#333;
	background-color:#CCC;
	text-align:center;
	border: solid 2px #CCC; -moz-border-radius: 4px; border-radius: 4px;
}

.nav-item-long:hover {
	text-decoration:none;
	height:16px;
	/*width:20px;*/
	color:#333;
	background-color:#CCC;
	text-align:center;
	border: solid 2px #CCC; -moz-border-radius: 4px; border-radius: 4px;
}
.search-table-list-container {
	padding:0px 2px
}
.search-table-list {
	width:100%
}
.search-table-list th {
	background-color:#096DE8;
	padding:4px;
	text-align:left;
	color:#FFFFFF;
}
.search-table-list th a {
	color:#ffffff;
	text-decoration:underline;
	display:block;
	float:left
}
.search-table-list th a:hover {
	text-decoration:none
}
.td-odd {
	background-color:#ECF4FD
}
.td-hover {
	background-color:#C7E8FE
}
.td-hover .detail-address {
	display:block
}
.detail-address {
	display:none;
	padding:5px 0px
}
.td-yellow {
	background-color:#FFFFB7
}
.td-premium {
	background-color:#D5FFD5
}
.td-inaktiv {
	background-color:#FFCECE
}
.search-table-list td {
	vertical-align:top;
	/* forpadding: 5px; */
}
.search-table-list .top-border {
	border-top:1px solid #096DE8;
}
.search-table-list .bottom-border {
	border-bottom:1px solid #096DE8;
}
.search-table-list td.image {
	padding:2px 0px 0px 2px !important;
	width:1%;
	border-bottom:1px solid #096DE8;
}
.search-table-list .descript {
	margin-top:9px;
	color:#666666
}
.search-table-list a.addlink {
	margin-top:12px;
	text-decoration:underline;
	color:#096DE8 !important;
}
.search-table-list .addlink {
	margin-top:12px;
}
.search-table-list a.addlink:hover {
	text-decoration:none
}
.sort-up, .sort-down {
	background:url(../images/sort-arrows.gif) no-repeat;
	height:5px;
	width:9px;
	margin:3px 4px;
	font-size:0px
}
.sort-up {
	background-position : 0 -5px;
}

.search-table-list span.info {
width:10px;
height:10px;
margin:-10px 0 0 50px;
background: url("../images/info-icon-square.gif") no-repeat;
background-position:bottom right;
position:absolute;
}

.drop-down-container {
	padding:0px 0px 0px 11px;
	overflow:hidden
}
.drop-down {
	margin-bottom:8px;
	float:left
}
.drop-down .name-categorie {
	cursor:pointer;
	border:1px solid #FC0C0C;
	background: #fff url(../images/arrow2.gif) no-repeat right 5px;
	color:#666666;
	padding:2px 20px 2px 5px;
}
.drop-down:hover ul, .drop-down.hover ul {
	display: block !important;
}
.drop-down ul {
	margin: 0;
	display: none;
	position: absolute;
	padding: 3px 0 0 0;
	background: #fff;
	list-style: none;
	border-left: 1px solid #FC0C0C;
	border-bottom: 1px solid #FC0C0C;
	border-right: 1px solid #FC0C0C;
}
.drop-down ul li {
	margin: 0px 0px 5px 0px;
	padding:0px;
	display:block
}
.drop-down ul li a {
	color:#666;
	background:url(../images/list_del.gif) no-repeat 6px 2px;
	padding:0px 10px 0px 20px
}
.drop-down ul li a:hover {
	background:url(../images/list_del_on.gif) no-repeat 6px 2px;
}
.form-link {
	color:#096DE8;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:5px 0px 5px 11px
}
.form-redtext {
	margin:2px 0 8px 0px;
	color:#F00 !important;
}
.detail-container {
	padding:3px 7px;
	overflow:hidden
}
.column2-detail-container {
	overflow:hidden;
	clear:left;
}
.column2-detail-left {
	float:left;
	margin: 8px 20px 10px 10px;
	width:400px
}
.column2-detail-right {
	float:left;
	margin-top:28px;
	width:324px
}
.view-bilder {
	background:url(../images/view-builder.gif) no-repeat 0px 0px;
	display:block;
	padding:7px 5px 13px 40px;
	color:#096DE8;
	margin-left:10px;
}
.service-container a {
	display:block;
	margin-bottom:5px;
	padding:1px 3px 4px 28px;
	color:#096DE8;
	text-decoration:underline
}
.service-container a:hover {
	text-decoration:none;
	color:#666;

}


div.service-link-baloise {
	background:url(../images/service_baloise.gif) no-repeat 0px 0px;
}
div.service-link-generali {
	background:url(../images/service_generali.gif) no-repeat 0px 0px;
}

div.service-link-gemoney {
	background:url(../images/service_gemoney.gif) no-repeat 0px 0px;
}

div.service-link-moneynet {
	background:url(../images/service_moneynet.gif) no-repeat 0px 0px;
}

a.service-link-save {
	background:url("../images/service-icon-save.png") no-repeat 0 0;
}
a.service-link-save:hover {
	background-position: 0px -20px;
}

a.service-link-lock {
	background:url("../images/service-icon-print.png") no-repeat 0 0;
}
a.service-link-lock:hover {
    background-position: 0px -20px;
}

a.service-link-mail {
	background:url("../images/service-icon-error.png") no-repeat 0 0;
}
a.service-link-mail:hover {
    background-position: 0px -20px;
}

a.service-link-person {
	background:url("../images/service-icon-mail.png") no-repeat 0 0;
}
a.service-link-person:hover {
    background-position: 0px -20px;
}

/* Werbung Box Auto */

/* start skyscraper banner */
.versicherung-bar {
	width: 170px;
	/*margin-left:10px;*/
	margin-bottom:10px;
	float: left;
}
.versicherung-bar .title {
	height: 24px;
	padding:2px 2px 0px 4px;
	font-size:14px;
	color:#096DE8;	
}
.versicherung-bar .bde {
	width: 170px;
	display: block;
	padding:0 2px 2px 2px;
    background: url("../images/versicherung-bar.gif") no-repeat scroll 0 0 transparent;
	height:158px;
}


.finanzierung-bar {
	width: 170px;
	/*margin-left:10px;*/
	margin-bottom:10px;
	float: left;
}
.finanzierung-bar .title {
	height: 24px;
	padding:2px 2px 0px 4px;
	font-size:14px;
	color:#096DE8;	
}
.finanzierung-bar .bde {
	width: 170px;
	display: block;
	padding:0 4px 4px 5px;
    background: url("../images/finanzierung-bar.gif") no-repeat scroll 0 0 transparent;
	height:180px;
}



.kontakt {
	margin:5px 0px
}
.detail-navigation {
	margin-left:5px;
	padding:1px 0px 8px 7px;
	line-height:20px;
	width:740px;
	border-bottom: 2px solid #3F92F8;
}
.detail-navigation a {
	text-decoration:underline
}
.detail-navigation a:hover {
	text-decoration:none
}
.zuruck-text {
	padding-right:20px
}

#detail-navigation-container { padding-left:30px; padding-right:20px; float: left; margin:0; }
#detail-navigation-container li { background: transparent; float: left; margin-right: 10px; font-size:14px; font-weight:bold; color:#666666 }
#detail-navigation-container li a { border: none; height: 20px; display: block; text-indent: -10000px; outline: none; }


#detail-navigation-container li.prev2 a { width: 20px; height: 20px; background: transparent url('../images/detail-navigation-arrow.png')  0 0 no-repeat; }
#detail-navigation-container li.prev2 a:hover { background: transparent url('../images/detail-navigation-arrow.png') 0 -20px no-repeat; }
#detail-navigation-container li.next2 a { width: 20px; height: 20px; background: transparent url('../images/detail-navigation-arrow.png') -20px 0 no-repeat; }
#detail-navigation-container li.next2 a:hover { background: transparent url('../images/detail-navigation-arrow.png') -20px -20px no-repeat; }	



/*
.detail-navigation-prev, .detail-navigation-next {
	background:url("../images/detail-navigation-arrow.gif") 0 0 no-repeat;
	display:block;
	text-indent:-3000px;
	height:20px;
	width:20px;
	float:left;
	margin-right:14px
}
.detail-navigation-next {
	background-position:0 -20px
}  */






.id-text {
	color:#666;
	font-weight:bold
}
.info-data {
	padding:8px 0px 10px 10px;
	color:#096DE8
}
.info-data2 {
	padding:8px 0px 8px 10px;
	color:#666
}
.btn-send {
	background:url(../images/button_speichern.gif) no-repeat;
	display: block;
	width: 98px;
	font-weight: bold;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	padding:0px 10px;
	color:#3c3c3d
}
.auto-suche-container {
	overflow:hidden;
	padding-bottom:20px
}
.auto-suche-container .row {
	float:left;
	margin-right:20px
}
.auto-suche-container input {
	border:1px solid #707070;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.accessories-form .left {
	margin-right:15px
}
.accessories-form select, .accessories-categories select, .form7 select {
	border: 1px solid #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	margin-left: 0px;
}
.accessories-form input, .accessories-categories input, .accessories-categories textarea, .form7 input {
	border: 1px solid #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.accessories-form .btn-login {
	display: block;
	background: url(../images/btn-silver.gif) no-repeat;
	width: 98px;
	font-weight: bold;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
}
.accessories img {
	margin: 0 auto;
}
.gallery.accessories .frame {
	height: 120px;
!important
}
.gallery.accessories .frame a {
	color: #3c3c3d;
}
.gallery.accessories .frame .img {
	display: block;
	width: 90px;
}
.accessories-link-list ul {
	float:left;
	margin:0px 39px 0px 0px
}
.accessories-link-list ul li {
	margin-bottom:12px
}
.accessories-link-list ul li a {
	text-decoration:underline
}
.accessories-link-list ul li a:hover {
	text-decoration:none
}
.box-accessories {
	font-size:13px !important
}
.column2-detail-container-accessories {
	overflow:hidden
}
.column2-detail-left-accessories {
	float:left;
	margin-right:5px;
	width:306px
}
.column2-detail-right-accessories {
	float:left;
	width:294px
}
.accessories-detail-list {
	margin:0px;
	width:400px
}
.accessories-detail-list dt {
	width: 120px;
	float: left;
	margin: 0 0 0 0;
}
.accessories-detail-list dt {
	clear:both
}
.accessories-detail-list dd {
	float: left;
	width: 150px;
	margin: 0 0 0 0;
	padding-bottom:10px;
	font-weight:bold
}
h3.box-title {
	background-color:#096DE8;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:4px 0px 4px 14px;
	margin:0px
}
.accessories-categories textarea {
	float:left;
	width:240px;
	margin:10px 10px 10px 0px
}
.form7 .row, .form7 .row-inline {
	padding-bottom:5px
}
.form7 .row label {
	float:left;
	width:100px
}
.visual-editor-container {
	margin-top:40px;
	padding:0px 0px 20px 0px
}
.visual-editor {
	border:1px solid #333;
	height:300px
}
.categories-list {
}
.categories-list ul li {
	color:#59595A;
	padding:0px 1px
}
.categories-list span.open {
	display:block;
	padding: 7px;
	font-size:13px;
	color:#59595A;
	font-weight:bold;
	border-top:1px solid #666666;
}
.categories-list ul li a.first {
	display:block;
	padding: 4px 10px;
	font-weight:bold;
	color:#096DE8;
}
.categories-list ul li a.first:hover {
	text-decoration:none;
	color:#404040
}
.categories-list ul ul {
	padding:0px 0px;
	background-color:#f2f2f2
}
.categories-list ul li li {
	color:#096DE8;
	border:none;
	background-color:#fff;
	padding:5px 2px 4px 10px;
	font-weight:bold
}
.categories-list ul li li a {
	color:#096DE8;
	text-decoration:none;
	background-image:none;
	display:inline
}
.categories-list ul li li.selected a {
	color:#fff;
}
.categories-list ul li li.selected a:hover {
	color:#fff
}
.categories-list ul li li.selected {
	background-color:#096DE8
}
.categories-list ul li li a:hover {
	color:#404040;
	text-decoration:underline;
}
.categories-list ul li li a span {
	font-weight:normal
}
.statistics {
	width:370px
}
.statistics dt {
	float:left;
	width:170px;
	white-space:nowrap;
}
.statistics dd {
	float:left;
}
.underline {
	text-decoration:underline
}
.underline:hover {
	text-decoration:none
}
.dealer .detail-links {
	padding:10px 6px 10px 10px;
}
.bottom-dealer-links {
	padding:5px 5px 20px 5px
}
.dealer .detail-links a, .bottom-dealer-links a {
	float:left;
	display:block;
	margin-right:10px;
	color:#666666;
	text-decoration:underline;
	padding:2px 0px 2px 20px;
	font-size:12px
}
.bottom-dealer-links a {
	color:#333;
	margin-right:23px;
}
.bottom-dealer-links div {
	float:left;
	margin-right:23px;
	margin-top:-1px
}
*html .bottom-dealer-links div {
	margin-top:-3px
}
.bottom-dealer-links div label {
	text-decoration:underline
}
.bottom-dealer-links a:hover {
	text-decoration:none
}
.dealer .detail-links a:hover {
	text-decoration:none
}
.dealer-detail {
	background:url(../images/dealer_detail.gif) no-repeat left 1px
}
.dealer-edit {
	background:url(../images/dealer_edit.gif) no-repeat left 2px
}
.dealer-photo {
	background:url(../images/dealer_photo.gif) no-repeat left 2px
}
.dealer-delete {
	background:url(../images/dealer_delete.gif) no-repeat left 2px
}
.dealer-graph {
	background:url(../images/dealer_graph.gif) no-repeat left 2px
}
.dealer-inactive {
	background:url(../images/dealer_inactive.gif) no-repeat left 0px
}
.dealer-active {
	background:url(../images/dealer_active.gif) no-repeat left 4px
}
.dealer .detailtext {
	color:#666;
}
.dealer .paket, .dealer .inserat-link, .dealer .email-count {
	float:left;
}
.dealer .inserat-link {
	display:block;
	background:url(../images/dealer_prem.gif) no-repeat left 0px;
	padding-left:14px;
	color:#096DE8;
	text-decoration:underline;
	margin-right:4px
}
.dealer .premiumdatum {
	float:left;
	color:#666666
}
.dealer .email-count, .dealer .paket {
	color:#666
}
.dealer .checkbox {
	padding-top:13px
}
.dealer-search .search-table-list td {
	padding:7px 5px
}
.handler-suche {
	padding:20px 14px 10px 14px
}
.top-handler {
	padding:10px 14px
}
.top-handler a {
	display:block;
	float:left;
	margin-right:7px;
	margin-bottom:10px;
}
.dealer-logo-container {
	padding:10px 0px;
	overflow:hidden
}
.dealer-logo-container img {
	float:left
}
.dealer-logo-container a {
	padding:2px 0px 2px 20px;
	text-decoration:underline;
	margin-left:10px
}
.dealer-logo-container .item {
	clear:left;
	overflow:hidden
}
.table-data-blue {
	border-left:1px solid #999;
	border-top:1px solid #999;
	background-color:#fff
}
.table-data-blue th {
	background-color:#5a88e7;
	color:#fff;
	text-align:left
}
.table-data-blue td, .table-data-blue th {
	padding:5px 10px;
	border-right:1px solid #999;
	border-bottom:1px solid #999
}
.table-data-blue td.odd {
	background-color:#eaf3fd
}
.table-data-message {
	text-align:right;
	color:#ff0000;
	margin-top:5px
}
.table-data-title {
	font-weight:bold;
	margin:15px 0px 10px 0px
}
.table-data-werbung {
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
	background-color:#fff
}
.table-data-werbung th {
	background-color:#5a88e7;
	color:#fff;
	text-align:left
}
.table-data-werbung td {
	color:#333
}
.table-data-werbung td.odd {
	background-color:#eaf3fd
}
.table-data-werbung td, .table-data-werbung th {
	padding:5px 10px;
	border-bottom:1px solid #999;
}
.table-data-werbung strong {
	display:block;
	font-weight:bold;
	color:#333
}
/* pupup window*/
.popup-window-content {
	clear:both
}
.popup-navigation-container, .popup-window-container {
	margin:0 auto;
}
.popup-window-container {
	width:574px;
	background-color:#CFE4FA;
	padding:20px;
	height:494px
}
.popup-window-column-container {
	overflow:hidden
}
.popup-window-column-container label {
	display:block;
	color:#333333 !important;
	font-weight:bold;
	padding:0px 0px 5px 0px
}
.popup-window-column-container .row {
	padding:0px 0px 14px 0px
}
.popup-window-column1, .popup-window-column2 {
	float:left
}
.popup-window-column1 {
	width:290px;
	margin-right:30px
}
.popup-window-column2 {
	width:210px;
}
.popup-window-container input, .popup-window-container textarea {
	border:1px solid #707070;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.popup-window-container select {
	border:1px solid #707070;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	margin-left:0;
}
.popup-window-content h3 {
	color:#003399;
	font-size:16px;
	margin:0px 0px 15px 0px;
	padding:0px
}
.popup-window-container button {
	color:#096DE8;
	font-weight:bold
}
.popup-window-container a.close-popup-window {
	background:url(../images/close.gif) no-repeat right 2px;
	padding:3px 20px 3px 0px;
	display:block;
	text-decoration:underline;
	float:right
}
.popup-window-container a.close-popup-window:hover {
	text-decoration:none
}
.line label {
	display: inline !important;
	font-weight:normal
}
.aboservice {
	width: 500px;
	margin:30px 0px
}
.aboservice dt {
	width: 160px;
	float: left;
	margin: 0 0px 10px 0;
	font-weight: bold;
	color:#1a50b8;
}
.aboservice dd {
	float: left;
	width: 300px;
	margin: 0 0px 10px 0;
}
.aboservice dd input {
	display:block;
	margin-bottom:16px;
	float: left
}
.aboservice dd label {
	display:block;
	padding:2px 0px 0px 5px
}

/* pupup window gallery*/
.popup-gallery-mainpicture {
    width: 640px;
	height: 480px;
    text-align: center;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}
.popup-gallery-mainpicture td {
    margin: 0px;
    padding: 0px;
}
.popup-gallery-mainpicture img {
    display: inline;
}
.popup-gallery-container, .popup-agb-container {
	width:720px;
	margin:0 auto;
	background-color:#CFE4FA;
}
.popup-gallery-logo {
	padding:5px 20px 20px 20px;
	background-color:#ffffff
}
.popup-agb-logo {
	padding:10px 20px 10px 20px;
	background-color:#ffffff
}
.popup-agb-logo .logo {
	margin:0px
}
.popup-agb {
	background-color:#fff;
	border:1px solid #096DE8;
	padding:10px 15px;
	line-height:14px;
	color:#333333
}
.popup-agb h3 {
	font-size:11px;
	font-weight:bold;
	margin:22px 0px 12px 0px
}
.popup-agb h2 {
	font-size:12px;
	font-weight:bold;
}
.popup-agb p {
	margin:0px
}
.popup-agb .contents {
	font-size:12px
}
.popup-agb .contents a {
	color:#2662df;
	text-decoration:underline
}
.popup-agb .contents a:hover {
	text-decoration:none
}
.popup-agb .contents ol {
	margin:0px 0px 0px 25px;
	padding:0px
}
.popup-agb .contents ol li {
	color:#2662df;
	margin-bottom:2px
}
.popup-agb-content {
	padding:20px 26px
}
.popup-gallery-container h3 {
	color:#096DE8;
	font-size:16px;
	margin:15px 0px 15px 0px;
	padding:0px
}
.popup-gallery-content {
	padding:8px 26px 10px 26px
}
.popup-gallery {
	border:1px solid #096DE8;
	padding:14px;
	background-color:#ffffff
}
.popup-gallery-close {
	background:url(../images/close.gif) no-repeat right 2px;
	padding:3px 20px 3px 0px;
	display:block;
	text-decoration:underline;
	float:right
}
.popup-gallery-close:hover {
	text-decoration:none
}
.popup-gallery-listpicture a {
	display:inline;
	float: left;
	border:1px solid #e0e0e0;
	margin-right:2px;
}
.popup-gallery-listpicture a.last {
	margin-right:0px
}
.popup-gallery-listpicture a:hover {
	border:1px solid #096DE8
}
.popup-gallery-listpicture a:hover img {
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.popup-gallery-listpicture {
	overflow:hidden;
	padding-top:14px
}
.popup-gallery-close-container, .popup-navigation-container {
	clear:both;
	overflow:hidden;
	padding:20px 0px 5px 0px
}
.popup-navigation-container .next-popup {
	float:right;
}
.popup-navigation-container .prev-popup {
	float:left;
}
.popup-navigation-container .next-popup, .popup-navigation-container .prev-popup {
	display:block;
	text-decoration:underline
}
.popup-navigation-container .next-popup:hover, .popup-navigation-container .prev-popup:hover {
	text-decoration:none
}
.popup-navigation-container {
	width:574px;
	margin-top:-50px
}
/* left list links*/
.left-links {
	padding:14px 10px 0px 10px
}
.left-links b {
	display:block;
	padding-bottom:10px
}
.left-links ul {
	list-style:none;
	padding:0;
	margin:0
}
.left-links ul li {
	padding-bottom:10px;
	color:#59595a;
	font-weight:bold
}
.left-links ul li a {
	color:#59595a;
	font-weight:bold;
	text-decoration:none
}
.left-links ul li a:hover {
	text-decoration:underline
}
.column2 .extra3 {
	background: url(../images/box1-silver.gif) no-repeat 0 100%;
}
.column2 .extra3 h2 {
	background: url(../images/h2-title-darck.gif) no-repeat;
	color:#666666;
}
.column2 .extra3 .frame {
	height: 154px;
	width:146px;
	padding-bottom: 8px;
}
.column2 .top-angebot .frame {
	height: 162px;
}
.column2 .top-angebot .accessories .frame {
	height:120px
}
.column2 .extra3 .frame div, .column2 .top-angebot .frame div {
	background: url(../images/frame.gif) no-repeat;
	height: 162px;
	padding-top: 6px;
}
.column2 .extra3 .frame a {
	color: #666;
}
/*
.column2 .bluebox450 {
	background: url(../images/bluebox-450.gif) no-repeat 0 100%;
	width: 450px;
	margin-bottom: 10px;
}
.column2 .bluebox450 h2 {
	background: url(../images/h2-title-450.gif) no-repeat;
	font-size: 14px;
	padding-left:10px;
	line-height: 24px;
	color: #fff;
}
.column2 .bluebox450 img {
	margin: 0;
}
.column2 .bluebox450 .frame {
	height: 130px;
}
.column2 .bluebox450 .frame a {
	text-align:left;
	color: #666;
}
.column2 .bluebox450 .frame .img {
	display: block;
	width: 90px;
}
.column2 .bluebox450 p {
	color: #3c3c3d;
}

*/

/* start footer */
.footer-box{
	padding-top: 1px;
	padding-bottom: 1px;
	background: url(../images/footer-grey-bar.png) repeat-x;
	width:100%

}
.footer-bar{
	margin:0 auto;
	width: 1160px;
	overflow: hidden;
	width:1160px;

}
.nav1 {
	padding: 20px 0 0 0;
	list-style: none;
	height: 31px;
	position: relative;
	margin-left: -14px;
}
.nav1 li {
	background: url(../images/sep.gif) no-repeat 0 50%;
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	padding: 0 14px;
	font-weight:bold;
	display: inline;
}
.nav1 li a {
	color: #CCCCCC;
}
.nav1 li a:hover {
	color: #096DE8;
	text-decoration:none
}

.nav1 .first {
	background: none;
}

.partner {
	float:left;
	width: 540px;
	padding-top: 8px;
	font-weight:bold;
	height: 24px;
}
.partner h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	display: inline;
	float: left;
}
.partner ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	float: left;
}
.partner ul li {
	margin: 0;
	background: url(../images/sep.gif) no-repeat 0 50%;
	padding: 0 6px 0 6px;
	color: #CCCCCC;
	float: left;
	display: inline;
}
.partner .first {
	background: none;
}
.partner ul li a {
	color: #CCCCCC;
	font-size:12px;
}
.partner ul li a:hover {
	color: #096DE8;
	text-decoration:none
}
.copyright {
	float:left;
	color: #fff;
	width: 400px;
	position: relative;
	height: 24px;
	padding-top: 8px;
}
.auto-marker, .header .box {
	color: #999;
}

.auto-marker {
	width:100%;
	background-color:#0058AC;
}

.marker-box-inner {
	margin:0 auto;
	width: 1160px;
	overflow: hidden;
	width:1160px;
	padding-bottom:16px;
}


.list-holder {
	width: 980px;
	overflow: hidden;
}
.auto-marker h3 {
	margin: 0;
	padding: 12px 0 6px 0;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
.auto-marker ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 163px;
}
.auto-marker ul li {
	margin: 0;
	padding: 0 0 1px 0;
	color: #CCCCCC;
	text-transform: uppercase;
	font-size: 12px;
}
.auto-marker ul li a {
	color: #CCCCCC;
}
.auto-marker p {
	margin: 0;
	padding: 11px 0 0 0;
	width:980px;
	
	
}


.total-box {
	padding:5px 0px 10px 150px
}
.list-bullet li {
	padding:0px 0px 10px 25px;
	background:url(../images/bullet1.gif) no-repeat 0px 2px
}
.list-bullet li strong {
	color:#666666;
	display:block
}
.message {
	padding:0px 0px 15px 0px
}

.nobold {
	font-weight:normal !important
}
/* end footer */
/* forms */
	input:hover, select:hover, input:focus, select:focus {
	background-color:#C7E8FE;
}
/* forms selected*/
.selected-menu{
	background-color:#C7E8FE;
	font-weight:bold;
	/* background-color:#FFBBBB; */
}

/* sitemap header */

.popup-sitemap {
	border:1px solid #096DE8;
	padding:14px;
	background-color:#ffffff;
	line-height:150%
}
.popup-sitemap h4 {
	font-size:14px;
	margin-bottom:20px
}
.popup-sitemap ul {
	padding:0px;
	margin:0px;
	margin-bottom:20px
}
.popup-sitemap ul li {
	color:#2662df
}
.popup-sitemap ul li a {
	color:#2662df;
	text-decoration: underline
}
.popup-sitemap ul li a:hover {
	text-decoration:none
}
.popup-sitemap-column1 {
	float:left;
	width:300px
}
.popup-sitemap-column2 {
	float:left;
	width:300px
}

.ajax-loading {
	background:url(../images/ajax-loader-2.gif) no-repeat center;
	height:32px;
	text-align:center;
}

