@import url("../include/nav.styles.css");

/******************************************************************************************************
	STANDAARD
******************************************************************************************************/
* {
   font-family: Verdana;
}

html, body {
   border: none;
   height: 100%;
   margin: 0 auto;
   padding: 0 auto;
   text-align: center;
}

img, fieldset {
   border: 0;
}

td {
	vertical-align: top;
}

#icstats {
   visibility: hidden;
   display:none;
   height: 0px;
}

input, textarea {
   font-size: 11px;
}



#clicky {
   position: absolute; width: 300px; height: 60px; top: 90px; left: 50%; z-index: 1000; margin-left: 120px;
}
/******************************************************************************************************
	ALGEMENE STIJLEN
******************************************************************************************************/

a {
   color: #D72102;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

#header {
   width: 980px;
   height: 227px;
   margin: 0;
   position: absolute;
   top: 0px;
   left: 50%;
   margin: 0 0 0 -490px;
   background: url('../images/header_bgt.gif');
   z-index: 999;
}

#footer {
   width: 410px;
   height: 141px;
   margin: 0;
   position: absolute;
   bottom: 0px;
   left: 50%;
   margin: 0 0 0 80px;
   background: url('../images/bottom_bg.gif');
}

#header h1 {
   display: none;
}

#container {
   background: url('../images/page_bg_wide.gif');
   width: 980px;
   margin: 0 auto 0 auto;
   text-align: left;
   padding-top: 180px;
   position: relative;
}

#content {
   float: left;
   background: #feebdb;
   width: 430px;
   margin-left: 30px;
   margin-bottom: 40px;
   padding: 20px;
   line-height: 130%;
   height: 100%;
   font-size: 12px;
}

#content_wide {
   float: left;
   background: #feebdb;
   width: 630px;
   margin-left: 30px;
   margin-bottom: 40px;
   padding: 20px;
   line-height: 130%;
   font-size: 12px;
}

h1,h2,h3 {
   margin: 0px;
}

h2 {
   font-size: 18px;
   font-weight: bold;
   color: #dc002e;
   margin-bottom: 1em;
}

h3 {
   font-size: 12px;
}

p {
   margin: 0;
}

#sidebar {
   width: 160px;
   float: right;
   margin: 0 60px 0 0;
   padding: 0 0 0 20px;
   height: 100%;
   line-height: 105%;
}

#sidebar h2 {
   color: #ef8213;
}

#sidebar h3 {
   color: #dc002e;
}
#sidebar p {
   font-size: 11px;
   color: #dc002e;
   margin: 0px;
}

#sidebar a {
   font-size: 11px;
   color: #ef8213;
   text-decoration: none;
   background: url('../images/navigation.gif') bottom right;
   display: block;
   height: 19px;
}

#topnav {
   float: right;
}

#topnav ul {
   color: #FFFFFF;
   list-style-type: none;
   margin: 27px 30px 0 0;
}

#topnav ul li {
   float: left;
   margin: 0 5px;
   font-size: 10px;
}

#topnav a {
   color: white;
   text-decoration: none;
}

#topnav a:hover {
   color: white;
   text-decoration: underline;
}

#print_footer {
   display: none;
   color: #666666;
}
/******************************************************************************************************
	BEGRIPPENLIJST
******************************************************************************************************/	
a.begrip {
	color: green;
	border-bottom: 1px dotted green;
}

.begrippenlijst {
   padding: 10px;
   border: 1px solid #CCE4F2;
   background-color: #F8FDFF;      
   font: 9px Tahoma;      
   width: 250px;
}

.begrippenlijst h3 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 8px;
}

.begrippenlijst p {
	font-size: 12px;
	line-height: 17px;
	color: #434242;
}
