body {
background: #6EA0C8;
}

header {
/*background: url(../img/headerbg1.png) repeat-x;*/
background: url(../img/header1200x150.png);
}

#top1, #top2, #top3, #bottom1, #bottom2, #bottom3 {
border: solid 1px #C7C7C7;
}

.moduletable {
color: #6EA0C8;
padding: 5px;  /* om ruimte te maken tussen verticale modules */
}

.moduletable li {
color: #6EA0C8;
}

.moduletable a:link, .moduletable a:visited {
color: #6EA0C8;
}

.moduletable a:hover {
color: #C7C7C7;
}

.moduletable h3 {
color: #6EA0C8;
}

.moduletable p {
color: #C7C7C7;
}

.moduletable_counter p {
color: #6EA0C8;
}
.moduletable_counter h3 {
color: #6EA0C8;
}

/*main menu*/

.moduletable_menu h3 {
color:#6EA0C8;
}

div.moduletable_menu ul li a {
background: #43627A;
color: #FFFFFF;
border: solid 1px #C7C7C7;
}

div.moduletable_menu ul li a:hover {
color: #43627A;
background: #C7C7C7;
}

/*Einde main menu*/

/*Styling Artikel info*/
.article-info {
border: solid 3px #C7C7C7;
border-radius: 10px;
background: none repeat scroll 0 0 #eeeeee;
}

.article-info-term {
color: #383838;
}
/*Einde Styling Artikel info*/

/*Styling Pagina Titels*/

h2 a:link, h2 a:visited, h2 {
color: #43627A;
}

h2 a:hover {
color: #C7C7C7;
}

/*Einde Styling Pagina Titels*/

/*Joomla 3, icoontjes*/
.btn-group {
background: #EEEEEE;
border: solid 1px #C7C7C7;
}
/*Einde CSS Print, mail en bewerk iconen*/

/*Styling footer*/
footer {
border: solid 1px #C7C7C7;
background: #EEEEEE;
}

.footer1, .footer2, .footer1 a:link, .footer1 a:visited, .footer2 a:link, .footer2 a:visited { 
color: #FFFFFF; 
} 

.footer1 a:hover, .footer2 a:hover { 
color: #C7C7C7; 
}
/*Einde Styling footer*/

/*styling site titel (headertext)*/
.headertext, .headertext a:link, .headertext a:visited {
color: #EEEEEE;
}

.headertext a:hover {
color: #C7C7C7;
}
/*Einde styling site titel (headertext)*/

/*Styling paginatie*/
.pagination {
background: #43627A;
}


.counter {
color: #FFFFFF;
}

.pagenav {
color: #C7B46D;  
}

a.pagenav {
color: #C7B46D;
}

a:hover.pagenav {
color: #C7C7C7;
}
/*Einde Styling paginatie*/

.container, .container-fluid {
background: #FFFFFF;
}

.crumbs {
background: #FFFFFF;
}

.crumbs a:link, .crumbs a:visited, .crumbs li, .breadcrumbs {
color: #43627A; 
}

.crumbs a:hover {
color: #C7C7C7;
}

/*top menu*/

nav  {
background: #FFFFFF;
}

div.moduletable_topmenu {
/*background: -moz-linear-gradient(center top , #0272a7 0%, #013953 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);   werkt niet in IE*/
background: url(../img/headerbg2.png) repeat-x;
}
div.moduletable_topmenu ul li a {
color: #FFFF7A;
}

div.moduletable_topmenu ul li a:hover , a:active{
color: #FFFFFF;
background: #43627A;
}

div.moduletable_topmenu ul li ul {
background: #EEEEEE;
border: solid 1px #C7C7C7;
border: solid 1px #C7C7C7;
}

div.moduletable_topmenu ul li ul li a:hover {
color: #43627A;
}

/*Het topmenu bij kleinere schermbreedtes*/
@media only screen and (max-width : 480px) {
nav li a {
border-bottom: 1px solid #43627A;
}	

nav a#pull {
background-color: #000000;
color: #FFFFFF;
}
.whoisonline { color: red;
}