/* CSS Document */
/* Koudum.nl Layout Styles */
/* Created by: Arjen Hoekema */
/* Last modified: 15-09-2005 */

body {
	background-color: #808080;
	background-repeat: repeat-x;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

td {
	font-size: 11px;
}

p {
	margin: 0px 0px 4px 0px;
	line-height: 130%;
	color: #555555;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #2D678F;

	margin: 6px 0px 6px 0px;
	
	text-decoration: none;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #2D678F;

	margin: 4px 0px 4px 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #2D678F;

	margin: 3px 0px 3px 0px;
}

h4 {
	background-color: #5c71a1;
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 3px 4px 3px;
	margin: 3px 0px 3px 0px;
}

/* Links */
a {
	font-weight: bold;
	color: #2D678F;
}

a:link {

}

a:visited {

}

a:hover {
	color: #91ACBF;
}

a:active {
	color: #CCCCCC;
}

a.small {
	font-size: 10px;
}

a.white {
	font-size: 10px;
	color: #FFFFFF;
}

.interact {
	padding: 3px 0px 3px 0px;
}
/* List items */
ul, ol {
	color: #555555;
	margin-left: 10px;
	padding-left: 10px;
}

/* Other items */
.csc-caption {
	font-weight: bold;
	color: #91ACBF;
}

/* Menu headers left & right */
.h {
	color: #ffffff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	padding: 2px 0px 0px 2px;
	width: 158px;
}

.h_left {
	background: #6981b7 url(../images/h_left.gif);
}

.h_right {
	background: #6981b7 url(../images/h_right.gif);
}

/* Last modified */
#last_updated ol {
	list-style-position: inside;
	margin: 4px 0px 12px 0px;
	padding: 0px;
}

#last_updated ol li {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 2px 4px 17px;
	text-indent: -15px;
}

#last_updated ol li a {
	color: #FFFFFF;
}

#last_updated ol li a:hover {
	color: #FFFA74;
}

.bread a {
	color: #999999;
	font-size: 10px;
}

.bread a:hover {
	color: #666666;
	font-size: 10px;	
}

/* Navigatie onder */
.bottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	color: #999999;
}
.bottom a {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

/*Form Elements */
input {
	font-size: 11px;
}

.search_left {
	margin: 6px 0px 1px 4px;
	vertical-align: middle;
}
.searchfield {
	background: #91acbf url(../images/gfx_inputback.gif) repeat-x top;
	border: 0px solid #5B5B5B;
	border-right-width: 0px;
	padding: 1px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	height: 18px;
	vertical-align: middle;
}

.textfield {
	background: #ffffff url(../images/gfx_inputback.gif) repeat-x top;
}

.searchbtn {
	margin: 6px 0px 0px 0px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}

/*Events Elements*/
.single_event {
	background-image: url(../images/grad_20_rev.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FCFCFC;
	border: 1px solid #E1E1E1;
	padding: 2px 4px 2px 2px;
	margin: 3px 0px 3px 2px;
}

.indent {
	margin-left: 4px;
}

.ruler {
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 1px dotted #CCCCCC;
}

/*News Elements*/

* html .IEFloatFix {
	height: 0.01%;
}
.news-list-item {
	background: #ffffff;
	margin: 2px 0px 2px 0px;
}

.news-list-item-alt {
	background: #f9f9f9;
}

.news-list-morelink {
	border-bottom: 1px dotted #ddd;
	clear: both;
	padding-bottom: 3px;
	text-align: right;
	width: 100%
}

.news-single-item {
	margin: 4px 0px 12px 0px;
}

.news-single-date {
	color: #cccccc;
}

.news-single-item h1 {
	padding-bottom: 3px;
}

.news-list-item a{
	text-decoration: none;
}

.news-list-item-alt a{
	text-decoration: none;
}

.news-list-item h3 {
	margin: 0px;
}

.news-list-image {
	clear: left;
	float: left;
	width: 88px;
}

.news-single-image {
	float: left;
}

.news-list-image img {
	margin: 4px 4px 4px 0px;
}

.news-single-image img {
	margin: 4px 4px 4px 0px;
}

.news-list-item-small {
	float: left;
	height: 60px;
	vertical-align: middle;
	width: 50%;
}

.news-list-older {

}

.news-list-item-small h3 {
	padding: 2px;
}

.news-list-item-small a {
	text-decoration: none;
}

.news-list-item-small:hover {
	background: #e7eaf1;
}

.news-list-image-small {
	float: left;
	height: 45px;
	margin: 4px;
	width: 60px;
}

/* Calendar Styles */
.mini-month {
	width: 150px;
	border: 1px solid #AAAAAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mini-month .mini-month-header {
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}
.mini-month .mini-month-header A {
			color: #288EBD;
	text-decoration: none;
}
.mini-month TD.day {
	text-align: center;
	font-size: 8pt;
}
.mini-month TD.day A {
	text-decoration: none;
}

.mini-month TD.has_events A {
	color: #FF0000;
}

.mini-month TD.not_in_month {
	visibility: hidden;
}

.event_wrapper ul {
	margin: 2px 2px 2px 10px;
	padding: 2px 2px 2px 8px;
}

.agenda {
	background: #cc0000;
}
