@charset "utf-8";

body{
	padding:0;
	margin:0;
	background: url(../img/wsc-background.jpg) #29579a top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	color:#3067b6;
}

img, div { behavior: url(/iepngfix.htc) }

/* styles for IE 5 Mac */
#wsc-main-container {
	width:900px;
	position: relative;
	background:url(../img/wsc-background-slice.jpg) #FFF top left repeat-y;
}

/* commented backslash hack  - invisible to IE 5 \*/
#wsc-main-container {
	position:absolute;
	margin: 0 0 0 -450px; /* 1st = 0.5 x height / 2nd = 0.5 x width */
	left:50%;
}
/* end hack */

#wsc-header{
	position:relative;
	height:291px;
	width:900px;
	background:url(../img/wsc-header.jpg);
}

#personeel_inlog{
	position:absolute;
	left:550px;
	top: 170px;
	width:300px;
	text-align:right;
}

a.personeel_inlog:link, a.personeel_inlog:visited {
	text-decoration: none;
}

#wsc-menu-background{
	position:absolute;	
	width:201px;
	height:251px;
	top:300px;
	left:700px;
}

#wsc-menu{
	position:absolute;	
	width:139px;
	height:250px;
	top:322px;
	left:726px;
}

#wsc-background-text{
	position:relative;
	width:900px;
	min-height: 500px;
	_height: 500px;
}

#wsc-background-text{
	position:relative;
	padding:40px 350px 100px 150px;
	width:400px;
}

.title{
	font-size:14px;
	font-weight:bold;
}

.subtitle{
	font-size:12px;
	font-weight:bold;

}

#logo{
	position:absolute;
	width:352px;
	left:137px;
	top:592px;
}

a:link, a:visited {
	color: #3067b6;
	text-decoration: underline;
}

a{ outline: none; }
:focus{ -moz-outline-style: none; }
