html, body
{
padding: 0 0 0 0;
margin: 0 0 0 0;
border-style: none;
background-color: #9E0389;
background-image: url(../images/background.jpg);
background-repeat: repeat;
overflow: none;
}

#container
{
margin-left: auto;
margin-right: auto;
margin-top: 80px;
text-align: left;
border-width: 1px;
border-color: #000000;
border-style: solid;
min-height: 430px;
background-color: white;
width: 780px;
}

#header
{
padding: 0 0 0 0;
margin: 0 0 0 0;
width: 780px;
height: 100px;
}

#nav
{
float: right;
margin-top: 61px;
margin-right: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666666;
}

#frame /* extra comment in IE only stylesheet */
{
padding-top: 20px;
padding-left: 20px;
width: 760px;
height: 370px;
overflow: auto;
}

#text
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
width: 350px;
margin-top: 25px; /* veranderen? height hieronder ook aanpassen */
height: 320px;
overflow: none;
line-height: 135%;
}

/* TESTDOELEINDEN */
.border
{
border-style: none;
border-width: 1px;
border-color: red;
}


/* OPMAAK */

h1 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #9E0389;
font-weight: bold;
}

.heading2 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #9E0389;
font-weight: bold;
}

#big /* SCHEIDINGSTEKENS NAVIGATIE */
{
font-size: 16px;
font-weight: normal;
}

a:link /* unvisited link */
{ 
	text-decoration: underline;
	color: #A40082;
}	

a:visited  
{ 
	text-decoration: underline;
	color: #A40082;
}

a:hover /* mouse over link */
{
	text-decoration: underline;
	color: #A40082;
}	
			
a:active { /* selected link */
	text-decoration: underline;
	color: #A40082;
}



/* navigatie links */
a.nav:link /* unvisited link */
{ 
	text-decoration: none;
	color: #666666;
}	

a.nav:visited  
{ 
	text-decoration: none;
	color: #666666;
}

a.nav:hover /* mouse over link */
{
	text-decoration: underline;
	color: #A40082;
}	
			
a:active { /* selected link */
	text-decoration: none;
	color: #666666;
}

.navigatie {
	text-decoration: underline;
	color: #A40082;
	}

img 
{
border: none;
}