/* CSS Document */ 

/*#####*/
/* Dette er en test */
.albumTittel{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:bold;
	color: #A1B06F;
	height: 25px;
}
/*#####*/
/* Dette er en test */
table.tableRamme{

}
/*#####*/
/* Dette er en test */
tr.albumBildeMorkLinje{
	
}
/*#####*/
/* Dette er en test */
tr.albumBildeLysLinje{
	
}
/*#####*/
/* Dette er en test */
.albumBildeLinker{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5D6775;
	padding : 10px, 0px, 0px, 0px;
}
/*#####*/
/* Dette er en test */
.albumBildeText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5D6775;
	padding : 10px, 0px, 0px, 0px;
}
/*#####*/
/* Dette er en test */
#albumBildeRamme{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
/*#####*/
/* Dette er en test */
.albuText{
	border: 1px solid #ffffff;
	width: 100%;
	padding: 0,10,0,10;
}
/*#####*/

