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

/*    background-color:#fefada;   helles gelb */


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


/* *********************************** LAYOUT STYLES ************************************************ */
#global {
	position:absolute;
	left:50%;
	margin-left:-470px;
	margin-top:50px;
	width:982px;
	border-width:0px;
}
/*_______________________________ LOGOBALKEN, HAUPTNAVIGATION background-image:url(../images/logobalken.jpg); ___________________________________ */


#logobalken {
	width:980px;
	height:350px;
	margin:0px;
	float:left;
}
#naviglinks {
/*	position:relative; */
	width:211px;
	height:293px;
	margin:0px;
	float:left;
}
#background {
/*	position:relative; */
	width:767px;
	height:293px;
	margin:0px;
	float:left;
}


/*______ Navigfield und Rest 127 _______ */

#balken {
	background-image:url(../images/balken.jpg);
	width:980px;
	height:36px;
	position:relative;
	float:left;
	margin:0px;
}

/*_______________________________ MAIN TEXT _______________________ */

#textfield {
	width:495px;
	height:209px;
	position:absolute;
	left: 447px;
	top: 415px;
}
#title {
	width:495px;
	height:59px;
	position:absolute;
	left: 446px;
	top: 363px;
}
#adresse {
	width:926px;
	height:22px;
	position:absolute;
	left: 30px;
	top: 653px;
}

/*__________________________________ styles locaux _____________________________________ */

p, .texte, .texte2, .texteNavig, .textesmall {
	font-family: Arial Narrow, sans-serif;
	line-height:15px;
}
.title {
	font-family: Zapfino, Verdana;
	font-size: 20px;
	color: #899C20;
}
.texteNavig {
	font-size: 13px;
	color:#FFFFFF;
}
.texte, p {
	font-size: 13px;
	color:#303C27;
}
.texte2 {
	font-size: 13px;
	color:#899C20;
}
.textesmall {
	font-size: 10px;
	color:#303C27;
}
h1, h2, h3 {
	font-size:20px;
	padding-top:10px;
	font-family: Zapfino, Verdana;
}
a {
	font-family: Arial Narrow, sans-serif;
	color:#20270F;
	text-decoration:none;
}
a:hover {
	color:#303C27;
}

