﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	
}

html, body, form {
    height:100%;
}

body{
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
}
UL 
{
	margin-left: 15px;
	line-height:15px;
}


#sitemap a span{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.mailform tr{
	vertical-align:top;
	height:20px;
}



.FormInput
{
     background-color: #FFFFFF;
     border: solid 1px #d30044;
}
.FormInputActive
{    
     background-color: #cccccc;
     border: solid 1px #000000;
}
.Floatright{
	float:right;
	width:65px;
}

.Floatleft{
	float:left;
}

.clearboth {
	clear:both;
}

.hiddenTB
{
	visibility:hidden;
}


/* START MENU */
#menu{
	color:#d30044;
	font-family:Times New Roman;
	font-weight:normal;
	font-style:italic;
	font-size:16px;
	margin-top:120px;
	
	width:215px;
	list-style:none;
	margin-left:25px;	
	
}
#menu a{
	text-decoration:none;
	color:#d30044;	
}
#menu a.Menuselected{
	
	color:#d30044;
}
#menu a.Submenuselected{
	
	color:#d30044;
} 
#menu li 
{
	margin-bottom:5px;
	
}

#menu ul
{
    margin-left:0px;
    
}


#menu li.Submenuselected
{
    background-image :url(../images/arrow.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    

}

#menu li.menuselected
{
    background-image :url(../images/arrow.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    padding-left:15px;

}
#submenu{
	margin-top:3px;
	list-style:none;
	padding-left:0px;	
	
}



#submenu li{
	margin-bottom:5px;
	 margin-left:0px;
    padding-left:15px;
}

/* END MENU */




/* Search results for ModCMS_SearchPage */
.searchResult {
	padding-bottom:35px;
	width:581px;
}	
.searchResult a  
{
	font-weight:bold;
	color:#000000;	
	text-decoration:none;
}
.searchResult a:hover  {
	color:#000000;	
	text-decoration:underline;
}
.resultaten{
	padding-top:-10px;	
}
/* end SearchResults */

#wrapper
{
    background-color:#FFFFFF;
    
    width:1000px;
    
    margin:0 auto;
    min-height:100%;
    position:relative;
}


.column
{
    width:240px;
    float:left;
    min-height:250px;
    height:auto !important;
    height:250px;
}

  
 .column a:link, a:visited
{
    color:#999999;
    text-decoration:underline;
}

#bannerholder
{
    height:192px;
    width:960px;
    background-image:url(../images/logo.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
}

#contentwrapper
{
    width:960px;
    margin-left:20px;
}

h1
{
    font-family:Times New Roman;
    font-size:22px;
    margin-top:10px;
    margin-bottom:37px;
    font-weight:normal;
}

#content
{
    margin-top:45px;
    float:left;
    width:225px;
}
#spacercol1
{
    float:left;
    width:14px;
}

#contencolumn2
{
    margin-top:0px;
}

#contentcolumn3
{
    color:#999999;
    margin-top:120px;
    margin-left:15px;
}

#submenubottom 
{
    margin:0 0 0 0;
    padding:0 0 0 0;
    list-style-image:url(../images/arrowsub.jpg);
    color:#999999;
    padding-left:17px;
}

#submenubottom a, #submenubottom a:visited
{
    color:#999999;
    text-decoration:underline;
}

.noborder
{
    border:0;
}
