@charset "utf-8";

html, 
body {
	width: 100%;
	height: 100%;
	margin:	0;
	padding: 0;
	background-color: #fff;
	font-family: "adelle-sans", sans-serif;
    font-size: 18px;
	color: #787a64;
	line-height: 1.66667em;
    letter-spacing: .03em;
}

a:link{
	color: #8c4591;
}

a:active{
	color: #e98a18;
}

a:hover{
	color: #e98a18;
}

a:visited{
	color: #8c4591;
}

h1{
	font-family: "adelle-sans",sans-serif;
    font-size: 32px;
	font-weight: bold;
	color: #5caf2e;
	margin-top: 0;
}

h2{
	font-family: "adelle-sans",sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #8c4591;
	line-height: normal;
margin-bottom: 0px;
	padding-top: 30px;
}

iframe{
	border: none;
}

#wrapper{
	width: 100%;
	min-height: 100%;
	margin: 0 auto -100px auto; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}

.content-wrapper{
	width: 980px;
	margin: 0px auto;
}

#header{
	width: 100%;
	height: 100px;
    padding: 0;
	background: url(../img/background_header.png) repeat-x;
}

#footer, .push{
	
	height: 100px;
	clear: both;

}

#footer{
	margin: 0 auto;
	position: relative;
	background-color:#61af36;
	z-index:3;
	clear: both;
}

#logo{
	float:left;
}

#menu{
	min-height: 40px;
	text-align: right;
	float: left;
	margin-top: 15px;
	min-width:450px;
}

#menu ul{
	list-style-type: none;
	height: 35px;
	font-family: "adelle-sans",sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#menu li{
	min-width: 230px;
	text-align: center;
	float: left;
}

#menu li.select{
	color: rgba(145, 147, 119, 0.9);
	background-image: url(../img/background_menu_item.png);
	background-repeat: no-repeat;
}

#menu ul .select a:link, 
#menu ul .select a:visited {
	line-height: 35px;
	text-decoration: none;
	font-weight: bold;
	color: rgba(145, 147, 119, 0.9);
}

#menu ul a:link, 
#menu ul a:hover, 
#menu ul a:visited , 
#menu ul a:active {
	display: block;
    padding: 10px 12px;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
}

#menu ul a:hover {
	color: #626648;
}

#menu ul, 
#submenu ul, 
#submenu-footer ul{
	margin-top: 0;
}

#submenu{
	float: right;
	margin-right: 19px;
	min-width: 222px;
}

#submenu ul{
	height: 30px;
	list-style-type: none;
	margin-left: -40px;
	*margin-left: 0px;
}

#submenu li, 
#submenu-footer li{
	float:left;
}

#submenu li.select {
	background-color: #626648;
}

#submenu ul a:link{
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	text-decoration: none;
	font-family: "adelle-sans",sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: rgba(145, 147, 119, 0.9);
	display: block;
}

#submenu ul a:visited, 
#submenu ul a:active,  
#submenu ul a:hover{
	color: rgba(145, 147, 119, 0.9);
	background-color: #626648;
}

#submenu-footer{
	color:#fff;
	float:right;
	margin-right:19px;
}

#submenu-footer ul{
	list-style-type: none;
}

#submenu-footer li.select {
	color: #cbd206;
	background-color: #626648;
}

#submenu-footer ul a:link{
	width:auto;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	text-decoration: none;
	font-family: "adelle-sans",sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	display: block;
}

#submenu-footer ul a:visited, 
#submenu-footer ul a:active,  
#submenu-footer ul a:hover{
	color: #fff;
	background-color: #626648;
}

#side-menu-container{
	width: 245px; 
	height: 525px;
	border-radius: 10px;
	text-align: left;
	color: #fff;
	background: url(../img/background-side-menu.svg) no-repeat -675px -375px #85428a;
	overflow: hidden; 
	position: absolute;
}

#side-menu-container #title{
	padding-left: 20px;
	margin-bottom: 0px;
}

#side-menu-container #title p{
	margin-top: -6px;
}

#side-menu-container h2{
	color: #fff;
}

.side-menu-group{
	width: 245px;
	height: auto;
	font-size: 12px;
	position: relative;
}

.side-menu-group h3{
	height:37px;
	line-height:37px;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	background-color: #713775;
	font-size:14px;
	color:#fff;
}

.side-menu-group ul{
	list-style-type: none;
	margin-left: -40px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.side-menu-group li{
	height:37px;
	margin: 0px;
	padding-left: 50px;
	padding-right: 20px;	
	color: #fff;
	border-bottom: solid 1px #6d3271;
}

.side-menu-group li:hover{
	background-color: #713775;
}

.side-menu-group li a:link{
	width: auto;
	display: block;
	line-height: 37px;
	text-decoration: none;
	color: #fff;
	z-index: 5;
}

.side-menu-group li a:active{
	color: #fff;
}

.side-menu-group li a:hover{
	background-color: #713775;
}

.side-menu-group li a:visited{
	color: #fff;
}

.side-menu-group li img{
	margin-top:5px;
	margin-left:-30px;
	position:absolute;
}

#content{
	width: 100%;
	height: 100%;
	min-height: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}

#side-bar{
	width: 245px;
	height: 100%;
	margin-left: 3px;
	margin-top: 30px;
	float: left;
	padding-bottom: 20px;
}

#side-menu{
	width: 245px;
	height: 525px;
	border: none;
	overflow: hidden;
}

#page-content{
	width: 660px;
	height: 100%;
	min-height: 400px;
	margin: 30px 0px 0px 30px;
	float: left;
}

#page-content img{
	margin: 10px;
}

#page-content .caption-image, 
#page-content .sourced-image{
	width: 250px;
	display: block;
}

#page-content img.full-width, 
#page-content .caption-image-full-width, 
#page-content .sourced-image-full-width{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

#page-content .caption-image img, 
#page-content .sourced-image img, 
#page-content .caption-image-full-width img, 
#page-content .sourced-image-full-width img{
	width: 100%;
	margin: 0;
}

#page-content .caption-image p, 
#page-content .caption-image-full-width p{
	margin: 0;
	padding: 10px;
	color: #fff;
	background-color: #8c4591;
}

#page-content .sourced-image p, 
#page-content .sourced-image-full-width p{
	margin-top: -4px;
	font-size: 10px;
	color: #626648;
	text-align: right;
}

#page-content img.icon{
	float: left;
}

#page-content .icon-header{
	margin-top:10px;
}

#page-content a.button-1, 
#page-content a.button-2, 
#page-content a.button-3{
	margin: 25px 10px;
	padding: 15px 25px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#page-content a.button-1 img, 
#page-content a.button-2 img,
#page-content a.button-3 img{
	margin: 0;
	margin-top: 6px;
	position: relative;
}

#page-content a.button-3 img{
	float: right;
}

#page-content a.button-1{
	background-color: #85428a;
	border-bottom: 3px solid #5e1f63;
}

#page-content a.button-1:hover{
	background-color: #5e1f63;
}

#page-content a.button-2{
	background-color: #919377;
	border-bottom: 3px solid #64655c;
}

#page-content a.button-2:hover{
	background-color: #64655c;
}

#page-content a.button-3{
	background-color: #5caf2e;
	border-bottom: 3px solid #3f8816;
	display: block;
}

#page-content a.button-3:hover{
	background-color: #3f8816;
}

#page-content table{
	width: 100%;
	border-radius: 10px;
	border-spacing: 0px;
}

#page-content table th{
	background: #919377;
	text-align: left;
	color: #fff;
	padding: 10px;
}

#page-content table td{
	padding:10px;
}

#page-content table tr:nth-child(even){
	background:#e9e9e4;
}
#page-content table tr:nth-child(odd){
	background: #f4f4f1;
}

.highlight, 
.quote{
	padding: 10px 30px;
	margin: 10px 0px;
	border-radius: 10px;
}

.highlight, 
.highlight h2{
	color: #fff;
	background-color: #64bba5;
}

#hightlightBox {
    border-radius: 10px;
    color: #8c4591;
    background-color: #f3ecf4;
    padding: 10px 10px 10px 20px;
    margin: 10px 0px;
}

.quote, 
.quote h2{
	color: #8c4591;
	background-color: #f3ecf4;
}

.bullet-list-arrow-1, 
.bullet-list-arrow-2{
	padding-left: 10px;
}

.bullet-list-arrow-1 li, 
.bullet-list-arrow-2 li{
	list-style-type: none;
	padding-left: 30px;
}

.bullet-list-arrow-1 li{
	background: url(../img/bullet_arrow_1.png) no-repeat 0px 6px transparent;
}

.bullet-list-arrow-2 li{
	background: url(../img/bullet_arrow_2.png) no-repeat 0px 6px transparent;
}

.next-button{
	width: 51px;
	height: 51px;
	margin: 0px 0px 0px 20px; 
	z-index: 4;
	float:right;
	background: url(../img/button_next.png) no-repeat;
}

.next-button:hover{
	background: url(../img/button_next_over.png) no-repeat;
}

.previous-button{
	width:51px;
	height:51px;
	margin:0px 0px 0px 0px; 
	z-index:4;
	float:left;
	background: url(../img/button_previous.png) no-repeat;
}

.previous-button:hover{
	background: url(../img/button_previous_over.png) no-repeat;
}

#copyright{
	font-size: 10px;
	color: #fff;
}

#copyright a:link{
	text-decoration: none;
}

/*buttons*/
a.button:link, a.button:visited{
	margin:25px 0px;
	border-radius: 5px;
	background: #85428a;
	color: white;
	font-weight:bold;
	border-bottom:3px solid #5e1f63;
	text-decoration: none;
min-width: 100%;
line-height: 55px;
display: flex;
}

a.button:hover{
	background:#5e1f63;
}


a.buttonGroen:link, a.button:visited {
	
	margin: 25px 0px;
border-radius: 5px;
background: #5caf2e;
color: white;
font-weight: bold;
border-bottom: 3px solid #64655c;
padding: 17px 25px 17px 25px;
text-decoration: none;
display: table;
}

#nextButton {
    float: right;
}

