/*
************************************
* NEW LAYOUT FOR autovermietung.de *
*                                  *
* DESIGN & CSS BY:                 *
* Nicolas Caballero Rau            *
************************************
*/

body{
	color:#333333;
	font-family:cronos-pro-1,cronos-pro-2,sans-serif;
	background-color:#F9F9F9;
}

/* Definition der Inhaltselemente */
#wrapper{
	position:relative;
	margin:0 auto;
	width:960px;
	background-color:#FFFFFF;
	border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
}

#header{
	position:relative;
	height:140px;
	width:960px;
}

#breadcrumbnav{
	width:900px;
	height:15px;
	margin-left:30px;
	font-size:11px;
}

#container{
	position:relative;
	width:960px;
}

#container .mod_breadcrumb{
	font-size:12px;
	margin-left:20px;
	margin-top:15px;
	
}

#container .formsize {
	width:180px;
}

.usps {
	-moz-border-radius:8px 8px 8px 8px;
	border:1px dashed #333333;
	margin-left:10px;
	margin-top:10px;
	width:938px;
}

.usps p{
	margin:10px;
}

#footer{
	position:relative;
	width:960px;
	clear:both;
}

.clear{
	clear: both;
}

.layout_latest{
	width:460px;
	float:left;
	margin-right:10px;
}

/* DEFINE SOME CSS-SPRITES */

#alamo{
    	text-decoration: none;
    	display: inline;
    	background: url('../images/partner.png') 0 0;
    	background-repeat: repeat-x;
    	padding-right:38px;
	    padding-bottom:20px;
    	}

#avis{
      	text-decoration: none;
      	display: inline;
      	background: url('../images/partner.png') 245px 0;
    	  background-repeat: repeat-x;
    	  padding-right:48px;
	      padding-bottom:20px;
    	}

#hertz{
      	text-decoration: none;
      	display: inline;
      	background: url('../images/partner.png') 190px 0;
    	  background-repeat: repeat-x;
    	  padding-right:38px;
	      padding-bottom:20px;
    	}


#europcar{
      	text-decoration: none;
      	display: inline;
      	background: url('../images/partner.png') 148px 0;
	      background-repeat: repeat-x;
      	padding-right:50px;
	      padding-bottom:20px;
	      margin-left:2px;
    	}

#national{
      	text-decoration: none;
      	display: inline;
      	background: url('../images/partner.png') 92px 0;
	      background-repeat: repeat-x;
      	padding-right:50px;
	      padding-bottom:20px;
	      margin-left:4px;
    	}

#sixt{
      text-decoration: none;
      display: inline;
      background: url('../images/partner.png') 34px 0;
    	background-repeat: repeat-x;
    	padding-right:30px;
	    padding-bottom:20px;
	    margin-left:5px;
    	}
