/* sånt som ligger i de olika sidorna 
Textstyles
Länkstyles
Bildstyles 
mm
*/


#text{
	font-family: tahoma ,trebuchet ms, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;		
	line-height: 150%;
}

/* för texten i menyn*/
#menyText{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: white;			
}

/* så att länkar i menyn inte blir fula */
a:link, a:visited, a:active{
	cursor: hand;
	color: white;
	text-decoration: none;
	}

.Rubrik {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-transform: uppercase;			
	line-height: 150% ;
} 

.RubrikGron {
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, garamond, serif; 
   font-size: 28px;
	color: #989e6c;
	line-height:120%;
}


a:link, a:visited, a:active {
	color: black;
	background-color: #cfd6c2;
	text-decoration : none;
	padding: 0 5 0 5;
}

u{
	color: white;
	background-color: black;
	text-decoration : none;
	padding: 0 5 0 5;
}

a:hover {
	color: white;
	background-color: #9aa882;
	text-decoration : none;
}

#PicRight {
	position:absolute;
	visibility:visible;
	width: 200px;
	height:293px;
	z-index:1;
	right: 3px;
	top: 3px;
}

/* bakgrunden och inställningar för bilder... bilder skall beskäras 300x300 px */ 

#bildBG {
    background-image: url(../images/bild_bg.png);
	 background-attachment: fixed;
	 background-position: center;
	 background-repeat: no-repeat;
	 width: 232px;
	 height: 260px;
	 display: block;
	 position: relative;
}

#bild {
	height: 200px;
	width: 200px;
	position: relative;
	top: 27px;
	left: 14px;	 
}
