BODY {
	font-family : Tahoma, Arial;
	font-size : 11px;
	font-style : normal;
	line-height : 14px;
	color : #000000;
}

TD {
	font-family : Tahoma, Arial;
	font-size : 11px;
	line-height : 14px;
	color : #000000;
}

A {
	color: #000000;
	text-decoration : none;
	font-weight : bold;
}
A:HOVER {
	color: #999999;
	text-decoration : none;
}

A:LINK {
	text-decoration : none;
	font-weight : bold;
}

A:VISITED {
}

h1, h2, h3, h4 { font-weight: normal; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 10px; padding: 0px; }

/* Navigatie ------------------------------------------------------------------*/

#menu {
	margin: 0px;
	height: 20px;
	background: #000000;
}

#menu li {
	font-weight: bold;
	list-style-type: none;
	display: inline;
}
	
#menu a:link, #menu a:visited {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	color: #fff;
}

#menu a:link.active, #menu a:visited.active	{
	color: #fff;
}

#menu a:hover {
	color: #fff;
	background-color: #0000CC;
}

textarea {
	border-color:#3C3C3C;
	border-width:1px;
	overflow:hidden;
	color:#000000;
	background-color: #eeeeee;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

select {
	border-color:#3C3C3C;
	border-width:1px;
	color:#3C3C3C;
	background-color: #FFFFFF;
}

input, option {
	border-color:#3C3C3C;
	border-width:1px;
	background-color: #eeeeee;
	color:#3C3C3C;
}

.box {
	padding-top: 2px;
	padding-bottom: 2px;
}
	
.checkbox {
	color : #6B6B6B;
	font-family : Tahoma, Arial;
	font-size : 11px;
	text-align : left;
	border-width: 0;
	border-color: #909090;
	border-style: solid;
	}

INPUT.button {
	color : #FFFFFF;
	cursor: hand;
	padding:2px;
	font-family : Tahoma, Arial;
	font-size : 11px;
	text-align : center;
	border-width: 1;
	border-color: white;
	border-style: solid;
	background-color : #000000;
}

.aanbieding {
	font-family : Tahoma, Arial;
	font-size : 20px;
	font-weight : bold;
	line-height : 22px;
}

.tableline {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.tdline {
	border-left: 1px;
	border-right: 1px;
	border-color: #000000;
	border-style: solid;
}

.small {
	font-family : Tahoma, Arial;
	font-size : 9px;
	font-style : normal;
	line-height : 11px;
	color : #fff;
}

.tabel_kop {
	font-weight: bold;
	font-size : 14px;
	border: 1px solid #67AE3E;
	background-color: #67AE3E;
	color: #fff;
}

.tabel_voet {
	font-weight: bold;
	font-size : 11px;
	border: 1px solid #CCFFCC;
	background-color: #CCFFCC;
	color: #000;
}

.aanbieding_groen {
	border: 1px solid #67AE3E;
}

.aanbieding_groen_kop {
	font-weight: bold;
	border: 1px solid #67AE3E;
	background-color: #67AE3E;
	color: #fff;
}

.aanbieding_kpngroen {
	border: 1px solid #67AE3E;
}

.aanbieding_kpngroen_kop {
	font-weight: bold;
	border: 1px solid #67AE3E;
	background-color: #67AE3E;
	color: #fff;
}

.aanbieding_rood {
	border: 1px solid #FF0000;
}

.aanbieding_rood_kop {
	font-weight: bold;
	border: 1px solid #FF0000;
	background-color: #FF0000;
	color: #fff;
}

.aanbieding_oranje {
	border: 1px solid #FF6600;
}

.aanbieding_oranje_kop {
	font-weight: bold;
	border: 1px solid #FF6600;
	background-color: #FF6600;
	color: #fff;
}

.aanbieding_paars {
	border: 1px solid #EC008C;
}

.aanbieding_paars_kop {
	font-weight: bold;
	border: 1px solid #EC008C;
	background-color: #EC008C;
	color: #fff;
}

.aanbieding_blauw {
	border: 1px solid #330066;
}

.aanbieding_blauw_kop {
	font-weight: bold;
	border: 1px solid #330066;
	background-color: #330066;
	color: #fff;
}

.line {
	border: 1px solid #000;
}

.titleline {
        color: #000;
	border-bottom: 1px solid #000;	
}


/* Vlakken --------------------------------------------------------------------*/

#container {
	position: relative;
	background: #67AE3E;
	width: 820px;
	margin: 1em auto;
	min-height: 100%;
	border: 1px solid #000;
}

#top {
	background: #000;
	padding: 3px;
	height: 150px;
	padding: 0px;
	color: #fff;
}

#main {
	background: #fff;
	padding: 5px;
	width: 700px;
	clear: left;
	float: left;	
	min-height: 650px;
}

#sidebar_right {
	background: #67AE3E;
	color: #fff;
	padding: 5px;
	clear: right;
	float: right;
	width: 90px;
	min-height: 650px;
}

#sidebar_right a:link, #sidebar_right a:visited {
	color: #fff;
	text-decoration: none;
}

#sidebar_right a:hover {
	color: #fff;
	text-decoration: underline;
}