html, body {
	margin:0;
	padding:0;
}

a {
	color:#009944;
}

body {
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	text-align:center;
	background-color:#DBE9D0;
}

.blind {
	display:none;
	visibility:none;
}


#header {
	background: white;
	height: 100px;
	padding: 0;
	margin: 0 0 0 -3px;
	width: 936px;
	text-align: right;
}

#topnav {
	background: #00ae4d;
	height: 24px;
	margin: 0 0 0 -3px;
	width: 934px;
	border-bottom: 5px solid white;
}

#container {
	width:930px;
	margin:20px auto 20px auto; 
	text-align:left;
	background-color: white;
	padding: 0 12px 0 15px;
	border: 1px solid #9c9b9c;
	background-image: url(../img/bg_container_new.jpg);
	background-repeat: repeat-y;
}

#wrapper {
	float:left;
	width:100%;
}

#picture {
	margin: 5px 279px 0 217px;
	width: 424px;
	height: 181px;
	/*background-image: url(../img/content.jpg);
	background-repeat: no-repeat;*/
}

#content {
	margin: 5px 279px 0 217px;
	width: 424px;
	min-height: 250px;
}


#leftnavouter {
	float:left;
	width:210px;
	margin-left:-933px;
	background: #d4ead4;
	min-height: 151px;
	border-bottom: 5px solid white;
}


#leftnav {
	margin: 5px;
	background: #b7ddb8;
	min-height: 151px;
	padding: 5px;
}


#right {
	float:left;
	width:277px;
	margin-left:-277px;
	background: #e7f3e7;
}

#formouter {
	background: #c5e3c6;
	margin: 0;
	padding: 5px;
}

#forminner {
	background: #a8d7ab;
	min-height: 168px;
	padding: 5px;
}

.boxouter {
	background: #c5e3c6;
	padding: 5px;
	margin: 0;
}

.boxinner {
	background: #a8d7ab;
}

.boxinner p {
	padding: 10px;
	color: #009944;
	font-size: 95%;
}

.boxinner a {
	color: #009944;
}


#footer {
	clear:left;
	background: #d4ead4;
	width: 923px;
	height: 18px;
	margin-left: -3px;
	border-top: 5px solid white;
	border-bottom: 10px solid white;
	padding: 4px 0 3px 10px;
	color: #2a7036;
}

#language {
	float: left;
	width: auto;
	color: white;
	text-decoration: none;
	margin:-50px 0px 0px -4px;
	position: relative;
	font-size:90%;
	font-style:italic;
}

#language a {
	width:102px;
	height:34px;
}

#footerleft {
	float:left;
	margin-left: 0px;
}

#footerright {
	float:right;
	text-align: right;
	padding: 2px 10px 0 0;
}


#footer a {
	color: #2a7036;
	text-decoration: none;
	font-size: 95%;
}

#footer a:hover {
	text-decoration: underline;
}

/*NAVIGATION TOP START*/

#topnav1,
#topnav2,
#topnav3 {
	color:white;
	height:24px;
}

#topnav1 a,
#topnav2 a,
#topnav3 a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#topnav1 .active,
#topnav2 .active,
#topnav3 .active {
	background-image:url('../img/bg_topnav_active.gif');
	background-repeat:repeat-x;
	background-position:0px 16px;
	height:17px;
}

/*----1-START---*/
#topnav1 {	
	float: left;
	width: 170px;
}

#topnav1 ul {	
	list-style-type: none;
	padding: 0;
	margin: 4px 0 3px 10px;
}

#topnav1 ul li {	
	float: left;
}
/*----1-ENDE---*/


/*----1-START---*/
#topnav2 {
	float: left;
	padding-left: 52px;
}

#topnav2 ul {	
	list-style-type: none;
	padding: 0;
	margin: 4px 0 3px 0px;
}

#topnav2 ul li {	
	float: left;
	margin-right: 26px;
}
/*----2-ENDE---*/


/*----3-START---*/
#topnav3 {
	float: right;
}

#topnav3 ul {	
	list-style-type: none;
	padding: 0;
	margin: 4px 10px 3px 0px;
}

#topnav3 ul li{	
	float: left;
}
/*----3-ENDE---*/

/*NAVIGATION TOP ENDE*/



/*NAVIGATION LEFT START*/

#leftnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #00a047;
	font-size: 95%;
	border-bottom: 1px dotted #00a047;

}

#leftnav ul li {
	border-top: 1px dotted #00a047;
	padding: 2px 0 2px 10px;
	background-image: url(../img/bullet_leftnav.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#leftnav ul li a {
	text-decoration:none;
	color: #00a047;
}

#leftnav ul li a:hover {
	text-decoration:underline;
	border:0px;
}

#leftnav ul li.active {
	font-weight: bold;
	border-top: 1px dotted #00a047
}

#leftnav ul ul {
	border: none;
}

#leftnav li.second {
	padding: 2px 0 3px 20px;
	margin: 0;
	border:0px;
	background-image: url(../img/bullet_leftnav.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	font-weight: normal;
}

#leftnav li.active-second {
	padding: 2px 0 3px 20px;
	margin: 0;
	border:0px;
	background-image: url(../img/bullet_leftnav.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	font-weight: bold;
}

#leftnav li.second a {
	text-decoration: none;
	color: #00a047;
}

/*NAVIGATION LEFT ENDE*/




/*----CONTENT----START----*/

p {
	margin: 0;
	padding: 0;
}

#content p {
	color: #009944;
	padding: 10px;
	font-size: 100%;
	line-height: 130%;
}

#content ul,
#content ol {
	margin: 0;
	color: #009944;
	padding: 0 10px 0 40px;
	font-size: 100%;
	line-height: 120%;
	list-style-type: square;
}

h1 {
	display: block;
	background-image: url(../img/h1_bg.gif);
	background-repeat: repeat-x;
	height: 38px;
	color: white;
	padding: 5px 0 0 10px;
	margin: 7px 0 0 0;
	font-size: 150%;
	font-weight: normal;
}

.white {
	height: 5px;
	background: white;
	padding: 0;
	margin: 0;
}

.green {
	background: #00ae4d;
	height: 15px;
	color: white;
	padding: 2px 0 0 5px;
	margin: 5px 0 0 0;
	display: block;
	font-size: 95%;
}

.greensmall {
	background: #00ae4d;
	height: 15px;
	color: white;
	padding: 0;
	margin: 0;
	display: block;
}

.bottom {
	position: absolute;
	bottom: 0;
}

.dotted {
	border-bottom: 1px dotted white;
	display: block;
	margin: 0 5px;
	padding: 0;
	height: 5px;
}

#content .csc-textpic-left .csc-textpic-imagewrap {
	padding:0px 0px 0px 10px;
}

/*Formular Start*/


.searchspan {
	display: block;
	text-align: right;
	margin: 0 0 5px 0;
	font-size: 95%;
	color: white;
}

.search {
	width: 152px;
	font-size: 90%;
}

.search-submit {
	width:auto;
	font-size:80%;
	border:1px solid #A8D7AB;
	background-color:white;
}

.dropspan {
	display: block;
	text-align: right;
	margin: 15px 0 0 0;
}

.dropdown {
	width: 115px;
	font-size: 90%;
	margin-right: 0;
}

.boxinner select {
	width:200px;
	color:#000000;
	border:1px solid #666666;
	margin:5px 10px 5px 5px;
}

/*Formular Ende*/

/*----CONTENT----ENDE-----*/



/*----NEWS----START----*/

.news-list-container {
	margin:25px 0px 0px 0px;
}

.news-table-item {
	width:100%;
	margin:0px 0px 25px 0px;

}

.news-table-item .first-column {
	width:130px;
	padding:4px;
	background-color:#CBE5CC;
}

.news-table-item .second-column {
	width:auto;
	padding:4px;
	background-color:#CBE5CC;
}

.news-table-item .title-column {
	width:auto;
	padding:4px;
	background-color:#AECDB0;
}

.news-table-item td .bodytext {
	margin:0px !important;
	padding:0px !important;
	color:#000000 !important;
}

.news-table-item td h3 {
	font-size:100%;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.news-table-item td a {
	color:#000000;
}

.news-table-item td a:hover {
	text-decoration:none;
}

.news-search-form {
	margin:20px 0px 0px 0px;
}

.news-search-emptyMsg {
	margin:10px 0px 0px 0px;
}

.news-single-related {
	margin:0px;
	padding:0px;
}



/*----CONTENT TABELLEN TYP "NORMAL"----*/
.contenttable-0 {
	width:100%;
}

.contenttable-0 .tr-odd {
	background-color:#CBE5CC;
}

.contenttable-0 .tr-0 td {
	font-weight:bold;
	padding:5px 5px 5px 5px;
	font-size:100%;
}

.contenttable-0 .tr-even {
	background-color:#A8D7AB;
}

.contenttable-0 .tr-odd td,
.contenttable-0 .tr-even td {
	padding:4px 4px 4px 4px;
	color:#58595B;
	font-size:90%;
}



/*----CONTENT TABELLEN TYP 1----*/
.contenttable-1 {
	width:100%;
}

.contenttable-1 .tr-odd {
	background-color:#CBE5CC;
}

.contenttable-1 .tr-0 td {
	font-weight:bold;
	padding:5px 5px 5px 5px;
	background-color:#A8D7AB;
}

.contenttable-1 .tr-even {
	background-color:#F1F7F1;
}

.contenttable-1 .tr-odd td,
.contenttable-1 .tr-even td {
	padding:4px 4px 4px 4px;
	color:#58595B;
	font-size:90%;
}

.contenttable-1 .td-last {
	background-color:#E7F3E7 !important;
}

.contenttable-1 .td-0 {
	width:280px;
}

.contenttable-1 .td-last img {
	#width:125px !important;
	position:absolute;
	margin:-36px 0px 0px 0px;
}



/*----CONTENT TABELLEN TYP 2----*/
.contenttable-2 {
	width:100%;
	border:1px solid #cccccc;
	margin:0px 0px 20px 0px;
	background-color:#D7EBD7;
}

.contenttable-2 .td-0,
.contenttable-3 .td-0 {
	width:40%;
	background-color:#D0E9D0

}

.contenttable-2 .td-1,
.contenttable-3 .td-1 {
	width:20%;
	background-color:#DCECDC;
}

.contenttable-2 .td-2,
.contenttable-3 .td-2 {
	width:20%;
	background-color:#D0E9D0
}

.contenttable-2 .td-3,
.contenttable-3 .td-3 {
	width:20%;
	background-color:#DCECDC;
}

.contenttable-2 .tr-odd td,
.contenttable-2 .tr-even td {
	padding:4px;
	color:#000000;
	font-size:90%;
	vertical-align:top;
}



/*----CONTENT TABELLEN TYP 3 (LEGENDE) ----*/
.contenttable-3 {
	width:100%;
	border:1px solid #cccccc;
	margin:0px 0px 20px 0px;

}

.contenttable-3 .tr-0 td {
	font-weight:bold;
	padding:4px;
	font-size:90%;
}



/*----KONTAKT FORM----*/
.formtable {
	width:100%;
}

.formtable .tr-odd {
	background-color:#CBE5CC;
}

.formtable td {
	font-weight:bold;
	padding:5px 5px 5px 5px;
	font-size:100%;
}

.formtable .tr-even {
	background-color:#A8D7AB;
}

.formtable .input-1 {
	height:16px;
	width:250px;
	border:1px solid #00AE4D;
}

.formtable .input-2 {
	height:100px;
	width:250px;
	border:1px solid #00AE4D;
	overflow:auto;
}

.formtable .submit {
	width:auto;
	height:auto;
	font-size:80%;
	border:1px solid #A8D7AB;
	background-color:white;
}



/*----ANALYSE DB----*/
.tx-bnmanalysedb-pi1 {
	margin:0px 0px 0px 9px;
}

.tx-bnmanalysedb-pi1 select {
	width:auto;
	color:#000000;
	border:1px solid #666666;
	margin:0px 0px 10px 0px;
}

.tx-bnmanalysedb-pi1 .analyse-table {
	width:100%;
	margin:10px 0px 0px 0px;
}

.tx-bnmanalysedb-pi1 .analyse-table .td-first {
	width:70%;
	background-color:#A8D7AB;
	padding:4px;
}

.tx-bnmanalysedb-pi1 .analyse-table .td-second {
	background-color:#CBE5CC;
	padding:4px;
}