/* Start of CMSMS style sheet 'woonstyle' */
@charset "UTF-8";
/* CSS Document */

/* Kleuren:
 *
 * Oranje: 				#f2930e
 * Donkergrijs:		#333333
 */

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}


h1, h2, h3, h4, h5, h6 {
	color: #f2930e;
}

h1 {
	font-size:22px;
	font-weight:normal;
	margin-bottom:20px;
}

p {
}

a {
      color: #FFFFFF;
}

a:hover {
      color: #FF6600;
}

/* Frame & Layout */

html, body {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

#imagebackground {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	overflow:hidden;
	z-index:1;
}

#imagebackground img {
	display:block;
	border:none;
	width:100%;
	height:auto;
	vertical-align:middle;
}

#imagebackground img.alternate {
	width:auto;
	height:100%;
}

#pagina {
	position:relative;
	overflow:visible;
	z-index:10;
	font-size:11px;
	line-height: 1.75em;
	color:#FFFFFF;
	min-height:100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /*voor IE */
}

#inhoud {
	position:relative;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	width:135px;
	height:100%;
        *height: 250px;
	background: url(uploads/images/template/bg-logovak.png) bottom left no-repeat;
}

#logo img {
	margin:20px 0 0 20px;
}

#menu {
	position:relative;
	width:470px;
	height:35px;
	margin:0 0 0 135px;
	padding:15px 40px 0px 40px;
	background-color:#f2930e;
        z-index: 99;
}

div#menu ul {
        list-style:none;
        z-index: 99;
}

div#menu ul li a {
      text-decoration: none;
}

div#menu ul li a:hover {
      text-decoration: underline;
      color: #FFFFFF;
}

div#menu ul li {
	float:left;
	position:relative;
	font-size: 14px;
  	color:#003366;
	list-style:none;
	padding-right: 13px;
        padding-bottom: 20px;
	background:url(uploads/images/template/spacer_nav.gif) right no-repeat; 
}

div#menu ul ul {
	position:absolute;
	background:#FFFFFF;
	-moz-opacity:0.9; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	text-align:left;
	left:0px;
	display:none;
	*margin-top: 33px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
        z-index: 99;
}

div#menu ul ul li {
	float:none;
	list-style:none;
	background:none;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

div#menu ul ul li a {
         color: #FF6600;
}

div#menu ul ul li a:hover {
         color: #FF6600;
}

div#menu ul li:hover ul, div#navbar ul li.over ul {
	display:block;
}

#hoofdinhoud {
	position:relative;
	width:470px;
	margin:0 0 0 135px;
	padding:30px 40px 30px 40px;	
	background:#333333 url(uploads/images/template/bg-inhoud.gif) bottom right no-repeat;
        z-index: 19;
}

#hoofdinhoud ul {
        position:relative;
        margin-left: 12px;
        width: 400px;
         margin-bottom: 80px;
         margin-top: 10px;
}

#hoofdinhoud ul li {
       width: 80px;
       margin-left: 20px;
       float: left;
       position: relative;
       margin-bottom: 4px;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	padding:0px;
	background-color:#000000;
	color:#FFFFFF;
}

#footer p {
	margin: 5px 10px 5px 15px;
}

#footer p.nilsson {
	position:absolute;
	right:10px;
	top:0px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
/* End of 'woonstyle' */

