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

/*    background-color:#FFFFCC;   helles gelb */
/*    background-color:#8e6b45;   braun mittel */
/*    background-color:#d1a661;   braun hell */
/*    background-color:#a5ac97;   grün-grau */
/*    background-color:#92a559;   grün schön kräftig*/
/*    background-color:#4887bb;   blau schön kräftig*/


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


/* *********************************** LAYOUT STYLES ************************************************ */
#global {
	position:absolute;
	left:50%;
	margin-left:-372px;
	margin-top:0px;
	width:744px;
	border-width:0px;
}
/*_______________________________ LOGOBALKEN, HAUPTNAVIGATION ___________________________________ */


#logobalken {
	background-image:url(../images/logobalken.jpg);
	width:744px;
	height:97px;
	margin:0px;
	float:left;
}
#sprachen {
	position:absolute;
	width:46px;
	height:19px;
	margin:0px;
	left: 659px;
	top: 74px;
}
#linesublogo {
	background-image:url(../images/chaletpony.jpg);
	width:744px;
	height:117px;
	margin:0px;
	float:left;
}
#barre {
	background-color:#423325;
	width:744px;
	height:16px;
	float:left;
	}
	
#balkenlinks {
	background-image:url(../images/balkenlinks.jpg);
	width:26px;
	height:584px;
	float:left;
	}
#balkenrechts {
	background-image:url(../images/balkenrechts.jpg);
	width:28px;
	height:584px;
	float:right;
	}
/*______ Navigfield und Rest 127 _______ */

#navig {
	background-color:#f6f0d0;
	width:140px;
	height:inherit;
	position:relative;
	float:left;
	}
#navigfield {
	background-color:#f6f0d0;
	width:140px;
	height:15px;
	position:relative;
	float:left;
	padding-top:3px;
	}
	
#navigfield:hover {
	background-color:#fffdf1 !important;
}

#navigfieldrest {
	background-color:#f6f0d0;
	width:140px;
	height:353px;
	position:relative;
	float:left;
	padding-top:3px;
	}


/*_______________________________ MAIN TEXT _______________________ */

#textfield {
	background-color:#fffdf3;
	width:530px;
	height:574px;
	position:relative;
	float:left;
	padding-left:20px;
	padding-top:10px;
}


/*__________________________________ styles locaux _____________________________________ */

p, .texte, .texte2, .texteNavig, .title, .textesmall {
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
}
.title {
	font-size: 20px;
	color: #733b11;
}
.texteNavig {
	font-size: 11px;
	color: #200600;
}
.texte, p {
	font-size: 11px;
	color:#200600;
}
.texte2 {
	font-size: 11px;
	color:#733b11;
}
.textesmall {
	font-size: 8px;
	color:#000503;
}
h1, h2, h3 {
	font-size:20px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	color:#733b11;
	text-decoration:none;
}
a:hover {
	color:#8a4a1d;
}

