body {
	margin: 0 auto;
	padding: 0;
	width: 812px;
	background: #fbfcfe url('images/system/bodyBG.jpg') repeat-x;
	color: #000;
	font-weight : normal;
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#popupbody {
	width:430px;
	padding:10px;
	padding-top: 20px;
}

.splitbody {
	background: pink;
}

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

a:hover {
	color: #555;
}

a img {
	border: 0;
}

.colored {
	color: #CA1519;
}

/* + + + + TOPMENU + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

#topmenu {
	float: left;
	width: 812px;
	height: 80px;
	background: #fff url('images/system/head.gif') no-repeat;
}

#topmenu ul {
	float: right;
	margin: 50px 0 0 0;
	list-style-type: none;
}

#topmenu ul li {
	float: left;
	display: inline;
	padding-left: 10px;
	font-size: 12px;
}

#topmenu ul li a {
	float: left;
	padding-top: 4px;
	color: #fff;
}

#topmenu ul li a:hover {
	color: #FFD600;
}

#topmenu ul li .on {
	font-weight: bold;
	color: #FFD600;
}

/* + + + + PAGE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

#page {
	float: left;
	width: 788px;
	min-height: 600px;
	padding: 20px 12px 20px 12px;
	background: #fff url('images/system/pageBG.gif') no-repeat;
	position: relative;
}

/* + + + + LEFT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

#left {
	float: left;
	width: 180px;
	padding-right: 10px;
}


.logo {
	display: none;
}

.logo_print {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;


}

#menu ul li {
	margin: 0 0 15px 0;
	padding: 0;
}

#menu ul li a {
	display: block;
	width: 178px;
	padding: 4px;
	background: url('images/system/menu.gif') no-repeat left center;
	font-family: Times, Garamon, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#menu ul li a:hover {
	color: #db1b21;
}

#menu ul li .on {
	color: #db1b21;
}

/* + + + + submenu + + + + */

#menu ul li ul {
	padding-top: 10px;
}

#menu ul li ul li {
	margin: 0;
	padding: 0;
}

#menu ul li ul li a {
	padding: 0 0 5px 15px;
	background: url('images/system/submenu.gif') no-repeat left top;
	color: #001123;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

#menu ul li ul li a:hover {
	color: #CA1519;
	background: url('images/system/submenuOn.gif') no-repeat left top;
}

#menu ul li ul li .on {
	color: #CA1519;
	background: url('images/system/submenuOn.gif') no-repeat left top;
}

/* + + + + CONTENT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

#content {
	float: left;
	width: 448px;
	line-height: 16px;

}

#content_home {
	float: left;
	width: 588px;
	line-height: 16px;
}

#slogandiv {
	margin-bottom: 20px;
}

/* + + + + BILD + + + + */

.bild {
	float: left;
	width: 220px;
	margin-right: 10px;
	padding-bottom: 120px;
	/*background: #f1f8e4 url('images/system/bildBG.gif') bottom;*/
}

.bild img {
	width: 220px;
	min-height: 120px;
	background: url('images/loader.gif') no-repeat left bottom;
}

.bild2 {
	float: left;
	width: 200px;
	padding-top: 20px;
}

.produktinfobox {
	float: left;
	width: 200px;
	padding: 10px;
	line-height: 16px;
	background: #f1f8e4;
}

.produktinfobox a.mehr {
	float: left;
	width: 185px;
	margin-top: 5px;
	/*padding-top: 1px;
	padding-bottom: 2px;
	background-color: #fbe8e8;*/
}
/*.produktinfobox a.mehr:hover {
	background-color: #f6f6f6;
}*/

/* + + + + BILD ende + + + + */

.small {
	float: left;
	width: 218px;
}

.small_home {
	float: left;
	width: 358px;
}

.large {
	float: left;
	width: 448px;
}

.large_uebersicht {
	float: left;
	width: 590px;
}

.text {
	padding-bottom: 30px;
}

#content h1,
#content_home h1 {
	
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Times, Garamon, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #227d50;
}

#content h2,
#content_home h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #7D7C7C;
	text-decoration: underline;
}

p {
	clear: both;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

a.mehr {
	padding-left: 15px;
	background: url('images/system/submenuOn.gif') no-repeat left center;
	font-weight: bold;
}
a.mehr:hover {
	background: url('images/system/submenu.gif') no-repeat left center;
}
a.back {
	padding-left: 15px;
	background: url('images/system/back.gif') no-repeat left center;
	font-weight: bold;
}
a.back:hover {
	background: url('images/system/backOn.gif') no-repeat left center;
}
a.download {
	padding-left: 15px;
	background: url('images/system/download.gif') no-repeat left top;
	font-weight: bold;
}
a.download:hover {
	background: url('images/system/downloadOn.gif') no-repeat left top;
}

.smallpic {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.adressbox {
	width: 240px;
	margin-top: 10px;
	padding: 10px;
	background: #E5F4EB url('images/produktinfobox.gif') no-repeat center center;
	line-height: 16px;
}

.highlightbox {
	float: left;
	width: 420px;
	margin-bottom: 30px;
	padding: 10px;
	background: #FFFBE8;
}

.highlightbox .suchbut {
	background: url('images/icons/mehr.gif') no-repeat left center;
}

.liste {
	clear: both;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-bottom: 10px;
	line-height: 16px;
}

#content ul,
#content_home ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

ol {
	margin: 0;
	margin-left: 15px;
	padding: 0;
}

ol li {
	margin-bottom: 10px;
}

/* + + + + PRODUKTLISTE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

.produktliste {
	float: right;
	width: 215px;
	margin-bottom: 20px;
}

.produktlisteleft {
	float: left;
	padding-right: 10px;
}

.produktbildklein {
	float: left;
	width: 50px;
}


#content .produktliste ul,
#content_home .produktliste ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.produktliste li {
	margin: 0 0 2px 0;
	width:160px;
	font-size:11px;
}

.produktliste li a {
	display: block;
	padding: 2px 2px 2px 17px;
	background: #fdf4f4 url('images/system/submenuOn.gif') no-repeat left 3px;
}

.produktliste li a:hover {
	background: #fff url('images/system/submenu.gif') no-repeat left 3px;
}

/* + + + + SUCHERGEBNISLISTE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

.suchergebnisliste {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

.suchergebnisliste li {
	list-style-type: none;
	list-style-image: url(images/icons/suchergebnisliste.gif);
}

.suchergebnisliste li a {
	font-weight: bold;
}

/* + + + + LEXIKON + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

.lexikonNavi, .lexikonNavi_on {
	float: left;
	width: 14px;
	margin-right: 4px;
	text-align: center;
	background: #005213;
	color: #fff;
}

.lexikonNavi:hover, .lexikonNavi_on {
	background: #CA1519;
	color: #fff;
}

.lexikonLink {
	padding-left: 14px;
	background: url('images/icons/mehr.gif') no-repeat left center;
	text-decoration: none;
	font-weight: bold;
}

/* + + + + RIGHT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

#right {
	float: right;
	width: 140px;
}

#right h2 {
	float: left;
	margin: 0;
	padding: 3px;
	width: 134px;
	color: #fff;
	font-size: 11px;
	font-family: Verdana;
	background: #227d50;
}

#right .special h2 {
	background: #db1b21;
}

#right .bannerspecial h2 {
	background: #CA1519;
}

#right img {
	margin-top: 1px;
}

#right p {
	float: left;
	padding: 10px 0 15px 0;
}

#right p.download {
	float: left;
/*
	Eigentlicher Wert:
	width: 100%;
	ABER: Internet Explorer verschiebt dann den Head (und Content) nach links
*/
	width: 120px;
	margin: 5px 0px;
/*	border: solid black 1px;*/
}

#right .news p {
	border-bottom: 1px dotted #f3c879;
	padding: 10px 0px;
}


#right .mehr {
	float: left;
	margin-top: 10px;
}

/* + + + + FOOTER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

#footer {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 10px;
	border-top: 1px dotted #E8B14B;
}

.print {
	float: left;
	padding-left: 14px;
	background: url('images/icons/print.gif') no-repeat left center;
	text-decoration: none;
	font-weight: normal;
}

.top {
	float: right;
	padding-left: 14px;
	background: url('images/icons/top.gif') no-repeat left center;
	text-decoration: none;
	font-weight: normal;
}

/* + + + + FORM + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

form {
	float: left;
	margin: 0;
	padding: 0;
}

.suchfeld {
	width: 120px;
	height: 14px;
	padding: 1px;
	border: 1px solid #fff;
	background: #A8C4AE;
	font-size: 11px;
}

.suchbut {
	width: 10px;
	height: 18px;
	font-size:10px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url('images/system/searchbut.gif') no-repeat left 5px;
	border: 0;
}

.pull {
	width: 200px;
	margin-top: 2px;
	margin-bottom: 6px;
	padding: 2px;
	border: 1px solid #e8b14c;
	font-size: 11px;
}

.feld {
	width: 196px;
	height: 16px;
	margin-top: 2px;
	margin-bottom: 6px;
	padding: 1px;
	border: 1px solid #B2B2B2;
	font-size: 11px;
}

.area {
	width: 188px;
	height: 160px;
	margin-top: 2px;
	padding: 5px;
	border: 1px solid #B2B2B2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.but {
	width: 120px;
	height: 22px;
}

/* + + + + PRODUKTPULL + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

.produktpull {
	width: 210px;
	color: #000;
}

#ProduktKategorienSelectorBut, #ProduktKategorienSelectorButPH {
	float: left;
	width: 206px;
	padding: 2px;
	color: #CA1519;
	font-size: 10px;
	background: #fff url(images/selectorbut.gif) no-repeat left center;
}

#produktkategoriedivframe {
	position: absolute;
	z-index: 2;
	display: none;
	width: 210px;
}

#ProduktKategorienSelectorDiv {
	width: 210px;
	padding-bottom: 4px;
	background: #fff;
	border: 1px solid #CA1519;
	cursor: default;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
	overflow: auto;
}

#ProduktKategorienSelectorDiv b {
	display: block;
	border-bottom: 1px dotted #CA1519;
}

#ProduktKategorienSelectorDiv a, #ProduktKategorienSelectorDiv a:visited {
	color:#555;
	display:block;
	font-size:11px;
	padding:2px;
	padding-left:15px;
	z-index:4000;
	cursor:pointer;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#ProduktKategorienSelectorDiv a:hover {
	color: #fff;
	background: #CA1519;
}

/* + + + + SONSTIGES + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

a.http {
	background: transparent url(images/icons/web.gif) no-repeat;
	padding-left: 16px;
	display: block;
	line-height: 16px;
}

a.mail {
	background: transparent url(images/icons/mail.gif) no-repeat 0 2px ;
	padding-left: 16px;
	display: block;
	line-height: 16px;
}

.fax {
	background: transparent url(images/icons/fax.gif) no-repeat 0 1px ;
	padding-left: 16px;
	display: block;
	line-height: 16px;
}

.tel {
	background: transparent url(images/icons/tel.gif) no-repeat 0 1px ;
	padding-left: 16px;
	display: block;
	line-height: 16px;
}

/* + + + + COLOREDTABLE + + + + */

.coloredtable {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

.coloredtable td {
	padding: 4px;
}

.coloredtable .topline {
	background: #005213;
	color: #fff;
}

.coloredtable .style1 {
	background: #E5EDE7;
}

.coloredtable .style2 {
	background: #CCDCD0;
}