/* 
    Document   : Hoofd CSS
    Description:
        Hoofd bestand met alle CSS Stijlen
*/

/** Globale stijlen (Body, A, etc..)
------------------------------------------------------------------------------*/

body {
	background: #004696;
/*
	background: #E5E5E5;
	background: #E5E5E5 url('../img/layout/bg-shadow.png') repeat-x scroll right top;
*/
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}
/** Links */
a {
	text-decoration: none;
	color: #fff;
}

/** HEADERS */
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #F39600 url('../img/layout/corner-orange.gif') no-repeat scroll right bottom;
	padding: 5px;
	margin-bottom: 10px;
}
h4 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #265097;
	padding: 5px;
	margin-bottom: 10px;
}

/** TEKST OPMAAK */
p {
	margin-bottom: 8px;
}
/** Layout
------------------------------------------------------------------------------*/

/** Clears **/
.clear {
	clear: both;
}

/**
 * Container van 940 breed en gecentreerd
 */
.container-940 {
	width: 1000px;
	margin: 0 auto;
	height:1150px;
	background-color:#E5E5E5;
}
.footer-940 {
	width: 1000px;
	margin: 0 auto;
	background-color:#E5E5E5;
}
.wrap-2 {
	width: 190px;
	float: left;
	margin-left:30px;
}
.wrap-22 {
	width: 190px;
	float: left;
}
.wrap-4 {
	margin-left: 18px;
	margin-right: 17px;
	width: 525px;
	float: left;
}

/**	Hoofdmenu (Bovenste)
------------------------------------------------------------------------------*/

#top-menu {
	height: 115px;
	background-color: #004696;
/*	margin-bottom: 15px; */
}
#top-menu .menu {
	/*height: 75px;*/
	height: 115px;
	width: 910px;
	padding-left:90px;
/*	background: #FFF url('../img/layout/top-logo.gif') no-repeat scroll center left;*/
	background: #FFF url('../img/layout/Logo_2009.png') no-repeat scroll center left;
}

/** Javascipt navigatie Menu
------------------------------------------------------------------------------*/


/** Menu Links
------------------------------------------------------------------------------*/
#left-menu {
	margin-bottom: 10px;
}
#left-menu li {
	background: #004696 url('../img/layout/menu-left-bg.jpg') repeat-x scroll top left;
	color: #fff;
	text-align: left;
	display: block;
	padding: 9px;
}
#left-menu li:hover {
	background-color: #004696;
	background-image: none;
}
#left-menu a {
}



/** Content
------------------------------------------------------------------------------*/

.text-light {
	background-color: #CFCFCF;
	border: 1px solid #999;
	color: #404040;
	padding: 5px;
}

.text-dark {
	background-color: #C7C7C7;
	border: 1px solid #999;
	color: #696969;
	padding: 5px;
}
.corner-dark {
	background-image: url('../img/layout/corner-grey.gif');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/** Content Divs
------------------------------------------------------------------------------*/

#content {
	min-height: 390px;
}

/** Nieuws kopjes (Menu Rechts)
------------------------------------------------------------------------------*/

#right-menu {
	min-height: 390px;
}

/** Error Pagina
------------------------------------------------------------------------------*/

#error {
	width: 900px;
	margin: 0px auto;
	background-color: #FFEEEE;
	color: #cf4343;
	padding: 20px;
	border: 1px solid #ebc7c7;
}
#confirm {
	width: 900px;
	margin: 0px auto;
	background-color: #EEFFEE;
	color: #43cf43;
	padding: 20px;
	border: 1px solid #c7ebc7;
}
/** Footer
------------------------------------------------------------------------------*/
#footer {
	margin-top: 10px;
}

/** Formulieren
------------------------------------------------------------------------------*/

table tr td {
	padding: 2px;
}
form input {
	border: 1px solid #999;
}
form select {
	border: 1px solid #999;
}
form textarea {
	border: 1px solid #999;
}

#tussen {
	height: 8px;
	background: url('../img/layout/bg-shadow.png') repeat-x scroll right top;
	width: 1000px;
}

#OneStatTag {
	display: block;
	height: 1px;
	overflow: hidden;
}