* { behavior: url(/admin/templates/css/iepngfix.htc)}
a:focus { /* haalt stippellijn weg in firefox */
	outline: none;
	border: none;
	outline-style:none;
}	

body{
	background-color: #000;
	margin: 0;
	padding: 0;
	background-image: url('../img/background.gif');
	background-repeat: repeat-x;
	color: #fff;
	font-family: verdana;
	font-size: 12px;
}
#flouartistique{
	position: relative;
	width: 500px;
	height: 160px;
	left: 60px;
	top: 120px;
	background-image: url('../img/flouartistique.png');
	z-index: 10;
}

#site{
	background-color: transparent;
	width: 960px;
	height: 580px;
	margin: auto;
	top: 120px;
	padding: 0;
}

#topbox {
	
}

#menu {
	position: relative;
	color: #fff;
	width: 140px;
	top: 120px;
	float:left;
}
#menu img{
	position: relative;
	left: 20px;
}
#menu ul{
	list-style-type: none;
}
#menu li{
}
#menu ul li a{
	padding-left: 10px;
	text-decoration:none;
	color: #fff;
	font-family: verdana;
	font-size: 11px;
}
#menu ul li a:hover{
	color:#81B812;
	background: transparent url('../img/blokje.gif') left center no-repeat;
}
#menu ul li a.current{
	color:#81B812;
	background: transparent url('../img/blokje.gif') left center no-repeat;
}

#focusimg{
	position: relative;
	float: left;
	width: 260px;
	top: 70px;
	padding-left: 20px;
	padding-right: 60px;
}

#content{
	position: relative;
	float:right;
	width: 480px;
	height: 300px;
	top: 70px;
	font-size: 11px;
	line-height: 130%;
}
#content_body{
	position: relative;
	height: 200px;
}
#content_gallery{
	position: relative;
	height: 60px;
}
#content_gallery a img{
	border: 0;
	margin: 0;
	padding: 0;
}
#content_gallery a{
	text-decoration: none;
	border: 0;
	float: left;
	padding-right: 6px;
	padding-bottom: 6px;
}
#content_footer p{
	color: #81B812;
	font-size: 9px;
	width: 480px;
}
#content_footer a{
	color: #81B812;
}
#credits{
	float: right;
	font-size: 8px;
	color: #fff;
	padding: 15px;
	margin-right: 10px;
}
#credits{
	color: #bcbdc0;
}
#credits a{
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
}
span.white{
	color: #fff;
}
span.green{
	color: #87c440;
}
