/* basic elements */

html {overflow-y: scroll;} 

body {  
        /* background-color:#FAF9E2; */
		background-image:url(../images/background.jpg);
		background-repeat:no-repeat;		
		text-align: center;
		font: 8pt/16pt Palatino Linotype; 
         
	}


a:link {        	
	text-decoration: none; 
	color: #aa0255;
	}
a:visited { 
	text-decoration: none; 
	color: #aa0255;
	}
a:hover { 
        font-weight: bold; 
		text-decoration:underline; 
		color: #aa0255; /* #B48EE1 */
	}


/* Classes */

.logotop
{
	
/*background-image: url("../images/logotop.jpg");
background-attachment: scroll;*/
height:25px;
width:162px;
 
}

.logocontent
{
background-image: url("../images/logocontent.jpg");  
background-attachment: scroll; 
height:88px;
width:162px;
border:solid 1px;


}

.logobottom
{
/*background-image: url("../images/logobottom.jpg"); 
background-attachment: scroll; */
height:25px;
width:162px;

}

.headertop
{

/*background-image: url("../images/headertop.jpg");
background-attachment: scroll;*/
height:25px;
width:573px;

}

.headercontent
{
background-image: url("../images/headercontent.jpg"); 
background-attachment: scroll; 
height:138px;
width:573px;
border:solid 1px;


}

.headerbottom
{
/*background-image: url("../images/headerbottom.jpg"); 
background-attachment: scroll; */
height:25px;
width:573px;

}

.menutop
{
/*background-image: url("../images/menutop.jpg"); 
background-attachment: scroll; */
height:25px;
width:162px;

}

.menu
{
background-image: url("../images/menu.jpg"); 
background-attachment: scroll; 
height:570px;
width:162px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
border:solid 1px;


}


.menubottom
{
/*background-image: url("../images/menubottom.jpg"); 
background-attachment: scroll; */
height:25px;
width:162px;

}

.contenttop
{
/*background-image: url("../images/contenttop.jpg"); 
background-attachment: scroll; */
height:25px;
width:573px;

}

.content
{
background-image: url("../images/content.jpg"); 
background-attachment: scroll; 
height:570px;
width:573px;
border:solid 1px;


}

.contentbottom
{
/*background-image: url("../images/contentbottom.jpg"); 
background-attachment: scroll; */
height:25px;
width:573px;

}

.footer
{
background-color:#fdfde3;
height:25px;
width:740px;
border:solid 1px;
}

.style6 {
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	
}
.style6b {
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.style14 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660033;
	font-weight: bold;
}
.style33 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #660033;
}
.style40 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660033;
	font-size: 14px;
		
}
.style42 {
	/*menu stijl */
	font-family: Arial, Helvetica, sans-serif;
	color: #660033;
	font-size: 14px;
	line-height:200%;
	text-decoration:none;	
}

.style45 {
	color: #660033;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom:-10px;
	margin-top:-5px;
}

.style50 {
	color: #660033;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
}

/* specific ID divs */

#main {
	width: 154px;
	float: left;
	list-style-type: square;          
        font-weight: bold; 
        font-size: 10pt; 
        color: gray;
        line-height: 180%; 
        font-family: 'Palatino Linotype';
	background-color: #FACAC0;
	border:solid 2px gray;
}


#main {
	width:548px;	
	height:729px;	
	float:left;
	border: 2px solid gray;
	margin-left:3px;
	text-align:left;	
	background-color: #afc3e8;
	}

#footer {
	width:709px;
	float:left
	border: 2px solid gray;
	text-align:center;
	margin-top:4px;
	background-color: #FEF9BF;
	font: normal 8pt Palatino Linotype;
    color: #313131;
    line-height: 95%;        
}

#marginright { margin-right:-35px;}

#margintop {margin-top: 5px; }
#marginbottom {margin-top: 1px; margin-bottom: 2px; }
#margintopbottom {margin-top: 7px; maring-bottom : 0px; }
#marginleft {margin-left: 5px; }
#marginleftright {margin-left: 5px; margin-right: 5px;}
#marginpic {margin-top: 5px; margin-bottom: 5px; }
#marginfooter {margin-top: 5px; margin-bottom: 5px; }

#align    { position:relative;
            left:15px;          
          }

#linkmail { /*text-decoration: underline; */
      	    color: #A781D7;            
          }

#linksite { 
      	    color: #A781D8; 
          }

#container {margin:0 auto; width:700px; text-align:left;}

