@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften gesamter Inhalt der Seite */
body {
	background-color: #E3EFBC;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Container */
#container {
	width: 990px;
	height: auto;
	margin: auto;
	margin-top: 10px;
	color: #646464;
	background-color: #ffffff;
	
	border-bottom: 1px;
	border-bottom-color: #D6D6D6;
	border-bottom-style: solid;	

	border-right: 1px;
	border-right-color: #D6D6D6;
	border-right-style: solid;	

	border-top: 1px;
	border-top-color: #D6D6D6;
	border-top-style: solid;	
	
	border-left: 1px;
	border-left-color: #D6D6D6;
	border-left-style: solid;	
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Header */
#header {
	width: 990px;
	height: 230px;
	margin: 0px;
	background-image: url(../jpg/layout.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}

#logolink {
	position: absolute;
	margin-left: 80px;
	margin-top: 50px;
	width: 400px;
	height: 130px;
	z-index: 1;
}

#textlink {
	position: absolute;
	margin-left: 840px;
	margin-top: 20px;
	width: 150px;
	height: 30px;
	z-index: 2;
}


#textlink a:link {
	font-size: 10px;
	color: #2D2D2D;
	text-decoration: none;
	margin-left: 20px;
}

#textlink a:visited {
	font-size: 10px;
	color: #2D2D2D;
	text-decoration: none;
	margin-left: 20px;
}

#textlink a:hover {
	font-size: 10px;
	color: #2D2D2D;
	text-decoration: none;
	margin-left: 20px;
	border-bottom: 3px;
	border-bottom-color: #9BC734;
	border-bottom-style: solid;
}

#textlink a:active {
	font-size: 10px;
	color: #2D2D2D;
	text-decoration: none;
	margin-left: 20px;
}

#aktiv {
	border-bottom: 3px;
	border-bottom-color: #9BC734;
	border-bottom-style: solid;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Content */
#content {
	position: absolute;
	width: 990px;
	min-height: 450px;
	margin: auto;
	font-size: 11px;
	color: #646464;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #ffffff;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Menue */
#menue {
	position: absolute;
	width: 950px;
	height: 30px;
	margin-top: 0px;
	margin-left: 20px;
	background-color: #E3EFBC;
	border-bottom: 1px;
	border-bottom-color: #828282;
	border-bottom-style: solid;
}

#navcontainer { /* none needed */ }

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul#navlist li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: lighter;
	margin: 0;
	padding: 5px 0 4px 0;
}

#navlist a, #navlist a:link {
	margin: 0;
	font-weight: bolder;
	padding: 8px 20px 7px 20px;
	line-height: 20px;
	color: #2C2C2C;
	border-right: 1px solid #ffffff;
	text-decoration: none;
}

#navlist a:hover {
	line-height: 20px;
	color: #2F911A;
}

#navlist #aktiv-nav {
	color: #ffffff;
	padding: 8px 20px 7px 20px;
	line-height: 20px;
	background-color: #2F911A;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften BOX-LEFT */
#box-left {
	min-height: 400px;
	width: 180px;
	margin-left: 20px;
	margin-top: 45px;
	background-color: transparent;
	float: left;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften BOX 1 LEFT */
#box-left-1 {
	position: absolute;
	width: 180px;
	min-height: 160px;
	margin: auto;
	font-size: 11px;
	color: #646464;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #E3EFBC;
	background-image: url(../jpg/bg-box.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#box-left-1 h1 {
	margin-left: 20px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
}

#box-left-1 ul {
	margin-left: -20px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#box-left-1 li {
	list-style: url(../gif/karo-5x5.gif);
	list-style-position: outside;
}

#box-left-1 a:link {
	margin-left: 20px;
	color: #2C9119;
	text-decoration: underline;
}

#box-left-1 a:visited {
	margin-left: 20px;
	color: #2C9119;
	text-decoration: underline;
}

#box-left-1 a:hover {
	margin-left: 20px;
	color: #2C9119;
	text-decoration: none;
}

#box-left-1 a:active {
	margin-left: 20px;
	color: #2C9119;
	text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften BOX 2 LEFT */
#box-left-2 {
	position: absolute;
	width: 180px;
	min-height: 150px;
	margin: auto;
	font-size: 11px;
	color: #646464;
	margin-top: 180px;
	margin-left: 0px;
	background-color: #E3EFBC;
	background-image: url(../jpg/bg-box.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#box-left-2 h1 {
	margin-left: 20px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
}

#box-left-2 ul {
	margin-left: -20px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#box-left-2 p {
	margin-left: 10px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#box-left-2 li {
	list-style: url(../gif/karo-5x5.gif);
	list-style-position: outside;
}

#box-left-2 a:link {
	margin-left: 0px;
	color: #2C9119;
	text-decoration: underline;
}

#box-left-2 a:visited {
	margin-left: 0px;
	color: #2C9119;
	text-decoration: underline;
}

#box-left-2 a:hover {
	margin-left: 0px;
	color: #2C9119;
	text-decoration: none;
}

#box-left-2 a:active {
	margin-left: 0px;
	color: #2C9119;
	text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Content-Main */
#content-main {
	min-height: 500px;
	width: 560px;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 45px;
	background-color: transparent;
	float: left;
}


#content-main a:link {
	margin-left: 2px;
	color: #2C9119;
	text-decoration: underline;
}

#content-main a:visited {
	margin-left: 2px;
	color: #2C9119;
	text-decoration: none;
}

#content-main a:hover {
	margin-left: 2px;
	color: #2C9119;
	text-decoration: none;
}

#content-main a:active {
	margin-left: 2px;
	color: #2C9119;
	text-decoration: none;
}


#content-main h1 {
	color: #434343;
	margin-top: 0px;
	font-size: 13px;
	font-weight: bolder,
}

#content-main h4 {
	color: #434343;
	margin-top: 0px;
	font-size: 14px;
}


#content-main h5 {
	font-style: italic;
	font-weight: bolder;
	color: #333333;
	margin-top: 0px;
	font-size: 22px;
}


#content-main h6 {
	font-style: italic;
	font-weight: bolder;
	color: #333333;
	margin-top: -38px;
	margin-left: 80px;
	font-size: 22px;
}


.grau {
	color: #333333;
	font-size: 20px;
}

.gruen {
	color: #2C9119;
	font-size: 28px;
}

.gruen2 {
	color: #2C9119;
	font-size: 20px;
	margin-left: 36px;
}


.rot {
	color: #9F000C;
	font-size: 28px;	
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften BOX-RIGHT */
#box-right {
	min-height: 480px;
	width: 180px;

	margin-left: 15px;
	margin-top: 45px;
	background-color: #E0E0E0;
	float: left;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften BOX 1 RIGHT */
#box-right-1 {
	position: absolute;
	width: 180px;
	min-height: 160px;
	margin: auto;
	font-size: 11px;
	color: #646464;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #E0E0E0;
	background-image: url(../jpg/bg-box-right.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#box-right-1 h1 {
	margin-left: 20px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
}

#box-right-2 {
	position: absolute;
	width: 180px;
	min-height: 160px;
	margin: auto;
	font-size: 11px;
	color: #646464;
	margin-top: 180px;
	margin-left: 0px;
	background-image: url(../jpg/bg-box-right.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#box-right-2 h1 {
	margin-left: 20px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
}

#box-right-2 p {
	width: 160px;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#box-right-2 a:link {
	margin-left: 0px;
	color: #2C9119;
	text-decoration: underline;
}

#box-right-2 a:visited {
	margin-left: 0px;
	color: #2C9119;
	text-decoration: underline;
}

#box-right-2 a:hover {
	margin-left: 0px;
	color: #2C9119;
	text-decoration: none;
}

#box-right-2 a:active {
	margin-left: 0px;
	color: #2C9119;
	text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Footer */
#footer-out {
	width: 990px;
	height: 40px;
	margin-top: 10px;
	border-top: 1px;
	border-top-color: #828282;
	border-top-style: solid;
	float: left;
}

#footer-in {
	width: 950px;
	height: 25px;
	color: #ffffff;
	margin-top: 5px;
	margin-left: 20px;
	background-color: #2F911A;
}

input, textarea, select {
	border:1px solid #cccccc;
	padding:3px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
}
