/* Main blocks */

html {

      height: 100%;

      overflow-x: auto;

      overflow-y: scroll;

      color: black;

	

}



body {

	margin: 0px;

	padding: 0px;

	height: 100%;

	color: black;

	text-align: center;

	background-image: url(/images/background.png);

}



img {

      border: 0px;

}



.container {

        left: 50%; position: absolute; margin-left : -381px;

}



.parent   {
	font-family: arial, Helvetica, sans-serif;
	background-image: url("/images/content.png");
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	position: relative;
	width: 800px;
	height: 100% }



.header  {
	margin: 0;
	padding: 4px 0 0;
	width: 800px;
	height: 100px }



.banner {

      width: 800px;

      height: 24px;

      background-color: #333B41;

      color: white;

      font-weight: bold; 

      font-style: italic;

      padding-top: 0px;

      background-image: url(/images/menuback.png);

      background-repeat: repeat-y;

}



.body {

  margin: 0px;

  padding: 0px;

	font-size:12px;

	text-align:left;

  height: 100%;

  overflow: auto;

  vertical-align: top;

	background-color: #fefefe;

	border-left: 0px solid #bbbbbb;

	border-right: 0px solid #bbbbbb;  

}



.body_ad  {
	width: 800px;
	height: 270px }



.body_text {

	width: 742px;

	margin: 0px;

	padding: 10px;

	font-size:12px;

	background-color: #fefefe;

}



div.content_center  {
	padding: 0;
	width: 800px;
	height: 100%;
	overflow: auto }



.spacer  {
	background-image: url("/images/footer.png");
	background-repeat: no-repeat;
	width: 800px;
	height: 13px;
	border-top: 1px solid #000000 }



.footer {

        width: 762px;

        height: 20px;

	font-size: 10px;

	text-align:center;

	border-top: 2px groove #000000;

        background-image: url(/images/footer.gif);

        background-repeat: no-repeat;

}



/* Link decoration */



a {

	text-decoration:none;

	color: black;

}



a:visited {

	text-decoration:none;

	color: black;

}



a:hover {

	text-decoration:none;

	color: black;

}



/* elements */



img {

	border-width: 0px;

}



hr {

	color: #eeeeee; 

}





.content {

	text-align:left;

	color: #000000;

	font-weight: normal;

	width: 785px;

	padding-right: 15px;

	padding-top: 5px;

	background-repeat: no-repeat;

	background-image: url(/images/content.gif);

}



	





#horizon {

	text-align: center;

	top: 2;

	left: 0;

	width:100%;

	position: absolute;

}

#footer {

	top:810px;

	position: absolute;

}





.siteholder {

	margin-left: -400px;

	position: absolute;

	top: 0px;

	width: 820px;

	height: 144px;

	left: 50%;

}



.content-left {

	border-right: 1px solid #dddddd;

	width: 176px;

	vertical-align: top;

	text-align: center;

}



.content-right {

	padding-left: 10px;

	font-size:12px;

	vertical-align: top;

	width:540px;

}



.menubar {

      width: 800px;

      height: 30px; 

}



.menuitem {

      border-top: 0px #3366cc solid;

      width: 115px;

      height: 20px;

      font-size: 12px;

      text-align:center;

			color: black;

			cursor: pointer;

} 



.menuitem:hover {

      text-decoration:underline;

}



.menu  {
	text-decoration: none;
	width: 800px }



.menu:visited {

      text-decoration:none;

}



.menu:hover {

      text-decoration:underline;

}



.underlinedlink {

      text-decoration:underline;

}



.underlinedlink:visited {

      text-decoration:underline;

}



.underlinedlink:hover {

      text-decoration:underline;

}



/******************** Formulieren *************************/



.formulier {

	font-size: 12px;

	background-color: #FCFCFC;

	border-left: 0px solid #222222;

	border-top: 0px solid #222222;

	border-right: 0px ridge #aaaaaa;

	border-bottom: 0px ridge #aaaaaa;

	padding-top: 10px;

}



.formulier_numbers {

	width: 30px;

}



.formulier_item {

	height: 25px;

	font-size: 12px;

  font-family: Century Gothic, Verdana, Arial, sans-serif;

}



.formulier_input {

	width: 150px;

	font-size: 12px;

	height: 14px;

    font-family: Century Gothic, Verdana, Arial, sans-serif;

	background-color: #F9F9F9;

}



.formulier_label {

	width: 100px;

	height: 25px;

	margin-right: 15px;

	font-size: 12px;

    font-family: Century Gothic, Verdana, Arial, sans-serif;

}



.spanlink {

	color: black;

	cursor: pointer;

}



.spanlink:hover {

	text-decoration: underline;

}



.loginform {

	margin: 3px;

	padding: 3px;

	width: 236px;

	height: 74px;

	background-color: #4682B4;

	color: #000000;

	border: 0px solid #999999;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	text-align: right;

}



.logintext {

 font-family: Verdana, Arial, Helvetica, sans-serif;

 font-size: 11px;

 width: 140px;

 margin-right: 6px;

}



.logintextlabel {

	width:110px;

 padding-right: 6px;

 font-weight:800;

}



.loginbutton {

 font-family: Verdana, Arial, Helvetica, sans-serif;

 font-size: 10px;

 background-color: #333333; 

 color: #FFFFFF;

 margin-right: 6px;

 width: 60px;

 }



.loginnewpass {

 font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 8px;

	cursor: pointer;

}



.loginnewpass:hover {

	text-decoration: underline;

}



span.heading {

	font-size: 14px;

	display: block;

	margin-bottom: 10px;

	font-weight: bold;

}