.bg_top
{
	/*background: url(../images/bg_top.jpg) no-repeat top;*/
	height: 261px;
}

.bg_middle
{
	/*background: url(../images/bg_middle.jpg) no-repeat top;*/
}

.bg_tile
{
	/*background: url(../images/bg_tile.jpg) repeat-y;*/
}

.bg_footer {
	background: url(../images/bg_footer.jpg) no-repeat center;
	height: 70px;
}

table
{
	font-family: Arial;
	font-size: 12px;
}

html
{
	font-family: Arial;
	font-size: 12px;

	margin: 0px;
	padding: 0px;

	overflow-y: scroll;
	overflow-x: hidden;

	background-color: #BF9C80;
	/*background: url(../images/bg_tile.jpg) repeat-y top;*/
}
body {
	font-family: Arial;

	margin: 0px;
	padding: 0px;

	background: url(../images/bg_tile.jpg) repeat-y top;
}

.bg_full
{
	background: url(../images/bg_full.jpg) no-repeat top;
}

a, a:link, a:active
{
	color: red;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: red;
	text-decoration: underline;
	font-weight: bold;
}


h1
{
	font-family: Arial;

	padding: 0px;
	margin: 0px;

	margin-bottom: 10px;

	font-size: 28px;
}

h2
{
	font-family: Arial;

	padding: 0px;
	margin: 0px;

	margin-bottom: 5px;

	font-size: 24px;
}

h3
{
	font-family: Arial;

	padding: 0px;
	margin: 0px;

	margin-bottom: 3px;

	font-size: 18px;
}

h4
{
	font-family: Arial;

	padding: 0px;
	margin: 0px;

	font-size: 14px;
}


.defaultbutton
{
	border: 1px solid #94805D;
	text-align: left;
	font-family: Arial;
	font-size: 12px;

	width: 130px;

	margin: 2px;
}





.spaced {
	font-size: 1px;
}

.weg {
	display: none;
}

ul.menu {
	position: absolute; height: 41px; top: 203px; width: 100%;
	margin: 0px;
	padding: 0px;
}

ul.menu li {
	display: block; float: left; height: 100%; width: 110px; border-right: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

ul.menu li.selected {
	background-image: url(../images/menu-selected.jpg);
}


ul.menu li:visited:hover {
	background-image: url(../images/menu-hover.jpg);
}


ul.menu li a {
	display: block;
	position: relative;
	text-decoration: none;
	color: white;
	padding-left: 8px;
	padding-top: 8px;
	width: auto;
	height: 100%;
	vertical-align: middle;
}

ul.menu li a:hover {
	background-image: url(../images/menu-hover.jpg);
	background-repeat: repeat-x;
}


ul.adminmenu, ul.webmastermenu {
	position: relative; 
	height: 20px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	bottom: 10px;
	background-color: black;
}

ul.adminmenu li, ul.webmastermenu li {
	display: block; 
	float: left; 
	height: 100%; 
	margin: 0px;
	padding: 0px;
	padding-right: 30px;
}

ul.adminmenu li:hover, ul.webmastermenu li:hover {
	color: red;
}

ul.adminmenu li.selected, ul.webmastermenu li.selected {
	background-color: gray;
}

ul.adminmenu li.selected:hover, ul.webmastermenu li.selected:hover {
	background: gray;
}


ul.adminmenu li a, ul.webmastermenu li a {
	text-decoration: none;
	padding-top: 8px;
	padding-left: 8px;
	color: white;
}

ul.adminmenu li a:hover, ul.webmastermenu li a:hover 
{
	color: red;
}

/* gabe addon voor het menu */
ul.adminmenu, ul.webmastermenu
{
	margin-top: 5px;

	font-family: Arial;

	font-size: 12px;
}

span.ib-tl {
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
	width: 8px;
	height: 8px;
	background-image: url(../images/box-tl.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
}

span.ib-tr {
	display: block;
	position: absolute;
	top: -8px;
	right: -8px;
	width: 8px;
	height: 8px;
	background-image: url(../images/box-tr.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
}

span.ib-br {
	display: block;
	position: absolute;
	bottom: -8px;
	right: -8px;
	width: 8px;
	height: 8px;
	background-image: url(../images/box-br.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
}

span.ib-bl {
	display: block;
	position: absolute;
	bottom: -8px;
	left: -8px;
	width: 8px;
	height: 8px;
	background-image: url(../images/box-bl.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
}

span.ib-t {
	display: block;
	position: absolute;
	top: -8px;
	left: 0px;
	width: 100%;
	height: 8px;
	background-image: url(../images/box-t.jpg);
	background-repeat: repeat-x;
	font-size: 1px;
	line-height: 1px;
}

span.ib-b {
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0px;
	width: 100%;
	height: 8px;
	background-image: url(../images/box-b.jpg);
	background-repeat: repeat-x;
	font-size: 1px;
	line-height: 1px;
}

span.ib-l {
	display: block;
	position: absolute;
	top: 0px;
	left: -8px;
	width: 8px;
	height: 100%;
	background-image: url(../images/box-l.jpg);
	background-repeat: repeat-y;
	font-size: 1px;
	line-height: 1px;
}

span.ib-r {
	display: block;
	position: absolute;
	top: 0px;
	right: -8px;
	width: 8px;
	height: 100%;
	background-image: url(../images/box-r.jpg);
	background-repeat: repeat-y;
	font-size: 1px;
	line-height: 1px;
}

div.imageframe {
	/*width: 200px;*/
	height: 236px; 
	display: block;
	background-color: white;
	position: relative;

	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 25px;
	background-color: white;
}

.imageframe span.pad {
	display: block;
	padding-left: 2px;
	padding-right: -2px;
	
} 

div.collumn-left {
	float: left; width: 532px;
}

div.collumn-right {
	float: right; width: 308px;
}

div.content {
	padding-left: 30px;
	padding-right: 30px;
}