/**
 * $Id$
 * Website Baker template: simple
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body {
	background-color: #302D30;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
width:100%
}

a:link, a:visited, a:active {
	color: #cf353e;
	text-decoration: underline;
}
a:hover {
	color: #cf353e;
	text-decoration: underline;
}

#container{
position:relative; 
    width: 1000px;
    left: 50%; 
    margin: 0 0 0 -500px;
}


#flash{
	position:absolute;
	z-index:1;
	margin: 0px auto;
}

#knop1 {
	position:absolute;
	margin-left:175px;
	margin-top:167px;
	z-index:2;	
}

#knop2 {
	position:absolute;
	margin-left:175px;
	margin-top:117px;
	z-index:2;	
}

#spacer1{
	height:100px;
	width:340px;
	z-index:0;
float:left;
}

#spacer2{
	float:left;
	height:185px;
	width:40px;
	z-index:1;
}



#menu {
	position:relative;
	z-index:2;
}

#menu a{
	font-size:16px;
	font-weight:bold;
	color:#c5d688;
	text-decoration:none;
}

.menu {
	color:#c5d688;
}

.menu ul, .menu li {
	display:inline;
	list-style-type: none;
	color:#c5d688;
}

#content1 {
	font-size:12px;
	margin-top:5px;
	margin-left:340px;
	width:300px;
	float:left;
	position:relative;
	color:#ffffff;
line-height:15px;
	z-index:2;
}

#content2 {
	font-size:12px;
	margin-top:5px;
	width:300px;
	float:left;
	position:relative;
	color:#ffffff;
line-height:15px;
	z-index:2;

}

#content2b {
	font-size:11px;
	margin-top:-40px;
	width:300px;
	color:#ffffff;
line-height:15px;
	z-index:2;
}

#lb {
	float:left;
	position:relative;
	margin-top:5px;
	margin-left:342px;
	z-index:2;	

}

#adres {
		
	float:left;
	position:relative;
	margin-top:15px;
	margin-left:90px;
	z-index:2;
}



.adres {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#626262;
	text-align:center;
	font-weight:bold
}

.adres a{

	color:#626262;

}

.privacy {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:normal;
	color:#454545;
	text-align:center;
font-weight:normal
}

.privacy a {

	color:#454545;

}
