html {
	height: 100%;
}

#flashcontent {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#noflash {
	margin: 10px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #595959;
}

#htmlcontent {
	height: 100%;
	margin-left:inherit;
	margin-top:inherit;
	letter-spacing:inherit;
	margin: 10px;
	padding: 0px;
}

.regular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #2092ff;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}


a:link, a:active {
	color: #2795ff;
	text-decoration:none;
}

a:hover {
	color: #2795ff;
	text-decoration:underline;
}

a:visited{
	color: #2795ff;
	text-decoration:none;
}
.image {
	border:0;
}


.popup{
	margin: 10px;
	color: #595959;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.kop{
	font-size: 14px;
	color: #2092ff;
}

form {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

input{
color: #000000;
background: #ffffff;
border: 1px solid #000000;
}

.submit input{
color: #000000;
background: #FFD21D;
border: 1px solid #000000;
} 

textarea{
color: #000000;
background: #ffffff;
border: 1px solid #000000;
} 


#footer  {
    position:absolute;
    bottom:0;
    width:100%;
    height: 40px;
    background-color: #f5f5f5;
    border-top: 1px solid #e9e9e9;
    _bottom:-1px; /* IE wil er nog wel eens een pixeltje naast zitten ivm afronden*/
    text-align:center;
	color: #E51600;
}
