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

body {
	padding:0;
	margin:0;
	font-size:110%;
	font-family:Helvetica, sans-serif;
	color:#4d5e73;
	background: #dee4ec;
	-webkit-text-size-adjust:none;
}
h1 {
	font-size:120%;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-weight:500;
	letter-spacing:3px;
	margin:0;
	padding:10px;
	text-align:center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dee4ec), to(#9aaabe));
	background-color:#9aaabe;
	border-bottom: 1px solid #9aaabe;
	text-shadow: #6d84a2 1px 1px 1px;
}
h2 {
	margin:0;
	padding: 5px 10px 0 0;
	color:#471785;
	font-size:110%;
}
#taalkeuze {
	text-align:center;
	margin:15px 0 10px 0;
}
#taalkeuze img {
	border:#4d5e73 1px solid;
}
ul {
	margin: 0;
	padding: 0;
}
#content ul {
	margin: 0px 10px 10px 10px;
}
#content li {
	list-style-type: none;
	border-bottom: 1px solid #999;
	padding: 7px;
}
ul {
	margin:0;
	padding:0;
}
ul.rounded {
	margin: 0px 10px 17px 10px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #6d84a2;
	-webkit-border-radius: 8px;
	background-color: white;
}
ul.rounded > li:last-child {
	border-bottom: 0;
}
.rounded li {
	list-style-type: none;
	border-bottom: 1px solid #999;
	padding-right: 20px;
	padding-left: 10px;
	height:39px;
	line-height:39px;
}
.rounded li:hover {
    background-color:#fff;
}
.rounded li:hover a {
    color:#4d5e73;
}
.rounded a {
	display: block;
	text-decoration: none;
	background-image: url(../images/pijltje.png);
	background-repeat: no-repeat;
	background-position: right;
	white-space : nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rounded img {
	padding-right:10px;
	border:none;
}
p.description {
	margin:15px 10px 0 10px;
	padding:10px;
	background-color:#9aaabe;
	text-align:justify;
	color:#FFF;
	-webkit-border-radius:8px;
}
#contact {
	font-size:80%;
	padding: 0 10px 10px 15px;
	text-align:right;
	float:left;
}
#contact a {
    color:#4d5e73;
}
#contactfoto {
	float:right;
	padding-top:5px;
	padding-right:15px;
	border:none;
}
#switch {
	text-align:center;
	font-size:smaller;
	padding-bottom:15px;
	letter-spacing:2px;
	text-shadow: #fff 1px 1px 1px;
}
#footer {
	color:#fff;
	font-weight:normal;
	margin:0;
	padding:10px;
	text-align:center;
	letter-spacing:1,5px;
	background-color:#c99bf8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dee4ec), to(#9aaabe));
	border-top:#9aaabe 1px solid;
	line-height:20px;
	text-shadow: #6d84a2 1px 1px 1px;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#4d5e73;
}
.linkjes {
	text-align:center;
	padding:10px;
	letter-spacing:2px;
	font-size:90%;
	text-shadow: #fff 2px 2px 1px;
}
