
body {
	padding: 0;
	margin: 0;
	background: url(../images/bg_body.jpg) repeat;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #374860;
}

a { text-decoration: none; color: #E1501F; }

a:hover { text-decoration: underline; }

a img { border: none; }

h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2px 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0;
}

h3 {
	font-size: 13px;
	color: #EB6317;
}

p { margin: 2px 0 8px 0; }

hr {
	width: 555px;
	height: 1px;
	background-color: #c2c2c2;
	border: none;
	margin: 24px 0;
}

ul { padding-left: 20px; }

#wrapper {
	width: 931px;
	margin: 8px auto;
	padding-bottom: 24px;
	border: 1px solid #7f7f7f;
	background-color: #ffffff;
}

/* Header */

#header {
	width: 931px;
	height: 268px;
	overflow: hidden;
}

#flaggen {
	position: absolute;
	margin-left: -20px;
	margin-top: -1px;
}

/* Logo-Bereich */

#logobereich {
	width: 204px;
	height: 414px;
	padding: 180px 26px 0 26px;
	background: url(../images/bg_logobereich.png) no-repeat;
	position: absolute;
	margin-top: -1px;
	margin-left: 674px;
}

#logobereich h1 {
	text-decoration: none;
	text-transform: none;
	color: #7a7878;
	font-size: 13px;
	font-weight: bold;
}

#logobereich img { vertical-align: middle; }

#logobereich p {
	font-size: 13px;
	margin: 4px 0;
}

#logobereich a img { margin-left: 7px; }

#logolink {
	width: 204px;
	height: 125px;
	display: block;
	position: absolute;
	top: 16px;
}

#login { padding-bottom: 23px; }

#link_login_m { color: #708bac; }

#link_login_t { color: #74b068; }

/* News-Box */

#news_box { padding-top: 72px; }

#news_box p {
	font-size: 11px;
	line-height: 1.4em;
}

#news_box hr {
	width: 184px;
	position: relative;
	margin: 14px 0;
}

#news_box a { color: #408f31; }

/* Navigation */

#navibar {
	width: 918px;
	height: 35px;
	padding-left: 13px;
	background: url(../images/bg_navibar.jpg) repeat-x;
	overflow: hidden;
}

#navibar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navibar li.ebene1 {
	float: left;
	display: block;
	padding: 7px 20px;
}

#navibar li.homelink { padding: 3px 4px; }

#navibar li.ebene1 a {
	color: white;
	text-transform: uppercase;
	font-size: 14px;
}

#navibar li.ebene1 a:hover { text-decoration: none; }

#navibar li.ebene1:hover ul.subul { display: block !important; }

#navibar li.ebene1:hover { background-color: white; }

#navibar li.ebene1:hover a { color: #718eae; }
	
#navibar ul.subul {
	display: none;
	position: absolute;
	top: 307px;
	background: url(../images/bg_submenu.png) repeat-x #dddddd;
	z-index: 25;
	margin-left: -21px;
	/*box-shadow: 0 2px 4px #000000;*/
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

#navibar ul.subul li.ebene2 { padding: 0; }

#navibar ul.subul li.ebene2 a {
	display: block;
	width: 180px;
	padding: 5px 8px;
	text-transform: none !important;
	color: #718eae;
}

#navibar ul.subul li.ebene2 a:hover {
	background-color: #aeaeae;
	color: white;
}

/* Inhaltsbereich */

#content_wrapper { padding-top: 24px; }

#content_links {
	width: 639px;
	float: left;
	padding: 0 26px;
	min-height: 300px;
	line-height: 1.5em;
}

#content_rechts {
	width: 224px;
	float: left;
	padding-top: 300px;
}

#pageheading {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 8px;
}

/* Produktübersicht auf Startseite */

.produktbox {
	width: 196px;
	float: left;
}

.produktbox h1 {
	text-align: center;
	text-transform: none;
	color: white;
	background-color: #718eae;
	padding: 6px 0;
}

.produktbox p {
	margin: 2px 0;
	padding-left: 8px;
	font-size: 11px;
}

.produktbox li {
	font-size: 11px;
	line-height: 1.4em;
}

.produktbox a { color: #e1501f; }

#produktbox1 { margin-right: 10px; }
#produktbox2 { margin: 0 10px; }
#produktbox3 { margin-left: 10px; }

/* Kundenstimmen-Box */

#kundenstimme { background-color: #f7f7f7; }

#kundenstimme .heading {
	background-color: #e2e2e2;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 12px 4px 16px;
}

#kundenstimme .content { padding: 8px 8px 8px 16px; }

#kundenstimme .content p {
	margin: 5px 0;
	font-size: 11px;
	line-height: 1.4em;
}

#kundenstimme .content img {
	float: right;
	margin: 0 0 4px 4px;
}

#kundenstimme .content a { color: #e1501f; }

/* Footer */

#footer {
	padding-top: 50px;
	font-size: 12px;
	font-weight: bold;
}

#footer p {
	width: 691px;
	text-align: center;
	margin: 2px 0;
}

#footer a { color: #374860; }

#seotext {
	width: 881px;
	margin: 20px auto;
	text-align: center;
	font-size: 10px;
	color: #374860;
	opacity: 0.6;
}

/* Sonstiges */

.einzug { margin-left: 6px; }
