/* CSS Document */
html, body        { background-color: #337930; margin: 0; padding: 0; width: 100%; height: 100% }

.zent {
	position:relative;
	width:100%;
	height:100%;
}

.contbox {
	position:relative;
	width:960px;
	height:100%;
}
.top-box {
	position:relative;
	width:960px;
	height:30px;
}
.header {
	position:relative;
	width:960px;
	height:240px;
}

/*********** main ***********/
.main {	
	position:relative;
	width:960px;
	height:auto;
	background-color:#fff;
}
.main-left {
	position:relative;
	float:left;
	width:140px;
	padding:10px 10px 10px 0;

	}
.main-right {
	position:relative;
	float:left;
	width:130px;
	padding:10px 0px 10px 10px;
	}	
.main-cont {
	position:relative;
	float:left;
	width:630px;
	padding:10px;
	}
.main img {
	border:none;
}
.flend {
	clear:both
	}
/********* footer und navi **********/
	
.footer {
	position:relative;
	text-align:right;
	width:960px;
	height:30px;
	background-image:url(../gfx/footer.jpg);
	color:#fff;
	
}

.footer a {
	padding:0 5px 0 5px;
	text-decoration:none;
	color:#fff;
	}
.navi {
	position:absolute;
	top:230px;
	left:160px;
	z-index:300;
}


/******** news *********/

.main-cont a:link{
	text-decoration:none;
	color:#78A270;
}

/******* hintergründe ***********/
.bglitegreen {
	position:relative;
	width:150px;
	height:auto;
	background-color:#F5F8E9;
	margin-bottom:2px;
}
.bi-left {
padding-top:100px;
}

.firmenmaske hr {
	border:none;
	border-bottom:solid 1px #78A270;
	
}
.firm_header {
	color:#fff;
	background:#307E44;
	padding:5px;
}
/********* Tabellen ***********/

.firm_ausgabe tr {
	background-color:#E9F0C4;
border-bottom:5px solid #fff;
}
.firm_ausgabe .firm_w {
	height:7px;
		background-color:#fff;
}
b.bfett {
	color:#78A270;
}
.firm_ausgabe hr {
	border:none;
	border-bottom:1px solid #78A270;
}
.firm_ausgabe td {
	text-align_left;
}
/**********  SUCHE *********/
.head_search {

}
.login {
	padding:10px 0;
}
	
