/*
 * $Id: style.css,v 1.6 2007-11-06 09:39:05 steven Exp $
 */

a {
	color: #708339;
	text-decoration: none;
}
a img {
	border-width: 0px;
}
a:hover {
	color: #829943;
	text-decoration: underline;
}


#header_menu {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #BBC9D3;
}
#header_menu ul {
	list-style: none none;
	margin: 0px;
	padding: 0px;
}
#header_menu ul li a {
	color: #BBC9D3;
	text-decoration: none;
}
#header_menu ul li a:hover {
	text-decoration: underline;
}
#header_menu form {
	margin-top: 30px;
}

#left_menu img,
#header_menu img
 { border-width: 0px;}

#main_content {
	color:#00344D;
	line-height: 16px;
}

#main_content p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#main_column .processedContent {
	padding: 5px 10px 10px 0px;
	color:#00344D;
}
#main_column .processedContent .block {
	margin-bottom: 30px;
}

#fileList {
	background-color: #f00;
}
#fileList div {
	float: left;
}
#fileList .fileImg { width: 30px; clear: left;}
#fileList .fileDesc { width: 220px; }
#fileList .fileDate { width: 60px; text-align: right; margin-bottom: 20px;}


.right_content .heads {
	margin-bottom: 14px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 5px;
}

#right_nieuws .right_content  a {
	display: block;
	margin-bottom: 12px;
	color: #487351;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}

#right_nieuws .right_content  a:hover {
	text-decoration: underline;
}
#right_nieuws .right_content  a span.readmore {
	color: #ACCA57;
	font-weight: 800;
	letter-spacing: 0px;
}

.color_white { color: #ffffff; }
.color_dblue { color: #003B5A; }
.zoek_input {
	width: 100px;
	border: 1px solid #164762;
	background-color: #8DA3AF;
	color: #EBF2D7;
	height: 15px;
}
input.zoek_tekst {
	font-weight: normal;
	color: #EBF2D7;
	background: transparent;
	padding: 0px 2px 0px 2px;
	font-size: 10px;
	border: 1px solid #EBF2D7;
	text-align: center;
}

#right_projecten .project_gal_text {
	margin-top: 20px;
	color: #133554;
	line-height: 17px;
	font-weight: bold;
}

ul.siteMap,
ul.siteMap ul {
	list-style: circle outside none;
	padding-left: 20px;
	margin-bottom: 10px;
}
ul.siteMap li {

}
ul.siteMap li a {
	color: #333388;
	text-decoration: none;
	line-height: 17px;
}
ul.siteMap li a:hover {
	text-decoration: underline;
}

#loginform {
	margin: 20px auto;
	border: 1px solid #eee;
	padding: 10px;
	width: auto;
	width: 165px;
}
#loginform .message {
	color: #ff5555;
	margin-bottom: 15px;
}
#loginform .text {
	width: 150px;
	border: 1px solid #999;
	background-color: #f6f6f6;
	color: #333388;
}
#loginform .button {
	width: 100px;
	border: 1px solid #999;
	background-color: #f6f6f6;
	color: #333388;
}
