a:link 
{
text-decoration:underline;
color: #000000;
background: transparent;
}

a:visited
{
text-decoration:underline;
color: #000000;
background: transparent;
}

a:active 
{
text-decoration: underline;
color: #000000;
background: transparent;
}

a:hover 
{
color: #808080;
background: transparent;
text-decoration: underline;
}

a.nav:link 
{
text-decoration: none;
color: #FFFFFF;
background: transparent;
}

a.nav:visited
{
text-decoration: none;
color: #FFFFFF;
background: transparent;
}
a.nav:active 
{
text-decoration: none;
color: #FFFFFF;
background: transparent;
}

a.nav:hover 
{
color: black;
background: transparent;
text-decoration: none;
}

a.nyt:link 
{
text-decoration: none;
color: #000000;
background: transparent;
}

a.nyt:visited
{
text-decoration: none;
color: #000000;
background: transparent;
}
a.nyt:active 
{
text-decoration: none;
color: #FFFFFF;
background: transparent;
}

a.nyt:hover 
{
color: #FFFFFF;
background: transparent;
text-decoration: none;
}

p
{
text-align:left;
}

body{
text-align:left;
color: #000000;
background-color: #c3c191;
background-image: url(http://www.skoleskibet-danmark.dk/images/gron.gif);
background-position: top left;
background-repeat: repeat-x;
}

body,p,td,ul,ol,dl,blockquote,option,div,caption
{
font-family:'verdana','Arial','ms sans serif';
font-size: 10pt;
}

h1,h2,h3,h4,h5,h6
{
text-align:left;
}
 
table.fed { border: 1px solid #D7D6B4; }
table td.fed { border: 1px solid #D7D6B4; }


hr {
	size: 2px;
	color: #D7D6B4;
}

/* FOTO ALBUM */

.main_img {
	border : 3px solid Black;
}

.thumb {
	border : 2px solid Black;
}


/* Tree */

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: Black;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: Black;
	text-decoration: none;

}
.dtree a.node:visited, .dtree a.nodeSel:visited {
	color: Black;
	text-decoration: none;

}
.dtree a.node:active, .dtree a.nodeSel:active {
	color: Black;
	text-decoration: none;

.dtree .clip {
	overflow: hidden;
}

