@charset "utf-8";
/* CSS Document */

/*****Menno's template**************/
/* ALGEMENE RESET */
* {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
padding:0.5em 0;
}

li,dd {
padding-left:1em;
}

fieldset {
padding:.5em;
}

body {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:20px;
}

/*START*/

body {
	padding: 0;
	margin: 0;
	background-image: url(http://84.244.151.170/~josdeling/images/stories/achtergrond-2.jpg); 
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color: #333;
	background-attachment: fixed;
}

#container {
	position: 			absolute;
	top:				50%;
	left:				50%;
	padding:			0;
	width:				900px;
	height:				575px;
	background-image: url(http://84.244.151.170/~josdeling/images/container-bg.jpg);
	background-repeat: no-repeat;
	margin-top: -288px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -450px;
} 

/************************/
/*** verdeling pagina ***/
/************************/
#leftbar {
  height: 575px;
  width: 500px;
  float:left;
  color: #000;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  padding-bottom:0px;
}

#menu {
  height:63px;
  width:440px;
  padding-left:60px;
  padding-right:0px;
  padding-top:160px;
  color:#A67646;
}

#content {
  width:370px;
  padding-left:67px;
  padding-right:60px;
  color:#666666;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  line-height:20px;
}

#rightbar {
  padding: 0;
  margin: 0;
  float:right;
  width:400px;
  height:575px;
  background-image: url(http://www.josdeling.nl/images/header-images/header-default.jpg);
  background-repeat: no-repeat;
}

#vvpnlogo {
position:absolute;
top:486px;
left:198px;
}
/*VORMGEVING MENU'S*/
/*DEZE HIER ONDER DOEN ALLE MENU'S*/
.moduletable {
	border:0px #CCC solid;
	padding:0 0px;
	line-height: 20px;
}

.moduletable h3 {
	background:#666;
	color:#fff;
	text-align:center;
	font-size:1.1em;
	padding:0.25em 0;
}

div.moduletablerandomimg {
	padding-top:30px;
}
/*.contentheading, .componentheading, .contentpagetitle, h1, h2, h3, h4, h5, h6*/
/*FONTS */
#content a, a:link, a:visited {
  color:#666666;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
  color:#666666;
}

h1, h2 {
font-size:1.2em;
}

h3 {
font-size:1.2em;
}
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid orange;
    background-color: white;
    z-index:1002;
    overflow: auto;
}
/* extra CSS tbv design josdeling.nl */
/*img#expando { 
	position: absolute; 
	display: none; 
	z-index: 1; 
	ms-interpolation-mode: bicubic; 
} 

.wide img#expando, 
.tall img#expando { 
	display: block; 
	} 

.wide img#expando { 
	width: 100%; 
	height: auto; 
} 

.tall img#expando { 
	width: auto; 
	height: 100%; 
}
	
.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
}*/
