/*
===== CSS for Recy Systems AG [www.recy-systems.de], All Rights Reserved
===== Produced by Digital Dreamer [www.dreamer.de]
*/


/* ========== Style Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}


/* ========== Accessibility Features */

.acc { display: none; }


/* ========== Page Basics and Partitions*/

html {
}
body {
	font: 100% Arial,Helvetica,sans-serif;
}
#container {
}
#nav {
	padding-bottom: 24px;
	border-bottom: 1px solid #007957;
	margin-bottom: 30px;
}
#main {
}

/* ========== Logo */

h1#logo {
}
h1#logo img {
}


/* ========== Main Navigation */

#nav ul {
	display: none;
}


/* ========== Page Navigation */

#pagenav {
	display: none;
}


/* ========== Page Header */

#pagehead {
}
#pagehead img {
	display: none;
}
#pagehead-shadow {
	display: none;
}
#pagehead-line {
	display: none;
}
h2#pagehead-section {
	font-size: 28px;
}
#pagehead-teaser {
	width: 172px;
	font-size: 11px;
}


/* ========== Generic Content Formatting */

.colset {
	overflow: hidden;
}
.colbig {
	float: left;
	width: 62%;
	margin-right: 6%; padding-top: 30px;
}
.colsmall {
	float: left;
	width: 26%;
	margin-right: 6%; padding-top: 30px;
}
.colfull {
	width: 94%;
	margin-right: 6%; padding-top: 30px;
}
h2 {
	margin-bottom: 20px;
	font: 24px/1em Tahoma,Arial,Helvetica,sans-serif;
	color: #007957;
}
h3 {
	margin-bottom: 12px;
	font: 18px/1em Tahoma,Arial,Helvetica,sans-serif;
	color: #007957;
}
.with-line {
}
.colsmall p, .colsmall li {
	font-size: 0.91em;
}
p {
	margin-bottom: 8px;
}
li {
	margin-left: 16px; margin-bottom: 4px;
	list-style-type: disc;
}
strong {
	font-weight: bold;
}
a {
	color: #007957;
}
table {
	border-collapse: collapse;
	margin-top: 16px;
	margin-bottom: 16px;
	width: 100%;
}
tr {
	border-bottom: 1px solid #000;
}
td, th {
	padding: 2px;
}
th {
	font-size: 11px;
	font-weight: bold;
}