
body
{
	background: #bbb;
	color: #444;
	text-align: center;

	font: 0.9em Verdana;
/*	font: 13px Trebuchet MS;*/

	margin: 5px auto;
}

body
{
	/* Firefox work-around. IE doesn't change the text-align in something non-existent */
	text-align: -moz-center;
}

h1, h2, h3, h4
{
	font-family: Georgia;
}

h1 
{
	font-size: 22px;
	margin-bottom: 3px;
	margin-top: 5px;
}
h2
{
	font-size: 18px;
	margin-bottom: 2px;
	margin-top: 4px;
}
h3
{
	font-weight: bold;
	font-size: 16px;
	margin: 2px 4px;
}
h4
{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 6px;
}

p
{
	margin: 8px 2px 10px 2px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

hr
{
	height: 1px;
	color: darkgreen;
	border: none;
}

#Main
{
	width: 900px;
	min-height: 500px;
	background: #eee;
	border: solid 1px black;
	margin:0px auto;
}

#Ads
{
	margin: 20px auto;
}

#Header
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #eee8aa;
	text-align: center;
}

#Title
{
	padding-top:10px;
	color: black;
	font-size: 50px;
	text-align: center;
}

#Hoofdmenu
{
	background: #aadada;
	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;
}

.LeftSideMenu
{
	background: #8FCBFF;
	display: block;
	float: left;
	font-size: 14px;
	font-family: Verdana;
	text-align: right;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
}

.LeftSideImage
{
	display: block;
	float: left;
	clear: left;
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
	border-top: black 1px solid;
	background: #eee;
	width: 192px;
	padding-top: 5px;
}

#Submenu
{
	width: 192px;
	min-height: 320px;
	height: 100%;
	padding-bottom: 0px;
}

a.SubmenuItem
{
	display: block;
	width: 184px;
	text-decoration: none;
	color: #333;
	margin: 4px 0px;
	padding-right: 8px;
}

a.SubmenuItem:hover
{
	background: goldenrod;
}

#Footer
{
	clear:both;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-top: black 1px solid;
	background-color: olivedrab;
	text-align: center;
	font-size: 13px;
	color: #fff;
	vertical-align: middle;
}

#OneStatTag
{
	text-align:left;
	float:left;
	width:300px;
	padding-left: 8px;
	padding-top: 2px;
	display:block;
}

a.FooterText
{
	text-decoration: none;
	padding: 0px 6px;
	font-size: 17px; 
	font-family: Georgia;
	color: #fff;
}

a.FooterText:hover
{
	text-decoration: underline;
}

#Content
{
	display: block;
	padding: 4px;
	text-align: left;
	width: 695px;
	margin-left: auto;
}

.Link
{
	width: 200px;
	margin: 8px;
	padding: 6px;
	border: black 1px solid;
	float: left;
	display: block;
	text-align:center;
}

.LinkUrl
{
	width:95%; 
	height:33px; 
	padding-bottom:4px; 
	text-align:center; 
	word-wrap: break-word; 
	overflow:hidden;
}

.Link a
{
	text-decoration: none;
	color: #333;
}

.Link a:hover
{
	text-decoration: underline;
}

.LinkImage
{
	padding: 4px 0px;
	width: 100%;
	clear:  right;
	border: none;
}

.LinksCell1
{
	border-bottom: solid 1px black; 
	vertical-align:middle; 
	text-align:center; 
	width:125px; 
	padding-left:25px;
}
.LinksCell2
{
	border-bottom: solid 1px black; 
	vertical-align:middle;
	text-align:center; 
	width: 325px;
	word-wrap: break-word;
	padding: auto 4px;
}
.LinksCell3
{
	border-bottom: solid 1px black; 
	vertical-align:middle;
	text-align:center; 
	width:200px;
	padding-right:20px;
}


.Afbeelding 
{
	display: block;
	float: none;
	padding: 6px 2px 8px 2px;
	margin: 4px 4px 4px 6px; 
	border-bottom: black 1px solid;
	width: 256px;
}

.EenContent, .EenReactie
{
	width:96%; 
	margin:5px auto; 
	border:solid 1px #555; 
	padding: 4px;
}

.EenContentTop, .EenReactieTop
{
	width:99%; 
	margin: 0px auto; 
	padding-bottom:3px; 
	border-bottom:solid 1px #333;
	height: 26px;
}

img.Foto
{
	border: solid 1px #888;
	padding: 4px;
	margin: 2px;
}
.FotoTabel
{
	vertical-align: middle;
	text-align:center;
}

img.NieuwsFotoCenter
{
	border: none;
	padding:4px;
	margin:2px;
	display:block;
	text-align:center;
}

li
{
	line-height:1.4em;
}

ol.AV
{
	list-style-position: outside; 
	list-style-type: decimal; 
	margin-bottom:4px;
}
div.AV
{
	text-align:right;
	padding-right:8px;
	margin-bottom:8px;
}
