/* CSS die op bijna elke site gelijk is: */
html{
	height:100%;
	overflow-y:scroll;
}

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

a img {
	border:none;
}

/* Main CSS (body, fonts, a'tjes enzo) */
body {
	background-color:#eee;
	background-image:url(images/backgrounds/body.png);
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#666666;
}
a {
	text-decoration:none;
	color:#2578D4;
}
h1,h2,h3 {
	font-family:Kozuka Gothic Pro M, Lucida grande, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
	color:#1972CC;
}
h1 {
	font-size:18px;
	margin-bottom:10px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
small {
	font-size:11px;
	line-height:18px;
}
hr {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	border:none;
	border-bottom:1px solid #DDDDDD;
}

table {
	font-size:12px;
	
}
/* Menu/header */
.menu {
	border-top:1px solid #2578D4;
/*	border-bottom:1px solid #185289;*/
	background-image:url(images/backgrounds/menu.png);
	background-repeat:repeat-x;
	height:34px;
	line-height:35px;
}
.con_menu{
	margin:auto;
	width:970px;
}
.menu ul {
	margin:0px;
	padding:0px;
}
.menu li {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}
.menu a {
	padding-left:5px;
	padding-right:5px;
	margin-left:1px;
	color:#FFFFFF;
	display:block;
	height:34px;
	font-family:Kozuka Gothic Pro M, lucida grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
}
/*.menu a:hover{
	padding-left:4px;
	padding-right:4px;
	border-left:1px solid #1A6FC4;
	border-right:1px solid #1A6FC4;
	background-image:url(images/backgrounds/menu_hover2.png);
}*/
.hovermenu {
	padding-left:4px;
	padding-right:4px;
	border-left:1px solid #1A6FC4;
	border-right:1px solid #1A6FC4;
	background-image:url(images/backgrounds/menu_hover2.png);	
}
.menu .selected{
	padding-left:4px;
	padding-right:4px;
	border-left:1px solid #1A6FC4;
	border-right:1px solid #1A6FC4;
	color:#1972CC;
	background-image:url(images/backgrounds/menu_selected4.png);
/*	color:#000;*/
}
a .selected {

}
.menu_bottom {
	height:3px;
	background-color:#FFFFFF;
}
.your_here {
	height:34px;
	line-height:24px;
	font-size:11px;
	color:#666666;
	padding-left:10px;
}
.your_here a{
}
.submenu {
	padding-left:10px;
	padding-top:28px;
	padding-right:30px;
	float:left;
	width:200px;
}
.submenu .selected{
	background-image:url(images/submenu_pijl.png);
	color:#2578D4;
}
.submenu hr {
	border:none;
	border-bottom:1px solid #999999;
}
.submenu li {
	list-style:none;
}
.submenu a {
	line-height:27px;
	color:#888;
	font-family:Kozuka Gothic Pro M, lucida grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	display:block;
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px solid #CCCCCC;
}
.submenu a:hover {
	background-image:url(images/submenu_pijl.png);
	color:#2578D4;
	text-decoration:none;
}

/* Body - div boxes, content, container enzo: */ 
.container {
	background-image:url(images/backgrounds/container.png);
	background-repeat:repeat-x;
	padding-bottom:44px;
	background-color:#eee;
}
.holder {
	margin:auto; width:990px;
}
.shadow {
	height:10px;
	background-image:url(images/backgrounds/shadow.png);
	background-repeat:repeat-x;
}
.ctop {
	height:20px;
}
.cmid {
	padding:30px;
/*	padding-right:10px;*/
	padding-top:10px;
	background-position:bottom;
}
.col2_3, .col1_3 {
	float:left;
}
.col2_3 {
	margin-right:20px;
}
.col1_2 {
	float:left;
	border-right:1px solid #DDDDDD;
	padding-right:19px;
	width:455px;
}
.content990 {
	margin:auto;
	width:990px;
}
.content990 .ctop {
	background-image:url(images/backgrounds/content_top.png);
}
.content990 .cmid {
	background-image:url(images/backgrounds/content.png);
}
.content990 .col2_3 {
	width:594px;
}
.content990 .col1_3 {
	border-left:1px solid #DDDDDD;
	padding-left:19px;
	width:296px;
}
.content750 {
	width:750px;
	float:left;
}

.content750 a:hover{
	text-decoration:underline;
}

.content750 h2 a:hover {
	text-decoration:none;
	
}

.content750 .ctop {
	background-image:url(images/backgrounds/content750_top.png);
}
.content750 .cmid {
	background-image:url(images/backgrounds/content750.png);
}
.content750 .col2_3 {
	width:500px;
	border-right:1px solid #DDDDDD;
	padding-right:19px;
}
.content750 .col1_3 {
	width:150px;
}


/* Footer: */
.footer {
	padding-bottom:18px;
	color:#555555;
	font-size:11px;
	margin:auto;
	width:970px;
}
.footer a {
	color:#000000;
}
.footer a:hover {
	text-decoration:underline;
}

.footer_left_home {
	float:left;
	width:580px;
	margin-right:110px;
}
.footer_right_home {
	float:left;
	width:280px;
	text-align:right;
}
.footer_left {
	float:left;
	width:560px;

	margin-right:30px;
}
.footer_right {
	float:left;
	width:325px;
	margin-left:55px;

}

/* Specials (nieuws, sideboxes etc) */
.nieuws a {
	display:block;
	margin-bottom:5px;
}

/* Butties: */
.btn1 {
	background-image:url(images/backgrounds/menu.png);
}
.btn2 {
	color:#FFFFFF;
	background-image:url(images/backgrounds/menu.png);
	padding:1px;
	padding-left:2px; padding-right:2px;
	border:1px solid #DDDDDD;
}
.btn3 {
	line-height:16px;
	height:16px;
	font-size:11px;
	color:#FFFFFF;
	background-image:url(images/backgrounds/btn3.png);
	padding:1px;
	padding-left:3px; padding-right:3px;
	border:1px solid #DDDDDD;
}
.btn3:hover {
	background-image:url(images/backgrounds/btn3_hover.png);
}
.video {
	border:3px solid #DDDDDD;
}
/* Form: */
input, textarea {
	width:250px;
	margin:0px 0px 5px 0px;
	padding:2px;
	border:1px solid #999999;
	font-family:"Lucida Sans", Arial, sans-serif;
	font-size:12px;
}

.submit {
	height:24px;
	width:134px;
	cursor: pointer;
}

.tekst {
	font-size:12px;
	width:200px;
	height:25px;
	float:left;
}

.divholder {
	width:710px;
}

.inputveld {
	width:250px;
	height:25px;
	float:left;
}

.tekstveld {
	width:500px;
	height:150px;
	float:left;
}

/* Checkbox */
.selectbox {
	background-color:#f4f2f0;
	background-image:url(images/icons/checkbox_uit.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:25px;
	border:none;
	cursor:pointer;
}

.selectbox2 {
	background-color:#f4f2f0;
	background-image:url(images/icons/checkbox_aan.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:25px;
	border:none;
	cursor:pointer;
}

/* algemene tools */
.clear {
	clear:both;
	font-size:1px;
	height:0px;
	line-height:normal;
}
