/*
rai.k. by www.projekt-acme.de
mail@projekt-acme.de
mai 2009
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #003366;
	text-align: left;
}

#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 159px;
	line-height: 500px;
	overflow: hidden;
	background-color: #FFF;


}

#navigation {
	float: right;
	width: 500px;
	height: 43px;
	background-color: #FFF;
}

#left {
	float: left;
	width: 270px;
}

#main {
	float: left;
	padding-left: 45px;
	padding-top: 65px;
	height: 350px;
	width: 585px;
}

#footer {
	width: 900px;
	float: left;
}

/*main Bilder abhängig von der body id */

#index #main {
	background-image: url(../images/auto.jpg);
	background-repeat: no-repeat;
	width: 585px;
}

#pannenschutz #main {
	height: 750px;
	background-image: url(../images/pannendienst_hg.jpg);
	background-repeat: no-repeat;
	width: 585px;
}

#kontakt #main {
	height: 1700px;
	width: 585px;
	background-image: url(../images/kontakt_hg.jpg);
	background-repeat: no-repeat;
}

#service #main {
	height: 800px;
	width: 585px;
	background-image: url(../images/service_hg.jpg);
	background-repeat: no-repeat;
}

#impressum #main {
	width: 583px;
	text-align: left;
	height: 400px;
}

#partnerseite #main {
	height: 630px;
	width: 585px;
	background-image: url(../images/partner_hg.jpg);
	background-repeat: no-repeat;
}

#a1 {
	font-size: 16px;
	text-align: left;
}

#a2 {
	color: #F30;
	font-weight: bold;
}

#kontakt #container #main form label {
	font-weight: bold;
}
