body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

/* Container */
#main {
	margin: 0px auto;
	width: 760px;
	padding: 30px 10px;
	border: 1px solid #666666;
}
#headerLinks {
	width: 305px;
	height: 80px;
	float: left;
}
#headerRechts1 {
	width: 120px;
	height: 80px;
	line-height: 16px;
	float: left;
	padding-left: 215px;
}
#headerRechts2 {
	width: 100px;
	height: 80px;
	line-height: 16px;
	float: left;
	padding-left: 20px;
}
#navi {
	width: 300px;
	height:172px;
	padding: 10px;
	background-color: #96CA42;
	color: #ffffff;
	font-weight:bold;
	float: left;
}
.naviLink {
	height: 42px;
	border-bottom: 1px dashed #ffffff;
	line-height:42px;
}
.naviLinkBottom {
	height: 43px;
	border:0px;
	line-height:42px;
}
#headergrafik {
	width: 440px;
	height:192px;
	float: left;
}
#faux {
	width:740px;
	overflow: auto;
	background: url(../images/faux_img.gif) 0 0 repeat-y;
}
#content {
	width: 740px;
	padding: 50px 10px 0px 10px;
}
#contentLinks {
	width: 520px;
	padding-right:30px;
	float:left;
}
#contentRechts {
	width: 180px;
	/*border-left: 1px solid #666666;*/
	padding: 0px 0px 10px 10px;
	float:left;
	color: #333333;
}
#produkteImg {
	width: 150px;
	float: left;
}
#produkteText {
	width: 350px;
	padding-left: 20px;
	float: left;
}
#footer {
	width: 740px;
	margin-top: 20px;
	padding-top:10px;
	border-top: 1px solid #666666;
}
#footerLinks {
	width: 590px;
	float:left;
}
#footerRechts {
	width: 150px;
	float: left;
	text-align:right;
}

/* Klassen */
.logos {
	float:left;
	padding-right: 20px;
	padding-bottom: 20px;
	border:0;
}	
.logos2 {
	float:left;
	border:0;
}
.form {
	width: 420px;
	border:1px solid #96CA42;
}
.button {
	background-color: #96CA42;
	border: 1px solid #666666;
	color: #ffffff;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 2px 5px 2px 5px;
}
ul {
	margin: 0px;
	padding: 10px 0 0 15px;
}

/* Schriftformatierung */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2E3092;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #2E3092;
	margin: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #6E972B;
	margin: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
	margin: 0px;
}

/* Navigation */
a:link, a:visited, a:active {
	color: #6E972B;
	text-decoration: none;
}
a:hover {
	color: #2E3092;
	text-decoration: none;
}
a.navi:link, a.navi:visited, a.navi:active {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
a.navi:hover {
	color: #2E3092;
	font-weight:bold;
	text-decoration:none;
}
a.footer:link, a.footer:visited, a.footer:active {
	color: #000;
	text-decoration: none;
}
a.footer:hover {
	color: #6E972B;
	text-decoration: none;
}
