@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ECECEC;
	line-height: 20px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container	{
			 margin: 40px auto;
			 width: 930px;
			 }

#leftCL		{
			 float: left;
			 width: 300px;
			 height: 500px;
			 }
#logga		{
			 float: right;
			 width: 200px;		
			 height: 105px;
			 }	 
#mainCL		{
			 float: right;
			 width: 600px;
			 height: 400px;
			 padding-left: 10px;
			 padding-right: 10px;
			 overflow: auto;
			 }
#meny		{
			 width: 930px;
			 height: 55px;
			 background:#000;
			 margin-top: 20px;
			 }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin: 0;
}
.submeny	{
			 font-size: 18px;
			 font-weight: bold;
			 color: #666;
			 }
.submeny a:link	{
				 color: #666;
			/*	color: rgb(104,178,29); */
				}			 
.submeny a:visited	{
				color: rgb(104,178,29);
				}					
.submeny a:active	{
				color: rgb(104,178,29);
				}	
.submeny a:hover	{
				color: #FFF;
				}	
.gron		{
				color: rgb(104,178,29);
				}	
a:link {
	color: #DFDFDF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DFDFDF;
}
a:hover {
	text-decoration: underline;
	color: rgb(104,178,29);
}
a:active {
	text-decoration: none;
	color: #DFDFDF;
}
h1 {
	font-size: 20px;
	color: rgb(104,178,29);
	font-weight: normal;
	margin:0;
}
h2 {
	font-size: 16px;
		font-weight: bold;
	margin:0;
}
h3 {
	font-size: 15px;
		font-weight: bold;
	margin:0;
}
h4 {
	font-size: 14px;
		font-weight: bold;
	margin:0;
}
