
/*_____Generelt for alt i BODY-sektionen:____________________________________________________*/
body
{  
  font-family: Verdana, Tahoma;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  font-weight: none;

}


/*_____speciel formatering for text:__________________________________________________________*/
p
{
  font-family: Verdana, Tahoma;
  color: #000000;
  font-weight: none;
  font-size: 9px;
  text-decoration: none;}
  
.menu {  
  font-family: Times Roman;
  font-size: 14px;
  color: #000000;
  font-weight: bold; }
  
  .menuchosen {  
  font-family: Times Roman;
  font-size: 14px;
  color: #25507a;
  font-weight: bold; }
  
  

/*_____Links:__________________________________________________________________________________*/

a:link		{color: #000000; font-size: 11px; font-weight: none; text-decoration: none; }
a:visited	{color: #000000; font-size: 11px; font-weight: none; text-decoration: none; }
a:active	{color: #000000; font-size: 11px; font-weight: none; text-decoration: underline; }
a:hover		{color: #000099; font-size: 11px; font-weight: none; text-decoration: underline; }


/*_____Tabeller:__________________________________________________________________________________*/	

	TD {
	font-family: Verdana, Tahoma;
	font-size: 11px;   
	color: #000000;
  	text-decoration: none; }
	
	TH {
	font-family: Verdana, Tahoma;
	font-size: 11px; 
	color: #000000;
  	text-decoration: none; }
	
.tabel        { cursor: hand; background-color: #DFE6F2; text-decoration: none }	
.tabelhover   { cursor: hand; background-color: #C6B8A4; text-decoration: none }


/*_____Formularer:______________________________________________________________________________*/

Input {
	border-style: solid;
	border-width: 1;
	border-bottom: 1px solid solid;
	border-left: Black 1px solid;
	border-right: Black 1px solid;
	border-top: Black 1px solid;
	color: Black;
	font-family: Verdana, Tahoma;
	font-size:  11px;
    Background-color: #DFE6F2; }
	
Textarea {
	border-style: solid;
	border-width: 1;
	border-bottom: 1px solid solid;
	border-left: Black 1px solid;
	border-right: Black 1px solid;
	border-top: Black 1px solid;
	color: Black;
	font-family: Verdana, Tahoma;
	font-size:  11px;
    Background-color: #DFE6F2; }

.Knapper {
  	background-color : #DFE6F2;    
  	border : 1px solid black; 
  	font-family: Verdana, Tahoma;
  	font-size: 11px; 
  	cursor: hand;}
	
.clear {
	border-style: none;
	border-width: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	color: none;
    Background-color: #ffffff;}
	
.ex {  
  font-family: Verdana, Tahoma;
  font-size: 9px;
  color: #000000;
  text-decoration: none;
  font-weight: none; }

tr.line {
  border-style: solid;
  border-width: 2px solid black; }


.ALL
{
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right:1px solid #336699;
	border-top: 1px solid #336699;
}
