@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}


HTML, BODY
{
	width: 100%;
	height: 100%;
}
HTML > BODY #container
{
	height: auto;
}

BODY
{
	background: #FFF url('../images/layout/bg.png') repeat-y 50% 0;
	font-family: arial;
	font-size: 11px;
}


A
{
	color: #4c96c3;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
A IMG
{
	border: none;
}


H1
{
	font-size: 18px;
	color: #4b5374;
	padding: 0 0 10px 0;
}
H2
{
	font-size: 16px;
	color: #4c96c3;
	padding: 20px 0 10px 0;
}
H3
{
	font-size: 1.4em;
}


.clear
{
	clear: both;
}


#container
{
	width: 900px;
	margin: 0 auto -32px auto;
*	margin: 0 auto 0 auto;
	min-height: 100%;
}

/* HEADER */
#header
{
	background: url('../images/layout/logo.gif') no-repeat;
	width: 900px;
	height: 93px;
	border-bottom: 1px solid #bdbdbd;
}
#sfeer
{
	float: right;
}
#topmenu
{
	float: right;
	margin: 70px 10px 0 0;
}
#topmenu A
{
	padding: 0 3px;
	color: #666;
	font-size: 1em;
}
#topmenu A.active
{
	color: #4c96c3;
}
#white
{
	height: 7px;
	width: 900px;
	background: #FFF;
}


/* SIDEBAR-LEFT */
#sidebar-left
{
	width: 240px;
	float: left;
}
#language
{
	text-align: center;
	margin: 0px 0 5px 0;
}
#sidebar-left UL
{
	float: left;
	width: 220px;
	list-style: none;
	margin: 0 10px;
	border-top: 1px solid #4c96c3;
}
#sidebar-left UL LI UL
{
	width: 222px;
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar-left UL LI A
{
	width: 210px;
	float: left;
	color: #4c96c3;
	padding: 7px 0 6px 10px;
	border-bottom: 1px solid #4c96c3;
}
#sidebar-left UL LI A:HOVER, #sidebar-left UL LI A.active
{
	background: #4c96c3;
	color: #FFF;
	text-decoration: none;
}
#sidebar-left UL LI LI A
{
	width: 190px;
	float: left;
	color: #4c96c3;
	background: #FFF;
	padding: 7px 0 6px 30px;
	border-bottom: 1px solid #4c96c3;
}
#sidebar-left UL LI LI LI A
{
	width: 170px;
	float: left;
	color: #4c96c3;
	background: #FFF;
	padding: 7px 0 6px 50px;
	border-bottom: 1px solid #4c96c3;
}


/* MAIN */
#main
{
	width: 610px;
	float: left;
	margin: 10px 0 0 0;
	padding: 20px 20px 0 20px;
}
#main P
{
	margin: 7px 0;
}
#main UL, #main OL
{
	margin: 0 0 0 15px;
}
#main UL LI
{
	margin: 5px 0;
}
#main TABLE
{
	width: 100%;
}
#main TABLE TR TD
{
	width: 50%;
}


/* MAIN BOX */
#box
{
	width: 600px;
	color: #4B5374;

}
#box-bg
{
	/*background: #4c96c3 url('../images/layout/box-bg-x.jpg') repeat-x;*/
	width: 598px;
	float: left;
	border: 1px solid #4C96C3;
}
#box-header
{
	/*background: url('../images/layout/box-header.jpg') no-repeat;*/
	width: 598px;
	height: 43px;
}
#box-header H2
{
	width: 100%;
	text-align: center;
	color: #4C96C3;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 12px 0 10px 0;
}
.box-content
{
	float: left;
	padding: 10px 20px;
	width: 259px;
}
.box-content-small
{
	float: left;
	padding: 10px 20px;
	width: 158px;
}
/*.box-lijn
{
	border-right: 1px solid #FFF;
}
.box-lijn2
{
	border-left: 1px solid #4C96C3;	
}
*/
.box-lijn-small
{
	border-left: 1px solid #4C96C3;	
	border-right: 1px solid #4C96C3;	
}

#box-bottom
{
	background: url('../images/layout/box-bottom.jpg') no-repeat;
	width: 600px;
	height: 43px;
	float: left;
}

#box-bottom-small
{
	background: url('../images/layout/box-bottom-small.jpg') no-repeat;
	width: 600px;
	height: 43px;
	float: left;
}

/* FOOTER */
#footer
{
	padding: 7px 0 0 0;
	background: #FFF;
	height: 24px;
	clear: both;
	width: 900px;
	margin: 0 auto;
}
#bottom
{
	border-top: 1px solid #bdbdbd;
	text-align: center;
	padding: 6px 0 0 0;
}
