/* CSS Document */

* {

	margin: 0;
	padding: 0;
	
}

img {

	border: none;
	
}

body {

	background: #6fe2ff url('../images/bg.gif') repeat-x;
	font-family: Tahoma;
	
}

div.clear {

	clear: both;

}

div#container {

	width: 1016px;
	margin: 0 auto;
	
}

/*MENU*/

div#container div#menu {

	height: 35px;
	
}

div#menu ul {

	height: 35px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	
}

div#menu ul li {

	float: left;
	height: 35px;
	padding: 0 8px 0 13px;
	background: url('../images/menu_dot.png') left no-repeat;
	line-height: 35px;
	list-style: none;
	
}

div#menu ul li.first {

	padding: 0 8px 0 0;
	background: none;
	
}

div#menu ul li a {

	color: #fff;
	text-decoration: none;
	
}

/*END MENU*/

/*HEADER*/

div#container div#header {

	width: 1015px;
	height: 87px;
	padding: 15px 0 0;
	background: url('../images/header.png') left no-repeat;
	
}

div#header a.tab {

	display: block;
	width: 46px;
	height: 37px;
	margin: 0 0 3px auto;
	
}

	/*HEADER TEKST*/
	
div#container div#header_tekst {

	width: 949px;
	min-height: 100px;
	margin: 0 0 0 1px;
	padding: 10px 10px 4px;
	background: #0065e0 url('../images/header_spacer.png') repeat-x;
	color: #fff;

}

div#container div#header_tekst a {
	color: #fff;
	text-decoration:none;

}

div#container div#header_tekst a:hover {
	color: #fff;
	text-decoration:none;

}

div#header_tekst h1 {

	padding: 0 0 5px;
	font-size: 14px;
	
}

div#header_tekst p {

	font-size: 11px;
	line-height: 19px;
	
}

div#container div#header_tekst_bottom {

	width: 969px;
	height: 6px;
	margin: 0 0 10px 1px;
	background: url('../images/header_bottom.png');
	line-height: 0;
	font-size: 0;

}

	/*END HEADER TEKST*/
	
/*END HEADER*/

/*ITEMS*/

div#container div#items {

	width: 1004px;
	padding: 0 0 0 1px;
	
}

div#items div.row {

	float: left;
	width: 215px;
	padding: 0 36px 0 0;
	
}

div#items h2 {

	width: 205px;
	height: 36px;
	padding: 0 0 0 10px;
	background: url('../images/orange_top.png');
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	
}

div#items h2.blue {

	background: url('../images/blue_top.png');
	
}

div#items ul {

	width: 208px;
	padding: 5px 0 0 7px;
	background: url('../images/item_spacer.gif') repeat-y;
	font-family: "Trebuchet MS";
	font-size: 11px;
	
}

div#items ul li {

	list-style: none;
	line-height: 18px;
	
}

div#items ul li a {

	display: block;
/*	height: 18px;*/
	color: #1a1a1a;
	text-decoration: none;
	
}

div#items ul li a:hover {

	padding: 0 0 0 7px;
	background: url('../images/a_selected.gif') left no-repeat;
	color: #f60;
	/*font-weight: bold;*/
	
}

div#items p {

	width: 208px;
	padding: 20px 0 10px 7px;
	background: url('../images/item_spacer.gif') repeat-y;
	font-family: "Trebuchet MS";
	font-size: 11px;
	
}

div#items p a {

	color: #000;
	font-weight: bold;
	text-decoration: none;
	
}

div.item_bottom {

	width: 215px;
	height: 8px;
	margin: 0 0 10px;
	background: url('../images/item_bottom.png');
	line-height: 0;
	font-size: 0;
	
}

/*END ITEMS*/

/*FOOTER*/

div#container div#footer {

	width: 959px;
	height: 36px;
	padding: 0 10px 0 0;
	background: url('../images/footer.png');	
}

div#footer p {

	color: #fff;
	font-size: 11px;
	line-height: 36px;
	text-align: right;

}

div#footer p a {

	color: #fff;
	font-weight: bold;
	text-decoration: none;
	
}

/*END FOOTER*/

.cms-error {
	padding: 8px;
	margin: 8px;
	border: 1px solid #f00;
	background: #ffcccc;
	color: #f00;
	font-weight: bold;
	width:700px;
}
.cms-warning {
	padding: 8px;
	margin: 8px;
	border: 1px solid #ffd800;
	background: #ffef87;
	color: #d58c00;
	width:700px;
}
.cms-success {
	padding: 8px;
	margin: 8px;
	border: 1px solid #2f9000;
	background: #c1ffab;
	color: #2f9000;
	font-weight: bold;
	width:700px;
}
.cms-error li, .cms-warning li {
	font-weight: normal;
}

table {
	font-size:12px;
}

table a, table a:visited {
	color:#FFF;
	text-decoration:none;
}

table a:hover, table a:active{
	color:#FFF;
	text-decoration:none;
}
