body {
	background-image: url('images/background');
	background-repeat: repeat;
	background-color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #1778a1;
}

#bodytable {
	background-color: #fafeff; 
	border: 1px solid #105370;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	border-bottom: 1px solid #1778a1;
	font-size: 22px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}

p {
	margin: 0px;	
	padding-left: 5px;
	padding-right: 5px;
}

a, a:visited {
	text-decoration: none;
	color: #ff9d11;
}

a:hover, a:active {
	text-decoration: underline;
}

ul {
	padding-left:20px;
	margin:0px;
}

hr {
	border: none;
	border-bottom: 1px solid #1778a1;
}

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}

td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

th {
	padding-left: 10px;
	padding-right: 10px;
}

.menu {
	color: white;
	background-color: #1778a1;
	line-height: 22px;
	/*white-space: nowrap;*/
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	width: 177px;
	margin: 0px;
	border: none;
	border-right: 1px solid #105370;
}

.menu a, .menu a:visited  {
	background-image: url('buttons/button');
	background-repeat: no-repeat; 
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	float: none;
	width: 130px;
}

.menu a:hover, .menu a:active {
	background-image: url('buttons/button_a');
}

.menu h1 {
	border-bottom: none;
	font-weight: normal;
	font-size: 18px; 
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

#banner {
	background-image: url('images/banner');
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #105370;
	padding: 0px;
	padding-left: 5px;
	padding-top: 5px;
	table-layout: fixed;
	overflow: hidden;
}

#banner .bar {
	float: left;
	position: relative;
	top: 2px;

} 

#banner .logo {
	position: relative;
	top: 10px;
	left: 10px;
} 


#banner a, #banner a:visited {
	background-image: url('buttons/button');	
	background-repeat: no-repeat;
	color: white;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;	
	padding-bottom: 3px;
	display: block;	
	float : left;
	width : 130px;
	/*position: relative;
	top: 4px;
	left: 161px;*/
}

#banner a:hover, #banner a:active {
	background-image: url('buttons/button_a');
}


#pagina {
	/*background-image: url('images/pageback');*/
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	/*Een hele nare oplossing om in IE de tabellen goed te krijgen*/
	width: 100%;
}
#pagina h1 {
	margin-top: 15px;
	background-image: url('images/emblem-favorite_24x24');
	background-repeat: no-repeat;
	padding-left: 28px;
}

#pagina img {
	vertical-align: text-bottom;
	border-style: none;
	vertical-align: text-bottom;
	position:relative;
	top: -1px;

}

#pagina .itemtable td {
	vertical-align: bottom;
	font-size: 15px;
	font-weight: bold;
}

#pagina .itemtable tr:hover {
	background-color: #EEFAFF;
}

#pagina .itemtable a {
	color: #1778a1;
}

#footer {
	color: white;
	text-align: left;
	vertical-align: bottom;
	background-image: url('buttons/barmiddle');
	background-position: top left;
	background-repeat: repeat-x;
	height: 20px;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	border: none;
}

.note, .warning, .error, .working {
	background-position: 5px 1px;
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 13px;
	margin: 5px;
}

.note {
	border: 1px solid #338833;
	background-color: #EEFFEE;
	color: #005500;
	background-image: url(images/note_16x16);
}

.note a, .note a:hover, .note a:visited {
	color: #005500;
}

.warning {
	border: 1px solid #FFAA00;
	background-color: #FFFFAA;
	color: #550000;
	background-image: url(images/warning_16x16);
}

.warning a, .warning a:hover, .warning a:visited {
	color: #550000;
}

.error {
	border: 1px solid #EE3333;
	background-color: #FFEEEE;
	color: #AA0000;
	background-image: url(images/error_16x16);
}

.error a, .error a:hover, .error a:visited {
	color: #AA0000;
}

.working {
        border: 1px solid #FFAA00;
        background-color: #FFFFAA;
        color: #550000;
        background-image: url(images/working_16x16);
}

.working a, .working a:hover, .working a:visited {
        color: #550000;
}



