﻿/* ---- General appearance stuff ---- */
* {
    padding: 0;
    margin: 0;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
}

html, body, form
{
	height: 100%;
}

body
{
	background-image: url('images/top_bg.jpg');
	background-repeat: repeat-x;
}

body, tr, th, td
{
	font-size: 10pt;
	color: #000000;
}

p
{
	margin-top: 15px;
}

h5
{
	font-size: 12pt;
}


#div_content ul, #div_content li
{
	margin-left: 15px;
}

/* ---- ID based layout stuff ---- background-color: Red; */
#site_wrapper
{
	width: 834px;
	margin: auto;
}

#div_logo
{
	position: relative;
	top: 10px;
	left: 5px;
	height: 118px;
	width: 362px;
}

#div_topmenu
{
	position: relative;
	left: 574px;
	top: -110px;
	height: 15px;
	width: 260px;
	text-align: right;
	font-size: 10pt;
}

#div_menu
{
	position: relative;
	left: 126px;
	top: -50px;
	height: 14px;
	width: 566px;
	z-index: 2px;
	/*background-image: url('images/menu_bg.png');*/
}

#div_wordlid
{
	position: relative;
	left: 719px;
	top: -69px;
	height: 36px;
	width: 115px;
}

#div_shadowleft
{
	position: absolute;
	margin: auto;
	height: 600px;
	width: 11px;
	margin-left: -11px;
	margin-top: -60px;
	z-index: 1;
}

#div_shadowright
{
	position: absolute;
	margin: auto;
	height: 600px;
	width: 11px;
	margin-left: 835px;
	margin-top: -60px;
	z-index: 1;
}

#div_main
{
	width: 624px;
	margin-top: -40px;
	float: left;
}

#div_header
{
	width: 579px;
	height: 201px;
	float: left;
	margin-left: 25px;
	background-image: url('images/header_bg.jpg');
}

#div_flash
{
	position: relative;
	width: 579px;
	height: 193px;
	top: 4px;
	z-index: 1;
}

#div_header_menu
{
	width: 579px;
	height: 65px;
	padding-top: 10px;
	float: left;
	margin-left: 25px;
}

#div_content
{
	width: 579px;
	margin-left: 25px;
	float: left;
	background: White;
}

#div_right
{
	width: 210px;
	margin-top: -40px;
	float: left;
}

#div_voorstellen
{
	width: 185px;
	height: 201px;
	float: left;
	background-image: url('images/even_voorstellen_bg.png');
}

#div_voorstellen_rotator
{
	position: relative;
	top: 21px;
	height: 179px;
	width: 185px;
}

#div_nieuws
{
	width: 185px;
}

#div_footer
{
	width: 784px;
	height: 40px;
	position: fixed;
	margin-left: 25px;
	bottom: -10px;
	z-index: 1;
	background-image: url('images/footer_bg.png');
	background-repeat: repeat-x;
}

#div_copyright
{
	width: 392px;
	float: left;
	margin-top: 10px;
	font-size: 10pt;
	color: #666666;
}

#div_poweredby
{
	width: 392px;
	float: left;
	margin-top: 10px;
	font-size: 10pt;
	color: #666666;
	text-align: right;
}

/* ---- Class based layout stuff ---- */
.topmenu
{
	text-decoration: underline;
	color: #000000;
}

.topmenu:hover
{
	text-decoration: none;
	color: #000000;
}

.content_header
{
	font-size: 12pt;
	font-weight: bold;
	color: #262b6a;
}

.rss_header
{
	font-weight: bold;
	font-size: 12pt;
	color: #262b6a;
}

.rss_text
{
	font-size: 10pt;
}

.rss_link
{
	font-size: 10pt;
}

.rss_pager_item
{
	font-size: 10pt;
}

.seperator
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.seperator_header
{
	padding-top: 3px;
}

.spacing_news
{
	padding-top: 10px;
	padding-bottom: 5px;
}

a
{
	color: #f47621;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.cleardiv
{
	clear: both;
}

