
html, body {
	background-color	: #ffffff;

	text-align			: center;
	font-family			: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:98%; 
}

#wrapper{
	position 				: relative;
	margin					: 0 auto;
	width					: 1010px;
	height                             : 97%;
	min-height				: auto;
	
	padding				: 0;
	
}

* html #wrapper {
	height					: 96%;
}
#wrapper #header{
	float: left;
	width					: 1010px;
	height					: 135px;
	margin-top: 45px;
	background-image		: url(/sitePics/header.png);

}

#wrapper #header #logo{
	position 				: absolute;
	top						: 45px;
	left					: 0; 
	
}
#wrapper #header #logo img
{
	margin					:0px;
}
#wrapper #header #balk{
	float: left;
	width: 1010px;
	height: 17px;
	margin-top: 135px;
	background-color		: #B2B4B3;
}

#wrapper #header #balk #blauwbalk{
	
	position 				: absolute;
	top					: 180px;
	left					: 852px;


	width					: 143px;
	height					: 17px;
	background-color			: #00A6EC;
	font-size				: 10pt;
	color					: #FFFFFF;
}

#wrapper #header  #balk #blauwbalk a{
   color					: #FFFFFF;
   text-decoration				: none;
   font-weight				: bold;
}

#wrapper #header #balk #blauwbalk a:hover{
   color					: #005B82;
}

#wrapper #menubalk #menuTop {
	position					: absolute;
	left						: 10px;
	top						: 10px;
	height					: 15px;
	width					: 400px;
	font-weight				: bold;
	font-size				: 8pt;
	text-align				: left;
	z-index					: 4;
	list-style-type			: disc;
}

#wrapper #menubalk #menuTop ul {

	list-style-type			: disc;
	margin					: 0px;
	padding					: 0px;

}
 
#wrapper #menubalk #menuTop ul li {
	display					: inline;
	margin-left				: 5px;
} 
  
#wrapper #menubalk #menuTop ul li a {
	font-weight				: bold;
	text-decoration			: none;
	color					: #00A6EC;
}

#wrapper #menubalk #menuTop ul li a:hover {
	color					: #FF8305;
}


#wrapper #menubalk #menu {
	position				: absolute;
	top					: 12px;
	left					: 285px;
	*left					: 300px;
	width					: 700px; /*900*/
	height					: 15px;
	text-align				: left;
	z-index				: 5;

}

#wrapper #menubalk #menu ul {
	margin					: 0px;

}

#wrapper #menubalk #menu ul li {
	display				: inline;
	color					: #000048;
	font-weight				: bold;
	font-size				: 10pt;
	width					: 135px;
	text-align				: center;
	padding				: 34px;
	*padding-left				: 44px;

}

#wrapper #menubalk #menu ul li a{
    text-decoration			: none;
    color					: #FFFFFF;

}
  
#wrapper #menubalk #menu ul li a:hover{
	color					:#005B82;
}  

#wrappper #menubalk #menu ul li a.active{
	color						: red;
}

#wrapper #main-top
{
	position: absolute;
	top: 180px;
	left: 0px;
	width: 1010px;
	height: 25px;
	min-height			: 25px;
	background-image		: url(/sitePics/main-top.jpg);
	background-repeat		: no-repeat;
	margin-top			: 17px;
	

}

#wrapper #main-bot
{
	position			: absolute;
	left				: 0px;
	bottom				: -25px;
	width				: 1010px;
	height				: 25px;
	min-height			: 25px;
	background-image		: url(/sitePics/main-bot.jpg);
	background-repeat		: no-repeat;

	}

#wrapper #left {
	float 				: left;
	width				: 200px;
	height				: 100%;
	min-height			: 69%;
	*min-height			: 70%;
}

#wrapper #left #submenu {
	width				: 160px;
}

#wrapper #left #submenu ul {
	list-type: none;
}


#wrapper #left #submenu ul li {

	display: block;
	color					: #FF8305;
	font-weight				: bold;
	font-size				: 10pt;
	padding				: 5px;
	width					: 160px;
	margin-left				: -31px;
	*margin-left				: -52px;
	background-color			: #FFFFFF;	
	text-align				: left;

	
}



#wrapper #left #submenu ul li a{

	display				: block;
	color					: #FF8305;
	font-weight				: bold;
	font-style				: italic;
	text-decoration			: none;
	padding-left				: 35px;

	

}

#wrapper #left #submenu ul li a:hover{
	display				: block;
	background-color			: #FF8305;	
	color					: #FFFFFF;
	font-weight				: bold;
	font-style				: italic;
	text-decoration			: none;
	padding-left				: 35px;

}


#wrapper #left #submenu #poll {

	margin-left				: 15px;
	*margin-left				: -10px;
	width					: 155px;
	height					: 215px;
	z-index				: 100;
	margin-bottom: 30px;
	border					: 2px solid #FF7A02;
	background-color			: #FFFFFF;
}

#wrapper #left #submenu #poll #polltext{

	color					: #0088BF;
	font-weight				: bold;
	font-style				: italic;
	font-size				: 10pt;
	text-align				: left;
}


#wrapper #main {

	position:	relative;
	float: left;
	width					: 1010px; /*812px;*/
	clear: both;
	margin-top: 				37px;

	background-image			: url(/sitePics/main-mid.jpg);
	background-repeat			: repeat-y;	

	height: auto;
	min-height				: 69%;
	*min-height				: 70%;

}


#wrapper #main #content{
	float					: left;
	width					: 559px;
	*min-height				: 70%;
	
	height					: auto;
	margin-right				: 10px;
	text-align				: left;
	/* overflow				: auto; */
	padding-left				: 10px;
	padding-top				: 10px;
	font-size				: 10pt;
	z-index				: 1;

}

#wrapper  #main  #content a{
	color					: #FF8305;
	text-decoration			: none;
	font-weight				: bold;
}

#wrapper  #main #content a:hover{
	color					: #FF8305;
    text-decoration			: underline;
}

#wrapper  #main #newsbalk {
	float: left;
	width					: 212px; /*221*/
	margin-left				: 6px;
	background-image		: url(/sitePics/nieuwsbalk.png);
	background-repeat		: no-repeat;
	background-color		: #fd8104;
	z-index					: 2;
	color					: #FFFFFF;
}  

#wrapper  #main #newsbalk #nieuwstekst {

	color					: #FFFFFF;
	font-size				: 10pt;
	font-weight				: bold;
	text-align				: left;
	padding-left				: 45px;
	padding-top				: 5px;

	background-image		`	: url(/sitePics/nieuwsbalk.png);
	
}  

#wrapper  #main #newsbalk #news {

	height					: 70%;
	width					: 190px;
	text-align				: left;
	overflow-y				: auto;
	font-size				: 8pt;
	color					: #FFFFFF;
	padding-left				: 10px;
	padding-top				: 5px;
}  

#wrapper  #main #newsbalk #news h1 {
	color					: #FFFFFF;
}

#wrapper  #main #newsbalk #news h2 {
	color					: #000000;
}

#wrapper  #main #newsbalk #news a {
	color					: #FFFFFF;
	font-weight				: bold;
	text-decoration			: none;
}

#wrapper  #main #newsbalk #news a:hover {
	color					: #FFFFFF;
	font-weight				: bold;
	text-decoration			: underline;
}

#wrapper  #main #newsbalk #zoekblok{

	height					: 80px;
	width					: 200px;
	text-align				: left;
	z-index				: 20;
	font-size				: 0.7em;
	border					: 1px solid #B55C00;
	margin			: 5px;

}

#wrapper  #main #newsbalk #zoekblok #zoek
{
	height					: 16px;
	width					: 200px;
	text-align				: left;
	overflow-y				: auto;
	font-size				: 10pt;
	font-weight				: bold;
	color					: #FFFFFF;
	margin-left				: 3px;
	margin-top				: 5px;
	padding				: 10px;
}

#wrapper  #main #newsbalk #zoekblok #zoekvak{ 

	margin-left				: 5px;
	height					: 19px;
}

div#img
{
	height					: 19px;
	margin					: 0px;
	padding				: 0px;
	margin-top				: -12px;
}

#footer {
	text-align				: center;
	font-weight				: bold;
	font-size				: 8pt;
	color					: #00A6EC;
	margin					: 0 auto;
	margin-top				: 10px;
	height					: 20px;
	margin-bottom				: -30px;
	width					: 1010px;
}

#footer ul {
	margin					: 0px;
	padding					: 0px;

}
 
#footer ul li {
	display					: inline;
	list-style				: disc;
	margin-left				: 5px;
} 

input {
	background-color			: #FFFFFF;
	color					: #000000;
	border					: 1px solid #B55C00;
	height					: 18px;
	float: left;
	margin-left: 5px;
	
}

input.button {
	
				width: 19px;
				height: 19px;
				float: left;
				margin-left: 5px;
				border: 0px;

}

h1 {
   	font-size				: 12pt;
	color					: #FF8305;
    	margin-top				: 2px;
    	margin-bottom				: 0px;
   	padding-bottom			: 0px;
	font-weight				: none;
}
  
h2 {
    font-size				: 10pt;
	color					: #00A6EC;
    margin-top				: 2px;
    margin-bottom			: 0px;
    padding-bottom			: 0px;
	font-weight				: bold;
}
  
p {
   margin-top				: 2px;
}

img{
	margin					: 5px 5px 5px 5px;
}

  #left #submenu #poll input {
	border					: 0px;
	background-color		: #FFFFFF;
}


.AxiPollTable {
	font-size					: 12px;
}

.AxiPollRowQuestionsubmit{
	border						: 1px solid #B55C00;
	background-color			: #FFFFFF;
	

	* html #content {
		height: 100%;
	}
	
}

.AxiPollRowQuestion {
	border						: 0px;


}

.AxiPollResultBG {

    height 						: 10px;
  	width						: 100px;
  	border 						: 1px solid #000000;
  	margin-left 				: 25px; 
	overflow 					: hidden;

	
}
.AxiPollResultFG {
 	position 					: relative;
  	background-color 			: #009DEA;  
	height		 				: 10px;
	font-size					: 10px;
}


  


    #menubalk{
	position 				: absolute;
	top						: 0px;
	left					: 0px;
	margin					: 0 auto;
	width					: 1010px;
	height					: 46px;
	overflow				: none;
	background-image		: url(/sitePics/menubg1.png);
	z-index					: 3;

}



#flash {
	position: relative;
	display: block;

	text-align: left;
	border: 0px solid;
	padding-bottom: 10px;

}

/*
#twitter {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px -20px;
}
*/

/*--------------------------------
  social
 --------------------------------*/
#twitter {
	text-align: right;
	width: 170px;
	margin: 20px 0px 0px -20px;
	padding: 20px 20px 0px 0px;
	text-align: left;
	border: 0px solid red;
}
#twitter a {
	float: left;
	color: #ff8305; /* #835d2d; */
	font-size: 10px;
}
#twitter img {
	float: left;
}
#twitter ul{
/*
	margin: 0px 0px 0px 20px;
	padding: 20px 20px 0px 0px;
*/
}
#twitter ul li {
	display: block;
	list-style-type: none;
}

/*--------------------------------
  contact
 --------------------------------*/
.contactfield {
	background-color: #86D5F4;
	border: 1px solid #000000;
}
.contacttextarea {
	margin: 0px 0px 0px 5px;
	background-color: #86D5F4;
	border: 1px solid #000000;
}
.contactsubmit {

	background-color: #86D5F4;
	color: #000000;
	border: 1px solid #000000;
}

