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

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

/* *********************************** LAYOUT STYLES ************************************************ */

#global {
	position:absolute;
	background-color:#FFFFFF;
	left:50%;
	margin-left:-490px;
	margin-top:0px;
	width:980px;
	height:auto;
	border-width:0px;
}

/*_______________________________ LOGOBALKEN, HAUPTNAVIGATION ___________________________________ */
#impressum {
	background-color:#FFFFFF;
	width:980px;
	height:15px;
	float:left;
	position:relative;
}
#logobalken {
	background-image:url(../images/logobalken.jpg);
	width:980px;
	height:150px;
	float:left;
	position:relative;
}

#balken {
	background-color:#FFCC00;
	width:980px;
	height:3px;
	float:left;
	position:relative;
}

#bilder {
	background-image:url(../images/bild1.jpg);
	width:980px;
	height:40px;
	float:left;
	position:relative;
}

#bilderstart {
	background-image:url(../images/bilder.jpg);
	width:980px;
	height:120px;
	float:left;
	position:relative;
}

#navig {
	width:175px;
	height:600px;
	float:left;
	position:relative;
	background-color: #FDFDEB;
	padding-left:30px;
}

#main {
	width:610px;
	height:auto;
	float:left;
	position:relative;
	background-color: #FFFFFF;
}

#news {
	width:145px;
	height:600px;
	float:left;
	position:relative;
	background-color: #FDFDEB;
	padding-left:20px;
}

#balkenbottom {
	background-color:#FFCC00;
	width:980px;
	height:25px;
	float:left;
	position:relative;
	padding-top:3px;
	visibility: visible;
}


/*_______________________________ MAIN TEXT _______________________ */

#textfield {
	width:501px;
	height:413px;
	position:absolute;
	left: 266px;
	top: 257px;
}


/*__________________________________ styles locaux _____________________________________ */

p, a, .texte, .texte2, .texteNavig, .title, .textesmall {
	font-family:Verdana, Arial, sans-serif;
	line-height:14px;
	color:#000000;
}
.title {
	font-size: 15px;
	color:#FF6600;
}
.texteNavig {
	font-size: 13px;
    line-height: 14px;
	color:#663300;
}
.texteNavig2 {
	font-size: 13px;
	line-height: 12px;
	color:#766950;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texte, p {
	font-size: 13px;
	color:#766950;
	line-height:14px;
}
.texte2 {
	font-size: 13px;
	color:#663300;
}
.textesmall {
	font-size: 10px;
	color:#766950;
}
h1, h2, h3 {
	font-size: 20px;
}
a {
	font-family:Verdana, Arial, sans-serif;
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#993300;
}

