@charset 'utf8';
	/*
	*	stylesheet für organic-plastics.com
	*
	*/
@media screen {
/*
  * by Eric Meyer
  * http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/*outline: 0;*/
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
/*:focus {
	outline: 0;
}*/

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: repeat-x top left #34861d;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.3;
	padding-top: 173px; /* need this to override dumb ie-buggy behavior with margin-top set to #wrapper - caused by position absolute? */
}

a:hover {
	text-decoration: none;
}


/* container to avoid horizontal scroll-bars */
div#head {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 450px;
}
div#head h1 {
	display: none;
}
/* IE is an evil thing...makes me use creepy techniques to make the obvious happen...damn it. */
/*div#head a{
	height: 140px;
	left: 50%;
	margin-left: -60px;
	position: absolute;
	text-indent: -9999px;
	top: 10px;
	width: 320px;
}*/
div#head img.print {
	display: none;
}

#wrapper {
	width: 781px; /* 789-2*4 */
	border: 4px solid #fff;
	margin-left: 44px;
	position: relative;
	font-size: 11px;
	background: url(../img/wrapper_bg.gif) no-repeat 523px 50px	 #fff; /* 531-8 */
}

ul.nav li {
	float: left;
}

ul.top {
	height: 28px;
	line-height: 28px;
	position: absolute;
	top: -32px;
	left: 16px;
	font-size: 9px;
	text-transform: uppercase;
}
ul.top li {
	margin-right: 2px;
}
ul.top a {
	background-color: #228a89;
	color: #cbe8e7;
	display: block;
	text-decoration: none;
	padding: 0 10px;
}
ul.top a:hover, ul.top a:active {
	color: #fff;
}

#inner {
	float: left;
	width: 531px;
}

ul.main {
	height: 50px;
	line-height: 50px;
	background: url(../img/nav_bg.gif) left bottom repeat-x #67ad56;
	font-size: 14px;
	font-family: "Arial Narrow", Arial;
}
ul.main a {
	padding: 0 16px;
	color: #195b0b;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-right: 2px solid #fff;
}
ul.main a:hover, ul.main a:active, ul.main a:focus, ul.main a.active {
	color: #fff;
	background: url(../img/nav_bg.gif) left top repeat-x #41902e;
}

ul.main ul {
	display: none;
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px solid #fff;
	position: absolute;
	margin-left: -2px;
	padding-top: 3px;
}
ul.main ul li {
	float: none;
	background-color: #bed7ba;
	border-width: 1px 1px 0;
	border-color: #fff;
	border-style: solid;
	width: 200px;
}
ul.main ul li a {
	display: none;
	padding: 0 10px;
	border-right: 0;
	width: 180px;
	font-weight: normal;
}
ul.main ul li a:hover, ul.main ul li a.active {
	background-color: #56984c;
	color: #fff;
}
ul.main li:hover ul {
	display: block;
}
ul.main li:hover ul li a {
	display: block;
}

ul.nav a.active {
	cursor: default;
}

ul.nav.top a.active {
	text-decoration: underline;
}

#content {
	padding: 60px 22px 20px 30px; /* 30-8=22 */
	margin-right: 8px;
	background: url(../img/content_bg.gif) repeat-x left top;
	width: 471px;
	font-size: 12px;
}

#content h2 {
	color: #33851c;
	font-size: 14px;
	margin-bottom: 25px;
}
#content a {
	color: #67AD56;
}
#content p, #content img, #content ul {
	margin-bottom: 15px;
}
#content ul {
	list-style-type: square;
	margin-left: 30px;
}
#content strong {
	font-weight: bold;
}
#content em {
	font-style: italic
}

#sidebar {
	float: left;
	width: 247px; /* 250-3 */
	background-color: #e5efe1;
	border-left: 3px solid #fff;
}

#sidebar a {
	color: #33851C;
}
#sidebar form {
	color: #fff;
	background-color: #38a7a6;
}
#sidebar legend {
	display: none;
}
#sidebar form h3 {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	background-color: #228a89;
	border-bottom: 3px solid #fff;
}
#sidebar form h3 a {
	padding: 0 15px;
	display: block;
}
fieldset {
	padding: 5px 5px 5px 15px;
}
#content fieldset {
	padding-left: 0;
}
label {
	width: 50px;
	display: block;
	float: left;
	line-height: 20px;
	cursor: pointer;
}
#content label {
	width: 135px;
}
input, textarea {
	background-color: #c4e5e4;
	border: 1px solid #afd4d4;
	margin-bottom: 5px;
	width: 166px;
	padding: 3px;
	font-size: 11px;
	color: #228A89;
}
#content input, #content textarea {
	width: 220px;
}
textarea {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	overflow: auto;
}
input:focus, textarea:focus {
	border-color: #228A89;
}
#content div.input.checkbox {
	margin-bottom: 15px;
}
#content div.input.checkbox label {
	float: none;
	display: inline;
	width: auto;
	text-align: left;
}
#content div.input.checkbox input {
	width: auto;
	margin: 0 5px 0 0;
}
input.form-error, textarea.form-error {
	border-color: #F06048;
	border-style: solid;
}
div.error-message {
	font-weight: bold;
	color: #F06048;
	margin: 0 0 3px 50px;
}
#content div.error-message {
	margin: 0 0 5px 135px;
}
#content p.notice {
	padding: 5px;
	color: #BF1B00;
	margin-bottom: 20px;
	border: 2px solid #AFD4D4;
	background-color: #C4E5E4;
}
#content p.notice.success {
	color: #fff;
	background-color: #228A89;
}
fieldset.actions {
	clear: both;
	padding-top: 0;
}
input.action {
	background-color: #228a89;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	float: right;
	padding: 5px 8px;
	overflow: visible;
	width: auto;
	margin: 0 3px 0 0;
	font-size: 10px;
	cursor: pointer;
}
#content input.action, #content fieldset.actions input {
	float: none;
	width: auto;
	overflow: visible;
	margin-bottom: 0;
}
#sidebar form p.infos {
	line-height: 25px;
	float: left;
}
#sidebar form a, #sidebar li.special a {
	color: #fff;
}
/* hide for spammers! */
div.fake {
	display: none;
}

#ticker {
	width: 100%;
	height: 200px;
	border: 0;
	overflow: auto;
}

ul.news {
	color: #3e8538;
}
ul.news li {
	border-top: 1px solid #94bc90;
	padding: 10px 15px;
}
ul.news img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.news h3 {
	color: #33851c;
	font-size: 14px;
	margin: 10px 0;
}
ul.news strong {
	font-weight: bold;
	text-decoration: underline;
}
ul.news li.special {
	border-width: 3px 0;
	border-color: #fff;
	border-style: solid;
	color: #fff;
	background: url(../img/news_first_top_bg.gif) repeat-x left top #2c7b18;
	padding: 10px 0 0 0;
}
ul.news li.special.last {
	border-bottom-width: 0;
}
ul.news li.special p {
	padding: 0 15px;
	clear: none;
}
ul.news li.special img {
	margin-left: 15px;
}
ul.news li.special p.desc {
	background: url(../img/news_first_bottom_bg.gif) repeat-x left bottom;
	padding: 0 15px 20px;
}
ul.news li.special h3 {
	color: #fff;
	background-color: #489133;
	padding: 3px 15px;
	width: 217px; /* 247-2*15 */
}

div#footer {
	width: 769px; /* 789-2*10 */
	background: url(../img/footer_bg.gif) repeat-x left top;
	margin: 5px 0 100px 44px;
	color: #98c89b;
	padding: 10px;
	font-size: 10px;
}
div#footer span {
	float: left;
	margin-right: 5px;
}
ul.bottom a {
	color: #98c89b;
	text-decoration: none;
	padding: 0 5px;
	border-left: 1px solid #98c89b;
}
ul.bottom a:hover {
	color: #fff;
}
div#footer address {
	display: none;
}

#banner {
	/*width: 119px;
	height: 600px;*/
	position: absolute;
	top: 173px;
	left: 839px;
	padding-bottom: 50px;
}

/* @see http://www.robertnyman.com/css-clearing-floats/css-clearing-floats.htm	*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
}

@media print {
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.3;
}
#content a:after  { 
	content: " (" attr(href) ") ";
}
#head h1, #head img.logo, ul.nav, #sidebar form, #banner, #ticker {
	display: none;
}
address {
	margin: 10px 20px;
}
a img {
	border: 0;
}
}

@media screen, print {
#content img.right {
	float: right;
	margin-left: 15px;
}
#content img.left {
	float: left;
	margin-right: 15px;
}
}