@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #87cefa;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.container {
	width: 96%;
	min-width: 769px;
	max-width: 1280px;
	font-family: Georgia, "Times New Roman", serif, Times;
	font-size: 0.95em;
	line-height: 1.45;
	text-align: justify;
	color: #000066;
	margin: 0 auto 1% auto;
	overflow: hidden;
	background: radial-gradient(center top, ellipse farthest-side, #FFFFFF 0%, #87CEFA 100%);
	background: -webkit-gradient(radial, center top, 0, center top, 428, color-stop(0, #FFFFFF), color-stop(1, #87CEFA));
	background: -webkit-radial-gradient(center top, ellipse farthest-side, #FFFFFF 0%, #87CEFA 100%);
	background: -moz-radial-gradient(center top, ellipse farthest-side, #FFFFFF 0%, #87CEFA 100%);
	background: -o-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -ms-radial-gradient(center top, ellipse farthest-side, #FFFFFF 0%, #87CEFA 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#B1E1FE, endColorstr=#87CEFA)";
	border-radius: 21px 21px 33px 33px;
	-moz-border-radius: 21px 21px 33px 33px;
	-webkit-border-radius: 21px 21px 33px 33px;
	box-shadow: 0px 0px 25px 6px rgba(102,102,102,0.7);
	-moz-box-shadow: 0px 0px 25px 6px rgba(102,102,102,0.7);
	-webkit-box-shadow: 0px 0px 25px 6px rgba(102,102,102,0.7);
}
.topmenu-l {
	width: 49%;
	height: auto;
	font-size: 0.9em;
	float: left;
}
.topmenu-r {
	width: 49%;
	height: auto;
	font-size: 0.9em;
	float: right;
}
.topmenu-l img {
	width: 28px;
	height: 28px;
	border: none;
	padding: 0;
	margin: 0;
}
.topmenu-r img {
	width: 28px;
	height: 28px;
	border: none;
	padding: 0;
	margin: 0;
}
.topmenu-l li, .topmenu-r li {
	width: auto;
	height: 34px;
	list-style-type: none;
	text-align: center;
	line-height: 2.5;
	padding: 0 10px;
	display: block;
	background-color: #DCF1FE;
	background: linear-gradient(to bottom, #DCF1FE 0%, #87CEFA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DCF1FE), color-stop(1, #87CEFA));
	background: -webkit-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -moz-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -o-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -ms-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#B1E1FE, endColorstr=#87CEFA)";
	border-radius: 2px 2px 19px 19px;
	-moz-border-radius: 2px 2px 19px 19px;
	-webkit-border-radius: 2px 2px 19px 19px;
}
.topmenu-l li {
	text-decoration: none;
	float: left;
	margin-right: 3%;
	box-shadow: 7px 7px 21px 3px rgba(102,102,102,0.5);
	-moz-box-shadow: 7px 7px 21px 3px rgba(102,102,102,0.5);
	-webkit-box-shadow: -7px 7px 21px 3px rgba(102,102,102,0.5);
}
.topmenu-r li {
	text-decoration: none;
	float: right;
	margin-left: 3%;
	box-shadow: -7px 7px 21px 3px rgba(102,102,102,0.5);
	-moz-box-shadow: -7px 7px 21px 3px rgba(102,102,102,0.5);
	-webkit-box-shadow: 7px 7px 21px 3px rgba(102,102,102,0.5);
}
.topmenu-l li:hover, .topmenu-r li:hover {
	background-color: #000066;
	background: linear-gradient(to bottom, #85CBF8 0%, #1F3088 40%, #0A0F70 60%, #000066 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #85CBF8), color-stop(0.4, #1F3088), color-stop(0.6, #0A0F70), color-stop(1, #000066));
	background: -webkit-linear-gradient(top, #85CBF8 0%, #1F3088 40%, #0A0F70 60%, #000066 100%);
	background: -moz-linear-gradient(top, #85CBF8 0%, #1F3088 40%, #0A0F70 60%, #000066 100%);
	background: -o-linear-gradient(top, #85CBF8 0%, #1F3088 40%, #0A0F70 60%, #000066 100%);
	background: -ms-linear-gradient(top, #85CBF8 0%, #1F3088 40%, #0A0F70 60%, #000066 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#118AD8, endColorstr=#000066)";
	border-radius: 2px 2px 19px 19px;
	-moz-border-radius: 2px 2px 19px 19px;
	-webkit-border-radius: 2px 2px 19px 19px;
	-moz-transition: box-shadow 0.3s ease-in-out 0s;
	-webkit-transition: box-shadow 0.3s ease-in-out 0s;
	box-shadow: 0px 0px 33px 15px #F0F9FF;
	-moz-box-shadow: 0px 0px 33px 15px #F0F9FF;
	-webkit-box-shadow: 0px 0px 33px 15px #F0F9FF;
}
.topmenu-l a, .topmenu-l a:link, .topmenu-l a:focus, .topmenu-l a:active, .topmenu-l a:visited, .topmenu-r a, .topmenu-r a:link, .topmenu-r a:focus, .topmenu-r a:active, .topmenu-r a:visited {
	color: #000066;
	text-decoration: none;
}
.topmenu-l li:hover a, .topmenu-r li:hover a {
	-moz-transition: color 0.2s ease-in-out 0s;
	-webkit-transition: color 0.2s ease-in-out 0s;
	color: #FFD700;
}
header {
	width: 92%;
	float: left;
	margin: 0 4% 1% 4%;
}
header a {
	text-decoration: none;
	color: #000066;
}
h1 {
	color: #000066;
	font-size: 2.3em;
	font-style: italic;
	letter-spacing: 2px;
	line-height: 1.9;
	text-align: center;
}
h1 sup {
	color: #000066;
	font-size: 0.27em;
	margin-left: -2px;
	font-weight: 100;
}
h2 {
	color: #000066;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px -3px 3px #eff;
}
h3 {
	color: #990000;
	font-size: 1.05em;
	font-style: italic;
	font-weight: 100;
	text-align: left;
	padding: 5px 5px 5px 28px;
}
h4 {
	line-height: 1.45;
	text-align: justify;
	font-weight: 100;
}
p {
	padding: 0 30px;
	margin: 11px 0;
}
.content {
	width: 96%;
	height: auto;
	float: left;
	margin: 2% 2% 0 2%;
}
.top-box {
	width: 96%;
	height: auto;
	float: left;
	background-color: #DCF1FE;
	background: linear-gradient(to bottom, #DCF1FE 0%, #87CEFA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DCF1FE), color-stop(1, #87CEFA));
	background: -webkit-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -moz-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -o-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -ms-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#B1E1FE, endColorstr=#87CEFA)";
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 21px 21px 11px 11px;
	box-shadow: 7px 7px 21px 3px #769AB0;
	-moz-box-shadow: 7px 7px 21px 3px #769AB0;
	-webkit-box-shadow: 7px 7px 21px 3px #769AB0;
	padding: 30px 0 5px 0;
	margin: 0% 2% 3% 2%;
}
.img-box {
	width: 192px;
	height: 231px;
	float: left;
	border: none;
	padding: 0 30px 11px 30px;
	margin: 0;
}
.lttr-box-acc {
	width: 96%;
	height: auto;
	float: left;
	background-color: #DCF1FE;
	background: linear-gradient(to bottom, #DCF1FE 0%, #87CEFA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DCF1FE), color-stop(1, #87CEFA));
	background: -webkit-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -moz-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -o-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -ms-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#B1E1FE, endColorstr=#87CEFA)";
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	box-shadow: 7px 7px 21px 3px #769AB0;
	-moz-box-shadow: 7px 7px 21px 3px #769AB0;
	-webkit-box-shadow: 7px 7px 21px 3px #769AB0;
	padding: 0;
	margin: 0% 2% 3% 2%;
}
.lttr-box-acc a, .lttr-box-acc a:link, .lttr-box-acc a:focus, .lttr-box a:active, .lttr-box-acc a:visited {
	color: #990000;
	text-decoration: none;
	font-style: italic;
}
.lttr-box-acc a:hover {
	color: #F00;
	text-decoration: none;
}
footer {
	width: 96%;
	float: left;
	font-size: 0.7em;
	line-height: 1.7;
	color: #990000;
	text-align: center;
	border-top: solid 1px #cccccc;
	padding: 2%;
}
footer sup {
	font-size: 7px;
	font-weight: 100;
}
footer a, footer a:link, footer a:focus, footer a:active footer a:visited {
	text-decoration: none;
	color: #990000;
}
footer a:hover {
	text-decoration: underline;
	color: #000066;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 1%;
	right: 2%;
	overflow: hidden;
	width: 38px;
	height: 38px;
	border: none;
	text-indent: 100%;
	background: url(../nl-wa/index.html) no-repeat left top;
}
#toTopHover {
	width: 38px;
	height: 38px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	background: url(../nl-wa/index.html) no-repeat left -38px;
}
#toTop:active, #toTop:focus {
	outline: none;
}
