body
{
	background-image:url(img/dragan_bgk.jpg);
	background-repeat:no-repeat;
	background-color:#B49D8C;
	margin:0;
	padding:0;
}

img
{
	border:0px;
}

div#fader
{
position:absolute;
top:0px;
left:0px;

width:100%;
height:100%;
text-align:left;
    background-color:#eeeeee;

 filter:alpha(opacity=0);
-moz-opacity:.0;
     opacity:0.0;
	 z-index:-1;
}

div#fader2
{
position:absolute;
top:0px;
left:0px;

width:100%;
height:100%;
text-align:left;
    background-color:#eeeeee;

 filter:alpha(opacity=50);
-moz-opacity:.5;
     opacity:0.5;
	 z-index:-1;
}

div#flash
{
	border:0px solid green;
	float:right;
	clear:left;
	width:800px;
	margin-right:175px;
}

div#page
{
/*	
	border:0px solid blue;
	margin-right:274px;
	margin-top:20px;
	float:right;
	text-align:left;
	clear:right;
	width:620px;
	overflow:auto;
	height:400px;
	*/
}

scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #FFFFFF;
}


#content
{
	position:relative;
	border:0px solid red;
	width:100%;
	margin:0;
	z-index:100;
}

span.menu_bok
{
	border:1px solid red;
	background-color:#B49D8C;
}

span.menu_bok a
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:650px;
		height:400px;	/* The height of the scrolling div */

	border:0px solid red;
	margin-right:274px;
	margin-top:20px;
	float:right;
	text-align:left;
	clear:right;


	}
	#scrolldiv_parentContainer{
		width:620px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:0px solid #BC8FBD;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		/*
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.9em;
		line-height:130%;
		color: #333;*/
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:500px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:460px;	/* Total height - 40 pixels */
		border:1px solid #000000;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		background-color:#ff0000;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
