/* hide from ie on mac \*/
html {
    height: 100%;
    overflow: auto;
    /* achtergrond-winter: background: #363534;*/
	background: #fff;
}
#flashcontent {
    height: 98%;
    /* achtergrond-winter: background: #363534;*/
	background: #fff;
}
#siteby{
	height: 1%;
	float: right;
	padding-right: 6px;
}
#siteby a{
	color: #888;
	text-decoration: none;
	font-size: 10px;
}
#siteby a:hover{
	color: #000;
}
/* end hide */
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font: 76% Arial, sans-serif;
}

a{
	color:#fff;
}
ul{
	margin: 0;
}
ul li{
	list-style-type: none;
}
h1{
	margin: 20px 0 0 0;
	width: 760px;
	font-size: 14px;
}

#footer {
	height:18px;/*same height as margin bottom on body*/
	background:#000;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	text-align:center;
}
* html #footer {position:absolute}/*for ie*/
#footer a{
	padding-top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background: #333; 
}
#footer a:hover{
	background: #999; 
}


/* sales points form */
form{
	margin: 20px;
}

select.txt, input.txt, input.contact,textarea {
	font:11px trebuchet,tahoma,Verdana, Arial Helvetica,sans-serif;
	float: left;
	margin: 0 4px 4px 0;
	border: 1px solid #000;
	width: 120px;
	padding: 3px;
}
input.contact,textarea.contact {
	width: 240px;
}
textarea{
	height: 100px;
}
input.btn{
	font-size: 11px;
	border: 1px solid #b2181c;
	background: #b2181c;
	color: #fff;
	padding: 3px 0 3px 0;
	text-decoration: none;
	text-align: center;
	float: left;
	cursor: pointer;	
}
input.button:hover{
	background: #fff;
	color: #000;	
}
input:focus,textarea:focus{
	background: #ddd;
}
.checkbox{
	margin-right: 5px;
}
label{
	float: left;
	width: 160px;
	text-align: right;
	margin: 0 15px 4px 0;
	color: #000;	
	height: 18px;
}	

br{
	clear: both;
}
#status{
	color: #333;
	margin: 10px 0 0 180px;
	
}
