body {
    background-color: #c7c8ca;
    margin:0px 0px 0px 0px;
}

img {
    border: 0;
}

p, td, ul, a {
    font-family: verdana;
    font-size: 10px;
}

ul {
	padding: 0;
}

.center{
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1079px;
      height: 600px;
      margin-left: -540px; /* half of width */
      margin-top: -300px;  /* half of height */
}

.content {
    background-color: #e6e7e8; 
    width: 100%;
    height: 100%;
    background-image: url('http://www.v-en-d.be/images/balk_onder.gif');
    background-repeat: no-repeat;
    background-position:bottom; 
    border-color: #b0b0b0;
    border-style: solid;
    border-width: 1px;      
}

.navbar_top {
    position: absolute;
    top: 20px;
    width:100%;  
}

.navbar_top_bar {
    position: absolute;
    top: 22px;
    height: 56px;
    width:100%;   
    background-color: #6d6e72;
    z-index: 10;
}

.navbar_top_logo {
    position: absolute;
    z-index: 15;    
}

.navbar_top_links {
    position: absolute;
	height: 56px; 
    z-index: 10;
    right: 0px;
    top: 22px;
}

.content_text {
    position: absolute;
    left: 50px;
    height: 350px;
    width: 470px;
    top: 138px;
}

.content_text_navbar {
    position: absolute;
    top: 270px;
    width: 470px;
}

.content_text_navbar_left {
	position: absolute;
	text-align: left;
	left: 0px;
}

.content_text_navbar_right {
	position: absolute;
	text-align: right;
	right: 0px;
}

a:link {
	color: black;
	text-decoration: underline;		
}
	
a:visited {
	color: black;
	text-decoration: underline;		
}

a:hover {
	color: black;
	text-decoration: underline;		
}

a:active {
	color: red;
	text-decoration: underline;		
}

a:link.content_text_navbar_right {
	text-decoration: none;	
		font-size: 15px;		
}
	
a:visited.content_text_navbar_right {
	text-decoration: none;
		font-size: 15px;			
}

a:hover.content_text_navbar_right {
	text-decoration: none;	
		font-size: 15px;		
}

a:active.content_text_navbar_right {
	text-decoration: none;	
		font-size: 15px;	
}

.content_photos {  
    position: absolute;
    right: 50px; 
    height: 395px;
    width: 470px;
    top: 138px;
}

.contact_form_label {
	width: 60px;
	vertical-align: top;
}

h1 {
    font-family: verdana;
    font-size: 20px;
    font-weight: bold;
}

#before {
	float: left;
	padding-right: 5px;
}

#after {
	float: right;
	padding-left: 5px;;
}

.naamkaartjes {
	position: relative;
	top: 5px;
	text-align: center;
}
