/* basis layout */

html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	font-size:14px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background: #EEEEEE url(../images/background.gif) repeat-y center; 
}

#head {
	position:absolute; 
	margin-left:-480px; 
	left:50%; 
	top:0; 
	width:960px; 
	min-width:960px; 
	height:178px; 
	z-index:5; 
}

* html #head {
	top:0px; 
	width:960px; 
	height:178px;
}

#nav {
	position:absolute;
	width:244px;
	z-index:3;
	left: 50%;
	margin-left:-480px;
	top:178px;
	bottom:22px;
	text-align:left;
	background: url(../images/background_groenverloop.jpg) no-repeat 0px bottom;
}

* html #nav { 
	top:0px; 
	width:244px; 
	height:100%; 
	top:0px; 
	bottom:22px; 
	border-top:178px solid #FFFFFF; 
	border-bottom:22px solid #FFFFFF;
}


#content {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:3;
	top:188px;
	bottom:32px;
	width:716px;
	margin-left:-236px;
	left:50%;
	scrollbar-arrow-color: #2557A4;
	scrollbar-base-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-face-color: #EEE;
	scrollbar-highlight-color: #3C58A2;
	scrollbar-shadow-color: #3C58A2;
/*	background: url(../images/background_content.jpg) repeat-y right; */
}
* html #content {
	top:0px; 
	bottom:0px; 
	height:100%;
	width:716px;
	border-top:188px solid #FFFFFF; 
	border-bottom:32px solid #FFFFFF;
}
#footer {
	text-align: right;
	position:absolute;
	margin-left:-480px;
	left:50%;
	bottom:0px;
	width:940px;
	min-width:940px;
	height:20px;
	z-index:5;
	background-color:#CCE422;
	font: 12px "Trebuchet MS", Verdana, Arial;
	padding-right: 20px;
	padding-top:2px;
	color: #3C58A2;
	}

* html #footer {
	bottom:0px;
	width:960px;
	height:22px;
	}

#content #rightcol {
	width: 190px;
	float: left;
}
#content #leftcol {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 500px;
}
#table_content {
	width: 680px;
}
#table_content .rightcol {
	vertical-align: top;
	width: 160px;
}

/* algemeen */
body,td,th {
	font: 13px "Trebuchet MS", Verdana, Arial;
	color: #333333;
}
th {
	font-weight:bold;
}
h1 {
	color: #2557A4;
	font-size: 18px;
	letter-spacing: 1px;
}
h2 {
	font-size: 14px;
	color: #2557A4;
	letter-spacing: 1px;
	margin-bottom: -15px;
}
a {
	color: #214E92;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#content li {
	list-style: url(../images/bullet_gr_small.gif);
}
.accent {
	font-weight:bold;
	color: #214E92;
}

/* footer */
#footer a{
	text-decoration:none;
	color: #3C58A2;
}
#footer a:hover {
	text-decoration:underline;
}
.credits{
	float:left;
	font-size:10px;
	color: #666666;
	padding-left:10px;
	padding-top:2px
}

/* hoofdmenu */
#mainmenu {
	position:absolute;
	z-index:1;
	left: 328px;
	top: 55px;
	width: 634px;
	text-align: right;
}
#mainmenu img {
	margin-right: 14px;
}
#homelink {
	position:absolute;
	z-index:2;
	left: 914px;
	top: 9px;
}
#homelink a {
	color:#CCE422;
	text-decoration:none;
}
#homelink a:hover {
	text-decoration:underline;
}

/* submenu */
#submenu {
	padding-top: 52px;
	width: 190px;
}
#submenu li a {
	text-decoration: none;
	color: #3B59A2;
	font-weight: bold;
	font-size: 13px;
	list-style: url(../images/bullet_gr_large.gif);
}
#submenu ul {
	list-style: url(../images/bullet_gr_large.gif);
}
#submenu ul ul {
	list-style: url(../images/bullet_gr_small.gif);
}
#submenu li a:hover {
	color: #5E8ACE;
}
#submenu li a.active {
	color: #E68200;
	list-style: url(../images/bullet_or_large.gif);
}
#submenu li li a {
	font-size: 12px;
	list-style: url(../images/bullet_gr_small.gif);
	line-height: 14px;
	font-weight:normal;
}
#submenu li ul {
	margin-left:15px;
}
#submenu li li a.active {
	color: #E68200;
	list-style: url(../images/bullet_or_small.gif);
}

/* linker kolom navigatie */
#navcontent {
	padding-top: 20px;
	padding-left: 20px;
	width:190px;
}
#navcontent a {
	color: #2557A4;
	text-decoration:none;
}
#navcontent a:hover {
	color: #6B99DE;
}
#navcontent.news {
	margin-top: 10px;
}

/* nieuws */
.news-item_home, .news-item {
	margin-bottom: 5px;
}
.more_news a{
	font-size:12px;
	color: #2557A4;
}
.more_news {
	text-align:right;
	margin-right:15px;
}
.news-date {
	font-size: 0.9em;
	color: #999999;
}
#headlines {
	margin-top: 40px;
}
#navcontent .news-item .active {
	color: #E68200;
}

/* homepage */
#home_rightcol {
	padding-right: 10px;
}
#home_rightcol a {
	text-decoration:none
}

/* webwinkel */
#productlist td {
	font-size: 11px;
	vertical-align: top;
	border-top: 1px dotted #CCE422;
	border-left: 1px dotted #CCE422;
}
#productlist {
	border-right: 1px dotted #CCE422;
	border-bottom: 1px dotted #CCE422;
}
.tablehead td {
	color: #2557A4;
	font-weight: bold;
	background: #E1EF81;
}

/* formulier */
.txtrood {
	color: #E68200;
}
.formfield {
	border: 1px solid #B6C2E4;
	font: 13px "Trebuchet MS", Verdana, Arial;
	color: #2557A4;
}
.fout {
	color: #FF0000;
}

