.maintable {
	height: 100%;
	width: 100%;
	color: #BFC1BC;
}
h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: square;
	font-weight: normal;
	line-height: 20px;
}
.inhoudstabel {
	margin-left: 28px;
}


.footer {
	vertical-align: bottom;
	position: static;
	bottom: 15%;
	top: 85%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ef7e19;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #92958C;
	font-weight: bold;
	line-height: 30px;
	
}
.titleDNA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BFC1BC;
	border-bottom-style: dotted;
	border-bottom-color: #92958C;
	font-weight: bold;
	border-bottom-width: 1px;
}
.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ef7e19;
	font-weight: bold;
	line-height: 30px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	font-size: 12px;
}
.bg {
	
	background-color: #262e38;
}

a:link {
	color: #ef7e19;
	text-decoration: underline;
}
a:visited {
	color: #ef7e19;
	text-decoration: underline;
}
a:hover {
	color: #ef7e19;
	text-decoration: none;
}
.r {
	text-align: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.r:link {
	color:#FFFFFF;
	text-decoration: none;
}
.r:hover {
	color:#FFFFFF;
	text-decoration: underline;
}


.r:visited {
	color:#FFFFFF;
	
}

/* 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 30px; list-style-type:square;}
ol             { margin:12px 0; padding:0 0 0 30px; list-style-type:decimal;}	

/* borders van links op images op nul zetten */


/* hier kan je de kleur van een randje rond de thumb in een DNA02 aanpassen */
.dnaListImg{
	border:1px solid #333333;
	margin-right: 30px;
	margin-bottom: 5px;
}
.dnaListTitle{
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ef7e19;
}
.dnaListTitle2{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ef7e19;
	
	font-weight: bold;
	line-height: 30px;
}

.dnatabel{

	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	
	border-bottom-color: #92958C;
	font-weight: bold;
	line-height: 30px;
}

/* instellingen voor de achtergrond en inhoud in de backsite */
body, #content { 

background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
	list-style-image: url(images/ops.gif);
}
/* instellingen voor de achtergrond en inhoud in de site */
body#website   { 
	background-image: url(images/bg3.jpg);
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #BEBCBD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg_02.jpg);
	background-repeat: repeat-x;
	background-color: #BEBCBD;
	}
	
/* css voor tabellen */	
table, td, tr{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
	list-style-type: square;
	}
	
	
/* 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: 11px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
	list-style-type: square;
}
/* p tag van bovenstaande resetten, problemen met breaks front -en backsite voorkomen */
.korte_inhoud p { 
margin:0;
padding:0;
border:0;
	line-height:18px;
}

