/**
 * $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,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #016E97;
}
body {
	background:#016E97 url(http://www.geho.be/images/back4a.jpg) repeat top center;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #016E97;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #FBC713;
	vertical-align: top;
	text-align: left;
	color: #0000FF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	background-color: #FFFFFF;
	font-size: 15px;
	padding: 10px;
	width: 280px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.menu_current {
	background-color: #FBC713;
}

.menu a {
display: block;
width: 194px;
height: 24px;
background-color: #016E97;
font: normal 13px/24px Arial, georgia, times, serif;
color: #fff;
text-decoration: none;
margin: 5px 0;
padding-left: 10px;
}

.menu a:hover {
background-color: #FBC713;
color: #fff;
}

.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #FFFFFF;
	padding: 10px;
	height: 400px;
	vertical-align: top;
	width:750px;
}
.footer {
	background-color: #FBC713;
	text-align: center;
	font-size: 10px;
	color: #016E97;
	height: 10px;
	padding-top:10px;
	padding-bottom:10px;
}


.middle {
	background-color: #FF0000;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	height: 10px;
}

.buitenrand {
	border: #FBC713;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color:#E6FC10;
}

a.footerlinks:link, a.footerlinks:visited, a.footerlinks:active {
	color: #016E97;
	text-decoration: none;
}
a.footerlinks:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.links {
list-style: none;
list-style-image: none;
margin: 20px 15px;
}

.links li {
border-style: solid;
border-width: 0 0 0 5px;
}

.blue {
border-color: #1D304A;
}

.links a {
display: block;
width: 194px;
height: 24px;
background-color: #3B526E;
font: normal 11px/24px georgia, times, serif;
color: #fff;
text-decoration: none;
margin: 5px 0;
padding-left: 10px;
}

* html .links a {
width: 154px;
}

.links a:hover {
background-color: #668EBF;
color: #fff;
}
