/* ------------------- RESET ------------------- */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,li, dl, dt, dd, form, a, fieldset, input, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
  }

/* ------------------- LAYOUT ------------------- */

.wrapper {
    background: #fff url(pics/bg_wrapper.png) repeat-x 0% 0%;
    margin: 0px auto;
    overflow: hidden;
    width: 960px;
  }

.header {
    float: left;
    height: 60px;
    width: 100%;
  }

.left {
    float: left;
    margin-right: 20px;
    width: 240px;
  }

.right {
    float: right;
    float: left;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    width: 700px;
  }

.headernav {
    float: left;
    width: 100%;
  }

.headernav div.headernavleft {
    float:left;
  }

.headernav div.headernavright {
    text-align:right;
  }

.footer {
    float: left;
    width: 100%;
  }

.footer div.footerleft {
    float:left;
  }

.footer div.footerright {
    text-align:right;
  }

/* ------------------- Stern ------------------- */

div.ObenStern1 {
    background: url(pics/badge.png) no-repeat 0% 0%;
    height: 101px;
    left: 70%;
    position:absolute;
    top: 35px;
    width: 99px;
    z-index: 99;
  }


div.ObenStern1 h3 {
    color: #fff;
    font-style: normal;
    padding-top: 35px;
    text-align: center;
  }

/* ------------------- BANNER ------------------- */

.banner {
    position: relative;
    float: left;
    width: 960px;
    margin-bottom: 0;
    background-color: #fff;
  }

div.banner1 {
    background: url(pics/banner.jpg) no-repeat 0% 0%;
    position: relative;
    float: left;
    margin-left: 0;
    width: 316px;
    height: 237px;
  }

div.banner1 p {
    border-left: 5px solid #36882d;
    border-bottom: 1px solid #36882d;
    background:url(pics/1px75pro_grey6.png) repeat;
    float: left;
    margin: 9px 9px 9px 9px;
    overflow: auto;
    padding: 5px 5px 5px 5px;
    width: 200px;
  }
div.banner1 p a {
    color: #fff;
    font-size:14px;
	text-decoration: none;
}

div.banner1 p span.datetime {
	font-size:10px;
  }

div.banner1 p strong {
	font-size:16px;
  }

div.banner2 {
    background: url(pics/banner.jpg) no-repeat -322px 0%;
    position: relative;
    float: left;
    margin-left: 6px;
    width: 316px;
    height: 237px;
  }

div.banner3 {
    background: url(pics/banner.jpg) no-repeat -638px 0%;
    position: relative;
    float: right;
    margin-left: 6px;
    right: 0;
    width: 316px;
    height: 237px;
  }
div.banner3LOGO {margin-top:120px; margin-left:20px;}

/* ------------------- NAVIGATION ------------------- */

.navtop {
    border-left: 1px solid #4fba00;
    border-right: 1px solid #4fba00;
    float: left;
    margin: 6px 0 9px 0;
    width: 958px;
  }

.navtop ul {
    float: right;
    list-style: none;
    margin: 0 -1px 0 0;
    padding: 0;
  }

.navtop li {
    display: inline;
    margin: 0;
    padding: 0;
  }

.navtop ul li a {
    clear: right;
    color: #fff;
    display: block;
    float: left;
    font: bold 13px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 5px 11px;
    text-decoration: none;
    white-space: nowrap;
  }

.navtop ul li a:hover {
    border-left: 1px solid #4fba00;
    border-right: 1px solid #4fba00;
    background-color: #74bf74;
    color: #fff;
    padding: 5px 10px;
  }

.navtop ul li .current a {
    background-color: #4fba00;
    color: #fff;
  }

.breadcrumbs {
	float:left;
	margin-top:6px;
	margin-left:5px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color:#fff;
  }

.breadcrumbs a {
	text-decoration:none;
	font: normal 13px Arial, Helvetica, sans-serif;
	color:#fff;
}

#leftmenu1 {
    margin: 2px 0 10px 0;
  }

#leftmenu1 ul {
    position:relative;
    border: 1px solid #36882d;
    border-bottom: 8px solid #36882d;
    white-space:nowrap;
    list-style: none;
    margin: 0;
    padding: 0 0 2px 0;
    width: 240px;
  }

#leftmenu1 ul li {
    background-color:#ddffdd;
    position:relative;
    margin: 0;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #36882d;
    text-decoration: none;
    border-bottom: 1px solid #36882d;
    border-top-width: 0;
    display: block;
    width: 100%;
  }

#leftmenu1 ul li a {
    padding: 5px;
    color: #36882d;
    text-decoration: none;
    display: block;
  }

#leftmenu1 ul li.more {
    background:#ddffdd url(pics/arrow2.png) no-repeat right top;
  }

#leftmenu1 li:hover {
    width: 100%;
  }

#leftmenu1 li:hover > a {
    background: #64bf64 url(pics/arrow.gif) no-repeat left 6px;
    color: #fff;
    padding: 5px 5px 5px 20px;
  }

#leftmenu1 ul li ul {
    margin-left:0px;
    display:none;
    white-space:nowrap;
    width:auto;
    left:100%;
    top:-1px;
    border:0;
    border-top: 1px solid #36882d;
    position:absolute;
  }

#leftmenu1 ul li ul li {
    background-color:#ddffdd;
    border-right: 1px solid #36882d;
    border-left: 1px solid #36882d;
  }

#leftmenu1 ul li ul li a {
    color:#36882d;
    padding: 5px 35px 5px 20px;
  }

#leftmenu1 ul li:hover > ul {
    display:inline-block;
  }

#leftmenu1 ul li:hover > ul li a {
  }

/* ------------------- FOOTER STYLES ------------------- */

.footer {
    margin-bottom:10px;
	margin-top: 10px;
    padding: 18px 0px 18px 0px;
    background-color: #ddffdd;
    text-align: center;
  }

.footer div.footerleft {
    padding-left:10px;
  }

.footer a {
    color: #508415;
    padding: 0 2px;
    text-decoration: none;
  }

.footer ul {
    margin: 0 0 0 0;
    list-style-type: none;
  }

.footer li {
    border-left: 1px solid black;
    float: right;
    padding: 0 10px 0 10px;
  }

.footer li.last {
    border-left: 0px;
  }

.footer li a.cur {
    text-decoration: none;
    font-weight:bold;
  }

.footer a:hover { 
	color:#508415;
	background: transparent;
    font-weight : bold;
    text-decoration: none;
  }

/* --------------------BorderNews -------------------- */

div.leftmenubordernews span.leftmenubordernewsLATESTHEADER {
	font-size: 1em;
	color: #36882D;
	font-weight: bold;
}

div.leftmenubordernews div.leftmenubordernewseinenews {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #36882d;
  }

div.leftmenubordernews div.leftmenubordernewseinenews span.leftmenubordernewsdatetime {
	font-size: 0.8em;
	line-height: 0.8em;
	color: #000000;
}

div.leftmenubordernews div.leftmenubordernewseinenews h4 {
	letter-spacing: -1px;
	line-height: 1.1em;
	margin-top: 5px;
	margin-bottom: 5px;
  }

div.leftmenubordernews div.leftmenubordernewseinenews p {
	margin: 0;
	line-height: normal;
  }

div.leftmenubordernews div.leftmenubordernewseinenews a {
	color: #36882d;
	text-decoration: none;
  }

/* ------------------- SITE STYLES ------------------- */

body {
    background: #fff url(pics/bg_body.png) repeat-x 0% 0%;
    font: normal 100%/1.3em Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
  }

.left, .right, .banner1, .banner2, .banner3, .footer {
    font-size: 0.8em;
  }

small {
    font-size: 0.8em;
  }

.header h2 {
    background: #4fba00 url(pics/bg_header_h2.png) no-repeat top right;
    color: #fff;
    margin: 6px 0 9px 0;
    padding-left: 9px;
  }

.header span {
    color: #f7faeb;
    font-size: 0.75em;
    font-weight: normal;
  }

h1, h2, h3, h4, h5, h6 {
    color: #36882d;
    line-height: normal;
    margin: 0 0 18px 0;
  }

h1 {
    font-size: 3em;
    font-style: italic;
    letter-spacing: -3px;
  }

h2 {
    font-size: 2.3em;
    letter-spacing: -2px;
    text-transform: uppercase;
  }

h3 {
    font-size: 1.5em;
  }

h4 {
    font-size: 1.3em;
  }

h5 {
    font-size: 1.1em;
  }

h6 {
    font-size: 1em;
  }

p, ol, ul, table, form {
    margin-bottom: 18px;
  }


ol {
    margin-left: 20px;
  }

ul {
    margin-left: 15px;
  }

hr {
    width: 100%;
    height: 1px;
    color: #36882d;
    border: none;
  }

html>body hr {
    margin: 9px 0;
    width: 100%;
    height: 1px;
    background-color: #36882d;
    border: none;
  }

a:hover {
    text-decoration: underline;
  }

a:active, a:focus {
    outline: none;
  }

input, textarea {
    border: 1px solid #36882d;
    margin-bottom: 9px;
    padding: 4px;
  }

input:focus, textarea:focus {
    background-color: #f7faeb;
    border: 2px solid #b4cc3f;
    padding: 3px;
  }

input:hover, textarea:hover {
    background-color: #f7faeb;
    border: 2px solid #4fba00;
    padding: 3px;
  }

input {
    width: 200px;
  }

textarea {
    font: normal 1.2em Arial, Helvetica, Sans-Serif;
    height: 200px;
    overflow: auto;
    width: 300px;
  }