/*@import url(general.php); */
@import url(projects.css);
@import url(sponsorship.css);

@import url(page-navigator.css);
@import url(menus.css);

<style type="text/css">

body { 
	/*
	background:url(/_img/main_bg.jpg);
	*/
	bgcolor: #FFFFFF;
    margin-top:0px;
	margin:inherit;
}

td {
	font-family: Verdana;
	font-size: 11px;
}

input {
	font-family: Verdana;
	font-size: 11px;
	color: #5D5D5D;
	background-color:#ffffff;
	border: 1px solid #28a9e0;
}

button {
	font-family: verdana;
	font-size: 11px;
	color: #5D5D5D;
	background-color:#ffffff;
	border: 1px solid #28a9e0;
}
	
select {
	font-family: verdana;
	font-size: 11px;
	color: #5D5D5D;
	background-color:#ffffff;
	border: 1px solid #28a9e0;
}

textarea {
	font-family: verdana;
	font-size: 11px;
	color: #5D5D5D;
	background-color:#ffffff;
	border: 1px solid #28a9e0;
}

.header {
	font-family: Verdana;
	color: #28A9E0;
	font-size: 16px;
}

#main input {
	font-family: verdana;
	font-size: 11px;
	color: #5D5D5D;
	vertical-align:middle;
	background-color:#ffffff;
	border: 1px solid #28a9e0;
	height: 17px;
}
#main select {
	font-family: verdana;
	font-size: 11px;
	color: #5D5D5D;
	vertical-align:middle;
	background-color:#ffffff;
	border: 1px solid #28a9e0;
	height: 17px;
}

#main div.button a {
	display: block;
	float: left;
	border: 1px solid #e2ecf1;
	color: #666;
	background: url(/_img/button_go.png);
	height:20px;
	width:20px;
	vertical-align: middle;
	text-decoration: none;
	margin-bottom: 5px;
}

#main div.button a:hover {
	border-left: 1px solid #e2ecf1;
	border-top: 1px solid #e2ecf1;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #cCC;
	background: url(/_img/button_go.png);
	color: #0B55C4;
	margin-bottom: 5px;
	cursor:default;
}

#main .underline {
	text-decoration: none; 
	font-weight:normal;
	font-family:Arial;
	font-size:10px;
	padding: 0px 0px 1px 0px;
	width:auto;
	border-bottom: 1px dotted #067ACC;
	margin-bottom: 1px;
	cursor:default;
	color:#46b6e8;
}
#main img  { padding: 0px 0; margin: 0 auto; }

.tdpadd0 { 
	padding: 0px 0px 0px 0px;
}
.trpadd1 { 
	padding: 1px 1px 1px 1px;
}

.blueline { 
	width:99%;
	align:center;
	size:1px;
	color:#067aac;
}
.banner-right {
	float:right;
	background:#CCCCCC;
	height:174px;
	width:100%;
}
.banner-left {
	float:left;
	background-image:url(/_img/<?=$domain?>/header.jpg);
	width:757px;
	height:115px; /*169 backup*/
	/*
	border:#00CC00;
	border-left: 1px #00CC00 solid;
	border-right: 1px #00CC00 solid;
	border-top: 1px #00CC00 solid;
	border-bottom: 1px #00CC00 solid; 
	*/
	padding: 1px 1px 1px 1px;
	vertical-align:bottom;
	text-align:left;
}

.logo_cbf {
	float:center;
	width:100px;
	height:100px;
	background-image:url(/_img/logo_cbf.jpg);
	background-repeat: no-repeat;
	padding: 1px 1px 1px 1px;
	vertical-align:bottom;
	text-align:left;
}

.imgborder{
	border: 1px solid #27A7E4;
}

a {
color: #28A9E0;
text-decoration: underline;
}

a:hover{
color: #28A9E0;
text-decoration: none;
}

a.news {
color: #27A7E4;
text-decoration: none;
}

a.news:hover{
color: #27A7E4;
text-decoration: underline;
}

a.news-header {
color: #27A7E4;
text-decoration: none;
font-size: 16px;
}

a.news-header:hover{
color: #27A7E4;
text-decoration: underline;
font-size: 16px;
}

/*
	CSS voor Editor styles
*/

.heading-cyaan {
font-family: Verdana;
font-size: 14px;
color: #28A9E0;
}

.heading-black {
font-family: Verdana;
font-size: 14px;
color: #000000;
}

.heading-white {
font-family: Verdana;
font-size: 14px;
color: #ffffff;
}

.border-bottom-cyaan{
border-bottom: 1px #28A9E0 dotted;
}

.border-cyaan{
border: 1px #28A9E0 dotted;
}

.table-head{
background-color: #00aeef;
font-weight: bold;
color: #ffffff;
}

.table-row-white {
border-bottom: 1px solid #cecfce;
}

.table-row-grey {
background-color: #efebef;
border-bottom: 1px solid #cecfce;
}

.balk {
background-color: #067AAC;
}
</style>