@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: Trebuchet, Trebuchet MS, Verdana;
	color: #333333;
}
a:hover {
	color: #882890;
}
hr {
	color: #882890;
}
h1 {
	color: #882890;
	font-size: 48px;
	font-weight: bold;
}
h3 {
	color: #882890;
	font-size: 22px;
	font-weight: bold;
}
h4 {
	color: #882890;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 5px;
}
h5 {
	color: #882890;
	font-size: 22px;
}
h6 {
	color: #A6CE39;
	font-size: 40px;
}
h7 {
	font-size: 14px;
}
.container {
	position: relative;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.ondertitel {
	position: absolute;
	margin-left: 350px;
	margin-top: -62px;
	z-index: -1;
}
.titel {
	z-index: 0;
	position: absolute;
	margin-left: 1px;
	margin-top: -30px;
	height: 40px;
}
.pic-dolfijn {
	z-index: 2;
	float: right;
	margin-right: 40px;
	margin-top: 0px;
}
.pic-basisschool {
	z-index: 2;
	float: right;
	margin-right: 40px;
	margin-top: 0px;
}
.pic-didasco {
	z-index: 2;
	float: right;
	margin-right: 40px;
	margin-top: 0px;
}
.pic-atheneum {
	z-index: 2;
	float: right;
	margin-right: 40px;
	margin-top: 0px;
}
.text-dolfijn {
	z-index: 2;
	float: right;
	margin-right: -43px;
	margin-top: 45px;
	color: #00A0C1;
}
.text-basisschool {
	z-index: 2;
	float: right;
	margin-right: -135px;
	margin-top: 45px;
	color: #EE3D96;
}
.text-didasco {
	z-index: 2;
	float: right;
	margin-right: -205px;
	margin-top: 45px;
	color: #F9A01B;
}
.text-atheneum {
	z-index: 2;
	float: right;
	margin-right: -292px;
	margin-top: 45px;
	color: #882890;
}
a {
	text-decoration: none;
	color: inherit;
}
.zijmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.zijmenu a:hover {
	color: #882890;
	background-color: #FFFFFF;
}
.topmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu a:hover {
	color: #882890;
	background-color: #FFFFFF;
}
a.link-atheneum {
	color: #882890;
}
a.link-basisschool {
	color: #EE3D96;
}
a.link-didasco {
	color: #F9A01B;
}
a.link-dolfijn {
	color: #00A0C1;
}
.topmenu {
	background-color: #882890;
	position: absolute;
	margin-top: 65px;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	height: 40px;
}
p.top-menu {
	margin-left: 20px;
	margin-top: 10px;
	color: #FFFFFF;
	font-family: Trebuchet, Trebuchet MS, Verdana;
	font-size: 18px;
}
.kolom1 {
	position: absolute;
	margin-top: 125px;
	margin-left: auto;
	left: 0px;
	height: auto;
	width: 100%;
}
/****************************************************
 *
 *  CODE VAN APP
 *
 */
 
div.event {
	padding: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 25px;
	box-shadow: rgba(0,0,0,0.8) 0 0 10px;
	min-height: 200px;
}
div.event p {
	margin: 0px;
	margin-top: 0.8em;
	padding: 0px;
	font-size: smaller;
}
div.event p.category {
	position: absolute;
	margin: 0px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: x-large;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg) translate(-175px,-60px);
	-ms-transform: rotate(-90deg) translate(-175px,-60px);
	-o-transform: rotate(-90deg) translate(-175px,-60px);
	transform: rotate(-90deg) translate(-175px,-60px);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	width: auto;
	height: auto;
	display: inline-block;
	color: #333333 !important;
}
div.event p.title {
	margin: 0px;
	font-weight: bold;
	font-size: larger;
	text-transform: uppercase;
}
div.event div.description p {
	margin: 0px;
	margin-top: 0.8em;
	padding: 0px;
	font-size: smaller;	
}
div.event div.description ul {
	margin-top: 0.8em;
	padding: 0px;
	padding-left: 25px;
	font-size: smaller;	
}

div.event button {
	margin-top: 1em;
}