@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.DIV-CLASS-WrapperWunschKFZ{
	display:block;
	width:100%;
	height:auto;
	float:left;
	margin-bottom:70px;
	margin-top:30px;
}

.DIV-CLASS-WunschKFZWrapperInner{
	width: 100%;
	float: left;
	box-sizing: border-box;
	}

.DIV-CLASS-WunschKFZ{
	display:block;
	width:90%;
	height:auto;
	overflow:visible;
	box-sizing:border-box;
	float:left;
	text-align:center;
	
	padding-left: 40px;
	padding-right:40px;
	padding-top:15px;
	padding-bottom:15px;
	
	border: 1px solid #bbbbbb;
	border-radius: 10px;
	box-shadow: 5px 5px 10px 0px #dddddd;
	
	
	margin: 30px;
}

A:link.LINK-CLASS-WunschKFZ{
	text-decoration:none;
	
	word-break:break-word;
	
	color:#ff8c00;
	font-family:Autowobil_OpenSanExtraBold;
	font-size:16pt;

	transition: all 0.2s linear;
		
}
A:visited.LINK-CLASS-WunschKFZ{
	text-decoration:none;
	
	word-break:break-word;
	
	color:#ff8c00;
	font-family:Autowobil_OpenSanExtraBold;
	font-size:16pt;

	transition: all 0.2s linear;
	
}
A:hover.LINK-CLASS-WunschKFZ{
	text-decoration:none;
	
	word-break:break-word;
	
	color:#003399;
	font-family:Autowobil_OpenSanExtraBold;
	font-size:16pt;

	transition: all 0.2s linear;
	
}

A:link.LINK-CLASS-WunschKFZIMG{
	width:100%;
	height:auto;
	display:block;
	overflow:auto;
	
	transition: all 0.2s linear;
}
A:visited.LINK-CLASS-WunschKFZIMG{
	width:100%;
	height:auto;
	display:block;
	overflow:auto;
	transition: all 0.2s linear;	
	
}
A:hover.LINK-CLASS-WunschKFZIMG{
	width:100%;
	height:auto;
	display:block;
	overflow:auto;
	transition: all 0.2s linear;	
	
}


/*ICONS*/
A:link#LINK-ID-WunschSESuche{
	background-image:url(seat.png?OpenImageResource);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:50%;
	
}
A:visited#LINK-ID-WunschSESuche{
	background-image:url(seat.png?OpenImageResource);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:50%;
}
A:hover#LINK-ID-WunschSESuche{
	background-image:url(seat.png?OpenImageResource);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:52%;
}
A:link#LINK-ID-WunschSKSuche{
	background-image:url(skoda.png?OpenImageResource);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:35%;
}
A:visited#LINK-ID-WunschSKSuche{
	background-image:url(skoda.png?OpenImageResource);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:35%;
}
A:hover#LINK-ID-WunschSKSuche{
	background-image:url(skoda.png?OpenImageResource);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:37%;
}
A:link#LINK-ID-WunschKFZSuche{
	background-image:url(wunschauto_suche.png?OpenImageResource);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80%;
}
A:visited#LINK-ID-WunschKFZSuche{
	background-image:url(wunschauto_suche.png?OpenImageResource);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80%;
}
A:hover#LINK-ID-WunschKFZSuche{
	background-image:url(wunschauto_suche2.png?OpenImageResource);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80%;
}


/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
	.DIV-CLASS-WunschKFZ{
		
		
		
		
	}
}


/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
	
	.DIV-CLASS-WunschKFZWrapperInner{
		width: 50%;
		float: left;
	}
	

	
}

@media only screen and (min-width: 1232px) {

	
}

@media only screen and (min-width: 2200px) {

}