/* 
================================
Skin styles for DotNetNuke
================================
*/ 
H1 {
	font-family: Helvetica, Tahoma, Arial;
	color: #aca12e;
	font-size: 18px;
}

/* gehele breedte scherm + kleur links en recht */
body 
{
background-color: whitesmoke;	
}

.pagemaster {
    font-weight: normal;
	width: 100%;
	background-color: whitesmoke;
}

/* breedte site + */
.skinmaster {
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
	}
	
/* achtergrondbanner * logo via token */

.skinheader 
{
background-image: url(banner2.jpg); 
}



A.witte_link:link  {
    text-decoration:    none;
    color:  white;
    font-family:Verdana;
    font-size: 11px;
}

A.witte_link:visited   {
    text-decoration:    none;
    color:  white;
    font-family:Verdana;
    font-size: 11px;

}

A.witte_link:hover {
    text-decoration:    none;
    color:  white;
    font-family:Verdana;
    font-size: 11px;

}

A.witte_link:active    {
    text-decoration:    none;
    color:  white;
    font-family:Verdana;
    font-size: 11px;
    
}

}

/* Start - Pane's */
.leftpane {
	width: 40%;
	background-color: white;
	padding: 15 15 15 15;
	 
}

.contentpane {
	
	 
	width: 60%;
	padding: 15 15 15 15;

}
 
	
/*kleur footer */
.purple {
background-color: #822536;
height: 20px;
padding: 5 5 5 5;
}

.witte_letter {
	color:White;
	font-family:Verdana;
	font-size: 11px;
}

/* breedte kruimelpad */
.kruimel 
{
padding-left: 11px;
width: 350px;
background-color: white;
margin-left: 10px;
}

.p 
{
font-family: Verdana, Arial, Tahoma;
font-size:12px;
 	
}

.kopsubmenu
{
	font-family: Helvetica, Tahoma, Arial;
	text-indent: 25px;
	color: #aca12e;
	font-size: 18px;

}

.submenu 
{
	padding: 5 5 5 25;	
}
