/* DEFAULT TEMPLATE STYLES */
body, html {
	width: 100%;
	height: 100%;
}
.body {
	min-height: 100%;
	background-color: #CCCCCC;
	background-position: top;
	background-attachment: fixed;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border: 0px solid #dddddd;
	vertical-align: top;
	text-align: left;
}


/* TEMPLATE ELEMENTS */
#template {
	width: 855px;
	margin: 0px auto;
}
#bgselect {
	height: 50px;
	min-height: 40px;
	max-height: 40px;
	padding-top: 10px;
	color: #FFFFFF;
	text-align: right;
	text-transform: uppercase;
	line-height: 40px;
}
#bgselect a img {
	margin-left: 8px;
	border: 2px solid #ffffff;
	line-height: 50px;
}
#bgselect a.selected img {
	border: 2px solid #cccccc;
}
#menu1 {
	height: 50px;
	background-color: #FFFFFF;
	background-image: url(../image/web/menu1_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#menu1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	display: block;
}
#menu1 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: block;
}
#logow {
	height: 215px;
	background-color: #FFFFFF;
	position: relative;
}
#headerline {
	width: 645px;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 178px;
}
#ctable {
	width: 100%;
	min-height: 400px;
	height: 400px;
	background-color: #FFFFFF;
}
#menu2 {
	width: 205px;
	min-width: 205px;
	max-width: 205px;
	background-image: url(../image/web/menu2_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	margin-bottom: 20px;
}
#menu2 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
#content {
	padding: 0px 25px 25px 10px;
	width: 480px;
	min-width: 480px;
	max-width: 480px;
}
	#content * {
		max-width: 480px;
	}
#column {
	width: 120px;
}
.columnbox {
	border: 1px solid #cccccc;
	margin: 0px 10px 10px 0px;
}
.columnboxtitle {
	background-color: #cccccc;
	text-transform: uppercase;
	padding: 1px 6px;
	color: #ffffff;
	font-size: 13px;
}
.columnboxctext {
	padding: 4px 6px;
}
.columnboxctext * {
	font-size: 9px;
	line-height: 13px;
}
.frontnewsbox {
	height: 120px;
	overflow: hidden;
}
.frontnewsitem {
	width: 45%;
	height: 120px;
	margin-right: 5%;
	float: left;
}
.frontnewsdate {
	color: #cccccc;
	margin-right: 10px;
}
#footer {
	height: 90px;
	background-color: #FFFFFF;
	margin-top: 25px;
	position: relative;
}
#netgemak {
	width: 120px;
	height: 45px;
	position: absolute;
	right: 0px;
	top: 40px;
	z-index: 100;
}


/* FORM STYLES */
.formbut {
	color: #ffffff; 
	background-color: #333333;
	border: 1px solid #333333;
	height: 20px; 
	line-height: 10px;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
}
.formline {
	color: #cccccc; 
	color: #666;
	border: 1px solid #CCCCCC;
	height: 14px;
	background-color: #FFFFFF;
	width: 300px;
	line-height: 14px;
	padding: 2px 3px 2px 3px;
	margin-bottom: 3px;
}
.formarea {
	color: #cccccc;
	color: #666;
	border: 1px solid #CCCCCC;
	padding: 2px 3px 2px 3px;
	background-color: #FFFFFF;
	width: 300px;
	height: 100px;
	margin-bottom: 3px;
}
.formline:focus, .formarea:focus {
	border-color: #666666;
	color: #666666;
}
.formbut:hover {
	background-color: #666666;
	border: 1px solid #666666;
}
input[type=radio] {
	background-color: #000000;
	margin: 0px 4px 0px 4px;
}
.formtable {
	border: 1px solid #eeeeee;
}
.formtable td {
	border: 1px solid #eeeeee;
	padding: 5px 10px 0px 10px;
}
.formlabel {
	border-bottom: 1px solid #ffffff;
	background-color: #eeeeee;
	padding: 5px 10px 5px 10px;
}
.formrequired {
	background-color: #FFFF99;
}
.formnotify {
	border-bottom: 1px dashed #FF9900;
	background-color: #FFFF99;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
}
.formextra {
	padding-top: 10px;
}


/* MENU STYLES */
.menu1, .menu1selected {
	display: block;
	line-height: 16px;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	text-transform: uppercase;
	margin-right: 25px;
	margin-top: 12px;
	font-size: 13px;
}
.menu1:hover {
	border-top-color: #999;
	color: #999;
}
.menu1selected {
	border-top-color: #003888;
	color: #003888;
}
.menu1, .menu1:hover, .menu1selected, .menu1selected:hover {
	text-decoration: none;
}
.menu2, .menu2selected {
	display: block;
	padding-left: 40px;
	line-height: 20px;
	background-image: url(../image/web/menuitem2_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 13px;
	color: #333333;
}
.menu2:hover {
	color: #999;
}
.menu2selected {
	background-position: 0px -80px;
	color: #003888;
}
.menu2, .menu2selected, .menu2selected:hover {
	text-decoration: none;
}
.menu3, .menu3selected {
	display: block;
	padding-left: 60px;
	line-height: 20px;
	background-image: url(../image/web/menuitem3_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #333333;
}
.menu3:hover {
	color: #999;	
}
.menu3selected {
	background-position: 0px -80px;
	color: #003888;
}
.menu3, .menu3selected, .menu3selected:hover {
	text-decoration: none;
}


/* ExtraZake FUNCTION STYLES */
.highlight {
	border-bottom: 1px dashed #333333;
}
.photothumb {
	width: 77px;
	height: 77px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}


/* Weer WIDGET */
#weerwidget iframe {
	width: 360px;
	height: 300px;
	overflow: hidden;
	display: block;
	position: absolute;
}
.weerwidgetframeflow {
	width: 100px;
	height: 53px;
	overflow: hidden;
	display: block;
	position: relative;
	margin-top: 2px;
}
.weerwidgetframeflow #weerwidgetframe1 {
	top: -80px;
	left: -208px;
	top: -45px;
}
.weerwidgetframeflow #weerwidgetframe2 {
	top: -152px;
	left: -208px;
	top: -117px;
}


@media Print {
	html, body, .body, #content, #ctable {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: none;
		overflow: hidden;
		width: 505px;
	}
	body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, ul, li, ol, sub, sup {
		color: #000000;
	}
	.menu1, .menu1selected, .menu2, .menu2selected, .menu3, .menu3selected {
		color: #000000;
	}
	.noprint {
		display: none;
	}
}
