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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
}

body#www-design2learn-ch {
	margin: 0;
	padding: 0;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
}

h1 {
	color: #12b5eb;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 14px 0px;
	padding:0px;
}

h2 {
	color: #12b5eb;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding:0px;
}

h3, h4, h5 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding:0px;
}

p {
	margin: 0px 0px 20px 0px;
}

a:link, a:visited {
	color: #333;
}

a:hover {
	color: #12b5eb;
}

#wrapper {
	width: 100%;
	float: left;
	text-align: center;
}

#container {
	width: 900px;
	min-height: 444px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 40px;
	margin-bottom:40px;
	text-align: left;
}

#header {
	width: 900px;
	height: 150px;
	display: block;
	float: left;
	position: relative;
}

#logo {
	margin: 4px 9px 0px 0px;
	display: block;
	float: right;
	position: relative;
}

#language {
	margin: 7px 0px 0px 10px;
	display: block;
	float: left;
	position: absolute;
	
}

#pay-off {
	width: 600px;
	height: 25px;
	margin: 63px 0px 0px 10px;
	display: block;
	float: left;
	position: absolute;
	
}

#menu {
	margin: 109px 0px 0px 10px;
	display: block;
	float: left;
	position: absolute;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: block;
	float: left;
	position: relative;
	
}

#menu li a:link, #menu li a:visited{
	color: #333;
	text-decoration: none;
	width: 122px;
	height: 23px;
	display: block;
	background-image: url(../img/button_groen.png) ;
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 23px;
	border-right: 2px solid #fff;
	
}

#menu li a:hover, #menu li .active:link, #menu li .active:visited {
	background-color: #2fbeed;
	background-image: url(../img/button_blauw.png) ;
	background-repeat: no-repeat;
	color: #222222;
}

#menu li .end:link, #menu li .end:visited{
	width: 122px;
	display: block;
	background-color: #ccc;
	border: none;
	background-image: url(../img/button_contact_groen.png) ;
	background-repeat: no-repeat;
}

#menu li .end:hover, #menu li .end-active:link, #menu li .end-active:visited {
	background-color: #2fbeed;
	background-image: url(../img/button_contact_blauw.png) ;
	background-repeat: no-repeat;
	color: #222222;
}




#content-container {
	width: 880px;
	min-height: 300px;
	margin: 0px 10px 0px 10px;
	display: block;
	float: left;
	position: relative;
}

#breadcrumbs {
	width: 585px;
	height: 43px;
	color: #8c8585;
	font-size: 10px;
	margin: 0px 0px 0px 156px;
	display: block;
	float: left;
	position: relative;
	border-bottom: 1px solid #c1d72e;
}

#breadcrumbs p a:link, #breadcrumbs p a:visited {
	color:#8c8585;
	text-decoration: underline;
}

#breadcrumbs p a:hover {
	text-decoration: none;
}

#content {
	width: 585px;
	margin: 18px 0px 0px 156px;
	color: #333;
	display: block;
	float: left;
	position: relative;
}

#content img {
	border: 1px solid #c1d72e ;
	display: block;
}

#content img.img-right {
	float: right;
	margin: 10px 0px 10px 20px;
}

#content img.img-left {
	float: left;
	margin: 10px 20px 10px 0px;
}

#content img.img-center {
	float: center;
	margin: 0px 40px 0px 40px;
}

#content ul, #content li {
	margin-top: 0;
	padding-top: 0;
}

#footer {
	width: 880px;
	height: 23px;
	display: block;
	float: left;
	position: relative;
	margin: 0px 10px 0px 10px;
	font-size: 11px;
	color:#8c8585;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
}

#footer-left {
	height: 23px;
	line-height: 23px;
	margin: 0px 0px 0px 156px;
	display: block;
	float: left;
	position: relative;
}

#footer-right {
	height: 23px;
	line-height: 23px;
	margin: 0px 137px 0px 0px;
	display: block;
	float: right;
	position: relative;
}

#footer-left a:link, #footer-right a:link, #footer-left a:visited, #footer-right a:visited {
	color:#8c8585;
	text-decoration: none;
}

#footer-left a:hover, #footer-right a:hover {
	text-decoration: underline;

}

.margin-bottom {
	margin-bottom: 30px;
}