/* CSS Document */



body {
	margin:0 auto 0 auto;
	width:100%;
	background:#fff url(bg.gif) repeat-x;
	font-family:Trebuchet ms,Arial,Helvetica;
	font-size:0.75em;
}



#wrapper {
	width: 800px;
	margin: 10px auto 10px;
	background: transperant;
	overflow:hidden;
	min-height:600px;
}
#leftcolumn {
	width: 600px;
	margin: 10px 0px 10px 0;
	padding-right: 10px;
	background: transperant;
	border-right: dotted 1px #333;
	float:left;
}
#rightcolumn {
	width: 160px;
	margin: 20px 0 0 10px;
	background: transperant;
	float:left;
	height:500px;
}

#top {
	font: bold 2em Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height:60px;
	padding: 10px;


}



#footer {
	float: left;
	width: 100%;
	text-align:center;
	background: #000;
	color:#555;
	border:none;
	padding: 10px 0 10px 0;
	font-weight: normal;
	
}

/*---------------- meny ------------*/

#menu {
	width: 100%;
	height:44px;
	background:#333 url(navbg.gif) no-repeat;

}

ul {
	color:#fff;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

li {
	font-size:1.33em;
	list-style:none;
	line-height:41px;
	float: left;
	text-decoration:none;
	color:#fff;
}
li.active a {
	background:transparent url(menuactive.gif) repeat-x scroll 0%;
}
li a {
	text-decoration:none;
	color:#fff;
	padding:0pt 10px;
	float:left;
}

li a:hover {
	text-decoration:none;
	color:#fff;
}

h1 {
	font-size:1.8em;
	font-weight: normal;
	color:#333333;	
	margin: 20px 10px 10px 10px;
}

h2 {
	font-size:1.4em;
	font-weight: normal;
	color:#333333;	
	margin: 10px 10px 10px 10px;
}
.header, h2 {
	font-size:1.66em;
	font-weight: normal;
	width:90%;
	display:block;
	color:#000;
	margin: 10px 10px 10px 10px;
}

p 	{
	margin: 10px 10px 10px 10px;
	color:#6E6D6D;
}

copyright {
	font-size:0.8em;
	font-weight: normal;
	color:#ddd;	
}
copyright a {
	color:#eee;	
}
copyright a:hover {
	color:#fff;	
	text-decoration:none;
}

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

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