/*
-----------------------------------------------
CSS Base Stylesheet
Author:   Matthijs Brondijk, Jasper Roel, Andre Sierink
Version:  17-11-2008
----------------------------------------------- */

/* Base styles
----------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
html {
	overflow-y: scroll;
}
html, body {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.8125em;
    color: #000066;
    text-align: center;
}
body.blue { background: #00CCCC url('../images/vogel.png') repeat top left; }
body.pink { background: #CC3366 url('../images/iconen.png') repeat top left; } 
body.orange { background: #FA9E42 url('../images/jb.png') repeat top left; } 
body.purple { background: #95A2CF url('../images/puntkomma.png') repeat top left; } 
body.green { background: #5BD652 url('../images/trechter.png') repeat top left; }
body.ie6 { background-color: #CCCCCC; }
a {
	outline: 0;
    text-decoration: underline;
}
a img {
    border: none;
}
a:link, a:active, a:visited {
    color: #000000;
}
a:hover {
    color: #FF7777;
    text-decoration: underline;	
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.2em;
}
h2.title {
    letter-spacing:1px;
}
h3, h4, h5, h6 {
    font-size: 1em;	
	font-weight: normal;
}
h3 {
/*    letter-spacing: 2px; */
/*    text-transform: uppercase; */
}
p {
	padding: 0 0 10px 0;
/*	text-align:justify; */
}
ul, ol {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: left;
}
.tabel_met_padding td {
	padding: 5px;
}
address {
	font-size: 1em;
	font-style: normal;
}
pre {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;	
	font-style: normal;
	font-size: 1em;
}
span {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif !important;
	font-size: 1em !important;
	font-style: normal !important;	
}

#topbar_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background-color: #FFFFFF;
}
#container { 
    position: relative;
	margin: 0 auto;
    padding: 0 0 0 0;	  
	width: 930px;
	text-align: left;
}
#topbar {
	position:relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    overflow: hidden;
    background-color: #FFFFFF;
}
#topbar_left, #topbar_right {
	position: relative;	
    float: left;
    width: 220px;
    height: 66px;
    overflow: hidden;	
}
#topbar_center {
	position: relative;
    float: left;
    width: 490px;
	height: 66px;
}
#topbar_center .logo {
	height: 66px;
}
#topbar_center .titel {
	color: #83838D;
	font-style: italic;
}
#topbar_center p, #topbar_center img {
	text-align: center;
}
#topbar_right a {
    display: block;
    float: left;
	width: 42px;
	height: 33px;
	margin: 33px 0 0 0;
}
#topbar_right a.bg_tab_blue { background: url('../images/tabs.gif') no-repeat 0px 0px; }
#topbar_right a.bg_tab_pink { background: url('../images/tabs.gif') no-repeat -42px 0px; }	
#topbar_right a.bg_tab_orange { background: url('../images/tabs.gif') no-repeat -84px 0px; }
#topbar_right a.bg_tab_purple { background: url('../images/tabs.gif') no-repeat -126px 0px; }
#topbar_right a.bg_tab_green { background: url('../images/tabs.gif') no-repeat -168px 0px; }

#footer {
	position: relative;
	margin: 0 auto;
	clear: both;	
	width: 930px;
	text-align: center;
	color: #FFFFFF;
}
#footer ul {
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 6px;
}
#footer a {
	text-decoration: none;
	color: white;
	font-size: 10px;
	padding: 0 1px;
}
#footer a:hover {
	text-decoration: underline;
}
.block {
    position: absolute;
    margin: 0;
}
.block .top {
    position: relative;
    float: left;
}
.block .middle {
    position: relative;
    float: left;
    height: 100%;
}
.block .content_background img {
    position: absolute;
    top: 0;
    left: 0;
}
.block input {
	border: 1px solid #CCCCCC;
	padding: 2px;
	color: #333333;
}
.block .content_start {
    position: relative;
    float: left;
}
.block .button a { 
    position: absolute;
	display: block;
	padding: 0;
	text-decoration: none;
}
.block .news.button a { 
    position: relative;
	display: block;
	padding: 0;
	text-decoration: none;
	float: right;
}
.block .bottom {
    position: relative;
    clear: both;
}
.news_item .titel {
	padding-bottom: 10px;
}

.cl, .cr, .cb { height: 0px; line-height: 0px; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }