@charset "utf-8";
body {
	background-color: #898888;
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	font-size: 0.9em;
}
h3 {
	color: #29166F;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 0.8em;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	clear: both;
}

#banner {
	height: 300px;
}
#left_side {
	float: left;
	width: 200px;
	height: 500px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #007CC2;
}
#left_side h2 {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #2460A4;
}
#content {
	background-color: #FFFFFF;
	float: right;
}

.nav_vert {
	font-size: 1em;
	display: block;
	padding: 3px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007DBD;
	color: #29166F;
	text-transform: capitalize;
}
.nav_vert:hover {
	font-size: 1em;
	display: block;
	padding: 3px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007DBD;
	color: #FFFFFF;
	background-color: #29166F;
	text-transform: capitalize;
}
#content h2 {
	padding-left: 20px;
}
.border {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#content li {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
.nav_vert_activ {
	font-size: 0.9em;
	display: block;
	padding: 3px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007DBD;
	color: #FFFFFF;
	background-color: #29166F;
}
.border {
	padding: 5px;
	border: 1px solid #027BC4;
}
.promotie {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
#footer {
	height: 45px;
	width: 800px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #007CC2;
	border-right-color: #007CC2;
	border-left-color: #007CC2;
}
.footer_right {
	width: 200px;
	float: right;
	font-size: 0.9em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}
.footer_left {
	text-align: left;
	width: 200px;
	float: left;
	font-size: 0.9em;
	line-height: 17px;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img {
	padding: 8px;
	border: 1px solid #2460A4;
	margin: 5px;
}
#galerie {
	background-color: #FFFFFF;
	text-align: center;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}
.galerie {
	background-color: #FFFFFF;
	clear: both;
}

.thumbnail {
	font-size: 75%;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 4px;
	float: left;
	text-align: center;
	}
#banner2 {
	height: 250px;
}
#navbar {
	float: right;
	width: 600px;
	padding-left: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#navbar a {
	text-decoration: none;
	border: 1px solid #291670;
	color: #007CC2;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-transform: capitalize;
}
#navbar a:hover {
	text-decoration: none;
	border: 1px solid #291670;
	color: #FFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #291670;
	text-transform: capitalize;
}
