body {
	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 79%;
	text-align:center;
	margin:0;
	border-top: 3px solid #AE0D0D;
	padding:20px 0;
	background: #F7F8F9 url(bg.gif) bottom left fixed repeat-x;
}

/* Normal elements               
----------------- */
p {margin: 0px;}
img {border: 0;}
ul {
	padding: 7px 50px 7px 20px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #c00;
}
a:hover {
	text-decoration: underline;
}
acronym {
	border-bottom: 1px red dotted; 
	cursor:help;
}
h1 a { 
	color: #3D4063;
}

/* Wrap, top & breadcrum             
-------------------------- */
#wrap {
	margin: 0 auto; 
	width: 765px !important; 
	width: 767px; 
	text-align: left;
	background-color: white;
	border: 1px solid #8D9BA9;
	padding: 0;
	background: #fff;
	border-bottom: 3px solid #AE0D0D;
}

#top {
	background-image: url(top_bg.png);
	background-repeat: repeat-x;
}

#breadcrum {
	text-align: right;
	padding: 6px 10px;
}
#breadcrum a {
	font-size: 85%;
	color: #3D4063;
}

/* Content               
----------------- */
#content {
	padding: 0px 30px 30px 30px;
	color: #222;
}
#content p {
	line-height: 145%;
	margin: .2em 0 .7em 0;
}
#content h1 {
	margin: 0px 0px 10px 0px;
	font-size: 200%;
	color: #3D4063;
	font-weight: normal; 
}
#content h2 {
	margin: 1em 0 0 0;
	font-size: 135%;
	font-weight: normal; 
	color: #3D4063;
}
#content h2 a {
	color: #3D4063;
	text-decoration: underline;
}
#content h2 a:hover {
	color: #999;
}
#content h3 {
	margin: 0px;
	font-size: 105%;
	color: #3D4063;
}
#content img {
	margin: 1.5em 1em;
}


/* Navigation
----------------- */

#nav {
	padding: 0px 10px;
	height: 27px;
}

#nav {
	background: url(menu-bg-1.gif) #CB8080 repeat-x;
}

ul#nav {
	margin:0;
	padding: 0 10px;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav a {
	text-decoration: none;
	display: block;
	float: left;
	margin: 0;
}
#nav a {
	color: white;
	background: url(menu-left-1.gif) no-repeat left top;
	padding: 0 0 0 6px;
}
#nav #act a {
	background-image: url(menu-left-1-valgt.gif);
	color: black;
}
#nav a span {
	float: left;
	display: block;
	background: url(menu-right-1.gif) no-repeat right top;
	padding: 5px 15px 4px 9px;
}
#nav #act a span {
	background-image: url(menu-right-1-valgt.gif);
}
/* \*/
#nav a span {float:none;}
/*  */

#nav a:hover { background-position:0% -50px;}
#nav a:hover span { background-position: 100% -50px;}

#nav #act a:hover {
	background-position:0% 0px;
}
#nav #act a:hover span {
	background-position: 100% 0px;
}



/*  Sidebar                        
------------------- */

#sidebar {
	margin: 0;
	float: right;
	width: 225px;
	padding: 0 0 20px 0;
	margin-top: -20px;
	font-size: 95%;
}
#sidebar h3 {
	font-size: 100%;
	margin: 20px 0 10px 0;
	background: #ECECF4 url(hbg.jpg) no-repeat;
	color: #222;
	padding: 9px;
}
#sidebar h4 {
	font-size: 100%;
	margin: 0;
	font-weight: normal;
}
#sidebar ul {
	margin-left: 10px;
}

#sidebar p {
	margin: 2px 8px 8px 15px;
}
#sidebar ul {
	padding: 0em 0em 0em 1.5em;
}
#sidebar li {
	padding: .2em .1em;
}
ul#sidenav {
	list-style: disc url(no.gif) outside;
}
#cur {
	list-style: disc url(act.gif) outside;
}
#cur a {
	color: #B15C5C;
}
#cur a:hover {
	text-decoration: none;
}

#ss div p {
	margin: 2px 15px 8px 30px;
	padding: 0px;
}

#ss h4 {
	color: #c00;
	cursor: help;
}
#ss div {
	cursor: pointer;
}

p.sealle {
	color: #999;
	margin: 2px 15px 8px 30px;
}
p.sealle a {
	color: #B15C5C;
}

.closed p {
	display: none;
}
.open p {
	display: block;
}
.closed ul {
	list-style: disc url(plus.gif) outside;
}
.open ul {
	list-style: disc url(minus.gif) outside;
}
#links ul {
	list-style: disc url(link.gif) outside;
}


/* Footer
-----------------*/
#footer {
	font-size: 85%;
	color: #666;
	padding-top: 7px;
	margin: 0 auto; 
	width: 760px; 
}
#footer a {
	color: #666;
}
a#edev {
	color: red;
}
a#edev span {
	color: #006;
}

/* Kontaktformularen
------------------------ */

#ki input,
#ki textarea,
#send {
	border: 1px #999999 solid;
}
#ki input {
	width: 250px;
}
#ki textarea {
	width:300px;
	height:120px;
}

/* Forsiden
---------------- */

#forsiden div.left {
	float: left;
	border-right: 1px dotted #999999;
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
	width: 330px;
	height: 350px;
}
#forsiden div.left img {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
#forsiden div.right img {
	margin: 20px 0px 50px 0px;
	float: left;
}
#leftalign {
	float: left;
}
#rightalign {
	float: right;
}

/* Referencer 
-----------------*/

#content .shade {
	float:left;
	background: url(shade-img.jpg) no-repeat bottom left;
	margin: 0px 10px 20px 10px !important;
	margin: 0px 0px 10px 5px;
	float: right;
}
#content .shade img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	margin: -4px -4px 5px 5px;
}

.ref {
	background: url(hor.gif) top left fixed repeat-x;
	padding: 5px 0 10px 0;
	clear: both;
}
.ref p {
	padding-right:10px;
}
.first {
	background: #fff;
}
.ref h2 {
	padding-top: 0;
}
