/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
Updated:   02/05/2007
***********************************************************
*/

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF;
	color: #000;
	font-size: 76%; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	line-height: 1.3em;
	margin-top: 10px;
}

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; }

.frame-01 h1, .frame-02 h1 {
	color:#658398;
	font-size: 2em;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 0.6em;
}

p { 
	font-size: 1em; 
	margin-bottom: 1.3em;
} 

#center ol, #center ul { 
	list-style:disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

hr {
	clear:both;
	background: #596975;
	color: #596975;
	border: 0;
	height: 1px;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#main {	
	background: url(../img/bg.gif) repeat-y center;
}

#header {
	background: #FFF url(../img/Achtergrond_incompany.png) no-repeat top right;
	border-bottom: 20px solid #FFF;
}

#logo {
	height: 83px;
	width: 172px;
	left: 40px;
	top: 0;
	position: absolute;
}

#part-01 p, #part-02 p{
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	left: 350px;
	top: 82px;
	position: absolute;
	color: #658398;
}

#part-02 p{
	left: 414px;
	top: 112px;
	color: #c10435;
}

#main a {
	color: #658398;
}

#footer {
	background: #FFF;
}