* {border: 0; margin: 0; padding: 0;}

p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 15px;
}

body { /*neu*/
	background-color: #f1eaea;
	color: #555555;
	font-family: Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1 { /*neu*/
	text-transform: uppercase;
	color: #909090;
	font-size: 23px;
}

h2 {
	font-size: 16px;
}

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

a:hover {
	text-decoration: underline;
}

#div_aussen { /*neu*/
	width: 990px;
	margin: 0 auto;
}

#header { /*neu*/
	width: 990px;
	height: 203px;
	background: url(images/bg_header.jpg) no-repeat;
}

#logolink { /*neu*/
	display: block;
	width: 308px;
	height: 81px;
	position: relative;
	left: 340px;
	top: 20px;
}

#mainmenu { /*neu*/
	text-transform: uppercase;
	color: #969696;
	padding-top: 96px;
	padding-left: 24px;
	font-size: 11px;
}

#mainmenu a {
	text-decoration: none;
	color: #969696;
	padding-bottom: 9px;
}

#mainmenu a:hover {
	text-decoration: underline;
}

#content_top {
	background: url(images/rc_content_top_bg.jpg) no-repeat;
	height: 20px;
	width: 990px;
}

#content_middle {
	background: url(images/rc_content_center_bg.jpg) repeat-y;
	width: 960px;
	padding: 0px 15px 40px 15px;
}

#content_bottom {
	background: url(images/rc_content_bottom_bg.jpg) no-repeat;
	height: 10px;
	width: 990px;
}

/*
#prevpic {
	width: 683px;
	height: 219px;
	padding: 11px;
	background: url(images/bg_prevpic.jpg) no-repeat;
}
*/

#inhalt_links { /*neu*/
	width: 246px;
	padding-right: 10px;
	float: left;
}

#inhalt_rechts { /*neu*/
	width: 699px;
	padding-left: 5px;
	float: left;
}

#footer { /*neu*/
	width: 976px;
	height: 20px;
	background-color: #219c65;
	margin: 0 auto;
	margin-top: 14px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	text-align: right;
	padding-right: 14px;
	padding-top: 7px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#rootconnect {
	margin: 0 auto;
	text-align: center;
	width: 200px;
}

#rootconnect a {
	color: #202020;
	text-decoration: none;
}

#rootconnect a:hover {
	text-decoration: underline;
}

/* Kontakt-Formular */

#mailformname,
#mailformfirma,
#mailformaddr,
#mailformort,
#mailformtelefon,
#mailformfax,
#mailformemail,
#mailformtext,
#mailformgrund {
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #eee;
	border: 1px solid #ddd;
	width: 500px;
}

#mailformtext {
	height: 180px;
}

/* Untermenü */

.submenu {
	display: none;
	background: #5DA758;
	position: absolute;
	margin-top: 9px;
	z-index: 10;
	text-align: left !important;
	text-transform: lowercase;
}

.hover .submenu {
	display: block !important;
}

.submenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.submenu ul li {
	margin: 0px;
	padding: 0px;
}

.submenu ul li.subnavi-point a {
	display: block;
	width: auto !important;
	height: 20px;
	background: none;
	font-size: 14px;
	color: #fff !important;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left !important;
	white-space: nowrap;
	padding-top: 3px;
}

.submenu ul li a:hover {
	text-decoration: underline !important;
}

.submenu ul li.subnavi-point-a a {
	display: block;
	width: auto !important;
	height: 20px;
	background: none;
	font-size: 14px;
	color: #fff !important;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left !important;
	white-space: nowrap;
	padding-top: 3px;
}

/* Suche */

#suche {
	border: 1px solid #D9D3D3;
	width: 249px;
	height: 49px;
	background-color: #fff;
}

#suchformular {
	border: 1px solid #D3D3D3;
	margin-left: 25px;
	margin-top: 15px;
	width: 197px;
}

#suchfeld {
	width: 148px;
}

#suchbutton {
	font-size: 10px;
	background-color: #239c66;
	color: #fff;
	width: 49px;
	height: 17px;
}

/* Produktbox */

#produktbox {
	border: 1px solid #D9D3D3;
	width: 249px;
	/* height: 230px; */
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 4px;
	color: #8C8C8C;
	font-weight: bold;
	font-size: 14px;
}

#produktbox h1 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 26px;
	padding-top: 10px;
}

#produktbox h2 {
	color: #219c65;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 50px;
	margin-bottom: 2px;
}

#produktbox a {
	color: #219c65;
}

#produktbox img {
	margin-right: 4px;
}

.produkt {
	margin-left: 18px;
}

/* News */

#news {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border-top: 1px solid #d9d9d9;
	padding-top: 15px;
}

#news h1 {
	color: #219c65;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#news span {
	font-size: 11px;
}

#news a {
	font-size: 11px;
	text-decoration: none;
	color: #393939;
}

#news a:hover {
	text-decoration: underline;
}

.news_item {
	width: 209px;
	padding-left: 15px;
	float: left;
}

.news_bild {
	padding: 2px;
	border: 1px solid #D9D9D9;
	text-align: center;
	width: 205px;
}

#haendler_button {
	background:transparent url(images/rc_haendler_button.jpg) no-repeat scroll 0 0;
	height:51px;
	width:251px;
	margin-top: 10px;
}

#meinungen {
	border: 1px solid #D9D3D3;
	padding: 10px;
	margin-top: 10px;
	width: 229px;
}

#meinungen h1 {
	font-size: 14px;
}

table#weblinks {
	border: 1px solid #d4d4d4;
}

table#weblinks td {
	border: 1px solid #d4d4d4;
	height: 230px;
	width: 260px;
}
#header .adresse {
	border: 1px solid #B43644;
	margin-left: 10px;
	margin-top: 10px;
	padding: 4px;
	font-size: 11px;
	position: absolute;
}
