*{
	margin: 0;
	padding: 0;
	border: none;
}

html{
	height: auto;
	min-height: 100%;
	border-left: 12px solid #64B038;
}

body{
	background-color: #686868;
	background-image:url(../bilder/bgBody.gif);
	background-repeat: repeat-y;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #797979;
}

h1,h2,h3,h4,h5,h6{
	color: #000000;
	font-weight: lighter;
	text-transform: uppercase;
}

h1{
	font-size: 1.5em;
	margin: 5px 0;
}

h2{
	font-size: 1.4em;
	margin: 5px 0;
}

h3{
	font-size: 1.3em;
	margin: 5px 0;
}

h4{
	font-size: 1.2em;
	margin: 5px 0;
}

h5{
	font-size: 1.1em;
	margin: 5px 0;
}

h6{
	font-size: 1.0em;
	margin: 5px 0;
}

p{
	margin: 10px 0;
	letter-spacing: 0.05em;
}

p.intro{
	color: #000000;
}

.clearer{
	clear: both;
}

.copy{
	color: #FFFFFF;
	font-size: 0.8em;
}

	.copy a:link{
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	.copy a:visited{
		color: #FFFFFF;
		text-decoration: underline;
	}

#head{
	width: 100%;
	height: 218px;
	background-image:url(../bilder/head.jpg);
	background-repeat: no-repeat;
	background-color: #64B038;
	border-bottom: 1px solid #FFFFFF;
}

	#head h1{
		text-indent: -2000px;
		font-size: 1.0em;
		margin: 0;
	}
	
#content{
	width: 692px;
	height: auto;
	min-height: 100%;
	background-color: #FFFFFF;
}

	#content #navigation{
		width: 135px;
		height: 263px;
		padding: 17px 35px 0 20px;
		float: left;
	}
	
		#content #navigation #navi{
			width: 140px;
			list-style-type: none;
			font-weight: bold;color: #808080;
		}
		
			#content #navigation #navi a{
				color: #808080;
				text-decoration: none;
			}
			
			#content #navigation #navi a:hover{
				color: #000000;
			}
			
	#content #navigationTop{
		width: 495px;
		height: 50px;
		float: left;
	}
	
		#content #navigationTop #naviTop{
			position: relative;
			list-style-type: none;
			float: left;
		}
		
			#content #navigationTop #naviTop li{
				width: 123px;
				float: left;
				text-indent: -2000px;
			}
			
			#content #navigationTop #naviTop li:hover{
				border-top: 8px solid #64B038;

			}
			
			#content #navigationTop #naviTop li{
				border-top: 8px solid #FFFFFF;

			}
				/**
				 * NAVIGATION OBEN
				 * Aktiver Status
				 * */
				#content #navigationTop #naviTop li#startActive a{
					position: absolute;
					top: 0px;
					left: 0px;
					width: 125px;
					height: 30px;
					background-image:url(../bilder/startActive.gif);
					background-repeat: no-repeat;
					background-position: bottom left;
				}
				
				#content #navigationTop #naviTop li#servicesActive a{
					position: absolute;
					top: 0px;
					left: 125px;
					width: 125px;
					height: 30px;
					background-image:url(../bilder/servicesActive.gif);
					background-repeat: no-repeat;
					background-position: bottom left;
				}
				
				#content #navigationTop #naviTop li#fleetActive a{
					position: absolute;
					top: 0px;
					left: 248px;
					width: 125px;
					height: 30px;
					background-image:url(../bilder/fleetActive.gif);
					background-repeat: no-repeat;
					background-position: bottom left;
				}
				
				#content #navigationTop #naviTop li#contactActive a{
					position: absolute;
					top: 0px;
					left: 370px;
					width: 125px;
					height: 30px;
					background-image:url(../bilder/contactActive.gif);
					background-repeat: no-repeat;
					background-position: bottom left;
				}
				
				/**
				 * NAVIGATION OBEN
				 * Normaler Status
				 * */
				#content #navigationTop #naviTop li#startNormal a{
					position: absolute;
					top: 0px;
					left: 0px;
					width: 125px;
					height: 30px;
					background-image:url(../bilder/startNormal.gif);
					background-repeat: no-repeat;
					background-position: bottom left;
				}
				
				#content #navigationTop #naviTop li#servicesNormal a{
					position: absolute;
					top: 0px;
					left: 125px;
					width: 125px;
					height: 30px;
					background-image:url(../bilder/servicesNormal.gif);
					background-repeat: no-repeat;
					background-position: bottom left;
				}
				
				#content #navigationTop #naviTop li#fleetNormal a{
					position: absolute;
					top: 0px;
					left: 248px;
					width: 125px;
					height: 30px;
					background-image:url(../bilder/fleetNormal.gif);
					background-repeat: no-repeat;
					background-position: bottom left;
				}
				
				#content #navigationTop #naviTop li#contactNormal a{
					position: absolute;
					top: 0px;
					left: 370px;
					width: 125px;
					height: 30px;
					background-image:url(../bilder/contactNormal.gif);
					background-repeat: no-repeat;
					background-position: bottom left;
				}

                /**
				 * NAVIGATION Links
				 * Hover Status
				 * */
                #content #navigation ul#navi li:hover {
                    color: #000000;
                    cursor: pointer;
                }
	
	#content #col1{
		width: 465px;
		margin: 35px 0 0 0;
		padding: 0 30px 0 0;
		float: left;
	}


#bottom{
	width: 100%;
	height: 160px;
	background-image:url(../bilder/birchBottom.gif);
	background-repeat: repeat-y;
	background-color: #686868;
	border-top: 1px solid #FFFFFF;
}

	#bottom #birchbauerLogo{
		position: relative;
		top: -73px;
		width: 157px;
		height: 155px;
		margin: 0 35px 0 0;
		background-image:url(../bilder/birchbauerLogo.gif);
		background-repeat: no-repeat;
		float: left;
	}
	
		#bottom #birchbauerLogo h2{
			text-indent: -2000px;
			margin: 0;
		}
		
form {
  background: #E6E7DF;
  border: thin solid #E6E7DF;
  margin:0;
  padding:.5em;
}
