body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
}



a {
	text-decoration: none;
}

p {
line-height:1.5em;
margin:0 0 15px;
}

/*** Main container ***/

#container {
	margin:0;
	min-width:770px;
	padding:0;
	text-align:left;
	width:100%;
	background-repeat: repeat-x;
	background-image: url(img/bodybg4.jpg);
}

/*** Header section ***/
#languages {
	font-size: 0.9em;
	float: right;
	clear: both;
	text-align: right;
	padding: 1px;
	color: #333333;
	font-weight: normal;
	margin-right: 1em;
	margin-top: 1em;
}
#languages a {
	color: #799DB3;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #799DB3;
	float: none;
}
#languages a:hover {
	color: #006699;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#sitename {
	text-align:left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	clip: rect(auto,auto,auto,auto);
	background-position: left;
	margin-left: 10px;
	height: 54px;
	background-image: url(img/logo.gif);
}

#sitename h1,#sitename h2 {
	padding:0;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}

#sitename h1 {
	font-size:25px;
	margin-left: 7em;
	position: relative;
	top: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#sitename h1 a {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	vertical-align: text-top;
	position: absolute;
}
#sitename h1 a:hover {
	color: #336699;
}

#sitename h2 {
	margin-left: 4em;
	background-position: top;
	font-size: 1.6em;
	padding-top: 25px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/*** Horizontal menu ***/

#mainmenu {
	float:left;
	margin-bottom:25px;
	width: 100%;
}

#mainmenu ul {
font-size:16px;
margin:0;
padding:0;
}

#mainmenu li {
	float:left;
	height:35px;
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-type: none;
}

#mainmenu a {
	border-right:1px solid #b0b0b0;
	color:#799DB3;
	display:block;
	font-size:0.7em;
	padding:11px 10px 10px;
	text-transform:none;
	font-weight: bold;
	letter-spacing: -1px;
}

#mainmenu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(img/bodybg5.jpg);
}

#mainmenu a.current {
	color:#000000;
	text-decoration:none;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}

/*** Content wrap ***/

#wrap {
	font-size:0.9em;
	padding:0;
	width: 100%;
	clear: both;
	float: none;
}

/*** Sidebars ***/

#leftside,#rightside {
	margin:0;
	width:165px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#leftside {
float:left;
margin-right:10px;
}

#rightside {
	float:right;
	margin-left:10px;
	color: #000000;
}

#leftside h1,#rightside h1 {
	color:#333333;
	font-size:1.6em;
	letter-spacing:-1px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
}

#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

#leftside p,#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}

.linklist {
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 10px;
	padding: 2px;
}

.linklist li {
	margin-bottom:0.2em;
	list-style-type: none;
}

/*** Sidebar menu ***/

.nav {
	color:#97B3C4;
	display:block;
	margin-top:2px;
	position:relative;
	text-transform:none;
	width:140px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 0.9em;
	font-weight: bold;
}

.nav:hover,.active {
	color:#003366;
	text-decoration:none;
}

.sub {
	font-size:0.9em;
	width:128px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-position: left;
	text-indent: 4px;
	background-repeat: no-repeat;
}
.open {
	display:block;
	margin-top:8px;
	position:relative;
	text-transform:none;
	width:140px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
}
/*** Content ***/

#content,#contentalt {
background-color:#ffffff;
border:1px solid #CCCCCC;
padding:15px 20px 5px;
}

#content {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
}
#contentalt {margin:0 200px 0 20px;}

#content h1{
	color:#FFCC33;
	font-size:2em;
	font-weight:lighter;
	letter-spacing:-1px;
	margin:0 0 15px;
	padding:0;
}

#content h2,#contentalt h2 {
	font-size:1.7em;
	margin-bottom:10px;
	color: #333333;
	margin-top: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#content a {
	color: #799db3;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #799db3;
}
#content ul {
	margin-top: 1em;
	margin-bottom: 1em;
}
#content ul li {
	list-style-type: circle;
	list-style-image: url(img/arrow.gif);
	line-height: 1.6em;
}

#content h3,#contentalt h3 {
	font-size:1.4em;
	margin-bottom:10px;
	color: #666666;
	margin-top: 10px;
	font-weight: lighter;
}
#content a:hover {
	color: #003366;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}
.personal {
	margin-top: 2em;
	padding-bottom: 4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/*** Footer ***/

#footer {
	clear:both;
	color:#666666;
	font-size:0.9em;
	font-weight:normal;
	margin:0;
	padding:20px 0;
	text-align:center;
	width:100%;
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#footer a {
	color:#799db3;
	font-weight:normal;
}

/*** Various classes ***/

.thumbnail {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	padding:5px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: none;
}

.searchbox {
	border:1px dotted #b0b0b0;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
.searchfield {
	margin:0;
	width: 110px;
	border: 1px solid #CCCCCC;
	padding: 1px;
}
.searchbutton {
	background-color: #799db3;
	color: #FFFFFF;
	border: 1px solid #ffffff;
	width: 30px;
	font-size: x-small;
	height: 22px;
	font-weight: normal;
	text-align: center;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
	color: #333333;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/

.book {
	color:#000000;
	display:block;
	margin-top:8px;
	position:relative;
	text-transform:none;
	width:140px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 30px;
	text-indent: 3px;
}

#col1 {
	width: 20em;
	float: left;
	
}
#col2 {
	width: 15em;
	float: left;
	padding-right: 1em;
	padding-left: 1em;
}	
.book_img {
	color:#000000;
	position:relative;
	text-transform:none;
	padding: 2px;
	margin-bottom: 2em;
	clear: both;
	float: none;
	border: 3px solid #CC9933;
	vertical-align: top;
}


.book_a {
	color:#6699cc;
	background-color: #FFFFFF;
	font-weight: normal;
}
.searchbutton2 {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #6699CC;
	font-size: 1.3em;
	border: 1px dotted #FFFFFF;
}
.contactform {
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 2em;
	background-color: #FBFBFB;
	padding: 2px;
}
.contactform fieldset {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	border: 1px dotted #FFFFFF;
}
.contactform input.field {width:220px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.button {float:left; margin-right:20px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}
.searchsiteform {
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 4em;
	margin-left: 0;
	padding: 4px;
}
.searchsitebox {
	border:1px dotted #000000;
	background-color: #f9f9f9;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 4px;
}
.searchsitebutton {

	border:1px solid #FFFFFF;
	background-color: #FFCC00;
	font-weight: bold;
	color: #FFFFFF;
}
.tablelist {
	width: 100%;
	vertical-align: top;
}

#searchform {
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding: 0px;
}
#searchform a {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	color: #799db3;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: -1px;
}
#searchform p {
	line-height: 0.7em;
	font-size: 1em;
	font-weight: bold;
}
#searchform a:hover {


	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	color: #336699;
}


#searchform ul {

	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 2em;
	padding: 0px;
}
#searchform ul li {
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding: 0px;
	list-style-image: url(img/arrow.gif);
	list-style-position: outside;
}
#searchform ul li a {



	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding: 0px;
}
.thumbnail2 {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	padding:5px;
	float: left;
	margin-top: 10;
	margin-right: 10px;
	margin-bottom: 20px;
}
#languages img {
	float: left;
}
#sitename h2 a {
	background-position: top;
	color: #333333;
}
#sitename h2 a:hover {


	background-position: top;
	color: #CCCCCC;
}
.contactformborder {
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 0em;
	margin-right: 2em;
	margin-bottom: 2em;
}
#footer a:hover {

	color:#003366;
	font-weight:normal;
}
#player {
	font-weight:normal;
	margin-top: 2em;
	margin-bottom: 10em;
	padding: 2px;
	width: 350px;
}
#rightside a {
	color: #97b3c4;
	margin-top: 0;
	margin-right: 0;
}
#rightside a:hover {


	color: #003366;
	margin-top: 0;
	margin-right: 0;
}
#mp3 {
	font-weight:normal;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.small {
	text-transform:none;
	font-size: xx-small;
}
.obligatorisk {
	text-transform:none;
	color: #990000;
}
.thumbnail3 {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	padding:5px;
	margin-top: 0;
	margin-bottom: 10px;
	float: none;
	margin-left: 10px;
	clear: both;
}
.linklistright {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 20px;
	padding: 5px;
	font-weight: bold;
	list-style-image: none;
	list-style-type: circle;
	font-size: 12px;
}
.serier {
	background-color: #FFCC00;
	border: 1px solid #000000;
	padding: 10px;
	margin-top: 0em;
	margin-right: 2em;
	margin-bottom: 2em;
	float: none;
}
.serier2 {
	background-color: #FFCC00;
	border: 1px solid #000000;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 10px;
	float: right;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content ol {

	margin-top: 1em;
	margin-bottom: 1em;
}
#content ol li {

	list-style-type: circle;
	list-style-image: url(img/arrow.gif);
	line-height: 1.6em;
}
.thumbnail2Copy {
	padding:5px;
	float: left;
	margin-top: 10;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#twitter {
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0.5;
	background-color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	border: 1px dotted #CCCCCC;
	font-weight: normal;
}
#twitter a {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	color: #97B3C4;
	font-weight: bold;
}
#twitter p {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0.5em;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana;
}
