/* -------------------------------------------------------------------- layout */
#wrapper {
	width: 1280px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 0px solid gray;
}
#header{
	width: 1280px;
	height: 464px;
	border: 0px solid green;
	position: relative;
	background-image: url("img/header.png");
}
#menu{
    position: absolute;
    top: 13px;
    right: 80px;
	padding-bottom: 20px; 
}
#logo{
	position: absolute;
	top: 137px;
    left: 826px;
}
#intro{
	border: 0px solid black;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-right: 200px;
	padding-left: 200px;
	background-image: url("img/bg-world.jpg");
}
#content{
	border: 0px solid black;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-right: 200px;
	padding-left: 200px;
}
#contact{
	border: 0px solid black;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-right: 200px;
	padding-left: 200px;
	background-color: #83d343;
}
#footer {
	clear: both;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-right: 200px;
	padding-left: 200px;
	background-image: url("img/bg-footer.png");
	background-color: #5b6e71;
}
/* -------------------------------------------------------------------- main styles */
* {
	padding: 0;
	margin: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
body {
	font-size: 24px;
	color: 344041;
	line-height: 18px;
	background-color: #344041;
	line-height: 14px;
	color: #010203;
}
h1, h2, p, li {
	margin-bottom: 30px;
}
h1 {
	font-size: 40px;
	clear: both;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.05em;
}
h2 {
    font-size: 28px;
    font-color: #19b28a;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #19b28a;
    text-align: center;
}

p {
	font-weight: lighter;
    line-height: 30px;
}
a {
	color: #000000;
}
a:hover {
	color: #FEA51D;
}
a img {
	border: none;
}
table {
}
td {
	vertical-align: top;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-weight: lighter;
}
ul li {
	padding-left: 25px;
	background-image: url(img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
ol {
	padding-left: 22px;
	margin-bottom: 10px;
	margin-right: 0px;
}
ol li {
	padding-left: 0px;
}
hr {
	border: none;
	border-bottom: 1px solid #ccc; 
	height: 0;
}
.imgR {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.imgL {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.green {
	color: #83d343;
	font-weight: bold;
}
#wrapper #footer p {
}

/* -------------------------------------------------------------------- header */

#header ul li {
	float: left;
	background-image: url("img/icon-telefoon.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#header a {
	color: #009900;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
	text-decoration: none;
}
/* -------------------------------------------------------------------- intro */
#intro {
	color: #fff;
	text-decoration: none;
}
#intro a:hover {
	color: #FFF;
}
#intro h2 {
	color: #FFF;
	text-align: left;
}
#intro #button {
	background-color: #83d343;
	width: 400px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;	
	border: none;
    color: white;
	font-size: 24px;
	border-radius: 10px;
}
/* -------------------------------------------------------------------- contact */
#contact {
	color: #fff;
	text-decoration: none;
}
#contact a:hover {
	color: #FFF;
}
#contact h2 {
	color: #FFF;
	text-align: left;
}
#contact img {
	margin-right: 50px;
}
#contact #button {
	background-color: #344142;
	width: 400px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;	
	border: none;
    color: white;
	font-size: 24px;
	border-radius: 10px;
}
/* -------------------------------------------------------------------- footer */
#footer h2 {
    color: #83d343;
	text-align: left;
	margin-bottom: 10px;
}
#footer p {
	font-weight: lighter;
    line-height: 30px;
	margin-bottom: 0px;
	color: #fff;
}
#footer ul {
}

#footer ul li {
	float: left;
	background-image: none;
	padding-right: 10px;
	padding-left: 0px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
