/* default style for known classes/IDs */

/* javascript */
.hide, .hidden {
	display: none;
}

/* AnySurfer */
.as_verborgen {
	position: absolute;
	left: 0px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* print */
.print_only {
	display: none;
}

/* error en ok */

.err {
    padding:            5px;
    border:             1px solid #FF0000;
    background-color:   #FFFCE2;
    color:              #FF0000;
    margin-top:         5px;
}

.ok {
    background-color:   #CCFFCC;
    color:              #006600;
    border:             1px solid #006600;
    padding:            5px;
    margin-top:         5px;
}

/* Sitemap */
.sitemap_lijst{
list-style-type:square;
}

/* contact */
#contactform .form_input textarea.input{
width: 250px;
}

#contactform .form_label{
width:	220px;
}


/* verplichte ster */
.verplichte_velden, .form_required
{
	color:	#FF0000;
}

/* page not found */
#page_not_found{
	padding:            5px;
    margin-top:         5px;
    min-height:			250px;
}

#page_not_found ul {
margin:0px;
padding: 0px;
padding-left:	20px;
}

#page_not_found ul li {
margin-bottom: 5px;
}


/* kalender */
.kalender {
	padding: 0;
	margin: 0;
	border-left: 1px solid #CCC;
	text-align: center;
	background-color: #FFF;
}

caption.kal {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}

th.kal {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	height: 20px;
	width:	25px;
	text-align:	center;
}

.vandaag, td.vandaag a, td.vandaag a:link, td.vandaag a:visited {
	text-decoration: none;
	text-align:		center;
	width:	25px;
}

.actief, td.actief a, td.actief a:link, td.actief a:visited {
	text-decoration: none;
	text-align:		center;
	width:	25px;
}

.eenmalig, td.eenmalig a, td.eenmalig a:link, td.eenmalig a:visited {
	text-decoration: none;
	text-align:		center;
	width:	25px;
}

td.kal {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 25px;
	height: 20px;
	text-align: center;
}

td.kal a {
	text-decoration: none;
	font-weight: bold;
}

td.kal a:link, td.kal a:visited {
	display: block;
	height: 20px;
	line-height: 20px;
}

.legend_box_item
{
    margin-bottom:      3px;
}

.kalender_eenmalig_meerdaagse_titel
{
	font-weight:	bold;
}

.kalender_li{
	margin-bottom:	10px;
}

/* flyposting */
.flyposting, #flyposting {
visibility:hidden;
display:none;
}

/* toc */
.toc_top {
text-align: right;
}

/* message area */
.message_area
{
    background-color:   #FFFFCC;
    border:             1px #879EB6 dashed;
    padding:            5px;
    margin-bottom:      10px;
    margin-top:         10px;
    clear:				both;
}

/* clear */

.clearfloat, .clearBoth{
	clear:both;
	line-height : 0px;
	height : 0px;	
	font-size : 1px;
}


/* default settings: paragrafen ul ol img */
ul, ol {
margin-left: 5px;
}

p {
margin: 1em 0;
}

.item img {
margin: 5px;
}

