/*kod för förstasidan, bildspel*/

#imageContainer {
	height:246px; /*286, 326*/
	opacity: 0.9;
	
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/*slut kod för förstasidan*/

body {
	color: #B5BAA4; /*E6EDD1*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10.5px; /*10px*/ 
	font-weight: normal;
	background-color: #441D16; /*E6EDD1*/
	}
	
#wrapper {
	position:relative;
	left:0px;
	top:10px; /*14px, 48px*/
	width:834px; /*834*/
	margin: 0px auto;
	
	z-index:1;
	
}
#head {
	position:relative;
	
	/*width:880px;*/
	height:78px;
	padding-bottom: 2px;
	z-index:1;
	
}
#menu {
	position:relative;
	width: 1000px;
	left: -80px;
	font-size: 10.5px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px; /*32px*/
	z-index:1;
	
}

#fp_main {
	position:relative;
	background-color: #311F18; 
	z-index:1;
	}

#main {
	position:relative;
	/*width:877px;*/
	background-color: #311F18; 
	background-image: url(pics/bgtile2.gif);
	/*background-repeat: repeat-y;*/
	padding-bottom: 24px;
	z-index:1;
	
	/*background-image: url(pics/firstpage_top.png), url(pics/firstpage_bottom.png);
	background-repeat: no-repeat;
	background-position: top center, bottom center;*/
	
	}

.contentwrapper
{
/*text-align: justify;*/
/*border: 1px solid #009900;*/
padding-left: 270px;
width: 540px;
line-height: 140%;
}



.content
{
padding: 14px;
}


.leftcolumn
{
position: absolute;
width: 240px;
top: 16px;
left: 20px;
}

.leftcolumn_nb
{
position: absolute;
width: 340px;
top: 16px;
left: 20px;
}



.contentwrapper_nb
{
/*text-align: justify;*/
/*border: 1px solid #009900;*/
padding-left: 370px;
width: 440px;
line-height: 140%;
}


.nb_number
{
    color: #B5BAA4;
	font-size: 16px; 
	}


.puff_topp
{
position: relative;
height: 12px;
width: 240px;
background-image: url(pics/puff_topp.gif);
background-repeat: no-repeat;
}

.puff_center
{
position: relative;
padding-left: 8px;
padding-right: 2px;
background-image: url(pics/puff_center.gif);
background-repeat: repeat-y;
}

.puff_bottom
{
position: relative;
height: 12px;
width: 240px;
background-image: url(pics/puff_bottom.gif);
background-repeat: no-repeat;
}




#footer {
	position:relative;
	top: 11px; /*34*/
	color: #979797;
	text-align: center;
	padding-bottom: 14px;
	clear: both;
	z-index:1;
	
}



.rubrik
{
color: #996e3b; /*996e3, 66482F, 945103,efefef, 682119*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px; /*13px;*/
	font-weight: bold;

}

.ingress
{
color: #826954; /*624D3B, 66553F, bcbcbc*/
font-weight: bold;
font-size: 12px; 
}

.smalltext {
	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8px; /*10px*/ 
	font-weight: normal;
	}
	
.super {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8px; 
	vertical-align: super;
	}	
	 
	.lowercase {
	text-transform:lowercase;
	}
	

.block
{
display: block;
}

input, textarea
{
/*border: 2px solid #222222;*/
background-color: #E6EDD1;
}

ul.square
{
list-style-image: url(pics/listitem.gif);
line-height: 150%;
}





a.men:link {color: #979797; text-decoration: none}
a.men:visited {color: #979797; text-decoration: none}
a.men:hover {color: #666666; text-decoration: none}
a.men:active {color: #979797; text-decoration: none}

a:link {color: #979797; text-decoration: none} /*979797*/
a:visited {color: #969062; text-decoration: none} /*979797*/
a:hover {color: #666666; text-decoration: underline}
a:active {color: #979797; text-decoration: none}


