/*länkar*/    

a.meny:link           {color: #808080; text-decoration: none}
a.meny:visited        {color: #808080; text-decoration: none}
a.meny:hover          {color: #000000;text-decoration: underline}






/*grund*/         

body  {
	text-align:center;
	font-family: verdana;
	margin:0;
	padding:0;
	height:100%;
	overflow:auto;
	background-attachment: fixed; 
	background-image: url("bilder/bg.gif");
	color : #808080;
}
         
        
         
img {
        border:0;
}         
         








/*yta*/         


#vityta  {
         text-align:left;
	 position: relative;
	 top: 0px;
	 left: 0px;
	 margin: 0px;
	 padding: 0px;
         width:800px; height:875px;
         background-color: #FFFFFF; 
}



#logotype  {
        position: absolute;
        top:0; left:0px;
}



#top_image  {
        position: absolute;
        top:17; left:0px;
}



#rightmenu  {
        position: absolute;
        top:307; left:22px;
        width:250px; height:565px;
        background-color: #DCDCDC; 
        
}


#content  {
        text-align:left;
	font-family : Verdana,Arial;
	color : #808080;
        position: absolute;
        left:275px;
        top:307px;
        width:520px;
        height:500px;
        padding: 15px 10px 10px 15px;
        background-color: #FFFFFF; 
}








/*style*/         


.text  {
	font-size : 12px;
	font-family : Verdana,Arial;
	color : #808080;
}


.formular  {
	width : 250px;
	overflow:auto;
}
	


.menyfont  {
	font-size : 13px;
	font-family : Verdana;
	color : #FFFFFF;
	font-weight : bold;
	line-height: 20px
}

