/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color:#C8D199;
	background-image: url(../images/bg/bg.gif);
	font-size: 12px;
	}
#Container {
	width: 750px;
	background-color: #D1D1D1;
	margin: 0px auto;
	border-color: 000;
	border-style: solid;
	border-width: 0px 1px;
	position: relative;
	padding: 0px 0px 30px 0px;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
h3 { 
	font: italic normal 25pt georgia, times new roman, times, serif; 
	letter-spacing: 1px; 
	margin: 0px; 
	color: #5F652E;
	padding: 35px 0px 0px 35px;
	}
h4 {
	background-color: #7F8561;
	color: D1D1D1;
	margin: 10px 0px;
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
p {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	padding:0px;
	}
#Content>p {margin:0px;}

a {
	color:#A2D199;
	font-size:11px;
	text-decoration:underline;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	padding: 0px;
	border: 0px;
	}
a:link {
	color:#5F652E;
	border: 0px;
}
a:visited {
	color:#868D41;
	border: 0px;
}
a:hover {
	color:#333333;
	border: 0px;
}
a:active {
	border: 0px;
	color: #959D48;
}

#Header {
	margin:20px auto 10px auto;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:120px;
	line-height:18px;
	background-color:#eee;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:120px; /* the correct height */
	width: 670px;
	background-repeat: no-repeat;
	text-align: left;
	padding: 15px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:118px;}
#Menu {
	width:130px;
	background-color:#a2d199;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:130px;
	float: right;
	position: relative;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}
#Content img {
	margin: 0px 10px 0px 0px;
	float: left;
	border: none;
}
#Content {
	margin:0px;
	padding:0px 35px 35px 35px;
}
#content a {
	border: none;
}
#clear {
	clear: both;
}
#footer {
	height: 30px;
	position: absolute;
	bottom: 0px;
	width: 750px;
	text-align: center;
	border-top: solid 1px #BEBEBE;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style-type: disc;
	padding-left: 0px;
	line-height: 20px;
	margin-left: 20px;
}
#banner {
	height: 60px;
	width: 468px;
	margin: 0px auto 50px auto;
	border: 0px;
}
#eco {
	text-align: right;
	width: 750px;
	position: absolute;
	top: 0px;
}
#eco img {
	margin: 5px;
}
#nav {
	width: 720px;
	position: relative;
	top: 10px;
	padding: 3px 0px 3px 30px;
	margin: 0px;
	background-image: url(../images/bg/nav.jpg);
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d1d1d1;
	text-decoration: none;
	font-style: normal;
	border: none;
}
#nav a:link {
	color: #D1D1D1;
}
#nav a:hover {
	background-color: #727757;
}
#nav a:active {
	background-color: #727757;
}
#nav ul {
	display:inline;
	list-style-type:none;
}
#nav li {
	display: table-cell;
}
#banner img {
	border: none;
}
#subNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5F652E;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}
#breadcrumbs {
	font-size: 10px;
	color: #000000;
	position: relative;
	padding: 0px 0px 0px 40px;
}
#breadcrumbs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #D1D1D1;
}
#logo {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#logo img {
	background-color: #D1D1D1;
	margin-left: 100px;
}
legend {
	padding: 0px;
	margin-bottom: 8px;
	font-weight: bold;
}
.meineform label {
	display: block;
	width: 10em;
	float: left;
}
input,textarea {
	margin: 3px 0px;
	border: 1px solid #000;
	background: #fff;
	padding: 3px;
	width: 15em;
}
input:active, input:focus, input:hover, textarea:active, textarea:focus, textarea:hover { 
	background: #E8EBDF;
}
label {
	margin: 5px 0px;
	padding-left: 55px;
}
fieldset {
	color:#FFFFFF;
	border:solid 1px #000;
	width: 430px;
	background-image: url(../images/bg/form/form.jpg);
	padding: 5px;
	font-weight: bold;
	margin: 0px auto;
}
