body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url("background.jpg") no-repeat;
	color: #8A995E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
}

a, 
a:link, 
a:visited {
	color: #8A995E;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, 
a:active {
	text-decoration: none;
}

h1, 
h2 {
	color: #F20D8B;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 0px;
	margin: 10px 0px 5px 0px; 
}

h2 {
	font-size: 12px;
	font-variant: normal;
	/*border-top: 1px solid #87B203;*/
	margin: 0px 0px 5px 0px; 
	/*padding-top: 15px;*/
}

#contentLeft h2 {
	/*border-top: none;*/
	color: #8A995E;
	/*padding-top: 0px;*/
}

h3, 
h4, 
h5 {
	font-size: 11px;
}

hr {
	border-top: none;
	border-bottom: 1px solid #87B203;
	height: 1px;
	margin: 25px 0px;
}

#contentHead hr {
	margin: 21px 0px 0px 0px;
}

img {
	border: none;
}

li {
	margin: 0px 0px 6px 14px;
}
#produktvorschau li{
	font-size: 10px;
	padding-left: 0px;
	list-style-type: none;
}
p {
	margin: 0 0 6px 0;
	padding: 0;
}

ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}


#topFrame {
	background-image: url("header_0.gif");
	background-repeat: no-repeat;
	height: 137px;
	width: 980px;
}

#topNavi {
	color: #87B203;
	float: right;
	margin: 12px 100px 0px 0px;
}

#topNavi a {
	color: #87B203;
}

#rubrik {
	height: 314px;
	background-repeat: no-repeat;
	border-left: 1px solid #E5EDD8;
	margin-left: 8px;
}

#contentHead {
	left: 265px;
	position: absolute;
	top: 450px;
	width: 630px;
}

#contentFrame {
	margin-left: 8px;
	width: 885px;


}

#contentLeft {
	background-color: #F0F7E5;
	border: 1px solid #E5EDD8;
	float: left;
	padding: 10px;
	width: 210px;
}

#contentRight {
	margin-left: 256px;
	padding-top: 25px;
	line-height:190%;
	font-size: 12px;
}

div.contentLeft2 {
	float: left;
	padding-top: 18px;
	width: 430px;
	text-align: left;
}
.contentLeft2  p {
	margin-bottom: 15px;
}


div.contentRight2 {
	margin-left: 460px;
	padding-top: 18px;
	text-align: left;
}

/* Suche #####################*/
#suche {
	background-color: #FFFFFF;
	border: 1px solid #87B203;
	color: #60605E;
	font-size: 13px;
	margin: 0px 0px 0px 8px; 
	padding: 10px;
	width: 210px;
}

#suche input.button {
	font-size: 10px;
	height: 22px;
}

input.search {
	margin-top: 5px;
	width: 70%;
}
/* END Suche */



/* Navigation #####################*/
#mainnavi {
	font-size: 13px;
	left: 747px;
	position: absolute;
}

#nav,
#nav ul {
	background: url("spacer.gif");
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

#nav li {
	margin: 0;
	padding: 7px 0 0 12px;
	background: url("navi_bg.gif") no-repeat 0 20px;
	border-left: 1px solid #87B203;
}

#nav li ul {
	background-color: #F2F7E0;
	border: 1px solid #87B203;
}

#nav li li {
	width: 220px;
	background: none;
	border-left: none;
	padding: 0;
}

#nav li a {
	color: #87B203;
	display: block;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li li a {
	padding: 5px;
}

#nav li:hover {
	position: relative;
	z-index: 100;
}

#nav a:hover {
	text-decoration: underline;
	position: relative;
	z-index: 100;
}

#nav li:hover>a {
	text-decoration: underline;
}

/* Positionierung 2. Ebene */
#nav :hover  ul {
	left: -209px;
	top: 7px;
	z-index: 300;
}

/* Unterebenen verstecken */
#nav ul {
	position: absolute;
	left: -9000px;
	top: -9000px;
}

/* Positionierung ab 3. Ebene f?r Standardkonforme Browser */
#nav li:hover li:hover>ul {
	left: -222px;
	top: -1px;
}

/* Positionierung ab 5. Ebene f?r Standardkonforme Browser */
#nav li:hover li:hover li:hover li:hover>ul {
	left: 40px;
	top: 20px;
}

/* weitere Ebenen verstecken */
#nav li:hover>ul ul {
	position: absolute;
	left: -9000px;
	top: -9000px;
	width: auto;
}

/* Hover des Unterebenenpfads */
#nav li:hover li:hover>a {
	text-decoration: underline;
}

/* Aktiv Formate */
#nav a.navActive {
	background-color: #F4F7E6;
	border: 1px solid #87B203;
	font-weight: bold;
}

#nav li:hover li>a.navActive {
	background-color: transparent;
	border: none;
}
/* END Navigation */


#breadcrumb {
	
}

/* Formularformate #####################*/
form {
	margin: 0;
	padding: 0;
	display: inline;
}

label {
	float: left;
	width: 120px;
}

fieldset {
	border: 1px solid #97C000;
	padding: 6px 12px;
}

legend {
	color: #97C000;
	font-weight: bold;
}

input, 
select, 
textarea {
	border: 1px solid #97C000;
	background-color: #F2F7E0;
}

input {
	padding: 2px 3px;
}

input[type="checkbox"], 
input[type="radio"] {
	background: none;
	border: none;
}

textarea {
	padding: 3px;
}

input.text, 
textarea.textarea {
	width: 70%;
}

#form-module .element {
	margin: 6px 0px;
}

#form-module .formtrenn {
	padding: 6px 0px;
}

input:hover, 
select:hover, 
textarea:hover {
	background-color: #EAF8D4;
}

input:focus, 
select:focus, 
textarea:focus {
	border: 1px solid #60605E;
}

.button {
	background-color: #7B9D00;
	background-image: url(backgroundbtn.gif);
	background-repeat: repeat-x;
	border-color: #C8DD78 #506600 #506600 #C8DD78;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0;
	padding: 0px 6px;
}
.button:hover, 
.button:active {
	background-color: #99B81E;
	color: #FFFFFF;
	text-decoration: none;
}
/* END Formularformate */