﻿
body
{
	background: #bbb;
	color: #444;
	font: 14px Trebuchet MS;
	text-align: center;
}

h1, h2, h3, h4 
{
	font-family: Georgia;
}

h1 
{
	font-size: 24px;
}
h2
{
	font-size: 20px;
}
h3
{
	font-weight: bold;
	font-size: 16px;
	margin: 2px 4px;
}
h4
{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 6px;
}

#Main
{
	width: 900px;
	min-height: 500px;
	background: #eee;
	border: black 1px solid;
	margin: 0 auto 0 auto;
}

#Header
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#Title
{
	position: absolute;
	top: 25px;
	width: 900px;
	color: black;
	font-size: 50px;
	text-align: center;
	margin: 0px auto 0 auto;
}

.SubHeader
{
	width: 25%;
	height: 100px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
}

.SubHeader1
{
	background-color:#9E0000;
}

.SubHeader2
{
	background-color:#2D5D87;
}

.SubHeader3
{
	background-color:#CD6203;
}

.SubHeader4
{
	background-color:#4A5E12;
}

.SubHeaderImage
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#Hoofdmenu
{
	background: #DADAAC;
	width: 100%;
	clear: both;
	display: block;
	float: none;
	text-align: right;
	font-size: 18px;
	font-family: Georgia;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	padding: 4px 0px;
}

a.HoofdmenuItem
{
	text-decoration: none;
	color: #333;
	padding: 4px 6px;
}

a.HoofdmenuItem:hover
{
	background: goldenrod;
}

a.HoofdmenuSelect
{
	/* background: #DADAAC; *//* Standaard achtergrond */
	/* background: #DAA520; *//* Goldenrod */
	background: #DAC066; /* Gemiddelde */
}

.LeftSideMenu
{
	background: #8FCBFF;
	display: block;
	border-right: black 1px solid;
	float: left;
	font-size: 14px;
	font-family: Verdana;
	text-align: right;
}

#Submenu
{
	width: 192px;
	min-height: 320px;
	height: 100%;
}

a.SubmenuItem
{
	display: block;
	width: 184px;
	text-decoration: none;
	color: #333;
	margin: 4px 0px;
	padding-right: 8px;
}

a.SubmenuItem:hover
{
	background: goldenrod;
}

a.SubmenuSelect
{
	/* background: #8FCBFF; *//* Standaard achtergrond */
	/* background: #DAA520; *//* Goldenrod */
	background: #B4B890; /* Gemiddelde */
}

#Footer
{
	width: 100%;
	height: 14px;
	padding: 0px;
	margin: 0px;
	border-top: black 1px solid;
	clear:both;
}

.SubFooter
{
	width: 25%;
	height: 14px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	color: white;
}

a.FooterText
{
	color: #fff;
	text-decoration: none;
}

a.FooterText:hover
{
	text-decoration: underline;
}

#Stats
{
	width: 96px;
	margin: 3px auto 0 auto;
}

#Content
{
	display: block;
	text-align: left;
	width: 690px; 
	margin-left:200px;
	border: solid 1px #eee; /* zorgt voor dat er geen marge zit tussen hoofdmenu en blauwe submenu links */
}

.Link
{
	width: 200px;
	margin: 6px;
	padding: 6px;
	border: black 1px solid;
	display: inline-block;
	vertical-align: top;
}

.Link a
{
	text-decoration: none;
	color: #333;
}

.Link a:hover
{
	text-decoration: underline;
}

.LinkImage
{
	padding: 4px 0px;
	width: 100%;
	border: none;
}

img.Afbeelding 
{
	display: block;
	float: none;
	padding: 6px 2px 8px 2px;
	margin: 4px 4px 4px 6px; 
	border-bottom: black 1px solid;
	width: 256px;
	border: none;
}

table.Artikel
{
	border-style: none;
	padding: 4px;
	border-collapse: collapse;
	margin-right: 8px;
	margin-left: 4px;
	clear:right;
}

table.Artikel td
{
	border-bottom: black 1px solid;
}

table.Artikel td.Afbeelding
{
	width: 160px; 
	text-align:center;
}

table.Artikel td.Tekst
{
	vertical-align:text-top;
	padding:4px;
	text-align:left;
	position:relative;
	z-index:1;
}

table.Artikel td.Nieuw
{
	width:0px; 
	vertical-align:top;
}

table.Artikel td.Nieuw div
{
	padding-right:20px;
}

table.Artikel td.Nieuw div img
{
	position:absolute;
}

table.Artikel td.Acties
{
	width: 150px; 
	text-align:right; 
	padding-right:4px; 
	position:relative; 
	z-index:1;
}

ol.AV
{
	list-style-position: outside; 
	list-style-type: decimal; 
	margin-bottom:4px;
}
div.AV
{
	text-align:right;
	padding-right:8px;
	margin-bottom:8px;
}
.aanbieding
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	font-variant: small-caps;
	background-color: #FFFF66;
}

