/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF url(/fileadmin/templates/img/UnieNzv/bg-header.gif) repeat-x left top;
	background: #FFF;
	color:#20358C;
	font-size: 76%; 
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; 
	line-height: 1.5em;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

h1, h2, h3, h4, h5, h6 { 	
	color: #C98C0A;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 0.5em;
}

p { 
	font-size: 1em;
	margin-bottom: 1.3em;
} 

#footer p {
	margin: 0.3em;
}

acronym, abbr {
	border-bottom: 1px dotted #000;
	cursor:help;
}

hr {
	clear:both;
	background: #D9D9D9;
	color: #D9D9D9;
	border: 0;
	height: 1px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#center ol, #center ul,
#right ol, #right ul { 
	list-style:disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

ol { list-style: decimal; }

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#website-logo {
	background: url(/fileadmin/templates/img/UnieNzv/UnieNzv-logo.gif) no-repeat top;
	width:218px;
	height:81px;
	top:23px;
	left:17px;
	display:block;
	position:absolute;
}

#website-logo a {
	display: block;
	width:370px;
	height:25px;
	cursor: pointer;
}

/* Frames /////////////////////////////////////////////////////////////////////////////////*/
.blauw h2 {
		padding-left: 5px;
		display: block;
		color: #20358c;
		background: #DFDFDF;
		line-height: 1.5;
		margin-top:10px;
		}
	
	
a 	{
	color:#20358C;
	}
		
a:hover {
	color:#976B0F;
}

