/* *************************** GLOBAL STYLES ******************************************* */

/*background-color:#3b5d3a;   grün*/
/*    background-color:#788d65;   grün*/

/*    background-color:#878B79;   grün-grau (ORIGINAL vor dem blau)*/
/*    background-color:#92bbbf;  blau*/


body {
    margin:0px;
    padding:0px;
    border:0px;
    background-color:#878B79;
    background-position:top center;
}


/* *********************************** LAYOUT STYLES ************************************************ */
#global {
	position:absolute;
	left:50%;
	top:10%;
	margin-left:-450px;
	width:900px;
	border-width:0px;
}
/*_______________________________ LOGOBALKEN, HAUPTNAVIGATION ___________________________________ */
#lineoben {
	width:897px;
	height:2px;
	margin:0px;
	float:left;
}
#logobalken {
	background-image:url(../images/logobalken.jpg);
	width:897px;
	height:153px;
	margin:0px;
	float:left;
}
#linesublogo {
	width:897px;
	height:2px;
	background-color:#dbe8d1;
	margin:0px;
	float:left;
}
/*______ 7x Navigfield und Rest 127 _______ */
#navigfield {
	background-color:#94a584;
	width:110px;
	height:15px;
	position:relative;
	float:left;
	padding-top:3px;
	}
	
#navigfield:hover {
	background-color:#acba9f !important;
}

#navigfieldrest {
	background-color:#94a584;
	width:100px;
	height:15px;
	position:relative;
	float:left;
	padding-top:3px;
	}
#navigfieldrestfront {
	background-color:#94a584;
	width:27px;
	height:15px;
	position:relative;
	float:left;
	padding-top:3px;
	}


/*_______________________________ MAIN - LINKS ____________background-image:url(../images/mainbackground.jpg);_______________________ */

#mainbackground {
	background-color:#e5eadf;
	width:502px;
	height:400px;
	position:relative;
	float:left;
}

/*_______________________________ MAIN - RECHTS ____________url(../images/mainbgright.jpg);_______________________ */

#mainbgright {
	background-color:#d0d9c5;
	width:395px;
	height:400px;
	position:relative;
	float:left;
}

#adressbalken {
background-color:#94a584;
	width:897px;
	height:13px;
	position:relative;
	float:left;
	padding-top:2px;
}
#bottombalken {
	background-color:#426c3e;
	width:897px;
	height:3px;
	position:relative;
	float:left;
}

/*__________________________________ INHALT _____________________________________________ */

#maintext {
	width:439px;
	height:329px;
	position:absolute;
	left: 35px;
	top: 195px;
}
#mainbild {
	width:456px;
	height:329px;
	position:absolute;
	left: 17px;
	top: 195px;
}
#maintextkontakt {
	width:263px;
	height:341px;
	position:absolute;
	left: 209px;
	top: 195px;
}
#mainimg {
	width:502px;
	height:110px;
	position:absolute;
	left: 0px;
	top: 462px;
}
#righttext {
	width:373px;
	height:248px;
	position:absolute;
	left: 511px;
	top: 305px;
}
#rightimg {
	width:395px;
	height:110px;
	position:absolute;
	left: 502px;
	top: 175px;
}
/*__________________________________ styles locaux _____________________________________ */

p, .texte, .texte2, .texteNavig, .title, .textesmall {
	font-family: Verdana, Arial, sans-serif;
	line-height:12px;
}
.title {
	font-size: 20px;
	color: #2F472B;
}
.texteNavig {
	font-size: 11px;
	color: #0b160b;
}
.texte, p {
	font-size: 11px;
	color:#000503;
}
.texte2 {
	font-size: 11px;
	color:#2F472B;
}
.textesmall {
	font-size: 8px;
	color:#000503;
}
h1, h2, h3 {
	font-size:20px;
}
a {
	font-family:Verdana, Arial, sans-serif;
	color:#0b160b;
	text-decoration:none;
}
a:hover {
	color:#436840;
}

