@CHARSET "UTF-8";

* {
    margin:0px; padding:0px;
	font-size: 12px;
}
body {
    text-align:center;
    margin:0 auto;
	font-family:"Century Gothic";
	background-color:#887D73;
	color: #FFF;
    padding-top:11px;
	margin-top: 0;
	padding-top: 0;
}
body.mceContentBody, body.content {
    background-color: white;
    text-align: left;
    width:auto;
}

h1 {
	color: #57616A;	
	margin: 5px 0 15px 0;
	
	font-size:1.2em;
}

h2 {
	color: #57616A;
	margin: 5px 0 15px 0;
	font-size:1.0em;
}

strong {
color: #57616A;		
}

p {
	font-size: 11px;
    margin-bottom: 15px;
	margin-top: 5px;
}
a {
    color: #57616A;
	text-decoration: none;
}
a:hover {
	color: #57616A;
	text-decoration: underline;
}
img {
    border: 0px;
}

li {
	margin-left: 20px;	
}

input {
	 font-family:"Century Gothic";
}
textarea {
	 font-family:"Century Gothic";
}


#container {
    text-align:left;
    margin-top:0;
	padding-top: 0;
    width:998px;
    margin:0 auto;
    background-color: #CEC2B2;
 	border-left: 5px solid #FFF;
	background-image: url('/default/interface/background.jpg');
	background-repeat: repeat-y;
	
}

#left {
	float: left;
	width: 208px;
	border-top: 5px solid #FFF;
	background-color: #CEC2B2;
	margin: 0px auto;
}

#right {
	float: left;
	width: 779px;
	min-height: 630px;
	background-image: url('/default/interface/header.jpg');
	background-repeat: no-repeat;
	border: 5px solid #FFF;
	border-bottom: none;
}

#menu {
	float: left;	
	width: 188px;
	background-color: #494039;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	text-align: left;
	padding: 30px 0px 20px 20px;
}

#menu p{

	line-height: 15px;
	
}

#menu a {
    color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

#menu .active {
	font-weight:bold;
	color: #C4BAAB;
}
	

#image {
	float:left;	
	width: 237px;
}

#breadcrumbs {
	float:left;
	margin:250px 0 0 45px;
}

#breadcrumbs a, a:active {
	color:#FFF;
	text-decoration:underline;
}

#nieuwsflash {
	color:#CEC2B2;
	float: right;
	width:155px;
	height: 170px;
	padding: 25px;
}

#nieuwsflash a, a:hover {
	color:#CEC2B2;
	text-decoration:none;
}

#nieuwsflash h1 {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	font-size: 1.1em;
}
	
#content {
    
    background-image:url('/default/images/content_bg.jpg');
	width: 480px;
	color: #494039;
	margin-top:20px;
	padding:15px;
	padding-left:45px;
	float:left;
	line-height: 20px;
}

#adres {
	clear: both;
	color: #57616A;
	padding-left: 15px;
	padding-bottom: 5px;
	border-right: 6px solid #FFF;
	line-height:12px;
}


#footer {
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	background-color: #57616A;
}

#footer-left {
	height:50px;	
	width: 208px;
	border-right:5px solid #FFF;
	background-color: #494039;
}
#footer-right {
	float:right; 
	margin: 30px 5px 0px 0px;
	padding-top:5px;
}

#footer a {
	font-size:9px;	
	font-weight: normal;
	color:#FFF;
}





