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



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


/* *********************************** LAYOUT STYLES ************************************************ */
#global {
	position:absolute;
	background-color:#95b4d1;
	left:50%;
	margin-left:-500px;
	margin-top:0px;
	width:1000px;
	height:auto;
	border-width:0px;
}
/*_______________________________ LOGOBALKEN, HAUPTNAVIGATION ___________________________________ */

#logobalken {
	background-image:url(../images/background.jpg);
	width:1000px;
	height:1020px;
	float:left;
	position:relative;
	background-color: #DCDDDF;
}
#logobalkensvp {
	background-image:url(../images/backgroundsvp.jpg);
	width:1000px;
	height:1020px;
	float:left;
	position:relative;
	background-color: #DCDDDF;
}


/*_______________________________ MAIN TEXT _______________________ */

#navig {
	width:469px;
	height:26px;
	position:absolute;
	left: 352px;
	top: 250px;
}

#navig2 {
	width:281px;
	height:21px;
	position:absolute;
	left: 619px;
	top: 197px;
}
#textfield {
	width:577px;
	height:492px;
	position:absolute;
	left: 353px;
	top: 308px;
}
#fieldleft {
	width:242px;
	height:492px;
	position:absolute;
	left: 77px;
	top: 308px;
}
#bottom {
	width:243px;
	height:17px;
	position:absolute;
	left: 81px;
	top: 960px;
}

/*__________________________________ styles locaux _____________________________________ */

p, .texte, .texte2, .texte3, .texteNavig, .title, .textesmall, .textesmall2 {
	font-family:Verdana, Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	color:#000;
}
.title {
	font-size: 20px;
	color:#000;
}
.texteNavig {
	font-size: 12px;
	color:#030;
}
.texte, p {
	font-size: 11px;
	color:#000;
}
.texte2 {
	font-size: 11px;
	color:#060;
}
.texte3 {
	font-size: 11px;
	color:#999;
}
.textesmall {
	font-size: 8px;
	color:#000;
}
.textesmall {
	font-size: 8px;
	color:#999;
}
h1, h2, h3 {
	font-size:20px;
		color:#060;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#030;
	text-decoration:none;
}
a:hover {
	color:#BBFA47;
}

