/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image:url(img/bg.gif);
	background-position:top center;

}
a, a:visited, a:active{
	color:#3994D7;
	text-decoration:none;
	
}
a:hover{
	color:#86BDE6;
}
.headtable{
	width:100%;
	text-align:center;
	background-image:url(img/headbg.gif);
	background-position:top center;
}
.head{
	width:760px;
	height:222px;
	background-image:url(img/head.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:bottom;
}
#menu{
	padding:0;
	padding-bottom:6px;
	margin:0;
	font-size:1px;
}

.maintable{
	width:100%;
	text-align:center;
	
}

.bottom{
	width:760px;
	height:5px;
	font-size:1px;
	background-image:url(img/bottombgf.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
.content{
	width:760px;
	background-image:url(img/main_bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#main_text{
	font-size:11px;
	color:#636363;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px 25px 20px 25px;
	text-align:left;
}
#main_text table{
	/*width:680px;*/
	font-size:11px;
	color:#636363;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
.contentable{
	width:710px;
}
#bottom_text{
	font-size:11px;
	color:#055CB2;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
h3{
	font-size:14px;
	font-weight:bold;
}

.reftable{
	width:660px;
	text-align:center;
	background-color:#E1DFDF;
	margin-left:15px;
	margin-bottom:50px;
}
.reftable img{
	border:2px solid #EFEFEF;
}
.reftext{
	padding-top:10px;
	text-align:left;
	background-color:#FFFFFF;
}
.refname{
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;

}
.refspacer{
	font-size:1px;
	height:2px;
	background-color:#FFFFFF;
}

.newstable{
	margin-top:20px;
	width:290px;
	border: 1px solid #c3ccd4;
}
.newshead{
	height:27px;
	background-image:url(img/nyheterhead.gif);
	background-repeat:repeat-x;
}
.newscontent{
	height:200px;
	width:270px;
	background-image:url(img/nyheterbg.gif);
	background-repeat:repeat-x;
	background-color:#f3f4f7;
	font-size:11px;
	padding-top:10px;
}
.newspost{
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:15px;
	font-size:11px;
}
.datum{
	font-size:10px;
	font-weight:bold;
}
#newsbox{
	height:200px;
	width:300px;
	overflow: auto;
	/*
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color:  #FAF45D; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; */
	SCROLLBAR-FACE-COLOR: #d0d3d9; /*dragknappen*/
	SCROLLBAR-HIGHLIGHT-COLOR: #d0d3d9; /*dragknappen*/
	SCROLLBAR-3DLIGHT-COLOR: #e4e5e7; /*bakgrund*/
	SCROLLBAR-ARROW-COLOR: #a5a598; /*pilarna*/
	SCROLLBAR-TRACK-COLOR: #e4e5e7; /*bakgrund*/
	SCROLLBAR-DARKSHADOW-COLOR: #e4e5e7; /*bakgrund*/
	SCROLLBAR-SHADOW-COLOR: #d0d3d9; /*dragknappen*/
}

