/* CSS Document */

body {
	height: 100%;

	background-color: #99CCFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #003366;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}


.big {
	font-family: "Trebuchet MS";
	font-size: 36px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
.big_wit {
	font-family: "Trebuchet MS";
	font-size: 36px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

.snappie {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF0000;
}
.text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #003366;
}
.tabel {
	background-color: #99CCFF;
	background-position: center center;
	position: relative;
	height: 500px;
	width: 700px;
	border: thick dashed #FF0000;
	margin-top: 30px;
	padding-top: 30px;
}
#container {
	margin: 10px;
	padding: 10px;
	position: relative;
	width: 720px;
	background-color: #33CCCC
}




#top {
	background-color: #E0DFE3;
	width: 100%;
	height: 25px;
	vertical-align: top;
	bottom: 10px;	
}
.top_menu {
	background-color: #E0DFE3;
	position: absolute;
	height: 25px;
	width: 100%;
	line-height: 14px;
	overflow: auto;
	visibility: visible;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	z-index: auto;	
}

.menu_link {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	
	font-weight: normal;
	color: #000033;
	text-decoration: none;
	letter-spacing: 2px;

}


a:link {
	color: #000033;
	text-decoration: none;
		letter-spacing: 2px;
		vertical-align: middle;
}
a:visited {
	text-decoration: none;
	color: #000033;
		letter-spacing: 2px;
		vertical-align: middle;
}
a:hover {
	text-decoration: none;
	color: #6699FF;
		letter-spacing: 2px;
		vertical-align: middle;
}
a:active {
	text-decoration: none;
	color: #0000FF;
	text-align: left;
		letter-spacing: 2px;
	vertical-align: middle;
}

.wwik {
	font-family: "Trebuchet MS";
	font-size: large;
	color: #003366;
	text-decoration: none;
}
.wwik_wit {
	font-family: "Trebuchet MS";
	font-size: large;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.wwik_text {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #003366;
	text-decoration: none;
}

.wwik_groot {
	font-family: "Trebuchet MS";
	font-size: xx-large;
	color: #003366;
	text-decoration: none;
}

.style3 {	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000033;
}
.border{
border: thick dotted red;
outline: green dotted thick
}

.border_thin{
border: thin solid #999999;

}

.border_fill{
	border: thin dashed #666666;
}
.konk {
	background-color: #FFFF00;
	position: absolute;
	height: 100px;
	width: 100px;
	left: 400px;
	top: 500px;
	right: 400px;
	bottom: 500px;
	clip: rect(auto,auto,auto,auto);
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
	background-color:#000
}



