/*
 * De eerste stapje Layout
 * 20080627
 *
 *
 */
/***** Initialize *****/
html, body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    padding: 0 0 1em 0; /* restore whitespace */
}
/***** General layout *****/
body {
    background-color: #DDE056;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #728CA5;
    font-size: 14px;
}

a {
    color: #5D4B40;
}

a:hover {
    text-decoration: none;
    color: #F86923;
}

#outer_container {
    background: url(/site/images/bg_container_outer.gif) repeat-x left 97px;
    min-height: 100%;
}
/***** indeling ******/

/* Vertikaal centreren*/
#container1 {
    margin: 0 auto;
    text-align: left;
    display: table;
    height: 100%;
    width: 1000px;
}

#container2 {
    display: table-cell;
    vertical-align: middle;
}

#container3 {
    height: 620px;
    background: url(/site/images/bg_container.jpg) no-repeat left top;
}

#header {
    height: 154px;
}


#middle {
    overflow: hidden;
	clear: left;
	height:380px;
}

#footer {
    color: #fff;
}

/***** opmaak header onderdelen *****/

/** logo **/
#logo {
    float: left;
	padding:0;
	cursor: pointer;

}

#logo a {
	cursor: pointer;
    display: block;
    background: url(/site/images/bg_logo.png) no-repeat bottom left;
    width: 151px;
    height: 154px;
    text-indent: -500em;
	margin: 0 0 0 113px;
}

/** menu1 **/
#menu1 {
    overflow: hidden;
    float: left;
	height: 154px;
	padding: 0 0 0 9px;
}

#menu1 li {
    list-style: none;
    float: left;
    text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
}

#menu1 a {
    display: block;
	height: 23px;
	line-height: 23px;
	padding: 107px 10px 0 0;
    color: #4181A0; /* #B0DCE7; */
    text-decoration: none;
}

#menu1 a:hover {
	color: #B1DDE8; /* #4181A0; */
}

#menu1 li.selected a {
	color: #534F4D; /* #4181A0; */
}

/**** Opmaak middle onderdelen *****/
#middle #navigation {
	float: left;
	width: 175px; /* 275 */
	height: 370px;
	padding: 0 0 0 100px;
	}
/** Menu 2 **/
#menu2_top {
	background: url(/site/images/bg_menu2_top.png) no-repeat left top;
	height: 30px;
	width: 164px
}
#menu2_bottom {
	background: url(/site/images/bg_menu2_bottom.png) no-repeat left top;
	height: 30px;
	clear:left;
	width: 164px
}
#menu2 {
list-style: none;
background: url(/site/images/bg_menu2.png) repeat-y left top;
	overflow: hidden;
	width: 157px; /* 165 */
	padding: 0 0 0 7px;

	}

#menu2 li {
    list-style: none;
}

#menu2 li a {
    display: block;
	width: 140px;/* 150 */
	padding: 0 10px 0 0;
    text-transform: lowercase;
    color: #5D5957;
    text-decoration: none;
    font-weight: bold;
	text-align:right;

}

#menu2 li a:hover {
	background-color: #E0ECEF;
    /*color: #fff;*/
}

#menu2 li.selected a {
	background-color: #85CBDD;
    color: #fff;
}

/** content **/
#content  {
	float:left;
	width: 520px;
	height: 365px;
	overflow: auto;
	font-weight: bold;
	padding: 10px 10px 0 0;
}

#content ul, ol {
	margin: 0 0 10px 20px;
}

/** footer **/
#footer #copyright {
	height: 25px;
	padding: 0 0 0 220px;
	margin: 0 0 5px 0;
	line-height: 25px;
	color: #6D6C6C;
font-size: 12px;
	overflow: hidden;
}
#footer #nextPage {
	text-align: right;
	padding: 0 170px 0 0; 
}
#footer #nextPage a{
	color: #fff;
	text-decoration: none;
}

