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

body{
	background-color:#F9F9F9;
 	font-family:"Lucida Grande",'Lucida Sans Unicode' ,sans-serif;
	color:#333333;
}

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

#header{
	position:relative;
	background-image: url('../images/av-logo.gif');
	background-repeat: no-repeat;
	border-bottom:1px solid #CECECE;
	background-color:#F9F9F9;
	height:60px;
	width:960px;
}

#navigation{
	position:relative;
	background-color: #F9F9F9;
	height:30px;
	width:960px;
}

#container{
	position:relative;
	width:960px;
	border:1px solid #CECECE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#footer{
	position:relative;
	width:960px;
	/*border:1px dotted silver;*/
	background-color: #F9F9F9;
	height:120px;
	clear:both;
}

.clear{
	clear: both;
}
