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

#header h1{
	font-weight:bold;
	font-size:22px;
	font-style: italic;
	padding-top:30px;
}

#header .orange{
	color:#FF9900;
}

#header .grau{
	color:#666666;
}

#header .schwarz{
	color:#000000;
}

#header p{
	text-align: right;
	padding-right:10px;
	margin-top:-28px;
}

/* Definition der Hauptnavigation */
#navigation ul{
	display:block;
	width:960px;
}

#navigation ul li{
	display:inline;
	line-height:32px;
	margin-left:10px;
	margin-right:30px;
}

#navigation ul li a{
	color:#333333;
	text-decoration:none;
}

#navigation ul li a:hover{
	color:#FF9900;
}

/* Definition der †berschriften im Inhaltsbereich */
#container h1,#container h2,#container h3,#container h4,#container h5,#container h6{
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	background-color:#FF9900;
	padding-left:5px;
	color:#333333;
	font-weight: bold;
	font-size:13px;
}

/* Definition der †berschrift und Texte in der Fu§zeile */
#footer h1,#footer h2,#footer h3,#footer p{
	text-align: center;
	font-size:14px;
	color:#FF9900;
}
