/* CSS Document */
/* Dette dokument er lavet af Per Jørgensen - PBJ IT & Webdesign */

html {
	scrollbar-face-color: #D0D0FF; 
	scrollbar-arrow-color: #202066;
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #000ADF; 
	scrollbar-3dlight-color: #000000; 
}

.body {
	font-family: Trebuchet MS, sans-serif, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	color: #000000;	
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.preformatted {
	font-family:Terminal;
	font-size: 10px;
	font-style: normal;
	color: #000000;	
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.header {
	font-family: Trebuchet MS, sans-serif, Arial, Helvetica;
	font-size: 18px;
	font-style: normal;
	font: bold;
	color: #000000;	
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-decoration: underline;
	}	
	
.headred {
	font-family: Trebuchet MS, sans-serif, Arial, Helvetica;
	font-size: 18px;
	font-style: normal;
	font: bold;
	color: #FF0000;	
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	}	
	
a:link {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: oblique;
	color: #00000F;
}

a:visited {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style:oblique;
	color: #00000F;
}

a:hover {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: oblique;
	color: #00000F;	
}
/*---------------------------------------------------------------------------*/
/* Linksiderne
/*---------------------------------------------------------------------------*/
alinks:link {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-style: oblique;
	color: #00000F;
}

alinks:visited {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-style:oblique;
	color: #00000F;
}

alinks:hover {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-style: oblique;
	color: #00000F;	
}
/*---------------------------------------------------------------------------*/
/* Bund linien                                                               */
/*---------------------------------------------------------------------------*/
 a.bottom:link {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #FFFFFF;
}

a.bottom:visited {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #FFFFFF;
}

a.bottom:hover {
	font-family: Trebuchet MS;
	font-size:9px;
	color: #FFFFFF;	
}

.bund {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #FFFFFF;	
}

/*---------------------------------------------------------------------------*/
/* EXTRA BUTTONS                                                             */
/*---------------------------------------------------------------------------*/
.cell_on {
	font-family: Calligraphic;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../images/Knapper/menuin.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	cursor: pointer;
}

.cell_off {
	font-family: Calligraphic;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../images/Knapper/menuout.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	padding: 0px;
	cursor: pointer;
}



