/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background: #FFFFFF;
	font-family: Arial, Verdana, sans-serif, Geneva;
	font-face: Arial, Verdana, sans-serif, Geneva;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color:#00A65B;
}

td {
	font-size: 12px;
}

h1 {
	font-size:16px;
 	font-weight:bold;
 	margin-bottom:2px;
}

h2 {
	font-size:12px;
 	font-weight:bold;
 	margin-bottom:2px;
}

h3 {
	font-size:12px;
 	font-weight:bold;
 	margin-bottom:2px;
}

h4 {
	font-size:12px;
 	font-weight:bold;
 	margin-bottom:2px;
}

#container {
	position: relative;
	top: 25;
	right: 25;
	margin: 0 auto;
	width: 775px;
	height: 575px;
	text-align: left;
	z-index: 1;
}

#contentContainer {
	position: absolute;
	left: 130px;
	top: 170px;
	width: 645px;
	height: 400px;
	overflow: auto;
	padding-top:10px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 260px;
	height: 110px;
	overflow: auto;
}

#firmendaten {
	font-family: Arial, Verdana, sans-serif, Geneva;
	font-face: Arial, Verdana, sans-serif, Geneva;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color:#00A65B;
	position: absolute;
	left: 0px;
	top: 115px;
	width: 259px;
	height: 42px;
	overflow: auto;
	background-image:url(../images/bg_firmendaten.gif);
	background-repeat:no-repeat;
	padding:5px;
}

#kopfdaten {
	position: absolute;
	left: 260px;
	top: 0px;
	width: 520px;
	height: 110px;
	overflow: auto;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
}

#slogan {
	position: absolute;
	left: 280px;
	top: 122px;
	width: 500px;
	height: 42px;
	overflow: auto;
}


#navigation {
	position: absolute;
	left: 0px;
	top: 160px;
	width: 130px;
	height: 404px;
	overflow: auto;
	padding-left:27px;
}

.navButton {
	margin-top:15px;
	width: 81px;
	height: 36px;
}

