
/*****************************************************************
BODY EN BOX DECLARATIONS
*****************************************************************/
.clearboth { clear: both; }


body		{
		  text-align: center;
		  padding: 0px;
		  margin: 18px 10px 0px 10px;
		  background: #d3d0cc url(images/back.gif) no-repeat;
		  font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 76%;
		  overflow: auto;
		}

img		{ border: 0px;}

#container 	{
		  text-align: left;
		  position: relative;
		  width: 936px;
		  height: 900px;
		  margin: 20px auto;
		  padding: 0px;
		}



#left	{ float: left; display: block; width: 685px; height: 1000px;  }
	#header	 	{ background-image: url(images/header.png); width: 679px; height: 161px; padding: 0px; margin: 0px 0px 0px 1px  }



#left_double		{ margin: 7px 0px 0px 0px; }
	#left_1			{ float: left; display: block; width: 337px; }
		#left_1h	{ width: 337px; height: 55px;  background-image: url(images/links1_h.png); }
		#left_1h_deelnemen	{ width: 337px; height: 55px;  background-image: url(images/deelnemen.png); }
		#left_1b	{ width: 337px;	height: 480px; background-image: url(images/links1_b.png); padding: 10px 0px 0px 0px;}
		#left_1f	{ width: 337px; height: 9px;   background-image: url(images/links1_f.png); }



	#left_2			{ float: left; display: block; width: 336px; margin-left: 7px;}
		#left_2h	{ width: 336px; height: 55px;  background-image: url(images/links2_h.png); }
		#left_2b	{ width: 336px;	height: 480px; background-image: url(images/links2_b.png); padding: 10px 0px 0px 0px;}
		#left_2b img	{ margin: 0px 0px 0px 2px;}
		#left_2b #flash	{ margin: 10px 0px 15px 8px;}
		#left_2f	{ width: 336px; height: 9px;   background-image: url(images/links2_f.png); }
		


#left_3			{ display: block; width: 684px; height: 200px; margin: 7px 0px 0px 0px;}
	#left_3h	{ width: 684px; height: 55px; background-image: url(images/links3_h.png); }
	#left_3b	{ width: 664px;		 		  background-image: url(images/links3_b.png); padding: 10px 10px 0px 10px; }
	#left_3b a	{ position: relative; }
	#left_3f	{ width: 684px; height: 25px; background-image: url(images/links3_f.png); }







#right	{ float: left; display: block; width: 223px; height: 1000px; margin-top: 15px; }
	#blok1r	{  }
	#blok2r	{  }
	#blok3r	{ display: block; width: 207px; height: 91px; background-image: url(images/rechts3.png);  padding: 50px 0px 0px 15px;  }
	#blok3r a	{ position: relative; }
	#blok4r	{ display: block; width: 207px; height: 151px; background-image: url(images/rechts4.png); padding: 60px 0px 0px 15px;  }
	#blok5r	{ display: block; width: 222px; height: 212px; background-image: url(images/rechts5.png);   }
	#blok6r	{ padding: 20px 16px 0px 16px;  }


/*****************************************************************
TEXT DECLARATIONS
*****************************************************************/

h1		{
		  font-size: 160%;
		  font-weight: bold;
		  color: #000;
		  margin: 0px 0px 10px 0px;
		  padding: 0px;
		}

h2		{
		  font-size: 100%;
		  font-weight: bold;
		  color: #000;
		  margin: 0px 0px 10px 0px;
		  padding: 0px;
		}


p		{
		  font-size: 90%;
		  line-height: 150%;
		  margin: 0px 10px 0px 0px;
		  padding: 0px 0px 10px 0px;
		}

#left_1b p	{
		 	 padding: 0px 20px 10px 20px;
			}

/*****************************************************************
LIST DECLARATIONS
*****************************************************************/


/*****************************************************************
LINK DECLARATIONS
*****************************************************************/

A 			{ font-weight: bold;  text-decoration: none; color: #000; }
A:link		{ font-weight: bold;  text-decoration: none; color: #000; }
A:visited	{ font-weight: bold;  text-decoration: none; color: #000; }
A:active	{ font-weight: bold;  text-decoration: none; color: #000; }
A:hover		{ font-weight: bold;  text-decoration: underline; color: #000; }
A#active	{ font-weight: bold;  text-decoration: none; color: #000; }


/*****************************************************************
FORMS DECLARATIONS
*****************************************************************/

form				{ padding: 0px; margin: 0px 0px 0px 0px;}

label				{ font-size: 90%; float: left; margin: 0px; padding: 3px 0px 0px 0px;  width: 170px; }
input				{ font-size: 90%; float: left; margin: 0px; padding: 3px 0px 0px 0px;  width: 170px; }


input.submit		{ width: 100px; font-size: 90%; float: left; margin: 10px 0px 0px 0px; background: #3c3685;  color: #fff; font-weight: bold;}


p.error_txt			{ color: #000000; margin: 10px 0px 10px 0px; padding: 0px; }
p.error_txt strong 	{ margin: 0px; padding: 0px; }



td { width: 158px; text-align: center; }




