*
{
    outline:none;
}

html, body {
	margin: 0;
	padding: 0;
	background:url(img/bg.png);
	height: 100%;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
margin:0;
padding:0;
}

input, select{font-size:0.85em;font-family:verdana,arial,helvetica;}

h2{color:#d20505;}

#container
{
    position: relative;
    width: 950px;
    left: 50%;
    margin-left: -475px;
    margin-right: auto;
    background:url(img/content.png);
    height:95%; /* IE6: treaded as min-height*/
    border-left:0px #000000 solid;
    border-right:0px #000000 solid;
}

.header{background-image: url(img/header.png);background-repeat:no-repeat;height:176px;width:951px; margin-top:-10px;}
.headertext{color:#FFFFFF; padding-left:500px; padding-top:60px;}


.topnav{font-family:'verdana'; font-size:12px; color:#FFFFFF; font-weight:bold; margin-left:300px; padding-top:24px; }
.topnav a{color:#FFFFFF; text-decoration: none}
.topnav a:hover{color:#494062;font-weight: bold;text-decoration: none;}

.topnav ul{list-style:none;margin:0;padding:0; padding-top:30px;}
.topnav li{display:inline; padding-right:3px;}

.content_bg{background-image: url(img/content_bg.png); background-repeat: no-repeat; padding:10px; width:650px; min-height:298px; font-family: 'Verdana';}
.content_title{color:#494062; font-size:18pt; font-family: 'Verdana'}
.content_text{padding-right:10px;}


.error{border:0px solid red;height:25px;position: absolute;z-index:10;width:832px;color:red;font-weight: bold;text-align: right;}

.content{padding-left:0px;float:right;width:670px;height:59%;padding-bottom:40px; padding-right:20px; overflow: auto;}

div.sidebar{width:245px; float: left; margin-top:20px; color: #FFFFFF; font-size: 10px; font-weight:bold; height: 59%;  overflow: auto; }
ul.sidebar{list-style:none; margin:0; padding:0; padding-left:8px;}
li.sidebar{}


.sidebar a:hover{color:#d20505; text-decoration: underline}

.link {color:#FFFFFF; text-decoration: none}
.link-checked {color:yellow; text-decoration: none; }

.catitem-title{color:#FFFFFF;font-weight: bold;font-size:15px;background:#d20505;width:655px;height:20px;padding-left:10px;line-height:1.2em;}

.catitem-title a{color:#FFFFFF;text-decoration: none;}
.catitem-title a:hover{color:yellow}

.catitem{margin-bottom: 10px;}

.item-content
{
    background: #FFFFFF;
    width:665px;
}

.item-foto
{
    float:left;
    width:200px;
    margin-left:10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.item-foto img
{
    max-width: 100%;
    height: auto;
}

.td-foto
{
    float:left;
    width:200px;
    margin-left:10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.td-foto img
{
    max-width: 100%;
    height: auto;
}


.item-art
{
    float:right;
    width:150px;
    text-align: right;
}

.item-dec
{
    width: 650px;
    padding-top:10px;
    padding-left:10px;
}

.readmore
{
    color:#0066cc;
    text-decoration: none;
    font-weight: bold;
}

.readmore:hover
{
    color:red;
    text-decoration: underline;
}


#footer
{
    background:url(img/footer.png);
    height:30px;
    width:950px;
    color:#FFFFFF;
    text-align: center;
    line-height:25px;
    left: 50%;
    margin-left: -475px;
    margin-right: auto;
    position: relative;
}

#footer a
{
    color:#FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

#footer a:hover
{
    color:#000000;
    font-weight: bold;
}

/*
Home pagina
*/
.home_body
{
    background-image:url(img/home.png);
    background-repeat:no-repeat;
    height:299px;
    width:690px;
    color:#494062;
}

.home_block_readmore
{
    width:16px;
    height:23px;
    margin-top:10px;
}

.home_block1
{
    padding-left:10px;
    padding-top:15px;
    float:left;
    width:200px;
    height:100px;
}

.home_block2
{
    margin-left:25px;
    padding-top:15px;
    float:left;
    width:200px;
    height:100px;
}

.home_block3
{
    margin-left:20px;
    padding-top:15px;
    float:left;
    width:220px;
    height:100px;
}

.home_block4
{
    margin-left:10px;
    margin-top:55px;
    float:left;
    width:200px;
    height:100px;
}

.home_block5
{
    margin-left:22px;
    margin-top:55px;
    float:left;
    width:200px;
    height:100px;
}

.home_block6
{
    padding-left:20px;
    padding-top:55px;
    float:left;
    width:220px;
    height:100px;
}

.home_head
{
    font-size:12px;
    font-weight:bold;
    color:#494062;
}

.home_content
{
    padding-top:25px;
}
.home_maand_container
{
    margin-left:10px;
    font-size: 12px;
    font-family: 'arial';
    width:84px;
    float: left;
}
.home_maand
{
    text-align: center;
    width:72px;
    float: left;
}

.maand_vorige
{
    float:left;
    width:5px;
    cursor:pointer;
}

.maand_vorige a{text-decoration: none;}
.maand_next a{height:5px; width:5px; text-decoration: none;}

.maand_next
{
    float:left;
    width:5px;
    cursor:pointer;
}

.agenda_hover
{
    background-image:url(img/agenda_hover.png);
    width:170px;
    height:164px;
}

.agenda_popup {
    background: url(img/agenda_hover.png) no-repeat;
    width: 170px;
    height: 164px;
    position: absolute;
    z-index: 80;
    display: none;
    cursor:pointer;
}

.agendaitem:hover
{
    cursor:pointer;
}

.agenda a
{
    color:blue;
    text-decoration: none;
    font-weight:bold;
}
.agenda a:hover
{
    text-decoration: none;
    color:#000000;
    font-weight:bold;
}

.agenda_date
{
    float:right;
    font-size: 10px;
    margin-right:10px;
}

.agenda_popup_content
{
    width:140px;
    padding-left:6px;
    font-size: 10px;
}

.background
{
z-index:1;
position:absolute;
height:620px;
width:900px;
}


.popup
{

}

.inputfield {

}

#search {
background:url("img/searchbar.png") no-repeat scroll 0 0 transparent;
}

#search {
display:block;
float:right;
height:26px;
margin-top:13px;
position:relative;
right:5px;
width:249px;
}

#search input.but {
float:left;
height:24px;
margin-top:1px;
padding:0 !important;
position:relative;
width:24px !important;
}

#search input {
background:none repeat scroll 0 0 transparent;
border:0 none;
font-size:12px;
font-style:italic;
padding:5px 10px 0 0;
position:relative;
width:180px;
}

#search input {
color:#BBBBBB;
}

.aanmeld
{
    background:none repeat scroll 0 0 #EBEBEB;
    border:1px solid #626262;
    font-family:Verdana,Arial;
    font-size:12px;
}

.description
{
    margin-bottom:10px;
}
