* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background-color: #bfdaec;
	background-image: url(../gifs/startseite/bg_startseite_oben.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	height: 100%;
}
a img {
	border: 0;
}
a {
	text-decoration: none;
}
#startseite {
	margin: 0 auto;
	position: relative;
	width: 1008px;
}
	#logo {
		padding: 33px 113px 0 0;
		text-align: right;
	}
	#standorte {
		margin: 6px auto 0;
		position: relative;
		width: 776px;
	}
		#standorte .standort {
			background-color: #006ab3;
			border-color: #fff;
			border-style: solid;
			border-width: 2px;
			color: #000;
			display: block;
			font-size: 11px;
			font-weight: bold;
			height: 76px;
			overflow: hidden;
			position: absolute;
			width: 127px;
		}
		#standorte .standort a {
			color: #000;
		}
		#standorte .standort .standort-label {
			background-color:  #bfdaec;
			height: 1.25em;
			text-align: center;
			text-transform: uppercase;
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}
	#auswahl {
		position: absolute;
		left: 170px;
		top: 404px;
	}
		#auswahl td {
			padding: 1px 4px;
		}
		#auswahl label {
			font-weight: bold;
			font-size: 16px;
		}
		#auswahl label.bauzentren {
			color: #006ab3;
		}
		#auswahl label.hagebaumaerkte {
			color: #d10006;
		}
		#auswahl label.gartencenter {
			color: #088843;
		}
	#weiter {
		background-color: #fff;
		border-color: #006ab3;
		border-style: solid;
		border-width: 1px;
		position: absolute;
		top: 524px;
		left: 763px;
	}
		#weiter a {
			border-color: #006ab3 #cce1f0 #cce1f0 #006ab3;
			border-style: solid;
			border-width: 1px;
			color: #000;
			display: block;
			font-size: 12px;
			font-weight: bold;
			padding: 1px 0;
			text-align: center;
			width: 97px;
		}
