/*****Reset*****/  
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

img {
	border: none;
}

/*****Basic Elements*****/  
body {
	font: 14px/1.6 "Lucida Grande", Helvetica, Arial;
    color: white;
    text-align: left;
    background-color: #c9b493;
}
h2 {
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
}
a {
	color: #ffffff;
}
img {
	border: 3px solid white;
}
ul {
	list-style: inside square;
}
ul.contact {
	list-style: none;
}

/*****Generic Classes*****/  


/*****Basic Layout*****/ 
/*****Background*****/ 
html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}
#bg { 
    position: fixed; 
}
#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}
#bg td {
    text-align:center;
    vertical-align:middle;
}
#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

/*****Navigatie*****/ 
ul.nav {
	list-style: none;
	font: 25px 'Amatic SC', arial;
	text-transform: uppercase;
	line-height: 40px;
}
a.nav {
	width: 160px;
	/*color: #2b72ad;*/
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 20px;
}
a.nav:hover {
	width: 160px;
	color: white;
	background-color: #2b72ad;
}
a.nav_a {
	width: 160px;
	color: white;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	background-color: #2b72ad;
}
#talen {
	text-align: center;
	margin-top: 50px;	
	margin-bottom: 10px;
}

/*****Content*****/  
#cont {
    position: absolute;
    top: 0;
    left: 0;
    z-index:70;
    overflow: scroll;
	min-height: 100%;
   	height: auto !important;
   	height: 100%;
}
#box { 
	width: 800px;
	position:absolute;
	text-align: left;
	padding: 0px;
    
    color: white;
	
}

#left {
	width: 180px;
	background: url(../_assets/nav-bg.png) repeat;
	float: left;
	height: 100%;
}
#content {
	width: 600px;
	padding-top: 105px;
	float: right;

}
img.logo {
	margin: 20 5 20 5;
	border: none;
}
img.none {
	border: none;
}
table {
	font: 12px/1.6 "lucida grande", helvetica, arial;
    color: white;
    text-align: left;
}

/*****Footer*****/  
#footer {
	margin-bottom: 30px;
	text-align: center;
	font: 12px helvetica, arial;
	color: white;
	padding-top: 17px;
	background-image: url(../_assets/shadow.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	clear: both;
}

/*****Etc*****/  


