* {
	padding: 0;
	margin: 0;
}

body {
	margin: 20px 0px 20px 0;
	font-size: 12px;
	background: #46204F url(bg-c.jpg) top center no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 16px;
	}
	
a:link, a:visited {
	color: #000;
	text-decoration:underline;
	}
	
a:hover {
	color:#A34338;
	text-decoration:none;
	}
	
a.selected {
	color:#000;
	}

h1 {
	padding: 2.5em 0 0.5em 0;
	font-size: 20px;
	color: #6EAB24;
	line-height: 120%;
	text-align: center;
	}
	
h2 {
	padding: 1.5em 0 0.5em 0;
	font-size: 16px;
	color: #4F1751;
	text-align: left;
	clear: both;	
	}
	
h3 {
	margin-top: 1em;
	font-size: 14px
	}
	
h4 {
	margin-top: 1em;
	font-size: 12px
	}
h5 {
	margin-top: 1em;
	font-size: 11px
	}
	
#searchform {
	margin:	0px 0 20px 20px;
	}

form h2 {
	padding-left: 25px;
	color: #4F1751;
	}
	
form a {
	font-size: 11px;
	color:#000;
	text-decoration:none;
	}

form br {
	clear:left;
	}
	
label {
	float: left;
	width: 20px;
	color: #4F1751;
	padding: 0 0 5px 0;
	}

#searchform input {
	width: 110px;
	border: 1px solid #4F1751;
	}
	
#searchform img {
	border: 1px solid #4F1751;
	}

#container {
	margin: 0px auto;
	width: 850px;
	background-color: #fff;
	border-bottom: 15px solid #4F1751;
	}

/**************************************************************************/
/***** fuer die Linke Spalte (Logo, Suche, etc) der Seite *****************/
/**************************************************************************/

#leftcontent {
	float: left;
	width: 175px;
	background: #fff url(bee-c.jpg) 0 124px no-repeat;
	}
	
#leftcontent h1 {    
	font-size: 16px;
	padding-top: 40px;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #000;
	line-height: 120%;
	text-align: left;	
	}
	
#leftcontent p {
	font-size: 11px;
	padding: 0 10px 10px 10px;
	margin:0 10px 10px 10px;
	border-bottom:1px solid #4F1751;
	}
	
#leftcontent p.logo {
	padding: 0;
	margin: 20px 0 105px 0;
	text-align: center;
	border-bottom: none;
	}
	
#leftcontent p.address {
	border-bottom: none;
	font-size: 11px;
	margin-bottom:0;
	margin-right:0;
	}

#leftcontent p.address a {
	color:#c30;
	}

/**************************************************************************/
/***** fuer die Rechte Spalte (Flaggen, Navi, Content, etc) der Seite *****/
/**************************************************************************/
#centercontent {
	width:675px;
	float: left;
	}
	
/**************************************************************************/
/**************************** Flaggen Darstellung *************************/	
ul#menu_flag {
    /* contains floating li */
	background-color: #6EAB24;
	height:30px;
	width: 100%;	
	}
	
#menu_flag li {
	list-style: none;
	display: block;
	float: right;
	}
	
#menu_flag img {
	padding:10px 10px 0 0;
	}

/**************************************************************************/	
/********************* pull down main navigation **************************/	

* html body { 
 /*
 *
 *  Whatever:hover - V2.02.060206 - hover, active & focus
 *  ------------------------------------------------------------
 *  (c) 2005 - Peter Nederlof
 *  Peterned - http://www.xs4all.nl/~peterned/
 *  License  - http://creativecommons.org/licenses/LGPL/2.1/
 */
/*	behavior:url("scripts/csshover.htc"); */
	}

#menu a {
	text-decoration: none;
	display: block;
	padding: 0.1em 1.2em;
	color:#fff;
	}
/*
#menu a:hover {
	color: #fff;
	}*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	}
	
ul#menu {
	background-color:#4F1751;
	float:left; /* contains floating li */
/*    margin:0;
	padding:0;*/
	width:100%;
	}

#menu li {
	position: relative; /* c.b. for the a.p. dl */
	float: left;
	display: block;
	padding: 0.30em 0 0.25em 0;
/*	height: 1.5em;
	margin: 0;	
	background: #4F1751;*/
	/* IEmac needs a width, but the drop down will not work anyway 
	\*//*/ width:5em;*/
	}
	
#menu li:hover {
	background-color: #666;
	}
	
#menu li:hover dl { 
	left: -1px; /* -1px border offset */
	top: 2em; /* here because of IE7 */
	}

#menu dl {
	background-color: #e3e3e3;
	border-color: #999999;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	position: absolute; /* containing block is established by li */
	/*   top: 2em; */ /* removed here to fix IE7Mar20*/
	left: -999em; /* way off screen */
	width: 13em; /* width is required */
	padding: 0.25em 0 2em 0.5em; /* tolerance zone */ 
/*	margin: 0;*/
	}

#menu dt { /* intro text */
	margin: 0; 
	padding: 0.5em;
	}

#menu dd { /* contains links */
/*	margin: 0;*/
	padding: 0.5em 0 0.5em 0;
	border-bottom:1px solid #000;
	}
	
#menu dd a { /* contains links */
	text-decoration:none;
	color:#000;
	font-size: 11px;
	}

#menu dd a:hover { /* contains links */
	color: #666;
	}

/**************************************************************************/
/* fuer die Inhalte (Produkte, Forms, etc) in der Rechte Spalte der Seite */

#content {
	border-left:1px dotted #4F1751;
	margin-bottom:15px;
	padding-left:20px;
	width: 600px
	}

p.h_breadcrump{
	padding-top:40px;
	font-weight:bold;
	font-size: 11px;
	}

p.breadcrump {
	font-size: 11px;
	font-style:italic;
	margin-bottom: 1.5em;
	padding-top:3.5em;
	!margin-top:-2em;
	}
	
/* hier nicht enthalten sind #content h2,#content p */
#content h1,#content h3,#content h4,#content h5,#content h6,#content ul {
    padding-bottom: 0.5em;
}
#content ul {
    padding-left:1.5em;
}
#content p {
	padding-bottom: 0.5em;
	}

#content div div dl {
	margin: 0 0.25em;
}
/*
#content .product {
	border-bottom: 1px solid #4F1751;
	margin-right:30px;
	margin-left:0px;
	}

#content .product img {
	margin-right:-4px;
	margin-left:0px;
	padding:0;
	}

#content .product img.float_right {
	float:right;
	margin-left:6px;
	}

#content .product img.float_left {
	float:left;
	margin-right:6px;
	}

#content p.product_more {
	padding-bottom:15px;
	}
	
#content p.product_more a {
	text-transform: uppercase;
	text-decoration:underline;
	padding-right:15px;
	}
*/

#content p.product_nav a {
	padding-left:20px;
	text-decoration:underline;
	}

#content p.back a {
	color:#fff;
	}
	
.liniedrunter {
	border-bottom: 1px solid #46204f;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
/**************************************************************************/
/******************** fuer das Menue bei den Produkten ********************/
.menuprod {
	font-size: 11px;
	display: block;
	list-style: none;
}

#content ul.menuprod {
	padding: 0;
	display: block;
	position: relative;
	width: 600px;
	height: 75px;
}

#content ul.menuprod li ul{
	padding: 0;
	display: block;
	position: absolute;
	z-index: 10;
	!margin-left: -150px;
	!margin-top: -1px;
}

.menuprod .for_ie {
	float: left; 
	padding-top: 0.75em;
	text-align: center;
	width: 300px;
	position: relative;

}
.menuprod li a{
	display: block;
	text-align: center;
	text-decoration:none;

}
.toggleprod {
	border: 1px solid #6EAB24;
	display: block;
	height: 20px;
	margin: 1px;
	padding-top: 0.2em;
	position: relative;
	z-index: 1;
	background-color: #6EAB24;
}
.subprod li {	
	display: block;
	float: none;
	width: 298px;
	border: 1px solid #ffffff;
}
.subprod li a{
	background-color: #f1f7e8;
	border: 1px solid #000;
	text-decoration: none;
}

/**************************************************************************/
/*********************** fuer das Kontaktforumular ************************/

form#mailform {
	margin:0 0 0 35px;
	padding: 10px;
	}

form#mailform label {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding-right: 0;
	padding-top: 2px;
	text-align: left;
	width: 60px;
	clear: left;
	}
form#mailform .csc-mailform { 
	border: none;
	}
	
form#mailform .csc-mailform-submit { 
	background-color:#4F1751;
	margin:10px 0 0 60px;
	color:#fff;
	clear: both;
	}
	
form#mailform input, form#mailform textarea {
	border:1px solid #4F1751;
	float: left;
	}
	
/**************************************************************************/
/*************************** Tabelle allgemein ****************************/
table	{
	border-spacing:1px;
	margin: 1.5em 0px;
	}
table tr.tr-even {
	background-color:#DEEBC4;
	}

table tr.tr-odd {
	background-color:#F1F7E8;
	}
table td {
	text-align:left;
	padding: 0.5em;
	}
	
/*************************** Tabelle Historie *****************************/

table.history	{
	width: auto;
	}
	
table.history .td-0 {
	font-weight:bold;
	width: 10%;
	}
	
table.history .text {
	width: 90%;
	}

/*************************** Tabelle Upload *******************************/

table.csc-uploads {
	margin: 0px;
	}
table.csc-uploads td{
	background-color:#FFFFFF;
	}

table.csc-uploads tr{
	vertical-align:top;
	}

/*************************** Tabelle Product ******************************/

table.prod	{	
	width: 475px;
	}
	
table.prod .td-0 {
	font-weight:bold;
	width: 20%;
	}

/**************************************************************************/
/***************************** Multi Columns ******************************/

.multicol {
	position: relative;
	margin: 20px 0 60px 0px;
	width: 555px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-bottom: 1px solid #4F1751;
	}

.leftCol {
	width: 120px;
	float: left;
	}


.centerCol {
	margin: 0px 0 0 120px;
	width: 400px;
	}

/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */