@import url(fonts/roboto.css);
@import url(fonts/open-sans.css);
@import url(fonts/open-sans-condensed.css);

body {
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 100%;
	font-weight: 300;
	background: #fff;
	color: #2A2A2A;
	width: 960px;
	letter-spacing: 0.01 em;
	font-size: 16px;
}

body #content b {

}

#content .vehicle_select {
	background: #fff;
}

#filter {
	display:none;
}

iframe#headlineLike {
	border:none; 
	overflow:hidden; 
	width:450px; 
	height:35px;
	float: left;
}

#content h3, #content h3 span {
	background: transparent;
}

#content h3 span {
	padding: 0px;
}

#configToolbox {
	position: absolute;
	margin: 10px 0px 0px 560px;
}

#modelbox {
	width: 960px;
	float: left;
	height: 240px;
	background-color: #fff;
}

#model {
	background: #fff;
	border-bottom: solid 1px #ebebeb;
	color: #333;
	width: 960px;
	padding: 10px 0px 0px 0px;
	height: 230px;
	position: fixed;
	overflow: hidden;
	top: 0px;
}

#model #blankText h1 {
	float: left;
	clear: none;
	width: 60%;
}

#model #blankText p {
	width: 60%;
	float: left;
	padding: 0px 0px 0px 10px;
}

#model #blankText img {
	width: 300px;
}

#model.fixed {
	top: 0px;
	position: fixed;
	z-index: 9000;
}

#model #pic {
	float: left;
	margin-right: 20px;
}

#model #pic {
	float: left;
}

#model #pic img {

}

#model #layout {
	float: right;
}

#layout img {
	float: right;
	margin: 0px 0px;
	padding: 4px;
	border: solid 0px #4d657f;
	background-color: transparent;
}

#model #config {
	float: left;
	width: 260px;
	font-size: 13px;
	line-height: 0;
	padding: 0px 0px 0px 10px;
}

#model h1 {
	float: left;
	margin: 15px 0px 10px 0px;
	padding: 10px 0px 5px 10px;
	width: 450px;
	clear: right;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 38px;
	color: #ba2634;
	
	letter-spacing: 0.01em;
}

#model h2 {
	width: 250px;
	text-align: right;
	font-size: 22px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	border: 0px;
	border-top: solid 1px #ebebeb;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #2a2a2a;
	
	letter-spacing: 0.01em;
}

#model h2 sup {
	font-size: 11px;
}

#model h2 span {
	display: none;
}

#model h3 {
	font-size: 20px;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #2a2a2a;
	
	letter-spacing: 0.01em;
}

#model h3 span {
	float: right;
}

#content #model h5 {
	width: 440px;
	font-size: 12px;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #666;
}

#model h4{
	text-align:center;
}

#model #pictures {
	float: right;
	margin: 5px;
	width: 240px;
}

#navigation {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-color: transparent;
}

#navigation a {
	display: block;
	float: left;
	width: 33.3333%;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	padding: 10px 0px;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	color: #2a2a2a;
	border-bottom: solid 0px #ccc;
	background-color: #fff;
	transition: all 0.4s ease-in-out 0s;
}

#navigation a:hover {
	background: #ba2634;
	color: #fff;
}

#navigation a.check {
	background: url(../images/check.png) 95% 5px no-repeat;
	background-color: #ba2634;
	color: #fff;
}

#navigation a.open {
	background: transparent;
	background-color: #ba2634;
	color: #fff;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#content h1 {
	width: 100%;
	padding: 0px 0%;
	font-size: 19px;
}

#content h2.head {
	width: 98%;
	padding: 20px 1% 10px 1%;
	font-size: 17px;
}

#col1 {
	width: 100%;
	float: left;
	padding: 0px 0px;
}

#col1 .row {
	display: block;
	float: left;
	width: 15%;
	background-color: #c4d6e3;
	padding: 5px 1%;
	border-bottom: solid 1px #c4d6e3;
}

#col1 p {
	float: left;
	display: block;
	width: 200px;
	background-color: #c4d6e3;
	padding: 0px 1% 0px 1%;

}

#col1 p label {
	float: left;
	margin: 5px 0px 0px 0px;
}

#col1 .rowTitle {
	display: block;
	float: left;
	font-family: 'Museo 700';
	width: 98%;
	background-color: #c4d6e3;
	padding: 20px 1% 5px 1%;
	border-bottom: solid 1px #c4d6e3;
}

#col1  .slider {
	width: 180px;
	margin: 10px;
}

#col1 ul.vehicle_select li ul {
	width: 220px;
	list-style-image: none;
}

#content ul {
	list-style-image: none;
}

#col1 .vehicle_select li ul li {
	width: 200px;
}

#col1 .vehicle_select li ul a {
	width: auto;
}

#col1 input, #col2 input, #col3 input, #col4 input, #errorWindow input {
	border: 0px;
	background: transparent;
}

#col2 {
	width: 100%;
	height: auto;
	float: left;
	margin: 5px 0px;
	border: solid 1px #fff;
}

#col2 a {
	color: #333;
}

#col2 .headline {
	display: none;
}

#col2 .container {
	display: block;
	float: left;
	width: 310px;
	background-color: #fff;
	padding: 0px;
	margin: 5px;
}

#col2 .container div.img {
	float: left;
	width: 100%;
	text-align: center;
	height: 200px;
	position: relative;
}

#col2 .container div.img img {
	bottom: 0px;
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -100px;
}

#content #col2 .container h2 {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
	background-color: #fff;
	color: #333;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #2A2A2A;
	font-size: 24px;
	transition: all 0.4s ease-in-out 0s;
}

#col2 .container h2 a img {
	position: relative;
	background-color: #777;
}

#col2 .container h2 a:hover img {
	background-color: #fff;
}

#col2 .container span {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
	font-size: 100%;
	font-weight: normal;
	
}

#col2 .loading {
	width: 100px;
	height: 100px;
	margin: 0px auto;
	background: url(loading.gif) center center no-repeat;
}

#col2 .container:hover {
	background-color: #fff;
	cursor: pointer;
}

#content #col2 .container:hover h2 {
	color: #ba2634;
	transition: all 0.4s ease-in-out 0s;
}

#col2 ul {
	margin: 0px;
	padding: 0px;
}

#col2 ul li {
	list-style-type: none;
}

#col2 ul li:hover {
	background-color: #ebebeb;
}

#col2 ul li:hover h1 {
	color: #ba2634;
	transition: all 0.4s ease-in-out 0s;
}

#col2 .row .checkbox {
	display: block;
	margin: 0px;
	padding: 20px 10px;
	float: left;
	width: 4%;
}

#col2 label {
	overflow: hidden;
	display: block;
	float: left;
	width: 90%;
}

#col2 .row {
	display: block;
	float: left;
	width: 100%;
	height: 60px;
	padding: 10px 0px;
	background-color: transparent;
	border-top: solid 0px #ebebeb;
	border-bottom: solid 1px #ebebeb;
}

#col2 .row  img {
	float: left;
}

#col2 .layout {
	float: left;
	width: 100px;
}

#col2 h1 {
	float: left;
	width: 350px;
	font-size: 19px;
	margin: 0px;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #2A2A2A;
	transition: all 0.4s ease-in-out 0s;
	font-size: 1.875em;
	padding-left: 204px;
}

#col2 h1 b{
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #2a2a2a;
	font-size: 100%;
	display: none;
}

#col2 h2 {
	width: 200px;
	float: right;
	text-align: left;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #2a2a2a;
	font-size: 1.875em;
}

#col2 h2.fahrgestell {
	display: none;
	width: 559px;
	float: right;
	text-align: left;
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #2a2a2a;
	font-size: 100%;
}

#col2 h3 {
	display: block;
	float: right;
	width: 558px;
	font-size: 15px;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0px;
	color: #2a2a2a;
	padding: 0px;
}

#col2 h3 .small, #col2 h3 br {
	display: none;
}

#col3, #col4  {
	width: 100%;
	height: auto;
/*	overflow-y: scroll; */
	float: left;
	border: solid 0px #eeeeee;
}

#col3 ul, #col4 ul {
	margin: 0px;
	padding: 0px;
}

#col3 ul li, #col4  ul li {
	list-style-type: none;
}

#col3 ul li:hover, #col4 ul li:hover {
	background-color: #ebebeb;
}

#col3 .row .checkbox, #col4 .row .checkbox {
	display: block;
	margin: 0px;
	padding: 10px 10px;
	float: left;
	width: 4%;
}

#col3 label, #col4 label {
	overflow: hidden;
	display: block;
	float: left;
	width: 90%;
}

#col3 .row , #col4 .row {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 5px 0px;
	background-color: #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #323231;
}

#col2 .headline, #col3 .headline, #col4 .headline, #col3 .headline:hover , #col4 .headline:hover {
	display: block;
	float: left;
	font-size: 17px;
	font-family: 'Museo 700';
	font-weight: normal;
	width: 98%;
	height: auto;
	padding: 5px 1%;
	background-color: #fff;
	margin: 5px 0px 0px 0px;
	font-size: 1.5em;
	line-height: 1.33333;
	margin-bottom: 0.666667em;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #ba2634;
	
	font-size: 24px;
}

#col4 .headline {
	cursor: pointer;
}

#col3 h1, #col4 h1 {
	float: left;
	width: 75%;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#col3 h2, #col4 h2 {
	width: 15%;
	float: right;
	text-align: right;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#col4 h2 span.lineThrough {
	width: 70px;
	text-decoration: line-through;
	color: #cc0000;
}

#col4 h2 span.lineThrough2 {
	width: 70px;
	text-align: right;
}

#col3 h3, #col4 h3 {
	float: left;
	width: 75%;
	font-size: 17px;
	margin: 0px 0px 0px 0px;
}

#col4 h4 {
	border-bottom: 0px;
	float: left;
	width: 10%;
	font-size: 12px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	text-align: right;
	color: #888;
}

#col4 h4:first-child {
	margin: 0px 0px 0px 0px;
}

#col4 .row .checkbox {
	padding: 0px 10px;
}

#col4 .row{
	height: auto;
	padding: 5px 0px;
	background-color: #fff;
	border-top: solid 0px #fff;
	border-bottom: solid 1px #EBEBEB;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #2a2a2a;	
}

#content .rowPolster label {
	overflow: show;
	width: auto;
}

.rowPolster {
	float: left;
	width: auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.rowPolster img {
	border: solid 0px #eee;
	text-align: center;
}

.rowPolster div {
	width: 100%;
	text-align: center;
}

.rowFarbPreis {
	font-size: 12px;
}

#weiter,#zurueck,#button {
	padding: 10px 0px;
	float: right;
	margin: 0px 5px 0px 0px;
	display: block;
}

#zurueck {
	float: left;
}

#weiter input,#zurueck input {
	border: 0px;
	text-align: center;
	padding: 4px 0px 6px 25px;
	height: 26px;
	width: 107px;
	font-weight: bold;
	color: #333;
	padding: 0px;
}

#button input {
	border: 0px;
	text-align: center;
	padding: 4px 10px 6px 10px;
	height: 26px;
	width: auto;
	font-weight: bold;
	color: #333;
	padding: 0px 10px;
}

#button.center {
	float: left;
	margin: 0px 28%;
}

#button.left {
	float: left;
}

#zurueck input {
	text-align: center;
	padding: 1px 25px 6px 0px;
	padding: 0px;
}
	
#weiter input:hover { background-position: right -500px; }
#zurueck input:hover { background-position: left -300px; }
#button input:hover { background-position: left -100px; }


#code {
	font-weight: bold;
	float: left;
	padding: 3px 0px 0px 0px;
	font-size: 15px;

}

#code .small {
	font-size: 11px;
}

#k_footer {
	float: left;
	display: block;
	width: 100%;
	margin: 15px auto;
	color: #666;
	font-size: 12px;
}

#k_footer a {
	color: #ba2634; 
	text-decoration: none;
}

#k_footer a:hover {
	color: #2a2a2a; 
	text-decoration: none;
}

#k_anfrage {
	display: none;
	float: left;
	width: 920px;
	padding: 10px;
	margin: 10px;
	background: #323231;
	background-color: #323231;
	color: #fff;
}

#k_anfrage h2 {
	width: 730px;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 38px;
	color: #ba2634;
	
	letter-spacing: 0.01em;
	margin: 0px;
}

#k_anfrage hr {
	width: 920px;
	overflow: hidden;
	float: left;
	height: 0px;
	line-height: 0px;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #aaa;
}

#k_anfrage .row, #k_anfrage .row_half, #k_anfrage .row_quarter {
	float: left;
	width: 99%;
	margin: 0px 0px 10px 0px;
}

#k_anfrage .row_half {
	width: 44.5%;
	margin-right: 5%;
}

#k_anfrage .row_quarter {
	width: 19%;
	margin-right: 5%;	
}

#k_anfrage .row span, #k_anfrage .row_half span, #k_anfrage .row_quarter span {
	float: left;
	padding: 0px 5px;
	font-size: 15px;
	width: 730px;
	display: block;
}

#k_anfrage textarea, #k_anfrage input, #k_anfrage select {
	width: 734px;
	padding: 3px;
	height: 40px;
	border: 0px;
	background-color: #fff;
	border: solid 0px #ccc;
	resize: none;
	color: #333;
	font-family: sans-serif;
	font-size: 12px;
	border-bottom: solid 2px transparent;
}

#k_anfrage .focus {
	background-color: #ccc;
}

#k_anfrage select {
	height: 25px;
	width: 150px;
	float: left;
	margin-right: 10px;
}

#k_anfrage input {
	width: 100%;
	height: 15px;
}

#k_anfrage span input {
	width: auto;
}

#content #k_anfrage input.submit {
	background-color: #ba2634;
	color: #fff;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: 300;
	
	cursor: pointer;
	transition: all 0.4s ease-in-out 0s;
	padding: 0px;
	margin: 0px;
	position: static;
	float: left;
}

#content #k_anfrage input.submit:hover {
	background-color: transparent;
}

#k_anfrage .fieldError {
	border-bottom: solid 2px #cc0000;
	background-color: #cc0000;
	color: #fff;
}

#k_anfrage span.big {
	font-size: 18px;
	float: left;
	width: auto;
	padding: 5px;
}

#k_anfrage #inzahlung {
	display: none;
	float: left;
	background-color: #323231;
	width: 740px;
	padding: 10px 10px;
	margin-left: -10px;
}

#k_anfrage .ok {
	padding: 0px;
	height: auto;
	width: 400px;
	margin: 40px;
	background: url(../images/check.png) left top no-repeat;
}

#k_anfrage .ok b {
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 38px;
	color: #ba2634;
	
	letter-spacing: 0.01em;
}

#k_anfrage input.str {
	width: 80%;
}

#k_anfrage input.nr {
	width: 15%;
}

#k_anfrage input.plz {
	width: 20%;
}

#k_anfrage input.ort {
	width: 75%;
}

.configElement .info {
	width: 400px;
	float: left;
}

.configElement {
	float: left;
}

.configElement .info div {
	float: left;
	padding: 0px 10px;
}

.configElement .info .key {
	width: 170px;
}

.configElement .info .val {
	width: 180px;
}

.configElement .layout {
	float: left;
	width: 270px;
}

.configElement .open {
	float: left;
	padding: 20px 5px;
}

.configElement .linklist {
	float: left;
	width: 760px;
	padding: 5px 10px;
	margin: 15px 0px;
	border-top: dotted 1px #ccc;
}

#errorOverlay {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#errorWindow {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 10%;
	left: 50%;
	width: 880px;
	height: auto;
	margin-left: -440px;
	margin-top: 0px;
	padding: 10px;
	color: #333;
	background: #fff;
	background-color: #fff;
	box-shadow: 0px 0px 5px #000;
}

#errorWindow h1#title {
	width: 100%;
	font-size: 19px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #ba2634;
	font-size: 38px;
}

#errorWindow b {
	display: block;
	float: left;
	width: 570px;
	padding: 0px;
	margin-bottom: 0.666667em;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #2a2a2a;
	font-size: 28px;
	background-color: transparent;
}

#errorWindow ul {
	margin: 0px;
	padding: 0px;
}

#errorWindow  ul li {
	list-style-type: none;
}

#errorWindow ul li:hover {
	background-color: #c4d6e3;
}

#errorWindow .row .checkbox {
	display: block;
	margin: 0px;
	padding: 10px 10px;
	float: left;
	width: 4%;
}

#errorWindow label {
	overflow: hidden;
	display: block;
	float: left;
	width: 90%;
}

#errorWindow .row {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 5px 0px;
	background-color: transparent;
	margin-top: 1px;
	border-top: solid 0px #c4d6e3;
	border-bottom: solid 1px #ebebeb;
}

#errorWindow .headline {
	display: block;
	float: left;
	font-size: 17px;
	font-weight: bold;
	width: 98%;
	height: auto;
	padding: 5px 1%;
	background-color: #fff;
	margin: 5px 0px 0px 0px;
	margin-bottom: 0.666667em;
	font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #2a2a2a;
}

#errorWindow h1 {
	float: right;
	font-weight: normal;
	width: 75%;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#errorWindow h2 {
	width: 20%;
	float: right;
	font-weight: normal;
	text-align: right;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#errorWindow h3 {
	float: right;
	width: 75%;
	font-size: 15px;
	font-weight: normal;
	margin: 0px 20% 0px 0px;
}

#button input, #weiter input, #zurueck input {
	background-color: #2a2a2a;
	color: #fff;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: 300;
	
	cursor: pointer;
	transition: all 0.4s ease-in-out 0s;
}

#button input:hover, #weiter input:hover, #zurueck input:hover {
	background-color: #ba2634;
	color: #fff;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: 300;
	
}

.buttonNew {
	/*display: none;*/
}

#k_footer {

}

.groupBau {
	display: none;
}



/* FONT */

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?86496146');
  src: url('../font/fontello.eot?86496146#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?86496146') format('woff'),
       url('../font/fontello.ttf?86496146') format('truetype'),
       url('../font/fontello.svg?86496146#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?86496146#fontello') format('svg');
  }
}
*/