html {
	
 

  background: white url(BILLEDER/baggrund/baggrund0.jpg);
  background-repeat: repeat;


}







body, div, td, th, h2, h3, h4, p { /* redundant rules for bad browsers  */  
	
	color: #222222;
	
}  



a { color: #000000; }
a:hover { color: #FF0000; }
a:active { color: #000000; }
a:visited { color: #000000; }









h1 {
	
	color: #222222;
	border-bottom: 1px dotted #222222;
        border-top: 1px dotted #222222;
	
}



h2 {
	
	color: #444444;
	
}



h3 {
	
	color: #222222;
	
}

#main {
	text-align: justify;
	border: 1px solid #123;
	background: #FFFFFF;
	clear: both;
	margin-top: -1px;
 background: white url(BILLEDER/baggrund/aniboots.jpg);
  background-repeat: no-repeat;

}



     


#topbar {
	
	font-family: trebuchet ms,verdana,sans-serif;
	font-weight: bold;
	font-size: 200%;
	color: #222222;


}



/*///////////// Tabs Code ////////////*/



#tabs span {
	
	background: #222222;
	
	color: #FFFFFF;
}

#tabs a {
	
	background: #666666;  
	color: #FFFFFF;
	
}

#tabs a:hover {
	background: #444444;
	
	
}



