
/* default objects */
html{
	margin:0px;
	padding:0px;
}
body{
	text-align:center; /* center the site, for windows & IE */
	font-size:12px;
	font-family:Verdana,Arial;
	color:#ff0000;
	font-color:#000000;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;

}

body img {
	margin:0px;
	padding:0px;
}
.header,.product_header{
	padding: 3px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	color:#333333;
}

#flashcontent {
	width:700px;
	height:30px;
	margin:auto;
	vertical-align:bottom;
	padding-top:175px;
	}

.error{
	font-weight:bold;
	color:#f00;
}
.text{
	color:#000000;
	text-align:left;
}

#textblok{
	color:#202020;
	text-align:justify;
	line-height:18px;
	font-family:verdana;
	font-size:12px;
	margin:5px 5px 5px 5px;
}

#logo{ /* logo layer */
	border: 0px solid #000000;
	border-color:#000000;
	border-style:solid;
	margin:auto;
	width:700px;
	height:207px;
	background: url("images/header.jpg") ;
	background-repeat:no-repeat;
	background-position:center;
}

#menu {
	height:25px;
	margin:auto;
	text-align:left;
	background: url("images/bg_menu.gif");
	background-repeat:repeat-x;
	background-position:center;
	width:700px;
	clear:both;
	}

#onderkant {
	border: 0px solid #000000;
	border-color:#000000;
	border-style:solid;
	width:820px;
	margin:auto;
	height:38px;
	background: url("images/onderkant.jpg");
	background-repeat:no-repeat;
	background-position:center;
	clear:both;
}


#container{ /* overall container */
	margin:auto; /* for nonwindows/mozilla */
	width:820px;
	background: url("images/bg_repeat.jpg") ;
	background-repeat:repeat-y;
	background-position:center;
	
}
#content{ /* content block */
	width:700px;
	margin:auto;
	text-align:center;
}

/* content area for the pages with just one plane*/

/* content area for (the index) which has two planes */
#left {	
	float:left;
	width:253px;
}
#right {	
	float:left;
	width:447px;
	
}

ol {
	word-spacing:0px;
	display:inline;
	}
	

.content_left{
	border: 0px solid #ff0000;
	text-align:left;
	color:#104E63;
	font-family:verdana;
	font-size:12px;
	padding-left:15px;
}

.content_right{
	border: 0px solid #ff0000;
	color:#104E63;
	text-align:left;
	font-family:verdana;
	font-size:12px;
	line-height:17px;
	margin:5px;
}

a {
	color:#104E63;
	text-align:left;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
   }


/* other object */
#copyright{
	align:center;
	width:700px;
	padding:10px 0px 0px 20px;
	text-align:left;
	color:#555555;
	font-size:10px;
}

input,select,textarea,value{
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #104E63;
	border-style:solid;
	text-decoration:none;
	scrollbar-base-color:#FF0000;
}

#footer {margin-top:20px; height: 21px; width: 100%; text-align: center; line-height: 21px; border-bottom: 1px solid #000000; border-top: 1px solid #ffffff; background-color: #263548; font-size: 10px; color: #ffffff; }
#footer a { 
	color: #ffffff;
	text-decoration:none;
 }

.paylist input{
	margin-bottom: 25px;
}
