* {
padding: 0;
margin: 0;
}

body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.8em;	
	text-align: center;
}

html, body {
	height: 100%;
}

h1, h2, h3, p {
	margin: 0.5em 0;
}

h1, h2, h3 {
	margin: 0 0;
}

h1{
	font-size: 18px;
	color: #333;
	margin-bottom: 7px;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 12px;
}

a, a:link{
	color: #333;
	text-decoration: underline;
}
a:visited{
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #660033;
	text-decoration: underline;
}
a.img {
	border: 0 none;
}

a img {
	border: 0 none;
	text-decoration: none;
}

span.hide {
	display: none;
}

pre, code {
	display: block;
	width: auto;
	background-color: White;
	border: 1px solid #999;
	padding: 0.5em;
	margin: 1em 0;
	color: #666;
	font: 1.2em monospace;
}

td {vertical-align: top;}

/* AREAS */
#wrapper {
	margin: 0 auto 0 auto;
	width: 935px;
	height: auto !important;
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: 100%;
	text-align: left;
}

#top {
	height: 305px;
	margin-top: 10px;
}

#logo {
	height: 105px;
}

#header-pic {
	width: 935px;
	height: 180px;
}

#main_nav {
	width: 220px;
}
/* Main Nav */
ul#mainnav {
	list-style-type: none;
	width: 220px;
}
ul#mainnav li {
	line-height: 17px;
}

ul#mainnav li a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	width: 210px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #9c0;
	border-bottom: 1px solid #fff;
}
* html ul#mainnav li a{  /* nur fuer Internet Explorer */
  width:220px;     /* Version 5.x */
  w\idth:220px;    /* Version 6 */
}

ul#mainnav li a:hover, ul#mainnav li a.active {	
	background-color: #790;
	color: #fff;
}

/* 2. Ebene  */
ul#mainnav li ul li a { background-color: #fff; color: #790; padding-left: 25px; background: url(menu_level_2.gif) no-repeat 11px 5px; }
ul#mainnav li ul li a:hover, ul#mainnav li ul li a.active {background-color: #fff; color: #860;}
/* 3. Ebene  */
ul#mainnav li ul li ul li a { font-size: 11px;background-color: #fff; color: #690; padding-left: 40px; background: url(menu_level_3.gif) no-repeat 26px 5px; }
ul#mainnav li ul li ul li a:hover, ul#mainnav li ul li ul li a.active {background-color: #fff; color: #890;}
/* 4. Ebene  */
ul#mainnav li ul li ul li ul li a { font-weight: normal; 	color: #780; 	padding: 0 0 0 55px; 	margin: 0;	background: url(menu_level_4.gif) no-repeat 41px 5px; }
ul#mainnav li ul li ul li ul li a:hover, ul#mainnav li ul li ul li ul li a.active {background-color: #fff; color: #9c0;}


#mainarea{
	clear: both;
}

#left_area {
	width: 220px;
	float: left;
}

#content_wrapper {
	float: right;
	width: 710px;
}

#content {
	width: 520px;
	float: left;
}

#right_area {
	float: right;
	width: 185px;
}

/* Content Styles */
#content img {
	float: left;
	margin: 0 10px 10px 0;
	clear: right;
}
#content ul {
	list-style: square;
	padding: 0em 10px 10px 13px;
	color: #333;
}
#content ul li {
	padding-left: 0px; 
	background: url(bl_content.gif) no-repeat 0 6px;
}

/*Rahmen um die Bilder im Haupt-Content-Bereich*/
#main img {border: 1px solid #ccc;}

/*Tabellen formatieren*/
.tr-odd {background-color: #eee;}

.news-latest-container {
	margin: 0;
	padding: 0;
}

.news-latest-wrapper {
	margin: 1px 3px 0 5px;
}
.news-latest-item {
	background: url(news_right_top.gif) no-repeat;
	font: 9px Verdana, Arial;
}

.news-latest-item h3 a {
	font: 9px Verdana, Arial;	
	line-height: 18px;
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
	font-weight: bold;
}


.news-latest-item h3 a:hover { text-decoration: underline; color: #fff; }

.news-latest-date a { color: #9c0; text-decoration: none; position: relative; top: 6px;}
.news-latest-date a:hover { color: #9c0; text-decoration: none; }

.news-latest-morelink a { color: #9c0; text-decoration: none; }

.news-latest-morelink {
	display: block;
	width: 170px;
	height: 20px;
	background: url(news_right_bottom.gif) no-repeat 0 15px;

}

.produkte_bild img {padding: 0; margin: 0;}

/*****************Page debug*****************Good rule to know the structure of the webpage* NOTE: Only compliant browser no IE*

div[id]{
	border: 1px solid #000;
	background-color: #fff;
}

div[id]:before{
	content: "div#" attr(id);
	background-color: #cf9;
	color: #060;
	display: block;
}

/*****************End Page debug*****************/

/* Kontaktformular */

fieldset {border-color: #ccc;}

fieldset legend {margin: 0 0px 0 0px;}

fieldset label {
	display: block;
	width: 130px;
	float: left;
margin: 0 -5px 0 5px;
}

fieldset br {
	clear: left;
	margin-bottom: .5em;
	display: block;
}

fieldset input {
	background: e1e1e1;
	color: #777;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #9c0;
}

input#plz {
	width: 50px;
}

textarea#mitteilung {
	margin-left: 105px;}

fieldset textarea {
	width: 290px;
	height: 80px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #777;
	border: 1px solid #9c0;
}

fieldset select {
	border: 1px solid #9c0;
}

fieldset hr {
	margin-bottom: 5px;
}


/* Fehlermeldungen */

div.formerror {
	color: #ed1c24;
	border:  1px solid #ed1c24;
	padding: .5em; 	
}

div.formerror h3, div.formerror a {
	color: #ed1c24 ! important;
}

div.formerror ul {
	list-style: circle;
}

div.formerror ul li {
	margin-left: 1.5em;
} 

.bodytext {clear: both;}
.contenttable {width: 520px;}
.csc-uploads {	width: 520px;}
.tr-even {background-color: #cf9;}
.tr-odd {background-color: #9c6;}
.produkte_table h2 {background-color: #9c6; margin-bottom: 5px; padding-left: 5px;}
h1.produkte_ueberschrift {font-size: 24px; color: #9c0;}
table {
	font-size: 12px;
}
div.produkte_table td.td-0 {width: 50%;}
.produkte_bild img {border-bottom: 14px solid #fff;}
.produkte_description {
	border-bottom: 10px solid #fff;
}
div.produkte_link {margin-top: 10px; margin-bottom: 10px;}