/*Normalisiert margin, padding*/
body, div, dl, dt, dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockoute, th, td { margin: 0; padding: 0; }

/*Normalisiert font-size für Überschriften*/
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/*Normalisiert font-style und font-weight auf normal*/
adress, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }

/*Entfernt border aus fieldset und img*/
fieldset, img { border: 0; }

/*Richtet Text in caption und th links aus*/
caption, th { text-align: left; }

/*Entfernt Anführungszeichen aus q*/
q:before, q:after { content: '' }

body {
	min-height: 101%;
	background-color: #0F0;
	background-image: url(/media/media_css/bg_complete.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #008854;
}
html { height: 100%; }

p { font-size: 0.7em; line-height: 1.5em; }
h1 {
	font-size: 1.2em;
	color: #008854;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 { font-size: 1.0em; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
h3 {
	font-size: 0,75;
	color: #008A56;
	margin-bottom: 0.2em;
}
h4 {
	font-size: 0.9em;
	color: #008854;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}
h5 { font-size: 0.9em; color: #b51621; font-weight: normal; margin-bottom: 0.5em; }

a:link { color: #666666; text-decoration: underline; }
a:visited { color: #666666; text-decoration: underline; }
a:hover {
	color: #008854;
}

#wrap { width: 900px; margin: 0 auto; text-align: left; background-color: #ffffff; }

#header_left { width: 240px; height: 140px; float: left; text-align: left; background-color: #ffffff; }
#header_right { width: 660px; float: left; padding-top: 110px; text-align: left; background-color: #ffffff; }
#header_pano { width: 900px; height: 200px; float: left; text-align: left; background-color: #ffffff; }

#navi_top { float: left; text-align: left; }
#navi_top ul { list-style: none; list-style-position: outside; }
#navi_top li { float: left; display: inline; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; padding-right: 1.0em; }
#navi_top ul li#current { }
#navi_top ul li#current a,
#navi_top ul li#current a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #7D6666;
	background-image: url(/media/media_css/navi_icon_h.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#navi_top a:link, #navi_top a:visited { font-weight: normal; text-decoration: none; color: #666666; background-image: url(/media/media_css/navi_icon_n.gif); background-repeat: no-repeat; background-position: left center; padding-left: 20px; }
#navi_top a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #C5C6C8;
	background-image: url(/media/media_css/navi_icon_h.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#spalte_left {
	width: 240px;
	float: left;
	text-align: left;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 25px;
	background-color: #FFF;
}

#navi_left { float: left; text-align: left; }
#navi_left ul { list-style: none; list-style-position: outside; }
#navi_left li { color: #666666; font-size: 0.8em; line-height: 1.6em; font-weight: bold; }
#navi_left ul li#current { }
#navi_left ul li#current a,
#navi_left ul li#current a:hover {
	color: #F4FFFF;
	background-image: url(/media/media_css/list_icon_h.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#navi_left a:link, #navi_left a:visited { color: #666666; background-image: url(/media/media_css/list_icon_n.gif); background-repeat: no-repeat; background-position: left center; padding-left: 13px; text-decoration: none; }
#navi_left a:hover {
	color: #666;
	background-image: url(/media/media_css/list_icon_h.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

#spalte_right { width: 580px; float: left; text-align: left; padding-top: 30px; padding-right: 30px; background-color: #ffffff; }
#spalte_right ul { list-style-type: none; list-style-position: inherit; list-style-image: url(/media/media_css/list_icon_h.gif); }
#spalte_right li { font-size: 0.7em; margin-top: 0.3em; margin-bottom: 0.3em; }

#index_aktuelles { width: 375px; float: left; text-align: left; padding-right: 15px; background-color: #ffffff; }
#index_aktuelles h2 { border-bottom: 1px solid #eae5e2; }

#index_produkt { width: 220px; float: left; text-align: left; padding: 10px; background-color: #eae5e2; }

#bottom { width: 900px; float: left; text-align: center; padding-top: 50px; padding-bottom: 10px; background-color: #ffffff; }

#nachttable { width: 100%; font-size: 11px; line-height: 16px; }
#nachttable td { vertical-align: top; padding: 5px 5px; }

#teamtable { }
#teamtable td { background-color: #eae5e2; padding: 10px; }

.float_left { float: left; margin-right: 0.8em; margin-bottom: 0.8em; }
.float_left_rahmen { float: left; margin-right: 0.8em; margin-bottom: 1.0em; padding: 3px; border: 1px solid #d5d4d3; }
.float_left_rahmen_liste { float: left; margin-right: 0.8em; padding: 3px; border: 1px solid #d5d4d3; }
.float_right { float: right; margin-left: 0.8em; margin-bottom: 0.8em; }
.full { margin-top: 1.0em; margin-bottom: 1.0em; }
.team { margin-bottom: 0.5em; }

.clear { clear: both; }

input.send_img { outline: none; border: 0px; }

input { border: 1px #d4cbc5 solid; background-color: #f6f3f2; padding: 2px; margin-top: 5px; color: #333333; vertical-align: top; }
button { background-color:#FF3300 }
textarea { border: 1px #d4cbc5 solid; background-color: #f6f3f2; padding: 2px; color: #333333; vertical-align: top; }
