a 		{text-decoration: underline}
a:link 		{color:#FF9900}
a:active 	{color:#FF9900}
a:visited	{color:#FFFFFF}
a:hover		{color:#90c8fb; text-decoration:none}


html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#E8EBF0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
	
}

#Site{
	position: relative;
	width: 800px;
	float:left;
	background-color:#FFFFFF;
	border-right: 1px solid #004C93;
}

#SiteHeader{
	position:relative;
	width: 100%;
}
#SiteHeaderLinks{
	position:relative;
	margin:5px 10px 10px 5px;
}
#SiteHeaderMenu{
	position:absolute;
	top: 59px;
	left:0px;
	background-image: url(http://www.goleif.dk/files/80/Background.gif);
	background-position: right;
}
.SiteHeaderMenuItem{
	position:relative;
	float:left;
	height:18px;
	padding: 4px 4px 4px 7px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
}

.SiteHeaderMenuItemActive{
	position:relative;
	float:left;
	height:21px;
	width:93px;
	padding: 8px 7px 0px 7px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	
	background-image: url(http://www.goleif.dk/files/80/Active.gif);
	background-repeat: no-repeat;
	
	text-transform: uppercase;
	text-align:center;
}

.SiteHeaderMenuItem A{
	text-decoration: none;
	color:white;
}

.SiteHeaderMenuItemActive A{
	text-decoration: none;
	color:#F1690F;
}

.rubrik{
	font-family: "Trebuchet MS";
	color: #f7680a;
	font-weight: bold;
	font-size:14px;
}

.Fields	{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #C6D6E4;
	color: #000000;
	text-decoration: none;
	border: solid 1px #000000;
}
