/** override default styles **/

html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #8D837D;
}

table, tr, td {
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size: 12px;
	color: #8D837D;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #f06722;
}
/** pagina opbouw (in maindesign-start en maindesign-end) **/
#fullpagetable {
	width: 100%;
}

#logocell {
	text-align: right; 
	padding: 10px 323px 10px 0px; /* padding-right = #contenttable width - deel van het logo dat boven de content komt */
}

#fullpagecontentrow {
	background: #FFFFFF url(../images/background.jpg) repeat-x top;
}

#menucell {
	padding: 137px 0px 0px 0px; /* padding-top =  hoogte oranje balk + 15px */
	width: 50%;
}

#sideimagecell {
	padding: 0px;
	width: 50%;
}
#sideimagebottom {
	width: 251px;
	padding-top: 12px; 
}

/** opmaak menu **/
.menu {
	list-style-type: none;
	text-align: right;
	padding:0px;
	margin:0px;
}

.menu li{
	padding: 0px 0px 5px 0px;
}

.menu a {
	background: url(../images/arrow.jpg) no-repeat top left;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

.menu .trail a, .menu strong a {
	color: #8D837D;
	font-weight: normal;
	background: url(../images/arrowgrey.jpg) no-repeat top left;
}
#logout{
	float: right;
	width: auto;
	text-decoration: none;
	background: url(../images/arrow.jpg) no-repeat top left;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px; 
}

/** Opmaak content **/
#contenttable {
	width: 440px;
}

#header {
	height: 110px; /* hoogte is hoogte oranje balk */
	color: #FFFFFF;
	font-weight:bold;
	vertical-align: bottom;
	padding: 0px 20px;
	margin: 12px 0px;
	font-size: 25px;
}

#content {
	padding: 25px 0px;
}

#contentdiv{
	padding: 0px 20px;
	height: 352px;
	overflow: auto;
}

#content table{
	padding: 0px;
	margin: 0px;
}

#content table.withborder{
	border:1px solid #8D837D;
	border-collapse:collapse;
}
#content table.withborder td{
	padding: 3px;
}

#content p{
	padding: 0px;
	margin: 0px 0px 14px 0px;
}

#content p.header{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}

#content p.subheader{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}

a.button {
	display: block;
	width: 105px;
	height: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/button.jpg) no-repeat;
	padding: 4px 8px;
	margin:0px;
}

a.button:active{
	background: url(../images/buttondown.jpg) no-repeat;	
}

a.filelink {
	color: #000000;
	text-decoration: none;
}

a.filelink:hover, a.filelink:active{
	color: #f06722;
	text-decoration: underline;
}

a.filelink:focus {
	text-decoration: underline;
}

.file {
	width: 100%;
	padding: 2px 0px;
}

.fileimage {
	padding: 0px 10px 0px 0px;
}

.filename {
	font-weight: bold;
}

.popupbox {
	border:1px solid #8D837D;
	border-collapse:collapse;
}
.popupbox td {
	padding: 3px;
	text-align: left;
}
