@charset "utf-8";
/* CSS Document */

a:active  { color: black; text-decoration: bold}
a:link  { color: black; text-decoration: none }
a:visited  { color: black; text-decoration: none }
a:hover  { color: black; text-decoration: none }

.class_billedtekst { 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.class_tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px;
}
.class_tekst a:active  { color: gray; text-decoration: bold}
.class_tekst a:link  { color: gray; text-decoration: none }
.class_tekst a:visited  { color: gray; text-decoration: none }
.class_tekst a:hover  { color: gray; text-decoration: underline }

.class_footer_right  {
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding-right: 10px; 
}
.class_footer_left  {
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding-left: 10px; 
}
.background_tabel {
	border: solid 1px gray;
	background-image :url('billeder/baggrund.jpg');
}
.background_side {
	background-image :url('billeder/baggrund.jpg');
}
