body {background-color:#FFFFFF;} 

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background: -moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
    border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:40px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
}

.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
	background-color:#a5cc52;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #5672e3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #5672e3;
	box-shadow:inset 0px 1px 0px 0px #5672e3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2243cb), color-stop(1, #98a9ee));
	background:-moz-linear-gradient(top, #2243cb 5%, #98a9ee 100%);
	background:-webkit-linear-gradient(top, #2243cb 5%, #98a9ee 100%);
	background:-o-linear-gradient(top, #2243cb 5%, #98a9ee 100%);
	background:-ms-linear-gradient(top, #2243cb 5%, #98a9ee 100%);
	background:linear-gradient(to bottom, #2243cb 5%, #98a9ee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2243cb', endColorstr='#98a9ee',GradientType=0);
	background-color:#2243cb;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #5672e3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5672e3;
}

.myButton2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #98a9ee), color-stop(1, #2243cb));
    background:-moz-linear-gradient(top, #   5%, #2243cb 100%);
	background:-webkit-linear-gradient(top, #98a9ee 5%, #2243cb 100%);
	background:-o-linear-gradient(top, #98a9ee 5%, #2243cb 100%);
	background:-ms-linear-gradient(top, #98a9ee 5%, #2243cb 100%);
	background:linear-gradient(to bottom, #98a9ee 5%, #2243cb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#98a9ee', endColorstr='#2243cb',GradientType=0);
	background-color:#98a9ee;
}

.myButton2:active {
	position:relative;
	top:1px;
}

.wrapper{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:0%;
	margin-bottom:0%;
	}


.wrapper_flyer{
	width:60%;
	display:inline;
    overflow: auto;
    white-space: nowrap;
    margin:0px auto;
	}
	
.wrapper_bridge{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:0%;
	margin-bottom:0%;
	padding-top: 10px;
    padding-right: 70px;
    padding-bottom: 10px;
    padding-left: 70px;
	}

.wrapper_image{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:0%;
	margin-bottom:0%;
	padding-top: 100px;
    padding-right: 70px;
    padding-bottom: 10px;
    padding-left: 70px;
	}
	
.button {
	position: absolute;
	top:50%;
	}
	
.tekst {
    font: 25px arial, sans-serif;
	text-align: center;
	padding: 70px;
}

.tekst2 {
    font: 12px arial, sans-serif;
	text-align: center;
    padding-top: 10px;
    padding-right: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
}

img.image {
    display: block;
    margin-left: auto;
    margin-right: auto
}