
/* CSS Document */

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

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

	a {
		color:#610000;
		text-decoration:underline;
	}
	a:hover {
		color: #800000;
		text-decoration:underline;

	}
	
	a:active {
		text-decoration:inherit;

	}
	
	a:hover {
		text-decoration:inherit;

	}

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

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

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

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

#top {
	width: 950px;
	height:120px;
}
#menu {
	width:950px;
	float:left;
	padding-left:20px;
    background: url(/img/structure/menu.gif) no-repeat;
	height:46px;
}
	.menu-item {
		height:39px;
		color:#faf7ff;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:12px;
		line-height:46px;
		float:left;
		margin-bottom:5px;
		text-indent:0px;
		text-align:center;
		display:block;
	}
#header {
	float:left;
    width:950px;
    height:312px;
    background: url(/img/structure/header_bg.png) no-repeat center #f4f4f4;
}
	#header-img {
        width:889px;
        height:250px;
        background: url(/img/structure/header/1.jpg) no-repeat;
        margin:25px;
        float:left;
        border: 5px solid #c60014;
	}
#main {
	height:auto;
    overflow:hidden;
    background: #f4f4f4;
}
#small-column {
	width: 190px;
	float:right;
    margin-top:10px;
    margin-right:15px;
}
	div#sub-menu {
		width:190px;
        overflow:hidden;
        height:auto;
	}	
		#sub-menu-head {
			background: url(/img/small_box/_top.png) no-repeat top left;
			height:26px;
			color:#faf7ff;
            font-size:12px;
            line-height:26px;
            text-indent:10px;
            font-weight: bold;
			width:190px;
            float:left;
            
		}
		#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:#610000;
			}
			

#wide-column {
	float:left;
	width: 715px;
	height:auto;
	overflow:hidden;
	margin-top:10px;
    margin-left:15px;	
}

#page-container-top {
	background: url(/img/big_box/_top.png) no-repeat top left transparent;
	height:26px;
}
	#page-container-top-head {
        
    }
        #page-head {
            color:#faf7ff;
            font-size:12px;
            line-height:26px;
            text-indent: 10px;
        }
#page-container {
	width: 715px;
	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;
		background: #fff;
		font-size:12px;
		line-height:20px;
	}
		
	.news-text {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:20px;
		text-align:left;
		text-indent:0px;
		float:left;
	}
	.news-head {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight: bold;
		line-height:20px;
		text-align:justify;
		text-indent:0px;
		color: #5b0000;
	}
#page-container-bottom {
	background: url(/img/big_box/bottom.png) no-repeat top left transparent;
	height:5px;
    margin-bottok:15px;
}

#footer {
	width: 950px;
	margin-top:10px;
	text-align:center;
    float:left;
    clear:both;
    color: #E2E2E2;
}


#divider {
	width:10px;
	height:46px;
	background: url(/img/colorthemes//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;
}
