body, input, form {
	margin:0;
	padding:0;
	} 

body {
	font: 76%/1.2 "Trebuchet MS", Verdana, Arial, sans-serif;
	background:url(../images/bakgr.gif) repeat-x #898989;
	color:#595959;
}

h1, h2, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:.5em 0;
}

h1 {
	font-size: 150%;
	margin:0 0 .5em 0;
	padding:0 0 0 20px;
	text-transform:uppercase;
	background: url(../images/h1-bullet.gif) no-repeat;
	background-position:0 .2em;
	color:#727272;
	}
	
h2 {
	font-size: 130%;
	margin:1em 0 .3em 0;
	text-transform:uppercase;
	color:#727272;
	}
	
h3 {
	font-size: 110%;
	margin:1em 0 0 0;
	text-transform:uppercase;	
	color:#727272;
	}

#logo h1 {

	margin:0;

	padding:0;
	
	background: none;
	
	position:relative;

	}
	
#logo h1 a {
	position:absolute;
	top: 30px;
	left: 30px;
	height:35px;
	width:310px;	
	}

#logo h1 a span {
	text-indent:-6000px;
	display:none;
	}

	
#logo h1 a:hover {
	background:none;
	}	
	
p {
	font-size:110%;
	line-height:1.5;
	color:#595959;
	margin-bottom:1em;
	}
	
ol {
	padding-left:3em;
	line-height:1.5;
	}
	
li {
	color:#595959;
	}
	
#content li {
	font-size:110%;
	}
	
a:link, a:visited {
	color:#595959;
	}	
	
a:hover {
	color:#fff;
	background-color:#595959;
	text-decoration:none;
	}	
	
#outercontainer {
	background-color:#fcf9f1;
	}
	
table.liten-tabell {
	border-collapse:collapse;
	margin:10px 0 20px 0;
	}

table.liten-tabell td {
	border:1px #595959 solid;
	padding:3px;
	margin:0;
	background-color:#fff;		
	}
	
table.liten-tabell th {	
	background-color:#d8e7ec;
	padding:3px;
	border:1px #595959 solid;
	text-align:left;
	}	

/* Sidenav ------------------------------------ */

#sidenav { width: 160px; }

#sidenav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#sidenav a
	{
	display: block;
	padding: 7px;
	width: 117px;
	border-bottom: 2px solid #fff;
	color: #757d80;	
	font-weight:bold;
	}

#sidenav a:link, #sidenav a:visited
{
padding-left: 45px;
color: #757d80;	
text-decoration: none;
}

#sidenav a:hover
{
padding-left: 45px;
background-color: #729bc7;
color: #fff;
}	

#sidenav li
{
background-image: url(../images/menubullet.gif);
background-repeat: no-repeat;
background-position: 2.4em .75em;
}

#sidebarbottom {
	
	margin: 20px 10px 10px 10px;
	
	text-align:center;
	
	color:#757d80;
	
	}
	
#sidebarbottom p {	
	
	font-size: 95%;
	
	font-weight:bold;
	
	line-height: 1.3;
	
	}
	
#sidebarbottom a:link, #sidebarbottom a:visited, #sidebarbottom a:hover  {

	color: #757d80;
	
	background:none;
	
	text-decoration:underline;
	
	}
	
/* Factbox ------------------------------------ */

.factbox {
	
	background-color:#dee8f2;
	
	padding: 20px 20px 1px 20px;
	
	margin: 20px 0;
	
	}
	
.factbox ul, div#content ul {

	list-style-type:none;	

	margin: 0;
	
	padding:0;
	
	}
	
div#content ul {
	margin: 15px 0;	
	}	
	
div#content div.factbox ul {
	margin: 0;
	}

.factbox ul li, div#content ul li {
	background:url(../images/li-bullet.gif) 0 .4em no-repeat;
	padding-left:15px;
	}	

div#content ul li {
	margin: 0 0 5px 0;
	}	
	
div#content .factbox ul li {
	margin: 0 0 15px 0;
	}
	
.factbox p {
	margin:0 0 20px 0;
	padding:0;
	}
	

/* Struktur ----------------------------------- */

#wrapper {
	
	margin:10px auto 0 auto;
	
	width: 90%;
	
/*	max-width: 1000px;	*/
	
	}

#outercontainer {

	background: #fff;
	
/*	width: expression(document.body.clientWidth > 1002? "1000px" : "auto"); */
	
	}
	
#head {
	
	background: url(../images/headbackgr.gif) repeat-x;
	
	height: 133px;
	
	position:relative;
	
	} 

#headcontainer {

	background:url(../images/head.jpg) no-repeat;
	
	height: 133px;
		
	}
	
#sidebar {

	float:left;
	
	background:url(../images/sidebarbackr.gif) repeat-y;	
	
	width:169px;
	
	}
	
#content {

	margin:0 0 0 175px;

	width: auto;
	
	padding: 0 20px 20px 20px;
		
	}	
	
#sidenav ul {

	margin:0;

	padding:0;

	}	
	
#innercontainer {

	background:url(../images/sidebarbackr.gif) repeat-y;
	margin-top:12px;
	
	}
	
/* Footer --------------------------------------- */

#footer {
	
	text-align:center;
	
	margin: 20px 0 0 0;
	
	}
	
/* Diverse -------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

		
