body {
	background: url(images/background.png) repeat-y #FFFFFF;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 150%;
}

#container{
	width:950px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background: url(images/Header.png) no-repeat;
	width:950px;
	height:170px;

	font-size:14px;
	line-height:310px;
}

.header_ftc{
	background: url(images/Header_ftc.png) no-repeat;
	width:950px;
	height:170px;

	font-size:14px;
	line-height:310px;
}

#bottom{
	background: url(images/Bottom.png) no-repeat;
	width:950px;
	height:160px;
}

#content_container{
	background: url(images/Main_Back.png) repeat-y;
	position:relative;
	width:950px;
	padding-top:30px;
	/*border:#000000 1px solid;*/
}

#content_container_bottom{
	/*background: url(images/Main_Back.png);*/
	position:relative;
	width:950px;
	clear:both;
	/*border:#000000 1px solid;*/
}
/*div{ border:#000000 1px solid}*/

#menu_container{
	width:200px;
	float:left;
	padding-left:10px;
	padding-right:30px;
	visibility: visible;
}

#Content{
	background:url(images/content_back.png) repeat-y;
	float:left;
	width:655px;
	text-align:left;
	min-height: 370px;

	padding:10px;
}

#menu{
	background:url(images/Menu.png);
	width:200px;
	height:40px;
	visibility: visible;
	padding-bottom:10px;
	color:#FFFFFF;

	font-size:24px;
}

#menu1{
	background:url(images/Menu.png);
	width:200px;
	height:40px;
	visibility: visible;
	padding-bottom:10px;
	color:#FFFFFF;

	font-size:24px;
}

#menu2{
	background:url(images/Menu.png);
	width:200px;
	height:40px;
	visibility: visible;
	padding-bottom:10px;
	color:#FFFFFF;

	font-size:24px;
}

#button{
	background:url(images/Button.png) repeat-y;
	width:200px;
	visibility: visible;

	font-size:14px;
	font-weight:bold;
}

#nieuws{
	background:url(images/Button.png) repeat-y;
	width:200px;
	visibility: visible;
}

#brief{
	background:url(images/Button.png) repeat-y;
	width:200px;
	visibility: visible;
}

h1, h2, h3 {
	font-weight: bold;
}

h1{
	color:#00289B;
	font-size:20px;
	width: 80%;
	border-bottom: 1px solid #0268DB;
}
h2{
	color:#0268DB;
	font-size:16px;
}
h3{
	color: #0268DB;
	font-style: italic;
	font-size: 14px;
}
h4{
	color: black;
	font-style: italic;
	font-size: 12px;
}

a.menu {
	text-decoration: none;
}

a {
	font-weight: bold;
}

a:link{
	color: #000000;
}

a:visited{
	color: #000000;
}

a:hover{
	color: #0268db;
	text-decoration: none;
}

a:active{
	color: #0268db;
	text-decoration: underline;
}

img{
	border-style: none;
}

img.right {
	float: right;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

img.left {
	float: left;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.tarieven {
	border: 1px solid black;
	width: 80%;
}

table.tarieven td {
	border: 1px inset black;
}

td.number {
	text-align: right;
}

table.rooster {
	border: 1px solid black;
}

table.rooster td {
	text-align: center;
	font-weight: bold;
	border: 1px inset black;
}

td.abo {
	color: white;
	background-color: #0268DB;
}

td.med {
	color: white;
	background-color: #00289B;
}

