/* default objects */
html{
	margin:0px;
	padding:0px;
}
body{
	text-align:center; /* center the site, for windows & IE */
	font-size:12px;
	margin:0px;
	padding:0px;
	font-family:Verdana,Arial, sans-serif;
	color:#656565;
	background-image:url(images/background/bg_repeat.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EBF5DC;
}

#container {
	background-image:url(images/background/bg_main_content.gif);
	background-position:center;
	background-repeat:repeat-y;
	width:768px;
	margin:auto;
	text-align:center;
}

.border
{

}

.menu   {
	background-image:url(images/menu/bg_menu.gif);
	background-position:left;
	background-repeat:repeat-x;

}

.greenbar  {
	background-color:#77A92B;
	height:10px;
}

.flash   {
	height:118px;
	width:750px;
	/*background-image:url(images/flash/background.jpg);
	background-position:left;
	background-repeat:no-repeat;*/
}


body img {
	margin:0px;
	padding:0px;
}
.header,.product_header{
	padding: 3px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	color:#656565;
}

.text{
	color:#656565;
	text-align:justify;
}

#textblok{
	color:#FFFFFF;
	text-align:left;
	font-family:verdana, sans-serif;
	text-align:justify;
	font-size:12px;
	line-height:17px;
	margin:5px 5px 5px 5px;
}

#logo{ /* logo layer */
	border: 0px solid #000000;
	border-color:#000000;
	border-style:solid;
	width:750px;
	height:147px;
	background: url("images/bovenkant.jpg") no-repeat;
	background-position:center;
}



#content{ /* content block */
	width:750px;
	text-align:justify;	
	background-image:url(images/bg_site.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.formlist li{
	list-style-type:none;
	list-style-position:outside;
	margin-top:4px;
}
#content a{
	color:#FF0000;
	text-decoration:none;
}
#content a:hover{
	color:#FF0000;
	text-decoration:none;
}



#copyright{
	align:center;
	width:750px;
	padding:10px 0px 0px 0px;
	text-align:center;
	color:#555555;
	font-size:10px;
}

input,select,textarea,value{
	color:#FFFFFF;
	background-color:#BBD495;
	font-weight:bold;
	border: 1px solid #000000;
	border-style:solid;
	text-decoration:none;
	scrollbar-base-color:#FF0000;
}
.secret{
	display:none;
}
