* {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
body {
	margin: 20px 0;
	font-size: 90%;
	background: white;
}
img {
	border-width: 0px;
}
a[rel = "lightbox"] img {
	border: 2px solid white;
}
h1, h2, h3{
	color: #195d9d;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
	margin: 0px;
}
p {
	margin: 0 0 10px;
	line-height: 140%;
}
a {
	color: #195d9d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content a[href^="http:"],
#content a[href^="https:"],
#content a[href^="ftp:"]
{
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
ul {
	margin-left: 0px;
	padding-left: 25px;
}
#container {
	background: #195d9d url(header.png) no-repeat;
	width: 580px;
	margin: auto;
	padding: 15px 15px 5px;
}
#header {
	float: left;
	margin-bottom: 10px;
}
#search {
	float: right;
	margin-top: 25px;
	margin-bottom: 10px;
}
.searchtext {
	background: transparent;
	border: 1px solid #add8e6;
	color: white;
	padding-left: 2px;
	padding-right: 20px;
	height: 18px;
	vertical-align: middle;
}
.searchbutton {
	position: relative;
	left: -22px;
	border: 1px solid #add8e6;
	vertical-align: middle;
}
#navigation {
	clear: both;
	padding: 0px;
	background: url(navi.png) repeat-x;
	height: 28px;
	width: 580px;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 28px;
}
#navigation li {
	display: block;
	float: left;
	height: 100%;
	border-right: 1px solid #add8e6;
	padding: 0px;
	margin: 0px;
}
#navigation a {
	display: block;
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;
	height: 24px;
	margin: 0px;
	padding: 4px 10px 0px;
}
#navigation a:hover {
	background: url(navi_hover.png);
}
#breadcrumb {
	font-size: 80%;
	padding: 4px;
}
#breadcrumb * {
	color: #e5eef8;
}
#content {
	background: #e5eef8 url(header_content.png) no-repeat;
	padding: 20px;
	line-height: 1.6;
}
#content2 {
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
}
#footer2 {
	background: url(footer_content.png) no-repeat;
	padding-top: 10px;
	font-size: 80%;
	text-align: center;
	color: white;
}
#footer2 a {
	color: white;
}
#footer {
	background: url(footer.png) no-repeat;
	width: 610px;
	height: 5px;
	margin: auto;
}
#contactform input {
	width: 80%;
}
#contactform textarea {
	height: 200px;
	width: 100%;
}
#contactform td {
	vertical-align: top;
}
.ajaxSearch_highlight, .ajaxSearch_highlight1 {
	background: yellow;
}
.ajaxSearch_resultLink {
	font-weight: bold;
}
.ajaxSearch_result {
	margin-top: 10px;
}
.filedownload {
	padding-left: 10px;
}
.filedownload div {
	color: #666;
/*	display: block;*/
	font-size: 80%;
}
.filedownload img {
	vertical-align: middle;
}
#contactform .error {
	color: red;
}
#contactform .message {
	color: green;
}
.blogentry {
	margin-top: 16px;
}
.blogentry .blogcontent {
	border: 1px solid #efefef;
	padding: 5px;
	background-color: white;
}
.blogentry .nl_info {
	font-size: 90%;
}
ul.linklist {
/*	border: 1px solid #e4edf7;*/
	list-style-type: none;
	padding: 0px;
}
ul.linklist li {
	display: block;
	border-bottom: 1px solid #bfd6f1;
}
ul.linklist li a {
	display: block;
	overflow: hidden;
	padding: 3px;
	min-height: 40px;
}
ul.linklist li a:hover {
	background-color: #bfd6f1;
	background-image: url(linklistbg.png);
	background-position: top;
	background-repeat: repeat-x;
	/*border: 1px solid #bfd6f1;*/
}
ul.linklist li a img {
	display: inline;
	float: right;
}
ul.linklist li a span {
	display: block;
	float: left;
	padding: 8px;
}

