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

body {
	padding:0;
	margin:20px 0;
	font-size:95%;
	font-family:Helvetica, sans-serif;
	color:#4d5e73;
	background-color:#eee6f7;
	-webkit-text-size-adjust:none;
}
#container {
	width:760px;
	margin: 0 auto;
	border:1px #6d84a2 solid;
	background-color:#dee4ec;
}
h1 {
	font-size:120%;
	font-family:Verdana, Geneva, sans-serif;
	color:#834dba;
	font-weight:500;
	letter-spacing:3px;
	margin:0;
	padding:10px;
	text-align:center;
	background-color:#ba93e2;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	border-bottom:#6d84a2 1px solid;
	text-shadow: #fff 1px 1px 1px;
}
h2 {
	margin:0;
	padding: 5px 10px 0 0;
	color:#471785;
	font-size:110%;
}
#taalkeuze {
	text-align:center;
	margin:15px 0 0px 0;
}
#taalkeuze img {
	border:#4d5e73 1px solid;
}
ul {
	margin:0;
	padding:0;
}
ul.rounded {
	margin: 0px 20px 17px 20px;
	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:#eee6f7;
}
.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 20px 20px 20px;
	padding:10px;
	background-color:#8695a9;
	text-align:justify;
	color:#FFF;
	-webkit-border-radius:8px;
	line-height:130%;
}
#contact {
	font-size:80%;
	padding: 0 0 5px 20px;
}
#contact a {
	color:#4d5e73;
}
#contactfoto {
	float:right;
	padding-right:20px;
	border:none;
}
#switch {
	text-align:center;
	font-size:smaller;
	padding-bottom:15px;
	letter-spacing:2px;
	text-shadow: #fff 2px 1px 1px;
}
#footer {
	color:#834dba;
	font-weight:normal;
	margin:0;
	padding:10px;
	text-align:center;
	letter-spacing:2px;
	background-color:#c99bf8;
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	border-top:#6d84a2 1px solid;
	line-height:20px;
	text-shadow: #fff 1px 1px 1px;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#9158c9;
}
.linkjes {
	text-align:center;
	padding:10px;
	letter-spacing:2px;
	font-size:90%;
	text-shadow: #fff 2px 2px 2px;
}
