/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
	width: 100%;
	height: 100%;	
	background-color: #F3F5FA;
	/* background-image: url(BodyBG.jpg); /* picture size 1600*1600 */
	background-repeat: no-repeat;
	margin: auto;
	text-align: left;
	/* set the default font size for the skin (titles etc. will use a percentage to specify the size) */
	font: 75% Verdana, Lucida,"Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000000;
}

/*
============================
Set default font for modules
============================
 */
.normal, .Normal, .normaldisabled, .normalbold, .normalred, .normaltextbox, p, li, div
{
    margin: 0;
    padding: 0;
	font: 100% Verdana,Lucida,"Lucida Grande",Arial,Helvetica,sans-serif;
	line-height: 1.5em;
    color: #000;
}

/*
============================
Set default links
============================
*/


/*
=======================
style for module titles
=======================
*/
.head
{
	font: 110%  Verdana,Lucida,"Lucida Grande", Arial, Helvetica,sans-serif;
    font-weight: bold;
    color: #039; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.subhead    {
    font-size:  100%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.subsubhead {
    font-size:  85%; 
}
/* header for the announcement module*/
.announcementhead
{
	font: Verdana, Lucida,"Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 110%;
    font-weight: bold;
    color: #000; /* letter-spacing: 2; */  
}

/*
======================================
button style for standard HTML buttons 
======================================
*/
.standardbutton
{
	font-size: 90%;
}

/*
================
 HTML Tag Styles 
================
*/

h1, h2, h3, h4, h5, dt, h6
{
	font: Verdana, Lucida,"Lucida Grande", Arial, Helvetica, sans-serif;
}
h1
{
    font-size: 110%;
    font-weight: bold;
    color: #039;
}
h2
{
    font-size: 110%;
    font-weight: bold;
    color: black;
}
h3
{
    font-size: 100%;
    font-weight: bold;
    color: #039;
}
h4
{
    font-size: 100%;
    font-weight: normal;
    color: black;
    margin: 0;
}
h5, dt
{
    font-size: 90%;
    font-weight: normal;
    color: #039;
    margin: 0;
}
h6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0;
}

/*
=====================================
  CSS Styles for the site
=====================================
*/

.plaatje_links img
{
    float: left;
    padding: 6px 6px 6px 6px;
}

.plaatje_rechts img
{
    float: right;
    padding: 6px 6px 6px 6px;
}

.plaatje_midden img
{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 6px 6px 6px;
}

.plaatje_titel_links img
{
}

.plaatje_titel_rechts img
{
}

.plaatje_title_midden img
{
}

.uitlijning_links
{
    text-align: left;
}

.uitlijning_rechts
{
    text-align: right;
}

.uitlijning_midden
{
    text-align: center;
}

.alinea
{
    clear: both;
}

.lijst
{
     
}

.lijst_element
{
    list-style-type: disc;
}

.lijst_element_plaatje
{
    line-height: 2;
    list-style-image: url("redpin.gif");
    list-style-position: inside;
}
































































