/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	background-color: #004D69;
	padding: 0px;
	margin: 0px;
	background-image: url(/img/background.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
A {
	color: #007CC3;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

#main {
	margin: 0px auto;
	width: 900px;
	min-height: 100%;
	background-image: url(/img/background-main.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;

}


h1#logo span { display: none; }
h1#logo {
    height: 139px;
	width: 250px;
    background-image: url(/img/logo.jpg);
    background-repeat: no-repeat;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
}

#headerContainer {
    height: 100px;
	width: 510px;
	float: left;
}

#header {
    height: 108px;
	width: 650px;
    background-image: url(/img/header.jpg);
    background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;

}

#nav {
	height: 22px;
	width: 650px;
	background-image: url(/img/nav-bg.png);
	padding: 0px;
	margin: 0px auto;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;

}

#contentContainer {
	background-image: url(/img/content-bg.gif);
	width: 900px;
}

#contentContainer2 {
	background-image: url(/img/content-bg2.gif);
	width: 900px;
}

.colom {
	width: 290px;
	padding: 5px;
	float: left;
}

.colom img{
	border: 3px solid #007CC3;
}

.colom2 {
	width: 585px;
	padding: 5px;
	float: left;
}

.colom2 img{
	border: 3px solid #007CC3;
}


.kader {
	background-image: url(/img/kader.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	width: 280px;
}

H1 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
	background-image: url(/img/hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
	color: #000000;
}

H2 {
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 8px;
	font-weight: normal;
	font-size: 18px;
	height: 24px;
	color: #007CC3;
}
/* NAVIGATIE */

#navContainer {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;

}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #FFFFFF;

}

#nav ul li {
	font-size: 14px;
	display: inline;


}

#nav ul li a {
	height: 18px;
	display: inline;
	color: #FEFDED;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;

}

#nav ul li a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(/img/nav-bg1.png);	
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	height: 18px;
	margin-top: 2px;
} 

#deactro {
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px solid #DADADA;
	text-align: right;
	color: #999999;
	width: 100%;
	clear: both;
}
