*,
html *{
	padding: 0;
	margin: 0;
}

html{ height: 101%; }


body{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(/images/background.png) no-repeat top center #fff;
}

h1,h2,h3,h4{
	margin-bottom: 0.5em;
	margin-right: 60px;
}

h1{
	padding-top: 10px;
	font-size: 26px;
	text-align: center;
}

h2{
	font-size: 14px;
	padding: 6px 15px;
	padding-bottom: 40px;
	margin: 0;
	margin-right: 60px;
	color: #fff;
	background: url(/images/h2-background.png) no-repeat top center;
}

h3{
	font-size: 13px;
	padding: 0px 15px;
}

h4{
	font-size: 12px;
}

hr{
	height: 0px;
	border: 0px solid #000;
	margin: 0px;
	background-color: #000;
	color: #000;
	clear: both;
}

p{
	margin-bottom: 1em;
	margin-right: 60px;
	color: #000;
	line-height: 1.3em;

}

a{
	color: #000;
	outline: none;
}

iframe{
	border: 1px solid #000;
}

img {
	border: 0px;
}

ul{
	margin-left: 25px;
	margin-bottom: 1em;
}

li{
	margin-bottom: 0.5em;
}

td {
	vertical-align: top;
}

iframe{
	float: right;
	margin: 0 75px 15px 15px
}

.clearFloat{
	clear: both;
}


/*
*  Klassen-Selektoren
*/

.more{
	line-height:1.7em;
}

.lightboxImage{
	margin: 10px 17px 10px 15px !important;
	float: none !important;
}

.hidden{
	visibility: hidden;
}
/*
*  ID-Selektoren
*/

#WrapperHeader{
	height: 220px;
	padding: 0 60px;
	margin: 0;
	background: url(/images/header-background.png) repeat-x transparent;
}

#Header{
	width: 870px;
	height: 210px;
	margin: 0 auto;
	background: url(/images/header.png) no-repeat top center transparent;
	color: #fff;
}

#Header #TopNav{
	padding-top: 32px;
	padding-left: 20px;
}
#Header #TopNav a{
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
}


#WrapperBody {
	width: 910px;
	padding-left: 60px;
	margin: 0px auto;
	overflow: visible;
}

#Navigation {
	width: 870px;
	padding: 0 60px 15px 60px;
	margin: 0 auto;
	text-align: center;
}

#Navigation ul{
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#Navigation ul li{
	display: inline;
}

#Navigation a{
	padding: 5px 20px;
	font-size: 17px;
	color: #a71f3c;
	text-decoration: none;
	font-weight: bolder;
}
#Navigation a:hover,
#Navigation a:focus{
	text-decoration: underline;
}
#Navigation a.selected{
	text-decoration: underline;
}

#Footer{
	clear: both;
	height: 30px;
	width: 910px;
	padding-left: 60px;
	margin: 0px auto;
	margin-top: 2px;
	overflow: visible;
	background: url(/images/footer.png) no-repeat top center transparent;
}
/*



*/

#Content{
	position: relative;
	height: 560px;
	background: url(/images/home-background-soft.jpg) no-repeat bottom right #fff;
}

#Content img{
	float: right;
	margin: 5px 5px 60px 20px;
	border: 1px solid #000;
}

#Content p{
	padding: 0 15px;
	line-height: 1.5em;
	font-size:12px;
}


#Content .box{
	float: left;
	width: 260px;
	height: 185px;
	margin-right: 34px;
	background: url(/images/box-head.png) no-repeat top center;
}
#Content .box h2{
	padding: 6px 15px;
	margin: 0;
	margin-bottom: 1px;
	background: none;
}
#Content .box p{
	padding: 15px;
	padding-top: 25px;
	margin-bottom: 0;
	margin-right: 0;
	line-height: 1.4em;
}
#Content .box table{
	width: 230px;
	margin: 0 15px;
}


#Content #leistungen {
	background: #fff;
	overflow: hidden;
}
#Content #leistungen .box {
	height: auto;
	padding-bottom: 2px;
}
#Content #leistungen .box img{
	display: block;
	margin: 0 auto;
	border: 0px;
	float: none;
}


#home {
	height: 560px;
	background: url(/images/home-background.jpg) no-repeat bottom right #fff;
}

/**********************
*  Gebrauchtmarkt
**********************/
.Car{
	margin: 0px 60px 20px 0px;
	overflow: hidden;
}

#Content .Car img{
	margin: 0;
	margin: 0 15px;
	float: left;
}

.Car p{
	margin-right: 10px;
}

#Car{
	margin: 0px 60px 20px 0px;
	overflow: hidden;
}

#Car p{
	margin-right: 170px;
}

#Car #Images{
	width: 160px;
	float: right;
}

#Car #Images img{
	margin: 10px 20px;
}



/**********************
*  Kontaktformular
**********************/
#ContactFormOverlay{
		background-color:#000;
		position: absolute;
		left:0px;
		top:0px;
		width: 100%;
		z-index: 997;
}

#ContactFormBox{
		position: absolute;
		top: 60px;
		left: 50%;
		width: 600px;
		height: 400px;
		padding: 15px;
		margin-left: -300px;
		overflow: hidden;
		background-color: #fff;
		z-index: 998;
}

#KontaktFormular label{
	display: block;
	margin-top: 15px;
}
#KontaktFormular textarea{
	width: 400px;
	height: 360px;
	display: block;
	border: 0px;
}
#KontaktFormular input{
	display: block;
	width: 400px;
	padding: 2px 0;
	border: 0px;
	border-bottom: 1px solid #888;
}
#KontaktFormular textarea:focus,
#KontaktFormular input:focus{
	background-color: #eee;
}
#KontaktFormular #Message label{
	margin-top: 0;
}
#KontaktFormular #Message textarea{
	width: 280px;
}
#KontaktFormular #Address input{
	width: 280px;
}
#KontaktFormular #Address label{
	margin-top: 0px;
	margin-bottom: 15px;
}

#Message{
	float: left;
	width: 289px;
	height: 400px;
	padding-right: 10px;
	border-right: 1px solid #888;
}
#Address{
	position: relative;
	float: right;
	width: 289px;
	height: 400px;
	padding-left: 10px;
}

.close{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#KontaktFormular .submit{
	margin-top: 20px;
	border: 1px solid #888;

}
#KontaktFormular #Address .submit{
	background: url(../images/kontakt/briefmarke.png) no-repeat #fff;
	width: 120px;
	height: 95px;
	border: 0px;
	margin-left: 155px;
	margin-bottom: 30px;
	cursor: pointer;
}


#KontaktStatus{
	height: 400px;
	text-align: center;
}




