/* achtergrond en algemeen */
body {
 margin: 0;
 padding: 0;
 background-color: #ffffff;
 font-family: Verdana, Arial;
 color: #000066;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
}

h1 {
 font-size: 14px;
}

/* menu */

.menu {
 color: #000066;
 font-size: 13px;
 font-weight: bold;
} 

.menu a:link {
 color: #660700;
 text-decoration: none; 
}

.menu a:active {
 color: #000066;
 text-decoration: none; 
}

.menu a:visited {
 color: #660700;
 text-decoration: none; 
}

.menu a:hover {
 color: #000066;
 text-decoration: none; 
}


/* breadcrumb */

.breadnav {
 color: #aaaaaa;
 font-size: 9px;
 line-height: 14px;
 text-decoration: none;
 display: block;
 padding: 7px 0 0 0; 
}

.breadnav a:link {
 color: #aaaaaa;
 text-decoration: none; 
}

.breadnav a:active {
 color: #000066;
 text-decoration: none; 
}

.breadnav a:visited {
 color: #aaaaaa;
 text-decoration: none; 
}

.breadnav a:hover {
 color: #000066;
 text-decoration: none; 
}

/* content */

.content {
 color: #000066;
 font-size: 12px;
}

.content A:link {
 color: #660700;
 text-decoration: none; 
}

.content A:active {
 color: #660700;
 text-decoration: none; 
}
.content A:visited {
 color: #660700;
 text-decoration: none; 
}
.content A:hover {
 color: #000066;
 text-decoration: none; 
}

/* content2 */

.content2 {
 color: #000066;
 font-size: 10px;
}

.content2 A:link {
 color: #660700;
 text-decoration: none; 
}

.content2 A:active {
 color: #660700;
 text-decoration: none; 
}
.content2 A:visited {
 color: #660700;
 text-decoration: none; 
}
.content2 A:hover {
 color: #000066;
 text-decoration: none; 
}


/* footer */

.footer {
 color: #000066;
 font-size: 12px;
 text-align: center;
}

.footer a:link {
 color: #000066;
 text-decoration: none; 
}

.footer a:active {
 color: #660700;
 text-decoration: none; 
}

.footer a:visited {
 color: #000066;
 text-decoration: none; 
}

.footer a:hover {
 color: #660700;
 text-decoration: none; 
}

/* onderinfo */

.onderinfo {
 color: #000066;
 font-size: 10px;
 line-height: 14px;
 text-decoration: none;
 display: block;
 text-align: center;
}


