* {
	margin:0;
	padding: 0;
}

body {
   background: #fff;
   color: #4F3805; 
   font-size: 12px; 
   font-family: 'Verdana';
   text-align: center;
}

#wrapper {
	width: 920px;
	height: auto;
	top: 25px;
	position: relative; 
	margin: 0px auto; 
	text-align: left; 
}

/********************************************************************************
                Header
********************************************************************************/
#header {
	width: 920px;
	height: 232px;
	position: relative;
	top:0px;
	left: 0px;
	background-image: url(images/header-aaabee.jpg);
	background-repeat: no-repeat;
}

#slide {
	position: absolute;
	left:257px;
	top:9px;	
}

#imageContainer { height:180px; }  

#imageContainer img { 
	display:none; 	
	position:absolute; 	
	top:0px; left:0px; 	
	height:180px;  	
	width:655px; 	
} 	
			

.logo {
	width: 213px;
	height: 85px;
	position: absolute;
	top:70px;
	left:23px;
}

.ab {
	position: absolute;
	top: 164px;
	left: 737px;
	width: 174px;
	height: 66px;
	background-image: url(images/ab.png);
}

#main {
   width: 920px;
   height: auto;
   position: relative;
   top:20px;
   left:0px;
}

#nieuws {
	position: absolute;
	top:0px;
	left:0px;
	width: 233px;
	height: 210px;
	color: #707172;
	background-image: url(images/nieuws.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
}

.post {
	border-bottom: dotted 0.3em;
  	color: #699EBF;
  	margin-bottom: 12px;
	margin-top: -3px;
	margin-left: -3px;
}

.post-archief {
	border-bottom: dotted 3px;
  	color: #699EBF;
  	margin-top: 20px;
  	margin-bottom: 12px;
}

#content {
	width: 460px;
	min-height: 320px;
	height:auto !important;
  	height:300px;
	position: relative;
	left: 257px;
	top: 0px; 
}

#contactgegevens {
	width: 163px;
	height: 256px;
	background-image: url(images/bg-contact.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top:15px;
	position: absolute;
	left: 757px;
	top: 0px;
}

.groningen{
	width: 135px;
	border-bottom: dotted 3px;
  	color: #699EBF;
  	margin-top: 12px;
  	margin-bottom: -5px;
}

.buitenpost{
	width: 135px;
	border-bottom: dotted 3px;
  	color: #699EBF;
  	margin-top: 12px;
  	margin-bottom: -5px;
}

.home-active { 
  position: absolute;
  top:203px;
  left:21px;
  color: #699EBF; 
  font-size: 13px;
  padding: 0px 0px 0px 6px;
  border-left: 2px solid #699EBF;
}

.home-active a{ 
  color: #699EBF; 
  font-size: 13px;
}

.home { 
  position: absolute;
  top:203px;
  left:21px;
  color: #4F3805; 
  font-size: 13px;
  padding: 0px 0px 0px 6px;
  border-left: 2px solid #699EBF;
  
}

.home a { 
  color: #4F3805; 
  font-size: 13px;
}

.login { 
  position: absolute;
  top:10px;
  left:23px;
  color: #4F3805; 
  font-size: 13px;  
}

#nieuws a {
	font-size: 10px;
	color: #4F3805;
	text-decoration: none;
	outline: none;
}

#nieuws a:hover {
	font-size: 10px;
	color: #4F3805;
	text-decoration: underline;
	outline: none;
}

#contactgegevens a {
	color: #4F3805;
}

h1,h5,h6 { 
  color: #000; 
}

h2, h3, h4 { 
  color: #699EBF; 
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
} 

.blauw { 
  color: #699EBF; 
  font-size: 12px;
}

a { 
	color: #699EBF; 
	outline: none;  
	text-decoration: none; 
}


h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, .nolink, .tabbertab a, .icon, a img{
   border: none !important;
   text-decoration:none !important;
}


a:focus, a:hover { 
 color: #699EBF;
 text-decoration: underline;

}

p {
	margin-bottom: 15px;
}

#nieuws p {
	margin-bottom: 5px;
}
/********************************************************************************
                Images
********************************************************************************/

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


/********************************************************************************
                Lines
********************************************************************************/

.stip {
  height:0px;
  border-bottom: dotted 2px;
  color: #699EBF;
}


/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
   position: absolute;
   top:203px;
   left: 244px;
}
	
#navbar li {
   display: inline;
   list-style-type: none;
   padding: 13px;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
}
	
#navbar ul li a {
   color: #4F3805;
   font-size: 13px;
   padding: 0px 0px 0px 6px;
   margin: 0px;
   text-decoration: none;
   border-left: 2px solid #699EBF;
   outline: none;
}


#navbar ul li a:hover, a:active {
   color: #699EBF;
   text-decoration: none;
   outline: none;
}

#navbar ul.pages li.current_page_item a:link, #navbar ul.pages li.current_page_item a:active, #navbar ul.pages li.current_page_item a:visited {
	color:#699EBF;
	outline: none;
}


/********************************************************************************
                Footer
********************************************************************************/

#footer {
   margin-top: 30px;
   background-color: #699EBF;
   width: 920px;
   height: 28px;
   position: relative;
   bottom: 0;
}

.spacer {
   width: 20px;
   height: 20px;
}

