/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Lucida Sans Unicode, Trebuchet MS, Arial, sans-serif;
	color: #000;
	background-color: #000;
	background-image:url(../images/background/backgroundgreen.gif);
	}
a {

	color:  #000;

	text-decoration:underline;
	}
a:visited {
	color: #000;
	}
a:active {
	color:  #000;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* .*/



.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
	
	
	
	
#top {
	margin: 0px 0px 0px 0px;
	height: 118px; 
	}

	
	
#left {
	position: absolute;
	left: 10px;
	margin:20px;
	width: 200px;
	background-image: url(images/mix/suggameny.gif);	
	}

#middle {
	margin: 0px 0px 0px 250px;
	width: 460px;
	height:470px;
	padding: 20px;
	background-image:url(../images/background/mainruta2.gif);
	background-repeat: no-repeat;
	}
	
#middletext {
	margin: 0px 0px 0px 20px;
	width: 380px;
	

	}

#middlebottom {
position: absolute;
	top: 608px;
	width: 227px;
	left: 418px;
	
	}


	
#right {
	position: absolute;
	top: 0px;

	
	width: 300px;
	left: 714px;
	height: 787px;
	}

	
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
	
	/* menyn */
	ul, li { /* using a list for menu */
list-style-type: none;  /* cleaning up the list */
margin:0px;
padding:0px;
}

ul {
position: absolute; /* positionning for IE5 et IE5.5 */
top: 0px;
background: transparent url(../images/mix/suggameny.gif) top left no-repeat; /* general background for the menu */
height: 402px;
width: 189px;
}

li a{
	position:absolute;
	display:block;
	width:195px;
	height:29px;
	text-decoration:none;
	top: 318px;
	background-image: url(images/mix/suggameny.gif);
	
}
li a:hover {
background: transparent url(../images/mix/suggameny.gif) top left no-repeat;
}

#menu1 {
top:31px; 
}

#menu2 {
top:68px;
}

#menu3 {
top:105px;
}

#menu4 {
top:140px;
}

#menu5 {
top:172px;
}

#menu6 {
top:207px;
}

#menu7 {
top:237px;
}

#menu8 {
top:318px;
}

#menu1:hover {
background-position: 0% -432px; /* move of background for each button */
}

a#menu2:hover {
background-position: 0% -469px;
}

a#menu3:hover {
background-position: 0% -506px;
}

a#menu4:hover {
background-position: 0% -541px;
}

a#menu5:hover {
background-position: 0% -573px;
}

a#menu6:hover {
background-position: 0% -608px;
}
a#menu7:hover {
background-position: 0% -638px;
}
a#menu8:hover {
background-position: 0% -719px;
}
	
			/*  scrollbar */

	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:360px;
		height:300px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:340px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
	
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		font-family: Lucida Sans Unicode, Trebuchet MS, Arial, sans-serif;
		font-size: 12px;
		line-height:130%;
		color: #333;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:300px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:260px;	/* Total height - 40 pixels */
	
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:50px;
		background-color:#838e3e;
		position:absolute;	
		top:11px;
		left:-1px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
	
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		
	}

	

