/* instellingen voor de achtergrond en inhoud in de backsite */
body, #content { 

background-color:#0f60a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height:20px;
	
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	line-height:20px;
}
/* instellingen voor de achtergrond en inhoud in de site */
body#website   { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	overflow:hidden;
	background-image:url(images/bg.jpg);
	background-color:#000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	line-height:20px;
	
z-index:0;
	}
	
	#SITE{

z-index:0;

}

	
#NIEUWS{
z-index:99;
background-color:#99CC00;
position: absolute;

height:330px;
width:820px;
}

.inhoud2{
width:720px;
height:450px;
margin-left: -360px;
left: 50%;
top: 185px;
/*margin-top:-240px;*/
position: absolute;
z-index:99;
display:block;
}

.tekst{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:14px;
}

.maintitle{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
line-height:24px;
}

.subtitle{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#999999;
line-height:14px;
font-weight:bold;
}


/* margins, padding en borders van p tags resetten */
p{ 
margin:0 0 12px 0;
padding:0;
border:0;
}

/* form tags op nul zetten, anders krijg je en rand om de pagina */
form{
margin:0;
padding:0;
border:0;
}

/* tekens voor opsomming */
ul             { margin:12px 0; padding:0 0 0 40px; list-style-type:square;}
ol             { margin:12px 0; padding:0 0 0 40px; list-style-type:decimal;}	

/* borders van links op images op nul zetten */
a img, :link img, :visited img { border: 0;}

/* hier kan je de kleur van een randje rond de thumb in een DNA02 aanpassen */
.dnaListImg2{
border:1px solid #CCCCCC;
}


	
/* css voor tabellen */	
table, td, tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	line-height:20px;
	}
	
	
/* deze tag altijd gebruiken in combinatie met onderstaande om de css van de korte inhoud van een DNA02 backsite en frontsite hetzelfde te houden */
.korte_inhoud{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height:18px;
}
/* p tag van bovenstaande resetten, problemen met breaks front -en backsite voorkomen */
.korte_inhoud p { 
margin:0;
padding:0;
border:0;
	line-height:18px;
}



a:link {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
		color: #0099CC;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #0099CC;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0099CC;
}
a:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #0099CC;
}
