
/* CSS Document */

/* BG-light:  #fffce7*/
/* BG-dark:  #f0dea2*/
/* Border and text color: #651702*/
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */

body {
	margin:0px;
	padding:0px;
	background: url(/img/structure/bg.png) #f4e7d4 repeat-x;
}
body, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #222222;

}

	a {
		color:#575447;
		text-decoration:none;
	}
	a:hover {
		color: #3b3930;
		text-decoration:none;

	}
	
	a:active {
		text-decoration:inherit;

	}
	
	a:hover {
		text-decoration:inherit;

	}

h2 {
padding:0px;
margin:0px;
}

#page-content img {
border: 10px solid #F8F4E0;
}

.Brodtext{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#3b3930;
}

.Rubrik{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#3b3930;
font-weight: bold;
}

#wrapper {
	margin:0px auto;
	width: 942px;
	height:auto;
	overflow:hidden;
}

#top {
	width: 950px;
	height:30px;
}
#menu {
	height:37px;
	width:950px;
	padding:0px;
	margin:0px;
	background: url(/img/structure/menu/categories-bg.gif) repeat-x;
	float:left;
}

	#menu div.first {
		float:left;
	}
	#menu div.menu-item {
		float:left;
		background:transparent;
	}
	#menu div.menu-item a {
		padding-left:18px;
		padding-right:18px;
		background:transparent;
	}
	#menu div.menu-item a:hover {
		background:transparent url(/img/structure/arrow.gif) no-repeat scroll center top;
	}
	#menu div.menu-item-selected a {
		background:transparent url(/img/structure/arrow.gif) no-repeat scroll center top;
	}
	
	#menu div.menu-item:hover {
		float:left;
		background: url(/img/structure/menu/categories-bg-h.gif) repeat-x;
	}
	#menu div.last {
		float:right;
	}
	#menu div#divider {
		background: url(/img/structure/menu/categories-line.gif) no-repeat center;
		height:37px;
		float:left;
		width:2px;
	}
	
	.menu-item {
		height:39px;
		color:#faf7ff;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:12px;
		line-height:42px;
		float:left;
		margin-bottom:5px;
		text-indent:0px;
		text-align:center;
		display:block;
	}
#header {
	float:left;
    width:950px;
    height:272px;
    
}
	#header-img {
        width:889px;
        height:215px;
        background: url(/img/structure/header/header.jpg) no-repeat;
        margin:20px;
        float:left;
        border: 10px solid #F8F4E0;
	}
#main {
	height:auto;
    overflow:hidden;
    background:  url(/img/structure/content-bg.gif) no-repeat #FFFFFF;
}
#small-column {
	width: 190px;
	float:right;
    margin-right:20px;
}
	div#sub-menu {
		width:190px;
        overflow:hidden;
        height:auto;
	}	
		#sub-menu-head {
			background: url(/img/structure/heading-bg.gif) repeat-x top left transparent;
			height:26px;
			width:190px;
            float:left;
			color:#575447;
            font-size:12px;
            line-height:26px;
            text-indent: 10px;
			font-weight:bold;
            
		}
		#sub-menu-content {
			background: url(/img/small_box/middle.png) repeat-y top left;
			height:auto;
			width:190px;
			overflow:hidden;
            float:left;
            clear:both;
			
		}
		#sub-menu-bottom {
			background: url(/img/small_box/bottom.png) no-repeat bottom left;
			width: 190px;
            height:5px;
            float:left;
            clear:both;
            margin-bottok:15px;
		}
		
		ul#sub-menu {
			margin-left:0px;
			padding-left:0px;
			text-indent:15px;
			line-height:30px;
			width:170px;
		}
		li.sub-menu-item {
			display:block;
			width:170px;
			float:left;
			clear:both;
			color:#000;
			font-weight:bold;
		}
			li.sub-menu-item a {
				color:#810000;
				/*color:#ff7c00;*/
			}
				
			li.selected a{
				color:#575447;
			}
			

#wide-column {
	float:left;
	width: 705px;
	height:auto;
	overflow:hidden;
    margin-left:20px;	
}
	#wide-column-row {
        float:left;
        width: 725px;
        height:auto;
        overflow:hidden;
        margin-bottom:15px;
    }

#page-container-top {
	background: url(/img/structure/heading-bg.gif) repeat-x top left transparent;
	height:26px;

}
	#page-container-top-head {
        line-height:26px;
    }
        #page-head {
			height:26px;
			width:190px;
            float:left;
			color:#575447;
            font-size:12px;
            line-height:26px;
            text-indent: 10px;
			font-weight:bold;
        }
#page-container {
	width: 705px;
	margin: 0px;
	height:auto;
	overflow:hidden;
	background: url(/img/big_box/middle.png) repeat-y top left transparent;
}
	#page-content {
		width: 665px;
		margin-left:30px;
		height:auto;overflow:hidden;
		font-size:12px;
		line-height:20px;
	}
		
	.news-text {
		font-size:12px;
		line-height:20px;
		text-align:left;
		text-indent:0px;
		float:left;
	}
	.news-head {
		height:26px;
		width:190px;
		float:left;
		color:#575447;
		font-size:12px;
		line-height:26px;
		text-indent: 10px;
		font-weight:bold;
	}
#page-container-bottom {
	background: url(/img/big_box/bottom.png) no-repeat top left transparent;
	height:5px;
    margin-bottok:15px;
}

#footer {
	width: 950px;
	height:29px;
	text-align:center;
    float:left;
    clear:both;
    color: #faf7ff;
	background: url(/img/structure/bottom.gif) no-repeat top left transparent;
	line-height:29px;
	margin-bottom:20px;
}

/*
#divider {
	width:10px;
	height:46px;
	background: url(/img/structure/divider.png) center no-repeat;
	display:block;
	float:left;
	margin-left:10px;
	margin-right:10px;
}*/

.Stor{
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#faf7ff !important;
	text-indent:0px;
	line-height:22px;
}
.Liten{
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#faf7ff !important;
	text-indent:0px;
	line-height:20px;
}

.news-list-head {
	color:#6e37b6;
	/*color:#ff7c00;*/
	font-weight:bold;
}
.news-list-head a {
	color:#810000;
	font-size:11px;
}

input {
	border: 1px solid #666256;
	background: url(/img/structure/input.png) repeat-x #FFFFFF;
}

.news-img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;

float:left;
margin-bottom:5px;
margin-right:12px;
margin-top:5px;
}