* {
	margin: 0;
	padding: 0;
}

body {
	background: #040809 url('../img/bg.jpg') repeat-x top left;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 1.5em;
	text-shadow: 0 0 0 #000;
}

img {
	border: 0px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color:#3CABCB;
	text-decoration: none;
}

.sIFR-active h2 {
	color:#3CABCB;
    font-size: 16px;
}

.sIFR-hasFlash h2 {
	font-size:24px;
	line-height: 1em;
}

#container {
	width: 881px;
	margin: 0 auto;
    position:relative;
    z-index:0;
}

#login {
	float:right;
	width:881px;
	padding-top: 17px;
}

.loginveld {
	float: right;
	text-align: right;
	padding-right:6px;
}

#klantenlogin {
	width: 193px;
	background: url('../img/klanten_login.jpg') no-repeat;
}

#paswoord {
	width: 172px;
	background: url('../img/paswoord.jpg') no-repeat;
}
#knop {
	position: relative;
	top:-3px;
	width: 25px;
}

#login input {
	border:none;
	background: none;
	height: 25px;
}

.tekstveld {
	width: 85px;
	padding: 3px;
	color: white;
	padding-right: 10px;
}

#main {
	clear:both;
	width:881px;
	padding-top:110px;
}

#nav {
	float: right;
	padding-top: 12px;
	padding-bottom: 35px;
    font-size: 8pt;
    text-transform: uppercase;
}

#nav ul li{
	display: inline;
	padding: 6px;
	
}

.float {
	float: left;
}

.referentie{
	position:relative;
	left: 150px;
	top: 25px;
}

#project {
	clear: both;
	background: url('../img/video_background.jpg');
	width: 881px;
	height: 296px;
	text-shadow: 0 0 0 #000;
	position: relative;
	z-index: 0;
}

.home {
	margin-bottom: 35px;
}

#video {
	float:left;
	padding-left: 55px;
}

#project_tekst {
	float: left;
	width: 300px;
	padding: 95px 0px 0px 40px;
}

#img_flash 
{
    float:left; 
    height:25px;
    margin-right: 25px;
    padding-top: 8px;
}

#flash 
{   
    margin-left: 15px;
    margin-top: 5px;
}

#nieuws {
    clear:both;
	padding-top: 25px;
}

#over_ons {
    clear:both;
	padding-top:25px;
}

#over_ons a {
	color: #3CABCB;
	text-decoration: none;
}

#over_ons a:hover {
	text-decoration: underline;
}


.box {
	float:left;
	width: 260px;
	padding: 12px;
	text-shadow: 0 0 0 #000;
}

.leesmeer {
	float: right;
	padding:10px 35px 0 0;
}

#footer {
	clear:both;
	
	text-align: center;
	color: #C8C8C8;
	padding-top: 25px;
	padding-bottom: 25px;
    font-size: 9pt;
}

#footer a {
	color: #C8C8C8;
    font-size: 9pt;
}

#footer a:hover {
	color: #FFFFFF;
}

.extra_margin
{   
    margin-bottom: 30px;
    }
    
 