/* CSS Document */

#container_all {
	height: 750px;
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
	margin-top: 0px;
	top: 20px;
}

#container_top {
	height: 160px;
	width: 950px;
	position: absolute;
	background-image: url(shaddow_top_1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
}
#main_content {
	background-image: url(shaddow_main_1.gif);
	background-repeat: repeat-y;
	height: 520px;
	width: 950px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 160px;
}
.firstletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}

#bottom {
	background-image: url(shaddow_bottom_1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 950px;
	position: absolute;
	background-position: top;
	left: 0px;
	top: 669px;
}


body {
	background-color: #c1c1c1;
}
.fliesstext {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #333333;

	line-height: 16px;

	text-decoration: none;

}
/*Beginn Navigation oben*/
#li_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: left;
	left: 221px;
	width: 700px;
	height: 20px;
	top: 165px;
	z-index: 2;
	
}




#li_nav li {float:left
}
#li_nav a {
	display:block;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: 11px;
	color: #999999;
	font-weight: bolder;
}
#li_nav a:hover {
	color: #333333;
	cursor: pointer;
	text-decoration: underline;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #333333;
}




/*Hervorheben aktuelle Seite in Naviliste*/
#home #li_nav  .home a, 
#vermietung #li_nav  .vermietung a,
#verkauf #li_nav  .verkauf a,
#werkstatt #li_nav  .werkstatt a,
#kontakt #li_nav  .kontakt a,
#anfahrt #li_nav  .anfahrt a,
#impressum #li_nav  .impressum a
{
	color:#4B458E;
	cursor:default;
	font-weight: bolder;
}
/*Ende Hervorheben*/
#trennline_rot {
	background-color: #CC0000;
	height: 5px;
	width: 935px;
	position: absolute;
	top: 155px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
#trennline_rot_bottom {
	background-color: #cc0000;
	height: 5px;
	width: 935px;
	position: absolute;
	top: 600px;
	left: 0px;
	z-index: 2;
}
#farbverlauf_bottom {
	background-image: url(farbverlauf_bottom.gif);
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 935px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 610px;
}

