#mainDiv { 
	overflow: auto;
	height: 350px; 
	width: 498px;
}
#rightDiv { 
	overflow: auto;
	height: 350px; 
	width: 248px;
}

div.hr {
	border-top: 1px solid #1D559F;
}
div.hr80 {
	border-top: 1px solid #1D559F;
	width: 80%;
}
 
/* 
 * Tekst 
 */

/* Stndaard tekst */
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;  /* 14 is default voor 11px font */
	color: #000000;
	text-decoration: none;
}

/* Kop tekst */
.kop1 {
	font-size: 13px;
	font-weight: bold;
	color: #1D559F;
	line-height: 30px;
}

.kop2 {
	font-size: 12px;
	font-weight: bold;
	color: #1D559F;
}
.boldcolored {
	font-weight: bold;
	color: #990000;
}

/*
 * Links
 */
a {
	color: #1D559F;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.newslink {
	color: #999999;
}

a.newslink:hover {
	color: #000000;
	text-decoration: underline;
}
a.portletkoplink {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	/* background-color: #1D559F; */
}
a.portletkoplink:hover {
	color: #990000;
	text-decoration: none;
}

/* 
 * Forms 
 */
select {
	border-width: 1px;
	border-color: #7BAFDE;
	border-style: solid;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
}
input {
	border-width: 1px;
	border-color: #7BAFDE;
	border-style: solid;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
}
input.image {
	border: 0px solid #ffffff;
	border-width: 0px;
	
}
input.hidden {
	border-width: 0px;
}
textarea {
	border-width: 1px;
	border-color: #7BAFDE;
	border-style: solid;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
}

/* 
 * Portlets 
 * Links voor de portlets worden in de 
 * links sectie gespecificeerd
 */
.portletkop {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	border-bottom: 1px solid #1D559F;
	/* background-color: #305364; */
}
.portletcontainer {
	border-width: 1px;
	/* background-color: #bcd1e2; */
	background-color: #D4EFFC;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #1D559F;
	border-right: 1px solid #1D559F;
	border-style: solid;
}
