/* CSS Marjon Faes */
body{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	margin:1;
	padding:0;
}
/*homepagina */
.homepage{
	font-size: 14px;
}

/* titel op homepage */
.homepageheader{
	font-size: 14px;
	font-weight: bold;
}

/* links standaard */
a:link,a:visited, a:active {
	color: black;
	text-decoration: none;
	/*font-size: 13px;*/
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #d57d7c;
}
/* links kleiner (vooral bij >>Lees hier verder... links*/
.klein a:link,.klein a:visited, .klein a:active {
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.klein a:hover {
	color: #d57d7c;
}
.activepage {
	color: #d57d7c;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* links in header */
.header a:link,.header a:visited, .header a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
	
.header a:hover {
	text-decoration: underline;
	color: #000000;
}

/* links in submenu */
.submenu a:link,.submenu a:visited, .submenu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d57d7c;
	text-decoration: none;
}	
.submenu a:hover {
	text-decoration: underline;
}
/* links in footer */
.footer a:link,.footer a:visited, .footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 4px;
}	
	
.footer a:hover {
	text-decoration: underline;
}
/* zwarte gedeelte tekstlogo Marjon */
.logozwart{
	font-family: Times New Roman, Times, serif;
	font-size: 48px;
	color:black;
}
/* witte gedeelte tekstlogo Marjon */
.logowit {
	font-family: Times New Roman, Times, serif;
	font-size: 48px;
	color: white;
}

/* paginatitels */
.paginaheaders{
	font-weight: bold;
}

/* alineatitels */
.alineaheaders{
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

/* DIV's ---------------------------------------------------------------------- */

/*Binnenband - marges binnen div's*/
.innertube{
	margin: 10px; /*Binnenband - marges)*/
	margin-top: 0;
}
#paginacontainer{
	width: 950px; /*Width of main container*/
	height: 562x;
	margin: 0 auto; /*Center container on page*/
}

#header {
	background: #d57d7c;
	height: 77px; /*Height of top section*/
	/*width:950px;*/
}

#submenu {
	height: 30px; 
	background-color: #ffeeee;
}

/* linkerkolom menu */
#linkerkolom{
	float: left;
	width: 150px; /*Width of left column*/
	height: 430px;
	margin-left: -950px; /*Set left margin to -(MainContainerWidth)*/
	background-color: #ffeeee;	
	/* text-align: left; */
}
/* samen met content hieronder de container voor centrumgedeelte en rechterkolom */
#contentwrapper{
	background-color: #ffeeee;
	float: left;
	width: 100%;
}
#content{
	height: 430px;
	margin-left: 150px; /*Set left margin to LeftColumnWidth*/
	overflow: auto; /* scroll indien nodig */
	/* background: #666666 */
}

#footer {
	float: left;
	width:950px;
	height:25px;
	background: #d57d7c;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 4px;
	vertical-align:middle;
}
/* einde DIV's ---------------------------------------------------------------- */

