
body {
	font: 100%/2.0em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#000;
	/*margin:20px;*/
	margin:10px 30px 20px 30px;
	line-height:20px;

}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
	background:#fff;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	background-color: #ffffff;
	margin:1px;
/*	padding:20px;*/
	padding:2px;
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font:300% Arial;
	color:#333;
	padding:20px 5px 0px 10px;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	
}

#header h1 a:hover {
	color:#111;
	border-bottom:2px solid #79B5D6;
}

#header h2 {
	font:150% Arial;
	color:#333;
	padding:16px 0 0 0;
	border:none;
}

#header h2 a {
	color:#333;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h2 a:hover {
	color:#333;
	border-bottom:2px solid #323232;
}

#header #nav {
	clear:both;
	background:url(../billeder/nav.jpg) top repeat-x #006699;
	border-bottom:2px solid #006699;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
//	padding:10px 10px 10px 0 !important;
	padding:1px 0px 10px 0px;
}

html>body #header #nav {
	padding:4px 0px 10px 0px; //ikke for IE
}

#header a em {
	font-style:normal;
}

#header #nav a {
	color:#fff;
	font:120% Trebuchet MS;
	text-decoration:none;
	padding:5px 10px 14px 10px; //
}

#header #nav a:hover {
	background:#006699;
}

#header #nav a.active {
	background:#006699;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:10px -7px 10px 0px;
}

#header #subnav {
	background:#006699;
	padding:5px 20px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #006699;
}

#header #subnav a:hover {
	color:#99ccff;
}

#header #subnav a.active {

	color:#99ccff;
	font-weight:bold;
}


#sidebar {
	background:#333;
	width:250px;
	padding:10px 20px 20px 20px;
	float:left;
	color:#ccc;
	border-top:2px solid #000;
	border-bottom:10px solid #000;
}

#sidebar h2 {
	font:160% Arial;
	color:#999;
	margin:10px 0 10px 0;
	border:none;
}

#sidebar h3 {
	color:#FF8040;
	font:90% Verdana;
	font-weight:bold;
	letter-spacing:2px;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	background:#323232;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:70% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar a.moreleft {
	color:#ccc;
	display:block;
	text-align:left;
	font:70% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#99ccff;
}

#sidebar .subnav {
	border-top:1px solid #2C2C2C;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #2C2C2C;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#99ccff;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#2c2c2c;
	border:1px solid #222222;
	color:#ccc;
	font:90% Verdana;
	width:190px;
}

#sidebarright {
	width:200px;
	float:right;
	padding:10px 0 0 20px;
}

/*
#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}
*/

#sidebarright h2 {
	font:140% Arial;
	color:#333;
	margin:10px 0;
	border:none;
}


#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}


#sidebarright ul li {
	margin:5px 0;
}

/*
#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}
*/
/*
#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}
*/

#content {
	margin:0 210px 0 300px;
	background-color: #ffffff;
	padding:20px 0 0 2px;
	text-align:justify;
}

#content ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}

#content ul span {
	color:#444;
}

#contentnorightbar {
	margin:0 0 0 300px;
	background-color: #ffffff;
	padding:20px 50px 0 2px;
	text-align:justify;
}

#contentprint {
	margin:0 0 0 0px;
	padding:10px 0 0 20px;
}

p {
	margin:15px 0;
	line-height:20px;
}

h1 {
	font:250% Arial;
	color:#666666;
	/*border-bottom:2px solid #f6f6f6;*/
	text-align:left;
}

h2 {
	font:190% Arial;
	color:#666666;
	/*border-bottom:2px solid #f6f6f6;*/
	text-align:left;
}

h2 a {
	color:#666666;
	text-decoration:none;
}

h2 a:hover {
	color:#999999;
}


#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}


#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	//border-top:1px solid #eee;
	//border-bottom:1px solid #eee;
	color:#000000;
}

#contentprint ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}

#contentnorightbar ul span {
	//color:#444;
}

#contentprint ul span {
	color:#444;
}


img {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;
}


form {
	padding:10px;
	border:1px solid #f6f6f6;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	padding:4px;
	border:2px solid #ccc;
	font:90% Verdana;
	color:#000;
}

#noborder {
	padding:4px;
	border:0px solid #ffffff;
	font:90% Verdana;
	color:#000;
}

textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:2px solid #ccc;
	height:200px;
	display:block;
	color:#000;
}

p img {
	float:left;
	margin:0 10px 0 0;
}
p img.right {
	float:right;
	margin:0 0 0 10px;
}

.img {
	float:right;
	margin:0 10px 0 0;
}
.logo {
	float:left;
	padding: 1px, 3px, 1px, 1px;
	background:none;
	border:0px;
}

a.knap1 {
	float:right;
	background:#ffffff;
	color:#006699;
	font:90% Trebuchet MS;
	text-decoration:none;
	border-bottom:2px solid #006699;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:2px 10px 2px 10px;
	margin-left:20px;
	margin-right:20px;
}

a.knap1:hover {
	background:#388CBA;
}

input.knap1 {
	float:right;
	background:#ffffff;
	color:#006699;
	font:70% Trebuchet MS;
	text-decoration:none;
	border-bottom:2px solid #006699;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:2px 10px 2px 10px;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}
table.simpel1 {
	margin-left:20px;
	margin-bottom:20px;
	padding-left:1px;
	border-style:solid;
	border-width:3px;
	border-color:#FF8040;
	vertical-align:top;
	top:0px;
	float:right;
}
td.simpel1 {	
	vertical-align:top;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
}
tr.simpel1 {	
	vertical-align:top;
}
p.simpel1 {	
	vertical-align:top;
	border-style:solid;
	border-width:3px;
	border-color:#FF8040;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
}