﻿/*
* Ontwikkeld door VibePro 
* In opdracht van Theiner.nl
* Opdracht: vboxmeer.nl
* Document: includes/style.css
*/

* {
	margin: 0;
	padding: 0;
}

body, html {
	width: 100%;
	height: 100%;
}

li {
margin-left: 2em;
}

a {
	color: #00aedb;
	text-decoration: underline;
} 

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


#bg {
	position: fixed;
	top: 0;
	left: 0;
}

#bgdiv {
	background: #ededed;
}

.bgwidth {
	width: 100%;
}

.bgheight {
	height: 100%;
}

#contentholder {
	width: 100%;
	height: 100%;
	position: absolute;
}

#content {
	background: white;
	width: 100%;
	height: 100%;
}

#scrollpane {
	background: black;
	height: auto;
	position: absolute;
	top: 155px;
	left: 260px;
	right: 122px;
	bottom: 160px;
	z-index: 20;
}

#scrollcontent {
	height: auto;
	position: absolute;
	top: 155px;
	left: 260px;
	right: 162px;
	bottom: 160px;
	z-index: 21;
	padding: 20px;
	
	-moz-box-shadow: 0px 0px 5px #696969;  
  	-webkit-box-shadow: 0px 0px 5px #696969;   
  	box-shadow: 0px 0px 5px #696969;  
  	
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: white;
}

#logo {
	width: 164px;
	height: 59px;
	position: absolute;
	top: 50px;
	left: 50px;
}

#langbox {
	width: 78px;
	height: 110px;
	text-align: right;
}

#langbox img {
	border: 0;
}

#bottom {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	position: absolute;
	bottom: 50px;
	left: 0px;
	clear: both;
}

#bottom_left {
	background: url('../images/footer_left.png') repeat-x bottom;
	height: 110px;
	margin-right: 200px;
	margin-left: 50px;
}

#bottom_left img {
	border: 0;
}

#bottom_right {
	background: url('../images/footer_right.png') no-repeat bottom;
	width: 150px;
	height: 110px;	
	position: absolute;
	top: 0;
	right: 50px;
}

#nojavascript {
	background: #ebdf9a;
	width: 100%;
	border: 1px solid #dcb70d;
	padding: 10px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 100;
	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

.scroll-pane {
	overflow: auto;
}
