html {
	background-color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
}
body {
	font-family: Franklin Gothic Medium, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: auto;
	padding: 0;
	height: 100%;
}
html>body {
	min-height: 100%;
	height: auto;
}

td, th
{
	font-family: Franklin Gothic Medium, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a
{
    text-decoration: underline;
}

a:hover
{
    text-decoration: underline;
    color: #FF8C00;
}

h1 {
	color: #000000;
	font-family: Franklin Gothic Medium, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h2 {
	color: #000000;
	font-family: Franklin Gothic Medium, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h3 {
	color: #000000;
	font-family: Franklin Gothic Medium, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h4, h5, h6, h7 {
	color: #000000;
	font-family: Franklin Gothic Medium, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.content_container {
	width: 787px;
	margin: auto;
	text-align: left;
}

div.content_header {
	background-image: url(images/content_header.png);
	background-repeat: no-repeat;
	width: 787px;
	height: 260px;
}

div.content_main {
	color: #333333;
	font-family: Franklin Gothic Medium, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/content_main.png);
	background-repeat: repeat-y;
	width: 787px;
	overflow: hidden;
}

div.content_main_left {
	padding: 20px;
	width: 487px;
	float: left;
}

div.content_main_right {
	padding: 20px;
	width: 220px;
	float: left;
}

div.content_footer {
	background-image: url(images/content_footer.png);
	background-repeat: no-repeat;
	width: 787px;
	height: 25px;
}

div.content_copyright {
	color: #FFFFFF;
	font-family: Franklin Gothic Medium, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 787px;
	height: 25px;
}

.breadcrumb
{
}
a.breadcrumb:link
{
    color: Black;
}
a.breadcrumb:visited
{
    color: Black;
}
a.breadcrumb:hover
{
    text-decoration: underline;
    color: #FF8C00;
}

input[type="text"], input[type="password"], textarea
{
    color: black;
    background-color: #ffffff;
    border-color: #3399CC;
    border-style: solid;
    cursor: pointer;
    font-family: Verdana;
    font-size: 11px;
    border-width: 1px;
    padding: 1px;
}

/*nieuws*/

div.publishing_info
{
    font-style: italic;
    padding-bottom: 5px;
}

/* COMMENTS */
.comments
{
    width: 100%;
    margin-bottom: 10px;
    border: #d7d7d7 1px solid;
    background: #F3F3F3;
}
.commentbody
{
    padding: 4px;
}
.commentinfo
{
    padding: 4px;
    font-size: 9px;
    color: #777777;
}

.paging
{
    line-height: 12px;
    font-size: 12px;
    padding-top: 8px;
    height: 15px;
}