BODY { 
font-family: Tahoma, Verdana, Serif; 
font-size: 2;
color: #008000;
scrollbar-arrow-color: white;
scrollbar-3dlight-color: #5C5C5C;
scrollbar-highlight-color: #ECF9EC;
scrollbar-face-color: #006400;
scrollbar-shadow-color: white;
scrollbar-darkshadow-color: #006806;
/* scrollbar-track-color: #B6E5CB;*/
/*
background: #FFFFFF; 
background-color: #FFFFFF; 
background-image: url(http://www.tand.au.dk/billeder/interface/baggrund.gif; 
background-repeat: repeat; 
background-position: center center*/
} 

.defaultfont { 
font-family: Tahoma; 
font-size: 12; 
color: #008000; }

.phpdig { 
	font-family: Tahoma; 
	font-size: 12; 
	color: #CC9900;
	FONT-WEIGHT: bold; }

A
{
	color: #CC9900;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
A:hover
{
    COLOR: #CC6600;
    TEXT-DECORATION: underline;
		cursor: pointer;
}
/*A {
	text-decoration: none;
	color:#CC9900;
	font-family: Tahoma, Verdana, sans-serif;
}

A:hover {
	text-decoration: underline;
	color:#CC6600;
	font-family: Tahoma, Verdana, sans-serif;
}

A:visited {
	text-decoration: underline;
	color:#CC9900;
	font-family: Tahoma, Verdana, sans-serif;

} 
*/
H1 {
	font-size: 14pt;
	color:#008000;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	line-height: 100%;


}

H2 {
font-family: Tahoma, Verdana, sans-serif;
font-size: 140%;
color:#008000;
}

H3 {
font-family: Tahoma, Verdana, sans-serif;
font-size: 120%;
color:#008000;
}

.pindent15 {
	position: relative;
	left: 15px;
}

.pindent20 {
	position: relative;
	left: 30px;
}

.pindent25 {
	position: relative;
	left: 55px;
}

.h1black {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14pt;
	line-height: 100%;
	font-weight: normal;
	color: #000000;
}
.h1red {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14pt;
	line-height: 100%;
	font-weight: normal;
	color: #E60000;
}

hr {
	height: 1px;
	border: #669966;
}
.red {
	color: #CC0000;
}
.green {
	color: #009900;
}
.pindent15red {
	position: relative;
	left: 15px;
	color: #CC0000;

}

.book-reveal-content
{
	display:none;
		
}
.book-reveal-content2
{
	display:none;
}
.reveal
{
	cursor: pointer;
	text-align: center;
}
.hide
{
	cursor: pointer;
	display:none;
	text-align: center;
}
.book1, .book2, .book3, .book4, .book5, .book6, .book7
{
	display:inline;	
	padding: 2px;
	margin: 5px;
}
.book-text 
{
	display: table-row;
}
.selectedBook
{
	outline: 2px solid green;

}
.selectedBook td 
{
	outline: 2px solid green;
}

/* Kalender jQuery styles */
table#kalender {
	border-bottom: 2px solid green;
	border-collapse:collapse;
}

table#kalender th, table#kalender th ~ td {
	border-top: 2px solid green;
}

table#kalender tr.top th {
	border-top: 0;
}

table#kalender tr th {
	background-color: #CCCCCC;
}

table#kalender tr td {
	border-bottom: 1px solid green;
}

tr.alt td {
	background-color: #FFFFDD;
}

