/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, helvetica,verdana;
	font-size: 11px;
	background: #000000;
	color:#fff;
}
a{
	color:#ccc;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: underline;
}
ul{
	margin: 0;
}
ul li{
	list-style-type: none;
}
h1{
	margin: 20px;
	width: 760px;
	font-size: 14px;
}
p{
	margin: 20px;
	width: 760px;	
}

#tmpbg{
	background: url("/images/background.jpg") no-repeat;
}


/*--- GECENTREERDE LAYOUT ---*/
#flashcontent{
width:960px;
margin:0 auto;
height:650px;
position:relative;
}

/* \*/
#flashcontent{
margin:-330px 0 0 -480px;
position:absolute;
left:50%;
top:50%;
}

#centerwrap{
width:960px;
margin:0 auto;
height:650px;
position:relative;
margin:-330px 0 0 -450px;
position:absolute;
left:50%;
top:50%;
}

.box{
	width: 851px;
	height: 510px;
	float: left;
	background: url(../images/box_main.png) no-repeat left bottom;
}

.box-outer{
	background: url(../images/box_btmright.png) no-repeat right 47px;
	padding: 0%;
	width: 851px;
	height: 480px;

}

.box-inner{
	background: url(../images/box_topleft.png) no-repeat left top;
	height: 47px;
}

.box h2{
	background: url(../images/box_topright.png) no-repeat right top;
	height: 47px;
	width: 851px;

}
.box p{
	margin: 0;
}

.box p a{
	text-decoration: none;
	color:#fff;
}

.box p a:hover{
	text-decoration: underline;
}
#box_pleft{
	float: left;
	width: 355px;
	padding:34px 0 50px 94px;
}
#box_pright{
	float: left;
	padding:34px 0;
	margin-left: 110px;
	color: #fff;
	font-size: 13px;
	width: auto;
}
#startlogo{
	margin-bottom: 30px;
}
#soononline{
	float: left;
	margin-top: 128px;
}

#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; 
}


form{
	margin: 50px;
}
.btn{
	font-family: tahoma, arial, helvetica,verdana;
	font-size: 11px;
	margin-bottom: 3px;
	float: left;
	clear: both;
}

#uploadlogo{
	margin-bottom: 40px;
	float: left;
	clear: both;
}

#uploadtitle{
	 font-weight: bold;
	 margin-bottom: 10px;
	 color: #ffffff;
	 float: left;
	 clear: both;
}

.feedback{
	float: left;
	clear: both;
	color: #fff;
}
.feedback a{
	color: #fff;
	text-decoration: underline;
}
.feedback a:hover{
	color: #fff;
	text-decoration: none;
}
