/* CSS Document */

* { margin: 0; padding:0;}

body {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
	color:#375373;
    background: url(../media/switch/keuzepagina_bg.png) repeat-x center top #466991;
    }
	
a {
	color:#375373;
	text-decoration:none;}
	
a:hover { color:#e3001c;}

a img { border:none;}

#container {
    width: 956px;
    height: 509px;
    margin: auto;
	margin-top:39px;
    overflow: hidden;
    background:url(../media/switch/keuzepagina_container_bg.png) no-repeat;
	position:relative;}
	
	
#container_new {
    width: 956px;
    height: 509px;
    margin: auto;
	margin-top:39px;
    overflow: hidden;
    background:url(../media/switch/keuzepagina_container_bg_new.png) no-repeat;
	position:relative;}	
	
	
.toplogo {
	position:absolute;
	top:50px;
	left:54px;
	border: none;}
	
.topleftbox {
	width:307px;
	height:135px;
	position:absolute;
	top:120px;
	left:130px;
	text-align:center;
	}
	
.toprightbox {
	width:307px;
	height:135px;
	position:absolute;
	top:120px;
	left:522px;
	text-align:center;
	}
	
.bottomleftbox {
	width:307px;
	height:135px;
	position:absolute;
	top:290px;
	left:130px;
	text-align:center;
	}
	
.bottomrightbox {
	width:307px;
	height:135px;
	position:absolute;
	top:290px;
	left:522px;
	text-align:center;
	}
	
.copyrightbox {
	position:absolute;
	top:440px;
	left:670px;
	text-align:center;
	font-size:10px;
	}
	