﻿/* Main article */

#main_article {
	margin-top: 10px;
}

.agenda_item{
	display:block;
	float:left;
	width:100%;
	margin-bottom:15px;
	font-face: arial;
}

.agenda{
	float:left;
}

.agenda_day {
	font-family: arial;
	margin-top: 5px;
	float: left;
	width: 74px;
	height: 74px;
	border: solid 1px #2d4098;
	border-radius: 12%;
	text-align: center;
	overflow:hidden;
	background-color: rgb(232,232,232);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bdbdbd+30,e8e8e8+58 */
	background: #dbdbdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #dbdbdb 30%, #e8e8e8 58%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dbdbdb 30%,#e8e8e8 58%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dbdbdb 30%,#e8e8e8 58%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

}

.agenda_day h5 {
	font-family: arial;
	background: #2d4098; /* Old browsers */
	background: -moz-linear-gradient(top,  #2d4098 0%, #6476c6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2d4098 0%,#6476c6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2d4098 0%,#6476c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4098', endColorstr='#6476c6',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	padding-top:2px;
	border-bottom: solid 1px #009c51);
}

.month {
	font-family: arial;
	font-weight: 600;
	font-size: 12px;
	color: black;
}

.day {
	font-family: arial;
	position: relative;
	top: 0px;
	font-weight: 600;
	font-size: 24px;
	color: black;
}

#wrap_text {
	color: black;
	overflow: hidden;
	width: auto;
	margin-top: 8px;
	padding-left: 15px;
}

#wrap_text h5{
	font-weight: 600;
}

#wrap_text a {
	color: #2d4098;
}

/* side article */

#side_article {
	margin-top: 10px;
}

#side_article > h5 {
	color: rgb(223,60,60);
	margin-bottom: 15px;
	font-weight: 600;
}

#side_article img {
	max-width: 100%;
	display: block;
	height: auto;
}

#side_article a {
	color: #2d4098;
}

#side_article p {
	color: black;
}
.knop {
	border: 0;
	margin: 3px;
	padding: 0px;
	position: relative;
	z-index: 10;
	float: right;
	border-radius:3px;
}
.knop a:hover {
	background: transparent;
	color: #FFFFFF;
}
/* normale menu */
ul.knop {
	display: block;
	float: left;
	border: 1px solid #00c363;
	background: #dfdfdf;
	border-radius:3px;
}
/* geen ul-li bullet list */
ul.knop, ul.knop ul {
	list-style: none;
}
.knop > li > a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 1px;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	border-radius:3px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height: 21px;
}
.knop > li:hover {
	background: #283c96;
	color: #FFFFFF;
	border-radius:3px;
}
.knop a.active {
	background: #283c96;
	color: #FFFFFF;
}


.textfield300 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 300px;
	background-color: #FFFFFF;
	border: 1px solid  #2d4098;
	border-radius:3px;
	margin-bottom: 5px;
	margin-left: 6px;
}
.textfield301 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 300px;
	background-color: #FFFFFF;
	border: 1px solid  #2d4098;
	border-radius:3px;
	margin-bottom: 5px;
	margin-left: 6px;
}
.textfield150 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid  #2d4098;
	border-radius:3px;
	margin-bottom: 5px;
	margin-left: 6px;
}
.textfield125 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 125px;
	background-color: #FFFFFF;
	border: 1px solid  #2d4098;
	border-radius:3px;
	margin-bottom: 5px;
}

.textfieldKnop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	width: 125px;
	background-color: #2d4098;
	border: 1px solid  #2d4098;
	border-radius:3px;
	margin-bottom: 5px;
}