body {
	background: #B9E6F9 url(../images/bg.png) repeat-x;
	margin: 0;
	padding: 0;
}

A
{
	color: #000;
	text-decoration: underline;
}
p {margin: 10px 0 5px 0;}
#wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* header */
#header {
	height: 120px;
	background-color: #00AFF0;
}
#header #logo {
	font: 12px/18px Arial, Helvetica, sans-serif;
	width: 960px;
	margin: 0 auto;
	padding: 0px 0;
}
#header #logo #complead {
	width: 370px;
	float: right;
	text-align: left;
}
#menu, #devider {
	background: #B9E6F9 url(../images/menu_bg.png) repeat-x;
	height: 24px;
}
#complead input {
	border: 1px solid #000;
}

/* main content */
#main {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #fff;
}
#content {
	font: 12px/18px Arial, Helvetica, sans-serif;
	width: 910px;
	float: left;
	padding: 25px;
	color: #000;
}
#content h1 {
	font-size: 24px;
	line-height: 36px;
	margin: 0;
	padding: 0;
}
#content h2 {
	font-size: 18px;
	line-height: 27px;
	margin: 0;
	padding: 0;
}
#content ul {
	margin: 0 15px;
	padding: 0;
	list-style-image: url('../images/bullet.png');
}
#s1 {
	float: right;
	width: 260px;
	height: 260px;
	border: 1px solid #00AFF0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
}

/* Sidebar */
#sidebar {
	width: 200px;
	float: right;
	text-align: center;
	padding-top: 25px;
}
#sidebar ul {
	float: right;
	padding: 50px 0 0 0;
	margin: 0;
	list-style: none;
}

/* blocks */
#blockwrapper {
	width: 800px;
}
.block {
	font: 12px/18px Arial, Helvetica, sans-serif;
	float: left;
	width: 230px;
	padding: 10px;
	border: 1px solid #00AFF0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.block ul {
	list-style: none;
	font: 12px/18px Arial, Helvetica, sans-serif;
}


/* sticky footer solution by Steve Hatcher */
* {
	margin: 0;
	padding: 0;
}
html, body {height: 100%;}
#wrap {min-height: 100%;}
#main {
	overflow: auto;
	padding-bottom: 19px;	/* must be same height as the footer */
}


#footer
{
	margin-top: 5px;
	height: 17px;
	background-image: url('../images/footer_bg.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	padding: 2px 0px 2px 0px;
	text-align:center;
}

TD.footer
{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

A.footer
{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


/* ---------------------- container ---------------------- */

TABLE.ctr
{
    border:             1px solid #105486;
    font-family:        Verdana, Arial, Helvetica, sans-serif;
	font-size:          11px;
	font-weight:        bold;
	text-decoration:    none;
	color:              #FFFFFF;
}

TD.ctrTop
{
    height:             24px;
    background-image:   url('../images/menu_bg.png');
    background-repeat:  repeat-x;
    text-align:         left;
    color:              #FFFFFF;
    font-weight:        bold;
    padding-left:       6px;
}

TD.ctrLeft
{
    background-image:   url('../images/container/left_bg.jpg');
    background-repeat:  repeat-y;
}

TD.ctrCenter
{
    height:             186px;
    vertical-align:     top;
    width:              100%;
    padding:            10px;
}

TD.ctrRight
{
    background-image:   url('../images/container/right_bg.jpg');
    background-repeat:  repeat-y;
}

TD.ctrBottom
{
    height:             7px;
    background-image:   url('../images/container/bottom_bg.jpg');
    background-repeat:  repeat-x;
}

/* ---------------------- staffel ---------------------- */

TD.staffel_title
{
    color:              #05488B;
    font-size:          12pt;
    font-weight:        bold;
    padding:            10px 5px 10px 5px;
    vertical-align:     top;
    text-align:         center;
}

TD.staffel_header
{
    color:              #05488B;
    font-size:          9pt;
    font-weight:        bold;
    padding:            0px 5px 10px 5px;
    vertical-align:     top;
    text-align:         left;
}

TD.staffel_cell
{
    font-size:          9pt;
    padding:            0px 5px 2px 5px;
    vertical-align:     top;
    text-align:         left;
}

/* ---------------------- algemene voorwaarden ---------------------- */

TD.algemenevoorwaarden_title
{
    color:              #05488B;
    font-size:          12pt;
    font-weight:        bold;
    padding:            10px 5px 10px 5px;
    vertical-align:     top;
    text-align:         center;
}

TD.algemenevoorwaarden_subtitle
{
    color:              #05488B;
    font-size:          9pt;
    font-weight:        bold;
    padding:            0px 5px 10px 5px;
    vertical-align:     top;
    text-align:         left;
}

TD.algemenevoorwaarden_text
{
    font-size:          9pt;
    padding:            0px 5px 10px 5px;
    vertical-align:     top;
    text-align:         left;
}

SPAN.algemenevoorwaarden_subsubtitle
{
    color:              #05488B;
    font-size:          9pt;
    font-weight:        bold;
}
