#http://www.webreference.com/authoring/style/sheets/layout/advanced/

body {
	margin:0px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #B22617;
}

a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a:active {
	color: black;
}

b {
	color: #B13819;
}

hr {
	color: #B22617;
	background-color: #B22617;
	height: 1px;
	border: 0px;
	margin-top: 10px;
}

.main {
	margin-top: 1OOpx;
	width:800px;
	min-height: 500px;
	margin:0px auto;
	background-color: white;
}

.header {
	width: 100%;
	height: 125px;
	border-bottom: 1px solid #B22617;
}

.navigatieBox {
	width: 100%;
	height: 25px;
}

.navLeft {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	word-spacing: 5px;
	padding-top: 5px;
	padding-left: 140px;
	color:#ffffff;
	margin-left: 10px;
	font-weight: bold;
	font-size:14px;
}

.navRight{
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 20px;
	direction: rtl;
	font-size: 10px;
}

.title2{
	margin-top: 10px;
	color:#B22617;
	font-size:10px;
	font-weight: bold;
}

.knop {
	border: 1px solid #B13819;
	color:black;
	background-color:#F7F6EF;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.tekstvak {
	border: 1px solid #B13819;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

.infoTekst {
	color: #67678D;
}

.infoTekst a:link {
	color: #67678D;
	text-decoration: none;
}
.infoTekst a:visited {
	color: #67678D;
	text-decoration: none;
}

.infoTekst a:hover {
	color: #67678D;
	text-decoration: none;
}

.infoTekst a:active {
	color:#67678D;
	text-decoration: none;
}

div#menu { 
	float: left; 
	width:130px; 
	padding: 0px;
	padding-top: 10px;
	padding-left: 5px;
	margin: 0px;
	min-height: 400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}

div#infoMenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

div#reclameMenu {
	position: relative;
	height: 176px;
	padding-top: 10px;
	background-image: url('../images/pistole.png');
	background-repeat: no-repeat;
	background-position: center right;
}

li {
	list-style-type: none;
	list-style-position: inside;
}

div#content { 
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 435px; 
	min-height: 400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}      

div#extra{ 
	width: 200px; 
	float: right;
	border: 5px solid black;
	height: 400px;		
}

.clear  { 
    clear: both; 
}

.contentBox {
	width: 100%;
	min-height: 625px;
	border-bottom: 1px solid #B22617;
	padding-bottom: 5px;
 }
 
.footer {
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	position: relative;
	height: 20px;
	text-align: center;
	font-size: 12px;
	padding:3px 0px 3px 0px;
}
 
/* Kalender */
.kalender {
	border-width: 1px;
	border-color: #B13819;
	border-style: solid;
	vertical-align: top;
}

.kalenderVandaag {
	border-width: 1px;
	border-color: #B13819;
	border-style: solid;
	vertical-align: top;
	font-weight: bold;
	color: #B13819;
}

#kalenderDetails {
	position: relative;
}

#kalenderDetails a {
	display:inline;
	text-decoration:none;
	color:maroon
}
#kalenderDetails a:hover {
	background:transparent
}
#kalenderDetails a span {
	display:none
}
#kalenderDetails a:hover span {
	display: block;
	position: absolute;
	/* opacity:.50;filter: alpha(opacity=50); */
	width: 200px;
	background-color: #F7F6EF;
	margin-left: 35px;
	padding: 1px 3px 2px 3px;
	border: 1px #B13819 solid;
	font-size: 10px;
	left: 2em;
	top: 0.5em;
	z-index: 1;
}
