
/*
	Historiska Vaerldar
	Front Page CSS
    skrivet av Stella Danelius
*/


#front {
position: absolute; left: 40px; top: 150px;
		background:url(../img/frontimg.jpg) no-repeat;
			height:338px;
			width:947px;
	display:inline;
	 position: absolute;
}

	#kontakt {
	width:593px;
	margin:340px 60px 0px 320px; 
	padding:0 0px 0 0px;
	 position: absolute; }

	
		.b-index h1 {position: absolute; left: 145px; top: 50px; width: 302px; height: 101px; 
	text-indent: -9999px; overflow: hidden; background: url(../img/frontheader.jpg) no-repeat; }
	
	
/********************************************************************/
/* -- top menu -- */

	#frontmenu ul {margin:0; padding:0;}
	#frontmenu li {display: inline;}
	
	#frontmenu li a:link, #frontmenu li a:visited {display: block; position: absolute; top: 0; text-indent: -9000px;}
	
	
	  #frontmenu li.linkForum a:link, #frontmenu li.linkForum a:visited {width: 72px; height: 26px; position: absolute; top: 140px; left: 52px; background:transparent url(../img/frontm_forum.jpg) no-repeat 0 0;}

	
	  #frontmenu li.linkDrakter a:link, #frontmenu li.linkDrakter a:visited {width: 72px; height: 26px; position: absolute; top: 188px; left: 72px; background:transparent 
url(../img/frontm_drakter.jpg) no-repeat 0 0;}
	
	  #frontmenu li.linkRitn a:link, #frontmenu li.linkRitn a:visited {width: 152px; height: 26px; position: absolute; top: 235px; left: 103px; background:transparent 
url(../img/frontm_mater.jpg) no-repeat 0 0;}
	
	  #frontmenu li.linkOmhv a:link, #frontmenu li.linkOmhv a:visited {width: 174px; height: 26px; position: absolute; top: 279px; left: 134px; background:transparent 
url(../img/frontm_omhistv.jpg) no-repeat 0 0;}
	 


/********************************************************************/
/* --menu hovers -- */
		
		#frontmenu a#item1 {background:transparent url(../img/frontm_forumo.jpg) -122px -1px no-repeat;}
		
	 #frontmenu li.linkForum a:hover {background: url(../img/frontm_forumo.jpg) no-repeat;}
	
	  #frontmenu li.linkDrakter a:hover {background: url(../img/frontm_draktero.jpg) no-repeat -0px 0px;}
	
	  #frontmenu li.linkRitn a:hover {background: url(../img/frontm_matero.jpg) no-repeat -0px -0px;}
	
	  #frontmenu li.linkOmhv a:hover {background: url(../img/frontm_omhistvo.jpg) no-repeat -0px -0px;}
	
	
	
	#fronttxt {position: absolute; left: 181px; top: 81px; width: 382px; height: auto;  }
	
	
	
