* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF url(images/bg.gif) repeat-x top;

}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, ol
{
margin-top: 10px;
}

h1 {
	font-size: 2em;
	padding-left: 10px;
	color: #0073af;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #0073af;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #0073af;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color:#FFFFFF;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #FFFFFF;
}

hr {
	display: none;
}


#main
{
width: 760px;
margin: 0 auto;
background: #ffffff;
border-left: 10px solid #ffffff;
border-right: 10px solid #ffffff;
}


/* Header */

#header {
	width: 760px;
	margin: 0 auto;
	height: 244px;
}

#menu {
	float: left;
	height: 40px;
	width: 760px;
	padding-left: 0px;
	padding-right: 0px;
	background: url(images/button.gif) repeat-x;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	width: 108.5px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 15px;
    text-align: center;
}

#menu a:hover {
	color:#0073af;
	background: url(images/button_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	text-align: right;
    background: url(images/header.jpg) no-repeat;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width: 2px;
}


#logo h1 {
	padding-right: 256px;
	color: #ffffff;
	padding-top: 104px;
	font-size: 22px;
	visibility:hidden;
}

#logo h2 {
	font-size: 10px;
	padding-right: 5px;
	color: #333333;
	visibility:hidden;
}


#logo a {
	color: #ffffff;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	border-top: none;
	padding-top: 10px;
    background: #eeeeee;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width: 2px;
}

#page.extramenu
{
	background: url(images/inhoudback.gif) repeat-y;
}



/* Content */
#content.normal {
	float: left;
	width: 745px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-left: 10px;
}

#content {
	float: left;
	width: 530px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-left: 10px;
}

#content H2
{
height: 18px;
padding-top: 20px;
padding-left: 10px;
width: 485px;
font-size: 14px;
color: #0073af;
}

#content H2 a
{
color: #0073af;
}

#content .pad
{
padding: 10px;
}

/* Sidebars */

.sidebar {
	float: left;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	width: 205px;
	margin-left: 5px;
}

#sidebar2 h2 {
	height: 27px;
	width: 214px;
	color: #FFFFFF;
	margin-left: 10px;
	padding-top: 5px;
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	padding: 3px;
	font-size:9px;
}

#sidebar2 a {
	border: none;
	font-size: 14px;
	padding-left: 10px;
}

#sidebar2 a:hover {
	border: none;
	padding-left: 10px;
	color: #E42A30;
}



/* Footer */
#footer
{
padding-top: 20px;
background:#E42A30;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF;
}