/* CSS Document */

body{
	background-color:	#3c256d;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#3c256d;
	line-height:		18px;
}

/* Kopjes en paragraaf opmaak*/

p{
	padding-left:		25px;
	padding-right:		20px;
}

h1{
	padding-left:		20px;
	padding-right:		20px;
	font-size:			14px;
	font-weight:		bold;
}

h2{
	padding-left:		20px;
	padding-right:		20px;
	font-size:			12px;
	font-weight:		bolder;
}

a{
	color:				#3c256d;
}

a:hover{
	text-decoration:	none;
	color:				#FFFFFF;
}

a.design{
	color:				#7d67a7;
}

/* Div opmaak */

.header{
	width:				990px;
	margin:				auto auto;
	background-image:	url(images/header.jpg);
	height:				188px;
}

.container{
	width:				990px;
	margin:				auto auto;
	height:				850px;
}

.nav{
	width:				200px;
	float:				left;
	background-color:	#3C256D;
	height:				530px;
}

.content{
	width:				790px;
	float:				right;
	background-color:	#7d67a7;
	height:				440px;
}

#splitleft{
	width:				394px;
	float:				left;
}

#splitright{
	width:				395px;
	float:				right;
}

#height{
	height:				auto;
}

.topnav{
	background-color:	#3c256d;
	text-align:			right;
}

.topcontent{
	width:				790px;
	height:				30px;
	background-image:	url(images/topcontent.jpg);
	color:				#7d67a7;
	text-align:			right;
}

.bottomcontent{
	width:				790px;
	height:				30px;
	background-image:	url(images/bottomcontent.jpg);
	float:				right;
}

.footer{
	font-weight:		bold;
	text-align:			right;
	height:				60px;
	width:				792px;
	padding:			0px;
	float:				right;
	color:				#7d67a7;
}

/* Opmaak images */

img{
	border: 			3px solid #3c256d;
}

img.img{
	float:				right;
	margin: 			0 20px 10px 20px;
}

img.foto{
	float:				left;
	margin:				5px 10px 5px 10px;
}

img#noborder{
	border:				none;
}

form{
	margin-left: 		20px;
}