/*Hela sidan*/
body{
	margin: 0 auto;
	background-color: #e6dcc3;
}

#page{
	margin:20px auto 0 auto;
	width: 950px;
	height: 600px;	
}
#content{
	position:relative;
	width: 950px;
	height: 600px;
}

/**********************

***     TOPPEN      ***
**********************/


#top{
	position: absolute;
	top: 0px;
	left: 20px;
	clear: both;
	width: 915px;
	height: 60px;	
}

#submenu{
	position: relative;
	top: 0px;
	left: 0px;
	width: 910px;
	height: 20px;
}

#menu{
	position: relative;
	top: 0px;
	left: 0px;
	margin-top:20px;
	width: 915px;
	height: 40px;
	background-image:url(../images/layout/topmenu_bg.gif);
	background-repeat: no-repeat;
}
/**********************
***    INNEHÅLL    ***
**********************/

/*container*/
#textfield{
	position: absolute;
	top: 70px; 
	left: 20px;
	height: 510px; 
	width: 915px;
}

/*vänsterdelen på startsidan*/
#startleft{
	postion:relative;
	top: 0px;
	left: 0px;
	float: left;
	text-align: center;
	width: 615px;
	height: 510px;
}

/*högerdelen på startsidan*/
#startright{
	postion:relative;
	top: 0px;
	float:right;
	width: 275px;
	height: 500px;
	background-image:url(../images/layout/aktuellt_bg.gif);
	background-repeat: no-repeat;
	padding: 5px;
}


/*aktuelltrutan på start*/
#startaktuellt{
	width:272px;
	height:300px;
	overflow-y:scroll;
	overflow-x:hidden;
	margin-bottom:46px;
}


/*vänsterdelen på alla andra sidor*/

#left{
	width: 340px;
	float: left;
	height: 500px;
}

/*röd box*/
#left1{
	width: 170px;
	height: 500px;
	float: left;
	background-image:url(../images/layout/left1_bg.jpg);
	background-repeat: no-repeat;
}

/*beige box*/
#left2{
	width: 170px;
	height: 500px;
	float: left;
	background-image:url(../images/layout/left2_bg.jpg);
	background-repeat: no-repeat;
}

/*undermenyer i beige box*/
#sub1, #sub2, #sub3, #sub4, #sub5, #sub6, #sub7, #sub8, #sub9, #sub10{
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 170px;
}


/*högerdelen på alla andra sidor*/
#right{
	width: 570px;
	float: right;
	height: 500px;
}

/*logga o rubrik*/
#righttop{
	height: 80px;
	background-image:url(../images/layout/logo.gif);
}

/*fält till vänster på innehållet*/
#right1{
	height: 410px;
	width: 280px;
	overflow: auto;
	float: left;
	margin-top: 5px;
}

/*fält till höger på innehållet*/
#right2{
	height: 410px;
	width: 270px;
	overflow: auto;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}


/**********************
***     SIDFOT     ***
**********************/

#footer{
	position: absolute;
	top: 580px;
	left: 20px;
	width: 910px;
	height: 20px;
	border-top: 1px solid #961414;
}


/***********************
***  "POPUP-RUTAN"   ***
***********************/

#merinfo{
	position: absolute;
	left: 340px;
	top: 50px;
	width: 545px;
	height: 420px;
	background-color: #e6dcc3;
	border: 4px solid #961414;
	padding: 10px;
	visibility: hidden;
	overflow: auto;
}

#merinfo #close{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

/******************************
***     ÅTERFÖRSÄLJARE      ***
*******************************/

#sthlm{
	visibility: hidden;
	position: absolute;
	width: 250px;
	height: 400px;
	top: 85px;
	left: 635px;
	overflow: auto;
}



/***********************
***     FORMULÄR      ***
***********************/
fieldset{
	border: 0px;
}

/*ta bort ram runt länkade bilder*/

a img{
	border: 0px;
}


a.glodlampa {
	display:block;
	float: left;
	position:relative;
	top:-30px;left:4px;
	width: 76px;
	height: 74px;
	background: url(../images/glodlampa.png);
}
a.glodlampa:hover {
	background: url(../images/glodlampa-hover.png);
}
a.glodlampa img {
	display: none;
}
a.webb {
	padding: 5px 10px !important;
	float: right;
	background: #b08a35;
	color: #fff !important;
	border: 1px solid #927126;
}
a.webb:hover {
	background: #ccb481;
}
	