		/*allmänna inställningar*/	
		body {
		background-color: #50D070;
		scrollbar-face-color: #30b060;
		scrollbar-base-color: #20a050;
		scrollbar-highlight-color: #20a050;
		scrollbar-shadow-color: #20a050; 
		scrollbar-3dlight-color: #30b060;
		scrollbar-arrow-color: #204030; 
		scrollbar-track-border: #204030;
		scrollbar-darkshadow-color: #058535;
		}
		
		/*menyinställningar*/
		li.lang{
		list-style-type: none;
		margin-left: 5px;
		color: #FFF;
		}
		#menu {
		width: 160px; 
		margin-left: 5px;		
		font-size: 15px;
		text-align: left;
		} 
		#menu a {
		display: block; 
		width: auto; 
		height: 25px; 
		padding: 5px 0 5px 10px;
		}
		#menu a:link {
		color: #FFF; 
		background: url("../graphic/meny/1.gif") no-repeat;
		}
		#menu a:visited {
		color: #FFF; 
		background: url("../graphic/meny/1.gif") no-repeat;
		}
		#menu a:hover {
		color: #000; 
		background: url("../graphic/meny/2.gif") no-repeat;
		}
		#menu a:active {
		color: #008030;
		background: url("../graphic/meny/3.gif") no-repeat;
		}
		.time {
		color: #FFF;
		font-size: 13px;
		margin-left: 10px;
		text-align: left;
		}
		
		/*containers och boxar*/
		.container {
		width: 903px;
		height: 566px;
		table-layout: fixed;
		background-color: #30B060;
		margin: 0 auto;
		margin-top: 1em;
		overflow: hidden;
		}
		#copy{
		width: 903px;
		height: 15px;
		table-layout: fixed;
		background-color: #50D070;
		margin: auto auto;
		overflow: hidden;
		clear: both;
		}
		#copy div.copy-left, div.copy-right{
		display: inline;
		background-color: #50D070;
		overflow: hidden;
		font-size: 11px;
		}
		#copy a{font-size: 11px; text-decoration: none; }
		#copy .copy-left{float: left;}
		#copy .copy-right{float: right;}
		#copy a:link {color: #fff;}
		#copy a:visited {color: #fff;}
		#copy a:hover {color: #000;}
		#copy a:active {color: #008030;}

		.header {
		clear: both;
		width: 901px;
		height: 105px;
		border: 1px solid #252;
		border-top: 0;
		background: url("../graphic/top.gif");
		background-color: #109040;
		table-layout: fixed;
		overflow: hidden;
		}
		.menu {
		float: left;
		width: 169px;
		height: 450px;
        border: 1px solid #252;
        border-top: 0;
        border-bottom: 0;
		background-color: #109040;
		overflow-x: hidden;
		}
		#visa {
		float: right;
		width: 719px;
		height: 440px;
		border-right: 1px solid #252;
		background-color: #30b060;
		padding: 5px;
		table-layout: fixed;
		overflow: hidden;
		}		
		/*runda hörn*/
		.round {
		clear: both;
		background-color: #50D070;
		table-layout: fixed;
		width: 903px;
		}
		.r1 {
		height: 1px; 
		overflow: hidden; 
		background: #30b040;
		margin: 0 5px; 		
		}
		.r2 {
		height: 1px; 
		overflow: hidden; 
		background: #20A050;
		margin: 0 3px;
		}
		.r3 {
		height: 1px; 
		overflow: hidden; 
		background: #109040;
		margin: 0 2px; 
		}
		.r4 {
		height: 2px; 
		overflow: hidden; 
		background: #008030;
		margin: 0 1px;
		}