<style type="text/css">


/* >>>>> Page Styles <<<<< */

html, body {margin: 0; padding: 0; font-size: 100%; }

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #dbdbdb;
	margin-top: 0px;
	margin-right: 125px;
	margin-bottom: 0px;
	margin-left: 0px;
}

pre {
	margin: 0 0 0 10px;
	padding-top: 8px;
	font-family: Verdana, sans-serif;
	font-size: 95%;
	font-weight: normal; }

p {margin: 0; padding: 8px 7px 0 10px; }

strong {font-weight: bold; color: #000000; }
	
pre strong {color: #000; }

.alignright  {margin: 0; padding: 1em 10px 2.5em 0; text-align: right; }

.small {font-size: .9em; color: #771464; }

.alignright strong {color: #771464; font-weight: bold; }

.decoration {float: right; margin: 0.5em 1em 3px 3px; position: relative; } /*** for IE6 ***/

html[xmlns] .decoration {margin: 0 1em 0 0; } /*** Moz put the image too low ***/

.kudos {
	margin-top: 3em; 
	border-top: 3px double #233622; 
	border-bottom: 3px double #233622;
	padding-bottom: 5px; }


/* *****>>>>> Demo Styles <<<<<***** */

/*** The #header div has a static position and a background image ***/

#header {
	background-image: url(../img/hedder.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	top: 0px;
	background-color: #f6d478;
	height: 120px;
} /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 
.flytvanster {
	clear: left;
	float: left;
	margin-left: 3px;
}

.flythoger {
	clear: right;
	float: right;
}

#header h2 {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-right: 7px;
	margin-left: 7px;
}
#header h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 0px;
	padding-top: 30px;
}




#leftbox {
	left: 0px;
	color: #000;
	background-image: url(../img/bakgvanster.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 210px;
	background-color: #dbdbdb;
	text-decoration: none;
	position: absolute;
	margin-bottom: 0px;
	height: 880px;
	min-height: 880px;
	max-height: 2000px;
}

#container {
	margin-left: 215px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-color: #dbdbdb;
	height: 85%;
	padding-right: 15px;
}

#navmenu {
	border: 1px solid #000;
	border-width: 1px 0;
	position: relative;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin-top: 5px;
	text-decoration: none;
} /*** IE6 needs this to display the div ***/  


/* Hide from IE5-Mac \*/
* html #navmenu {height: 1%;}
/* end hide *//*** This hack will make IE5-win display the background color for the nav ***/

#navmenu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 1.2em; }

#navmenu ul li {
  	font-weight: bold;
  	display: block;
  	float: left;
  	position: relative; /*** IE6 needs this to display the links ***/
	padding: 1px 0;
	margin: 3px 0;
	width: 10em;  
	border-right: 2px solid #000; }

#navmenu ul li.first {
	margin-left: 0; 
	list-style: none; }

#navmenu ul li.last {
	border-right: none; }

#navmenu a {
	padding: 3px 0;
	color: #000;
	text-decoration: none;
} 

#navmenu a:hover {
	color: #000099;
	background-color: #FFCC66;
}

#navclear {
  	display: block;
	clear: both; }

html>body .left {margin-left: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	float: right;
	margin-right: 10px;
	width: 45%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #e8e8e8;
	margin-left: 0px;
	border: thin solid #333333;
	background-image: url(../bakgrund.gif);
	background-repeat: repeat;
}



html>body .right {margin-right: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.clear {
	clear: both;
	margin: 0;
	padding: 0; }

#contents {
	background-color: #233622;
	margin: 8px 149px 5px 10px;
	/*margin-right: 149px;
	margin-left: 10px;*/
	color: #eef7e2;
	padding: 3px 3px 15px 3px;
	position: relative; } /*** IE6 needs this to display the div ***/
#space {
	margin-bottom: 0px;
	position: relative;
	visibility: hidden;
	height: 1px;
	width: 1px;
	bottom: 1px;
	left: 20px;
}

