/****************************** Elementen ******************************/

html
{
	height: 100%;
}

body
{
	background: #0076d5 url(../Images/Backgrounds/background.png) repeat-y 50% 0;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #002769;
	font-size: 0.69em;
	text-align: center;
	font-family: Verdana, Arial, Book Antiqua;
	/*line-height: 1.69em;*/
	/*line-height: 18pt;*/
}

input
{
	font-size: 0.80em;
	font-family: Verdana, Arial, Book Antiqua;
}

select
{
	font-size: 0.80em;
	font-family: Verdana, Arial, Book Antiqua;
}

h1
{
	font-size: 1.67em; /* 14pt */
	font-weight: bold;
	font-style: italic;
	line-height: 16pt;
}
h2
{
	font-size: 1.32em; /* 11pt */
	font-weight: bold;
	margin-top: 0px;
}
h3
{
	font-size: 1.19em; /* ??pt */
	font-weight: bold;
	margin-top: 0px;
}
a
{
	color: #0076d5;
}

p
{
	
}

ul
{
	padding-left: 13px;
}
ul li ul li
{
	list-style-type: circle;
}

ul li ul li ul
{
	padding-left: 18px;
}
ul li ul li ul li
{
	list-style-type: decimal;
}

fieldset
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/****************************** Layout ******************************/

#container
{
	text-align: left;
	position: relative;
	width: 990px;
	margin: 0 auto;
}

#outer
{
	min-height: 100%;
	margin-bottom: -43px;
}

#header
{
	height: 102px;
	width: 990px; /*position: relative;*/
	z-index: 1;
}
#main
{
	width: 990px; /*position: relative;*/
	z-index: 0;
}

#maincontent
{
	width: 890px;
	float: right;
	margin-right: 15px;
}

#footerIntranet
{
	background-image: url(../Images/Backgrounds/menubalk-footer-intranet.png);
	height: 20px;
	width: 990px;
	float: left;
	clear: both;
	
	
}

/****************************** Menubalken / Navigatie ******************************/

#menu
{
	background-image: url(../Images/Backgrounds/menubalk.png);
	height: 29px;
	width: 990px;
	position: absolute;
	top: 73px;
}

.navigatie
{
	margin: 0;
	padding: 0 0 0 12px;
}

.navigatie li
{
	background-repeat: no-repeat;
	list-style: none;
	display: block;
	float: left;
	padding-left: 16px;
	letter-spacing: 0.1em;
	height: 20px;
	padding-top: 3px;
}

#menu .navigatie li
{
	background-image: url(../Images/Buttons/menubalk-separator.png);
}

#clearfooter
{
	clear: both;
	height: 43px; /* hoogte footer + hoogte intranetfooter = 43 + 20 = 63 */
}

#footer
{
	position: relative;
	background-image: url(../Images/Backgrounds/menubalk-footer.png);
	height: 43px;
	width: 990px;
	left: 0px;
	clear: both;
	float: left;
	z-index: 2;
	/*Om de content niet tegen de balk aan te laten komen*/
	margin-top: 5px;
}

#footer .navigatie li
{
	background-image: url(../Images/Buttons/menubalk-separator.png);
}

#footerIntranet .navigatie li
{
	background-image: url(../Images/Buttons/menubalk-separator-intranet.png);
}

.footer-left
{
	position: absolute;
	left: 0;
	width: 70%
}

.footer-right
{
	position: absolute;
	right: 30px;
	width: 30%;
	text-align: right;
	color: white;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	padding-top: 3px;
}

.navigatie li a
{
	color: white;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}

/****************************** Header met logo en login ******************************/

#logo
{
	background-image: url(../Images/Backgrounds/header.jpg);
	height: 73px;
	width: 990px;
	position: absolute;
}
#login
{
	/*background-image: url(../Images/Backgrounds/login-background.png);*/
	position: relative;
	float: right;
	width: 300px;
}

#login table
{
	margin-right: 15px;
	margin-top: 4px;
}

#login .loginButton
{
	vertical-align: middle;
	margin-top: 3px;
}

#login.ingelogd
{
	
}

/*
#login table tr
{
	height: 22px;
}

#login fieldset
{
	border: 0px;
	width: 260px;
	padding-bottom: 0px;
}
#login label
{
	/*clear: both;
	display: block;
	float: left;
	padding-top: 6px;
	width: 80px;
}
#login input
{
	float: left;
	width: 120px;
	margin-top: 3px;
}

#login .loginButton
{
	width: auto;
	margin-left: 10px;
}

#login div
{
	padding-left: -3px;
	
}

#login div div
{
	padding-top: 6px;
}

#login .checkbox input
{
	margin-left: -4px;
	width: 20px;
}
#login .checkbox label
{
	clear: none;
	width: 113px;
}
*/
.lidnrBox
{
	width: 42px;
}
.wachtwoordBox
{
	width: 70px;
}
#header .homepageLoginValidators
{
	height: 10px;
}

/****************************** Kop links ******************************/

.koplinks
{
	float: left;
	width: 84px;
	padding-top: 33px;
	position: relative;
	z-index: -10;
}

.koplinkstekst
{
	display: none;
}

/****************************** Home ******************************/

.kolom1
{
	float: left;
	width: 215px;
}
.kolom2
{
	margin-left: 10px;
	float: left;
	width: 215px;
}
.kolom3
{
	margin-left: 10px;
	float: left;
	width: 215px;
}
.kolom4
{
	margin-left: 10px;
	float: left;
	width: 215px;
}
.bloktop
{
	background: transparent url(../Images/Backgrounds/blok_top.png) repeat scroll left top;
	height: 13px;
	width: inherit;
}
.blokbottom
{
	background: transparent url(../Images/Backgrounds/blok_bottom.png) repeat scroll left top;
	height: 17px;
	width: inherit;
}

#nieuws, #activiteiten, #humaninterest, #advVDN, #poll
{
	background: transparent url(../Images/Backgrounds/blok_content.png) repeat scroll left top;
	width: 193px;
	padding-left: 11px;
	padding-right: 11px;
}

#deeplinks
{
	width: inherit;
}

.banner img
{
	border: none;
}
#banner1
{
	margin-top: 10px;
	text-align: center;
}
#banner2
{
	margin-top: 10px;
	text-align: center;
}
#banner3
{
	text-align: center;
}
#banner4
{
	margin-top: 10px;
	text-align: center;
}

/****************************** Anders ******************************/


.functieblok
{
	background-color: #fbe5cc;
	height: 100px;
	width: 100px;
	position: relative;
}

.paragraph
{
	line-height: 1.69em;
}

.onderschrift
{
	color: #002769;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: bold;
	font-style: italic;
}

#wedstrijdgegevens .input
{
	width: 190px;
}

.more
{
	text-align: right;
}

.activiteitentabel th, .activiteitentabel td 
{
	padding: 0 10px 0 0;
}