/* colors 
green: C7D64C
yellow: F9B811

*/

/* global reset */

* {
margin: 0;
padding: 0;
}


/* tags */

body {
font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
font-size: 12px;
background-repeat: no-repeat;
background-color: #fff;
background-image: url(../pict/gruenerkreisgross.gif);
}

h1 {
font-size: 18px;
font-weight: 800;
color: #F9B811;
margin-bottom: 0.8em;
}

h2 {
font-size: 16px;
color: #F9B811;
margin-bottom: -0.2em;
margin-top: 0.5em;
}

h3 {
font-size: 14px;
margin: 1em 0;
font-weight: bold;
}

a img {
border: 0;
}

a {
color: #F9B811;
text-decoration:underline;
}

a:hover {
color: #666;
text-decoration:underline;
}

ul {
margin-left: 15px;
}

hr {
color: #F9B811;
background-color: #F9B811;
margin: 10px auto;
height:1px;
width:90%;
}
/* divs */
#mainnav {
position:absolute;
top: 30px;
left: 30px;
z-index: 5;
}

/* ie win hack */
*html #mainnav ul {
margin: -15px 0 10px 10px;
}

li.noicon {
list-style: none;
}

ul li.nav {
list-style-image: url(../pict/listicon.gif);
margin: 2px 10px;
padding-left: 5px;
font-weight: bold;
font-size: 14px;
line-height: 2em;
}

ul li.nav a {
color: #000;
text-decoration: none;
}

ul li.nav a.on {
color: #fff;
}

ul li.nav a:hover {
color: #fff;
text-decoration: underline;
}

li.subnav {
margin-left: 0px;
padding-left: 5px;
list-style: none;
font-size: 11px;
line-height: 1.5em;
}

li.subnav a {
color: #000;
text-decoration: none;
font-weight: normal;
}

li.subnav a.on {
color: #fff;
}

li.subnav a:hover {
color: #fff;
text-decoration: underline;
}

#address {
position:absolute;
bottom: 10px;
left: 30px;
font-size: 10px;
z-index: 5;
width: 300px;
}

#content {
position:absolute;
top: 30px;
left: 240px;
z-index: 5;
width: 60%;
height: 80%;
overflow:auto;
background-color: #fff;
background-repeat: no-repeat;
background-image: url(../pict/gruenerkreisincontent.gif);
scrollbar-base-color:#F9B811;
scrollbar-3d-light-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-darkshadow-color:#333;
scrollbar-face-color:#F9B811;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#333;
scrollbar-track-color:#F9DD96;

}

#content p {
margin: 10px 0;
line-height: 1.4em;
}

#content #text {
margin: 20px 20px 20px 180px;
}

#text ul {
margin: 15px;
line-height: 1.5em;
}

#content #imagecol {
float:left;
width: 180px;
margin-top: 8em;
text-align:center;
font-size: 0.8em;
color: #666;
}

#content #imagecol img.round {
margin: 0;
padding: 0;
}

#footer {
position:absolute;
bottom: 10px;
left: 45%;
font-size: 0.8em;
color: #666;
z-index:2;
}

#logo {
position: absolute;
bottom: 0px;
right: 0px;
width:313px;
height:244px;
z-index:1;
}

/* FORMULAR */

.formular fieldset {
	border: 1px solid #F9B811;
	margin-top: 10px;
	padding: 10px;
	}
	
legend {
	vertical-align:middle;
	margin:10;
	color: #F9B811;
	}
	
.formular input[type=text], textarea {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
	width: 150px;
	margin: 2px 0px 2px 0px;
	}
	
.formular select {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
	margin: 2px 0px 2px 0px;
	}
	
.formular input[type=radio] {
	margin: 2px 0px 2px 0px;
	vertical-align: middle;
	}
	
.formular {
	margin:0;
	padding:10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:400px; 
	font-size: 11px;
}

.formular label.left	{
	clear:both;
	float:left;
	width:100px;
	margin-right:10px;
	text-align:right;
}


.formular form p	{
	margin:0 0 10px 0;
	line-height:150%;	
	font-size:12px;
}


.formular input[type=submit] {
	width:auto;
}

.submitbutton {
	margin: 5px 5px 5px 100px;
	font-size: 11px;
	}

#note1 {
	margin: 5px 5px 5px 100px;
	}

.error { 
	color: #ff000d;
	}

.debug {
	border: 1px dotted #ff0000;
}
