* {
    margin: 0px;
    padding: 0px;
}

html {
    width: 100%;
    height: 100%;
    background-image: url(../img/feld.jpg);	
    background-position: top left;
    background-repeat: repeat-x;
}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #141215;
    background-image: url(../img/bauer.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 100%;
    width: 1200px;
    position: relative;
    margin: auto;
}

td {
    padding: 5px 0px;	
}

a {
    color: #40931d;
}

a:hover {
    color: #141215;
    text-decoration: none;	
}

img {
    border: 0px;	
}

h1 {
    color: #40931d;
    font-size: 1.3em;
    margin: 10px 0px;
}

h2 {
    font-size: 1em;	
}

p {
    margin-bottom: 20px;	
}

hr {
    border: none;
    border-bottom: 1px solid #8a898a;	
}

#stoerer{
	width:237px;
	height:122px;
	position:absolute;
	right:200px;
	top:-8px;
}

.red{
	font-weight:bold;
	color:#C00;
}

#site {
    width: 800px;
    margin-left: 200px;	
    height: 100%;
}

div#sidebar{
    float: right;
    height: 200px;
    position: absolute;
    right: 20px;
    top: 420px;
    width: 150px;
}

#site.mainSite #content {
    padding-top: 235px;
    background-color: transparent;
}

#site.mainSite #head #subNavigation {
    display: none;	
}

#head {
    padding-top: 139px;	
    position: relative;
}

#head .headLinks {
    position: absolute;
    left: -190px;
    top: 420px;
    width: 189px;
}

#head .headLinks a {
    color: #40931d;
    font-weight: bold;
    display: block;
    font-size: 1.1em;
}

#head .logo {
    display: block;
    background-image: url(../img/headline.png);
    height: 95px;
    width: 500px;
    position: absolute;
    top: 25px;
    left: 20px;
    background-repeat: no-repeat;
    background-position: left top;
}

/* Just for transparent pngs 
within InternetExplorer 6 */
* html #head .logo {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png', sizingMethod='crop');
}

#head .slogan {
    display: none;
    background-image: url(../img/subline.png);
    height: 70px;
    width: 426px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 288px;
    left: 20px;
}

/* Just for transparent pngs 
within InternetExplorer 6 */
* html #head .slogan {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/zehn_jahre.png', sizingMethod='crop');
}

#head ul {
    padding: 5px;	
}

#head ul li {
    margin: 0px;
    margin-left: -1px;
    padding: 0px;
}

#head ul li a {
    padding: 5px 20px;	
    margin-left: -4px;
}

#head #mainNavigation a:hover,
#head #mainNavigation .active {
    background-color: #40931d;
}

#head #subNavigation a:hover,
#head #subNavigation .active {
    background-image: url(../img/submenu_arr.gif);	
    background-repeat: no-repeat;
    background-position: 5px center;
}

#head .rightLink {
    color: #FFFFFF;	
    width: 132px;
    font-weight: bold;
    font-size: 0.9em;
    position: absolute;
    top: 225px;
    right: -182px;
}

#head .rightLink .rightLinkImage {
    display: block;
    width: 132px;
    height: 28px;
    background-image: url(../img/rightLink.png);
    background-repeat: no-repeat;
    background-position: left top;
}

/* Just for transparent pngs 
within InternetExplorer 6 */
* html #head .rightLink .rightLinkImage {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/rightLink.png', sizingMethod='crop');
}

#mainNavigation,
#subNavigation { 
    list-style-type: none;
}

#mainNavigation {
    background-color: #141215;
}

#mainNavigation li,
#subNavigation li {
    display: inline;
}

#mainNavigation a,
#subNavigation a {
    color: #FFFFFF;
    text-decoration: none;
}

#subNavigation {
    background-color: #40931d;
}

#content {
    background-color: #FFFFFF;
    border-left: 1px solid #8a898a;
    border-right: 1px solid #8a898a;
    padding: 10px;
    padding-right: 0px;
}

#content .leftContent,
#content .rightContent {
    float: left;
    position: relative;
}

#content .leftContent {
    width: 578px;
    padding-left: 10px;
}

#content .leftContent p {
    text-align: justify;
    line-height: 1.3em;	
}

#content .leftContent ul,#content .rightContent ul {
    list-style-image: url(../img/arrow.gif);
    margin-left: 20px;
}

#content .leftContent ul li {
    margin: 5px;	
}

#content .leftContent .leftForm,
#content .leftContent .rightForm {
	width: 289px;
	float: left;
}

#content .leftContent .orderForm label {
    width: auto;
    float: none;
}

#content .leftContent .orderForm input {
    margin-bottom: 10px;	
}

#content .leftContent .orderForm img {
    float: right;	
    margin-bottom: 50px;
}

#content .leftContent .orderForm .materialForm {
    margin-top: 50px;	
}

#content .leftContent .orderForm .materialForm input {
    /* Just visible for all 
    InternetExplorer Versions */
    position: relative\9;
    top: 10px\9;	
}

#content .leftContent .orderForm .materialOption {
    margin-bottom: 50px;
}

#content .leftContent .registerForm label {
    width: 220px;
    padding-right: 20px;	
    text-align: right;
    margin-bottom: 20px;
}

#content .leftContent .registerForm .invalid {
    background-color: #ff0000;
    color: #FFFFFF;	
}

.session_alert{
	color:#ff0000;
	padding:10px;
	border:1px solid #ff0000;
}

#content .leftContent form label {
    width: 100px;
    display: block;
    float: left;
    margin-bottom: 10px;
}

#content .leftContent form .button {
    margin-left: 100px;	
}

#content .leftContent .rightImage ,
#content .leftContent .leftImage {
    width: 150px;
    margin-bottom: 10px;	
}

#content .leftContent .rightImage img,
#content .leftContent .leftImage img {
    width: 150px;
    height: auto;	
}

#content .leftContent .rightImage p, 
#content .leftContent .leftImage p {
    font-size: 0.8em;	
    color: #40931d;
    margin-top: 5px;
    text-align: justify;
}

#content .leftContent .downloadImage img {
    width: 30px;
    height: auto;	
}

#content .leftContent .smallImage img {
    width: auto;
    height: auto;   
}

#content .leftContent .downloadText {
    padding: 5px 0px;	
}

#content .leftContent .leftImage {
    float: left;
    margin-right: 10px;
}

#content .leftContent .rightImage {
    float: right;	
    margin-left: 10px;
}

#content .backLink a {
    color: #FFFFFF;	
    text-decoration: none;
    background-color: #40931d; 
    padding: 1px 5px 1px 13px;
    background-image: url(../img/arrow_backlink.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

#content .backLink {
    margin-top: 20px;
    border-bottom: 1px solid #898a89;
}

#content .leftContent ul.logoList {
	list-style-type: none;
	list-style-image: none;
}

#content .leftContent ul.logoList li {
    padding: 25px 0px;
    display: block;
    width: 250px;
    position: relative;  
    margin-bottom: 10px;  
}

#content .leftContent ul.logoList a {
    position: absolute;
    right: 0px;
    top: 0px;	
}

#content .rightContent {
    width: 140px;
    margin-left: 25px;
    margin-top: 10px;
}

#content .rightContent img {
    margin-bottom: 5px;	
}

#content .searchForm {
    position: relative;	
    height: 350px;
}

#content .searchForm img {
    position: absolute;
    top: 0px;
    right: 0px;
}

#content .searchForm label {
    width: 125px;
    display: block;	
    font-weight: bold;
}

#content .searchForm input,
#content .searchForm select,
#content .searchForm label {
    float: left;	
    margin-bottom: 10px;
}

#content .searchForm .form {
    width: 300px;	
}

#content .searchForm .error {
    font-weight: bold;
    color: #40931d;
}

#content #searchResult {
    padding: 10px;
}

#content .resultContent {
    width: 260px;	
    padding: 0px 10px;
    float: left;
    margin-bottom: 20px;
}

#content .sites {
    list-style-type: none;	
    margin: 20px 0px;
}

#content .sites li {
    display: inline;
    padding: 5px;
}

#content .printIcon {
    display: block;
    width: 16px;
    height: 14px;
    float: right;
    background: url(../img/print.gif) no-repeat;
}

#footer {
    border: 1px solid #8a898a;
    border-top: 0px;
    background-color: #FFFFFF;
}

#footer .mainfooter {
    padding: 10px;	
    padding-bottom: 0px;
}

#footer .mainfooter span {
    font-size: 0.8em;
    display: block;
    width: 105px;	
    float: left;
    position: relative;
    top: 15px;
    margin-right: 10px;
}

#footer .mainfooter img {
    margin-right: 10px;	
}

#footer .mainfooter .rightLogo {
    float: right;
}

* html #footer .mainfooter .rightLogo {
    position: relative;
    bottom: 60px;	
}

#footer .subfooter {
    border-top: 2px solid #8a898a;
    padding: 10px;
    padding-bottom: 20px;
}

.clearingElement {
    clear: both;
}

div#accordion h3{
	color:#ffffff;
	background-color:#94bc83;
	color: #FFFFFF;
    display: block;
    line-height: 23px;
    margin-bottom: 1px;
    padding: 2px 5px;
    text-decoration: none;
	outline:none;
	cursor:pointer;
}

div#accordion h3{
	background-color:#40931D;
}

a:focus,
div#accordion h3.ui-accordion-header a:focus{
	outline:none;	
}

input.button {
	background-color:#40931D;
	color:#ffffff;
	border:none;
	padding:1px;
	margin-left:0;
}

div.btn {
	height:25px	
}
div.btn a{
	background-color:#40931D;
	color:#ffffff;
	border:none;
	padding:4px 8px;
	text-decoration:none;
}

span.green{
	color:#030;
}
span.red{
	color:#900
}

div#search,
div#events{
	margin-bottom:10px;
}

div#events select,
div#events input{
	padding:2px;	
}

div#events select option{
	padding-left:5px;	
}

#content .leftContent p.marker{
	text-align:left;
}

#content .leftContent p.description{
	text-align:left;
	color:#666666;
}

