/* *************************** GLOBAL STYLES ******************************************* */

body {
    margin:0px;
    padding:0px;
    border:0px;
    background-color:#cde497;
    background-position:top center;
}

/* *********************************** LAYOUT STYLES ************************************************ */

#global {
	position:absolute;
	background-color:#FFFFFF;
	left:50%;
	margin-left:-512px;
	margin-top:0px;
	width:1024px;
	height:auto;
	border-width:0px;
}

/*_______________________________ LOGOBALKEN, HAUPTNAVIGATION ___________________________________ */

#logobalken {
	background-image:url(../images/logobalken.jpg);
	width:1024px;
	height:167px;
	float:left;
	position:relative;
}

#logolinks {
	background-image:url(../images/logolinks.jpg);
	width:89px;
	height:569px;
	float:left;
	position:relative;
}

#navig {
	width:175px;
	height:568px;
	float:left;
	position:relative;
	background-color: #C0DF8D;
	padding-left:20px;
}

#main {
	width:565px;
	float:left;
	position:relative;
	background-color: #FFFFFF;
}

#news {
	width:155px;
	height:568px;
	float:left;
	position:relative;
	background-color: #C0DF8D;
	padding-left:20px;
}

#balkenbottom {
	background-color:#569914;
	width:1024px;
	height:19px;
	float:left;
	position:relative;
	padding-top:3px;
	visibility: visible;
}


/*_______________________________ MAIN TEXT _______________________ */

#textfield {
	width:501px;
	height:727px;
	position:absolute;
	left: 312px;
	top: 187px;
}


/*__________________________________ styles locaux _____________________________________ */

p, a, .texte, .texte2, .texteNavig, .title, .textesmall {
	font-family:Verdana, Arial, sans-serif;
	line-height: 11px;
	color:#000000;
}
.title {
	font-size: 15px;
	color:#569914;
}
.texteNavig {
	font-size: 11px;
    line-height: 11px;
	color:#569914;
}
.texteNavig2 {
	font-size: 11px;
    line-height: 11px;
	color:#355D0D;
}
.texteNavig3 {
	font-size: 11px;
    line-height: 11px;
	color:#CC0000;
}
.texte, p {
	font-size: 11px;
	color:#000000;
}
.texte2 {
	font-size: 11px;
	line-height:11px;
	color:#569914;
}
.textesmall {
	font-size: 9px;
	color:#333333;

}
h1, h2, h3 {
	font-size: 20px;
}
a {
	font-family:Verdana, Arial, sans-serif;
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#569914;
}

