/* GENERAL STYLES */
#banner{
	width: 738px;
	background-image: url(/template/pix/top_bg.jpg);
	padding-top: 18px;
	padding-right: 12px;
	padding-left: 30px;
}

#content{
	margin: 0 auto;
	width: 780px;
	background-image: url(/template/pix/middle_bg.jpg);
}


body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 12px; */
	font-size: 9pt;
	/*font-height:16px; */
	background-color: #f8f8f8;
}
h1 {
	margin: 5px 0 0 0;
	font-family: "Trebuchet MS";
	color: #585959;
	font-size: 18px;
}




/* a{
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444A9B;
}


 a:hover{
	color: #444A9B;
	text-decoration: underline;
	
	
	*/
	
/* Top Menu */

#meny{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        float: right;
	border-top: solid 1px;
	border-top-color: #A6958B;
	}



#meny ul{
	display: inline;
	margin: 0 0 0 0;
	list-style: none;
       padding: 0px 0px 0px 0px}

#meny li{
	display: inline;

}
#meny a{
	float: left;
	margin-left: 0;
	height: 16px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	width: auto;
	margin-bottom: 5px;
	font-size: 13px;
	font-family: "Trebuchet MS";
	text-transform: none;
	background-image: url(/template/Images/meny_dot.gif);
	background-repeat: no-repeat;
	background-position: center left;
	border-right: solid 1px #678990;
	padding: 0px 5px 0px 5px;
	margin-top: 10px;
	color: #666666;
}
#meny a:link{
	color: #666666;
}

#meny a:hover{
	color: #333333;
	border-top: #830038;
	
   }
#meny #current  a {
	color: #333333;
	border-top: #830038;
}	

#meny a#last {
	border-right: solid 1px #fff;
   }
#menytop{
	height:33px;
	background-repeat: repeat-x;
	width: 750px;
	padding-right: 20px;
	border-top-color: #666666;
}	

#right {
	float:right;
	z-index:1;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 2px;
	padding-right: 27px;
        width:334px;}
#left {
	float:left;
	width:375px;
	z-index:1;
	
	background-repeat: no-repeat;
	background-image: url(/template/pix/lef_shadow.jpg);
	background-position: top right;
	margin-top: 17px;
	padding-left: 27px;
}



.Textfield_pic {
	width: 355px;
	background-image: url(/template/pix/pic_middle.jpg);
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-repeat: repeat-y;
        
}
.Textfield_pic_Text {
	width: 355px;
	background-image: url(/template/pix/pic_middle.jpg);
	padding: 10px;
	overflow: hidden;
	height: 265px;
	background-repeat: repeat-y;
}

 .Textfield_pic_bottom {
	height: 10px;
	width: 375px;
	background-image: url(/template/pix/pic_bottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-position: left bottom;
   }
  .Textfield_pic_top {
	height: 10px;
	width: 375px;
	background-image: url(/template/pix/pic_top.jpg);
	background-repeat: no-repeat;
}  

.Textfield_picrf {
	width: 335px;
	background-image: url(/template/pix/pic_middle_rf.jpg);
	padding: 10px;
}

 .Textfield_pic_bottomrf {
	height: 10px;
	width: 355px;
	background-image: url(/template/pix/pic_bottomrf.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
   }
  .Textfield_pic_toprf {
	height: 10px;
	width: 355px;
	background-image: url(/template/pix/pic_toprf.jpg);
	background-repeat: no-repeat;
}  



#clear{
	clear:both;
}

.clear{
	clear:both;
}


#Newsfield {
	width: 190px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	padding-bottom: 10px;
	float: left;
}




#Newsfieldpic{
	width:146px;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 0px;
	font-size: 10px;
	padding-bottom: 10px;
	float: left;
}



#footer{
	background-image: url(/template/pix/roundcornerbg.jpg);
	float: right;
	width: 726px;
	text-align: right;
	padding: 27px;
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: bottom;
	padding-bottom: 20px;
	font-size: 10px;
}


#border{
	border-top: solid 1px;
	border-top-color: #E6E4E5;
	padding-top: 10px;

}

/*
	Scroll 
	*/


p{
		margin-top:0px;
		margin-bottom:12px;
	}

	#dhtmlgoodies_scrolldiv{
	/* The total width of the scrolling div including scrollbar */
	width:350px;
	height:370px;	/* The height of the scrolling div */
	}

	#scrolldiv_parentContainer{
	width:350px;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	border:1px solid #ffffff;
	float:left;
	position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 0px;
		position:relative;
		color: #585959;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:520px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:520px;	/* Total height - 40 pixels */
		border:1px solid #ffffff;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		/* background-color:#BC8FBD; */
		background-color:#ffffff;			
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/

	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:6px;
		border:1px solid #ffffff;
		color: #ffffff;
		text-align:center;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
#score_it{
	clear:both;
	margin: 0px auto;
	width:992px;
	color: #999999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 2px;
        margin-top: 2px}

#score_it a {
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#score_it a:hover {
	text-decoration: none;
	color: #333333;
}

/* EDITOR PROPERTIES */
