body{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mastertable{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
/*	border-right: 1px solid #00215B; just looks shit */
}
#header{
/*	background-color: #D7D7D7; looks shit with the logo */
	vertical-align: top;
}
#navispalte{
	background-color: #D7D7D7;
	width: 200px; /*	border-right: 1px solid #00215B; */
	vertical-align: top;
	padding-top: 15px;
}	
#navizelle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00215B;
	font-size: 12px;
	border-bottom: 1px solid Black;
	/* padding-left: 3px; */
}
#content{
	background-color: #ffffff;	
	/* jj530 at york.ac.uk */
	width: 80%;
	/*width: 780px;*/
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#footer{
	background-color : #00215B;
	height: 16px;
}

a.word{    
	padding-left: 18px;
    background: url(../img/word.html) no-repeat;
    background-position:0px 0px;

}
a.pdf{     
	padding-left: 18px;
    background: url(../img/pdf.html) no-repeat;
    background-position:0px 0px;
}

a.extern{
	padding-left: 15px;
    background: url(../img/nav_extern.html) no-repeat;
    background-position:0px 0px;
}
a.de{
	padding-left: 28px;
    background: url(../img/de.html) no-repeat;
    background-position:0px 2px;
}
a.en{
	padding-left: 28px;
    background: url(../img/en.html) no-repeat;
    background-position:0px 2px;
}
a.email{
	padding-left: 28px;
    background: url(../img/e-mail.html) no-repeat;
    background-position:0px 0px;
}
a.excel{
	padding-left: 28px;
    background: url(../img/excel.html) no-repeat;
    background-position:0px 0px;
}
