body {
	background: #333300 url(images/bg-site.jpg) top left repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
hr {
	display: none;
}
#site {
	background: #FFF url(images/bg-nature.gif) left bottom no-repeat;
	width: 740px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
	display: block;
	overflow: hidden;
	text-align: left;
    border-left: 5px solid #201c1a;
	border-right: 5px solid #201c1a;
}

#site2 {
	background: #FFF url(images/bg-nature.gif) left bottom no-repeat;
	width: 790px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
	display: block;
	overflow: hidden;
	text-align: left;
    border-left: 5px solid #201c1a;
	border-right: 5px solid #201c1a;
}


#header {
	background: #7FB102 url(images/bg-header.jpg) left top no-repeat;
	width: 740px;
	height: 190px;
	margin: 0 0 1px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: left;
}
ul#menuemain {
	background: #B2D360 url(images/bg-menuemain.jpg) left bottom repeat-x;
	margin: 0;
	padding: 10px 10px 15px 10px;
	display: block;
	overflow: visible;
	text-align: left;
}
ul#menuemain li {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.75em;
	letter-spacing: 1px;
	color: #38302b;
}
ul#menuemain li a {
	margin: 5px 10px 5px 5px;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #99CC00;
	color: #38302b;
	text-decoration: none;
	outline: none;
}
ul#menuemain li a:hover {
	margin: 5px 10px 5px 5px;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #FFF;
	color: #38302b;
	text-decoration: none;
	outline: none;
}
.activemain {
	margin: 5px 10px 5px 5px;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #7FB102;
	color: #38302b;
	text-decoration: none;
	outline: none;
}
ul#menuesub {
	width: 725px;
	margin: 0 5px 10px 5px;
	padding: 15px 5px 14px 0px;
	background: #FFF;
	display: block;
	overflow: visible;
	text-align: left;
	background: url(images/bg-dot-ccc.gif) left bottom repeat-x;
}
ul#menuesub li {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline;
	list-style: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.75em;
	color: #666;
}
ul#menuesub li a {
	margin: 0;
	padding: 0 10px 0 20px;
	color: #666;
	background: url(images/bg-arrow-grey.gif) left center no-repeat;
	text-decoration: none;
	outline: none;
}
ul#menuesub li a:hover {
	margin: 0;
	padding: 0 10px 0 20px;
	color: #333;
	background: url(images/bg-arrow-green.gif) left center no-repeat;
	text-decoration: none;
	outline: none;
}
.activesub {
	margin: 0;
	padding: 0 10px 0 20px;
	display: inline;
	text-align: left;
	color: #666;
	background: url(images/bg-arrow-green.gif) left center no-repeat;
	text-decoration: none;
	outline: none;
}
#menuesub-bottom {
	width: 740px;
	height: 5px;
	margin: 0;
	padding: 0;
	background: #FAFAFA url(images/bg-menuesub-bottom.gif) left top no-repeat;
	display: none;
	overflow: hidden;
}
#main {
	background: #FFF;
	width: 740px;
	height: auto;
	margin: 0;
	padding: 20px 0 20px 0;
	display: block;
	overflow: hidden;
	text-align: left;
}
#main h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1em;
	color: #80B300;
}
#conten-wide {
	float: left;
	width: 740px;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: left;
}
#conten-left {
	float: left;
	width: 440px;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: left;
}
.startbox-left {
	float: left;
	width: 200px;
	height: auto;
	padding: 10px;
	display: block;
	overflow: hidden;
	text-align: left;
	background: #EFEFEF url(images/bg-startbox-top.gif) left top no-repeat;
	margin: 0 40px 0 0;
}
.startbox-center {
	float: left;
	width: 200px;
	height: auto;
	padding: 10px;
	display: block;
	overflow: hidden;
	text-align: left;
	background: #EFEFEF url(images/bg-startbox-top.gif) left top no-repeat;
	margin: 0;
}
.startbox-right {
	float: right;
	width: 200px;
	height: auto;
	padding: 10px;
	display: block;
	overflow: hidden;
	text-align: left;
	background: #EFEFEF url(images/bg-startbox-top.gif) left top no-repeat;
	margin: 0 0 0 40px;
}
.startbox-left img, .startbox-center img, .startbox-right img {
	width: 200px;
	height: 120px;
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: left;
	background: #FFF;
}
.startbox-left h4, .startbox-center h4, .startbox-right h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.75em;
	font-style: normal;
	color: #666;
	display: block;
	overflow: hidden;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.startbox-left p, .startbox-center p, .startbox-right p {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.75em;
	font-style: normal;
	color: #666;
	display: block;
	overflow: hidden;
	text-align: left;
}
.startbox-left p a, .startbox-center p a, .startbox-right p a {
	margin: 0;
	padding: 0 0 2px 0;
    border-bottom: 1px solid #CCC;
	color: #666;
	text-decoration: none;
	outline: none;
}
.startbox-left p a:hover, .startbox-center p a:hover, .startbox-right p a:hover {
	margin: 0;
	padding: 0 0 2px 0;
    border-bottom: 1px solid #99CC00;
	color: #333;
	text-decoration: none;
	outline: none;
}
.startbox-bottom-left {
	float: left;
	width: 220px;
	height: 10px;
	padding: 0;
	display: block;
	overflow: hidden;
	background: url(images/bg-startbox-bottom.gif) left top no-repeat;
	margin: 0 40px 50px 0;
}
.startbox-bottom-center {
	float: left;
	width: 220px;
	height: 10px;
	padding: 0;
	display: block;
	overflow: hidden;
	background: url(images/bg-startbox-bottom.gif) left top no-repeat;
	margin: 0;
}
.startbox-bottom-right {
	float: left;
	width: 220px;
	height: 10px;
	padding: 0;
	display: block;
	overflow: hidden;
	background: url(images/bg-startbox-bottom.gif) left top no-repeat;
	margin: 0 0 0 40px;
}
#contentbox {
	width: 740px;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: left;
	background: #FFF;
	list-style: none;
}
#contentbox img {
	float: right;
	width: 220px;
	margin: 5px 5px 15px 0;
	padding: 0;
    display: block;
	overflow: hidden;
	text-align: right;
}
#contentbox p {
	width: 460px;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.75em;
	font-style: normal;
	color: #666;
	display: block;
	overflow: hidden;
	text-align: left;
}
.team p {
	margin-bottom: 10px !important;
}
.team strong {
	text-transform: uppercase;
	letter-spacing: 1px;
}
#contentbox p a {
	margin: 0;
	padding: 0 0 2px 0;
    border-bottom: 1px solid #CCC;
	color: #666;
	text-decoration: none;
	outline: none;
}
#contentbox p a:hover {
	margin: 0;
	padding: 0 0 2px 0;
    border-bottom: 1px solid #99CC00;
	color: #333;
	text-decoration: none;
	outline: none;
}

.teaserbox-top {
	width: 100%;
	height: 10px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: left;
	background: url(images/bg-teaserbox-top.gif) left bottom no-repeat;
}
#teaserbox {
	width: 710px;
	height: auto;
	margin: 0;
	padding: 0 15px 0 15px;
	display: block;
	overflow: hidden;
	text-align: left;
	background: #F0F8DA url(images/bg-teaser-butterfly.jpg) right top no-repeat;
	list-style: none;
}
#teaserbox h2 {
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2em;
	color: #80B300;
	display: block;
	overflow: hidden;
	text-align: left;
}
#teaserbox p {
	width: 480px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.8em;
	font-style: italic;
	color: #666;
	display: block;
	overflow: hidden;
	text-align: left;
}
.teaserbox-bottom {
	width: 100%;
	height: 10px;
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: left;
	background: url(images/bg-teaserbox-bottom.gif) left top repeat-x;
}
.teaserbox2-top {
	width: 710px;
	height: 15px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: left;
	background: url(images/bg-teaserbox-top.gif) left bottom no-repeat;
}
#teaserbox2 {
	width: 710px;
	height: auto;
	margin: 0;
	padding: 15px 15px 0 15px;
	display: block;
	overflow: hidden;
	text-align: left;
	background: #EFEFEF url(images/bg-menuesub.gif) left top no-repeat;
	list-style: none;
}
#teaserbox2 p {
	width: 460px;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.75em;
	font-style: normal;
	color: #666;
	display: block;
	overflow: hidden;
	text-align: left;
}
#teaserbox2 p a {
	margin: 0;
	padding: 0 0 2px 0;
    border-bottom: 1px solid #CCC;
	color: #696969;
	text-decoration: none;
	outline: none;
}
#teaserbox2 p a:hover {
	margin: 0;
	padding: 0 0 2px 0;
    border-bottom: 1px solid #99CC00;
	color: #333;
	text-decoration: none;
	outline: none;
}
.teaserbox2-bottom {
	width: 100%;
	height: 10px;
	margin: 0 0 30px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: left;
	background: url(images/bg-teaserbox2-bottom.gif) left top repeat-x;
}
h2 {
	width: 740px;
	height: auto;
	margin: 0 0 25px 0;
	padding: 2px 0 0 5px;
	display: block;
	overflow: hidden;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #99CC00;
}
.dot50ccc {
	width: 100%;
	height: 1px;
	margin: 0 0 1px 0;
	padding: 0;
	display: block;
	overflow: hidden;
	background:url(images/bg-dot-ccc.gif) left top repeat-x;
}
h3 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 0 1px 0;
	padding: 8px 10px 8px 15px;
	background: #DEDEDE url(images/bg-listtop.jpg) left top repeat-x;
	display: block;
	overflow: hidden;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.75em;
	color: #333;
}
.switchcontent {
	width: 710px;
	height: auto;
	margin: 0 0 30px 0;
	padding: 15px 15px 40px 15px;
	display: block;
	overflow: hidden;
	text-align: left;
	background: #EFEFEF url(images/bg-teaserbox2-bottom.gif) left bottom no-repeat;
}
.switchcontent p {
	float: left;
	width: 460px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.75em;
	color: #666;
	display: block;
	overflow: hidden;
	text-align: left;
}
.switchcontent img {
	float: right;
	background: #FFF;
	border: 9px solid #FFF;
	border-bottom: 27px solid #FFF;
	width: 166px;
	height: 166px;
	margin: 0;
	padding: 1px;
	display: block;
	overflow: hidden;
	text-align: left;
}
.boxdetails {
	float: right;
	height: auto;
	margin: 0 0 0 auto;
	padding: 0;
	display: inline;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	outline: none;
	display: none;
}
.boxdetails a {
	margin: 0;
	padding: 0 8px 0 12px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 1.6em;
	text-decoration: none;
	outline: none;
}
.boxdetails a:hover {
	margin: 0;
	padding: 0 8px 0 12px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 1.6em;
	text-decoration: none;
	outline: none;
}
.showdetails {
	background: url(images/bg-details-plus.gif) left center no-repeat;
}
.hidedetails {
	background: url(images/bg-details-minus.gif) left center no-repeat;
}
.pdfdownload a {
	background: url(images/bg-pdf.gif) left center no-repeat;
	height: auto;
	margin: 0;
	padding: 5px 10px 5px 25px;
	color: #666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.75em;
	text-decoration: underline;
	outline: none;
	display: inline;
	overflow: hidden;
}
.pdfdownload a:hover {
	background: url(images/bg-pdf.gif) left center no-repeat;
	height: auto;
	margin: 0;
	padding: 5px 10px 5px 25px;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.75em;
	text-decoration: underline;
	outline: none;
	display: inline;
	overflow: hidden;
}
#conten-right {
	float: right;
	width: 270px;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: left;
}
.image {
	background: url(images/bg-polaroid.gif) left top no-repeat;
	width: 240px;
	height: 268px;
	margin: 0 0 5px 0;
	padding: 27px 0 0 30px;
	display: block;
	overflow: hidden;
}
.image img {
	width: 210px;
	height: 210px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
#footer {
	width: 740px;
	margin: 0 auto 0 auto;
	padding: 250px 0 10px 0;
	display: block;
	overflow: hidden;
	text-align: left;
}
#footer p {
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.75em;
	color: #666;
}
#footer p a {
	margin: 0;
	padding: 0 0 2px 0;
    border-bottom: 1px solid #FFF;
	color: #666;
	text-decoration: none;
	outline: none;
}
#footer p a:hover {
	margin: 0;
	padding: 0 0 2px 0;
    border-bottom: 1px solid #99CC00;
	color: #333;
	text-decoration: none;
	outline: none;
}

/* ---------- FORMULAR ---------- */

#formp {
	width: 390px;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.75em;
	font-style: normal;
	color: #666;
	display: block;
	overflow: hidden;
	text-align: left;
}
#formp u {
	font-weight: bold;
	text-decoration: none;
}

form input, textarea {
	font-size: 0.75em;
	font-weight: normal;
	font-family: Verdana, Arial, san-serif;
	color: #666666;
}
.form-left {
	clear: both;
	float: left;
 	margin: 0px;
  	padding: 0px;
  	width: 176px;
  	height: auto;
  	border: 0;
  	display: block;
  	overflow: hidden;
  	text-align: left;
}
.form-left input {
 	margin: 5px 0 15px 0;
  	padding: 2px;
  	width: 170px;
  	height: auto;
  	display: block;
  	overflow: hidden;
  	background: #FFFFFF;
  	border: #CCCCCC solid 1px;
}
.form-right {
	float: right;
 	margin: 0px;
  	padding: 0px;
  	width: 176px;
  	height: auto;
  	border: 0;
  	display: block;
  	overflow: hidden;
  	text-align: left;
}
.form-right input {
 	margin: 5px 0 15px 0;
  	padding: 2px;
  	width: 170px;
  	height: auto;
  	display: block;
  	overflow: hidden;
  	background: #FFFFFF;
  	border: #CCCCCC solid 1px;
}
.form-text {
	clear: both;
 	margin: 0px;
  	padding: 0px;
  	width: 390px;
  	height: auto;
  	border: 0;
  	display: block;
  	overflow: hidden;
  	text-align: left;
}
.form-text textarea {
 	margin: 5px 0 15px 0;
  	padding: 2px;
  	width: 384px;
  	height: 150px;
  	display: block;
  	overflow: auto;
  	background: #FFFFFF;
  	border: #CCCCCC solid 1px;
}
.form-text input {
	float: right;
 	margin: 0px;
  	padding: 2px;
  	width: 106px;
  	height: auto;
  	display: block;
	overflow: hidden;
  	background: #F4F4F4;
  	border: #CCC solid 1px;
  	font: 0.75em;
  	font-weight: bold;
  	color: #666;
  	text-align: center;
  	outline: none;
}
.form-alert {
 	margin: 5px 0 5px 0;
  	padding: 5px;
  	width: 378px;
  	height: auto;
  	display: block;
  	overflow: hidden;
  	border: 1px solid #99CCFF;
    color: #666666;
}
input:active, input:focus, input:hover, textarea:active, textarea:focus, textarea:hover { 
	background: #FFFFFF;
}