html, body{
	margin:0;
	padding:0;
    width: 100%;
    height: 100%;    
    }

body{
    margin:0;
    padding:0;
    color:#000;
    line-height:17px;
	font-family:"Lucida Sans Unicode","Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color:#213E99;	
	}
 	
h1{
    font-family:"Lucida Sans Unicode","Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
    font-size:17px;
    line-height:20px; 
    color:#F9EC30;
    font-weight: normal;
    }
	
h2{
    font-family:"Lucida Sans Unicode","Lucida Grande", Arial, Verdana, Helvetica, sans-serif;  
    font-size:16px;
    line-height:18px; 
    color:#F9EC30;
    font-weight: normal;
	}
	
h3{
    font-family:"Lucida Sans Unicode","Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
    font-size:14px;
    line-height:17px; 
    color:#F9EC30;
    font-weight: normal;
    }


a:link, a:visited, a:active{
    color:#003882;
    text-decoration:none;
}

a:hover{
    color: #ED1C24;;
    text-decoration:underline;
}

ul{
	list-style-position:inside;
}

li{
	list-style-position:inside;
}

a img {
    /* Zorgt ervoor dat er geen border komt om een plaatje
    in enkele browsers */
    border: 0;
}

#container {
    position: relative;
    float: left;
    display: inline;
    width: 100%;
    height: 100%;
    z-index: 1; 
}

#container-content {
    position: relative;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#content {
    position: relative;
    float: left;
    display: inline;
    width: 100%;
    
}

#content {
    position: relative;
    float: left;
    display: inline;
    width: 100%;
    
}




#top {
    position: relative;
    float: left;
    display: inline;
    width: 715px;
    height: 150px;
    text-align: right;
    padding-right: 125px;
    /* background-image: url(../images/login.png);
    background-repeat: no-repeat;
    background-position: top right;   
    */
    padding-top: 2px; 
}

#top a{
    color: #fff;
}

#logo {
    position: relative;
    float: left;
    display: inline;
    width: 240px;
    height: 150px;
    color: #E1F3FC;
    font-size: 40px;
    line-height: 45px;
    padding-left: 210px;
}




#phone {
    position: absolute;
    top: 120px;
    lefT: 450px;
    height: 150px;
    color: #E1F3FC;
    margin-left: 50px;
    line-height: 26px;
}

#phone a{
    color: #fff;
}


#twitter {
    position: absolute;
    top: 240px;
    lefT: 450px;
    height: 150px;
    color: #E1F3FC;
    margin-left: 50px;
    line-height: 26px;
    background-image: url(../images/twitter.png);
    background-repeat: no-repeat;
    padding-left: 40px;
}

#twitter a{
    color: #fff;
}





.yellow {
    color: #F9EC30;
}

#logo img{
    position: absolute;
    top: 0px;
    left: 20px;
}


#text {
    position: relative;
    float: left;
    display: inline;
    width: 850px;
}



#text-left {
    position: relative;
    float: left;
    display: inline;
    width: 150px;
    color: #fff;
    padding-left: 30px;
    font-size: 18px;
    line-height: 28px; 
    padding-top: 30px; 
    
}

#text-right {
    position: relative;
    float: left;
    display: inline;
    color: #fff;
    padding-left: 30px;
    padding-top: 30px;
    font-size: 13px;
    line-height: 24px;
    width: 620px;
    
}


#footer {
    position: relative;
    float: left;
    display: inline;
    width: 850px;
    height: 204px;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    margin-top: 20px;
}

.resellerswanted {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 110px;
    height: 111px;
}

#afsluiting {
    position: relative;
    float: left;
    display: inline;
    width: 850px;
    text-align: center;
    font-size: 10px;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    color: #fff;
    margin-top: 10px;
}



#bg {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    z-index: 0; 
}

#bg-motherboard {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-motherboard.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 0; 
}

#bg-stars {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-sterren.png);
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
}
