/*
* $Id$
* :folding=explicit:
*/
body { 
   color: #0B50B4;
   font-family: verdena, arial, helvetica, sans-serif;
   font-size: 1em;
	padding: 0;
	margin: 10px;
	background-color: #ffffff;
}
h1, h2, h3 {
	font-family: "Palatino Linotype", georgia, serif;
	font-weight: lighter;
	margin-top: 0;
}

h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }

/* Standard links */
a:link {	font-weight: bold;	text-decoration: underline; background-color: #ffffff; color: #1b0bb4; }
a:visited {	font-weight: bold;	text-decoration: underline; color: #bf0000; }
a:hover {	font-weight: bold;	color: #ffffff;	background-color: #bf0000; }
a:active {	text-decoration: none; }

a img {
	border: none;
}
a.imgnh:hover {
	background-color: transparent;
}

#logo-top {
	position: absolute;
	top: 0;
	left: 0;
}
#logo-top img {
	position: absolute;
	float: left;
}

#top {
	position: relative;
	height: 115px;
	border-bottom: 2px solid #1b0bb4;
	text-align: right;
}
#innertop {
	position: absolute;
	bottom: 3px;
	right: 0;
	margin: 0 5px;
	padding: 0;
	font-weight: bold;
}
#innertop a {
	color: #0b50b4;
	background-color: transparent;
	text-decoration: none;
}

#top-links {
	text-align: right;
	margin-bottom: 30px;
}
#top-links a {
	font-weight: bold;
	text-decoration: none;
	background-color: #528CE0;
	color: #1b0bb4;
	padding: 0 7px;
	border-bottom: 2px solid #1b0bb4;
	border-left: 1px solid #1b0bb4;
	border-right: 1px solid #1b0bb4;
}
#top-links a:hover, #top-links a.currentpage {
	background-color: #bf0000;
	color: #ffffff;
}

#bokse {
	width: 10em;
	float: left;
	left: 0;
	margin: 0 4px 4px 4px;
}
#bokse ul {
	margin-left: 0;
	padding-left: 1em;
}
#bokse ul li {
	list-style: none;
}

#indhold {
	position: relative;
	width: auto;
	min-height: 22em;
	min-width: 150px;
	margin: 0 0 0 10.5em;
	/*padding: 0px 4px 29px 4px;*/
}

#footer {
	margin-top: 1em;
	border-top: 2px solid #1B0BB4;
	text-align: right;
	font-size: 80%;
	color: #dddddd;
}
.footer a {
	text-decoration: none;
	color: #cccccc;
	font-weight: bold;
	background-color: #ffffff;
}

.footer a:hover {
	color: white;
	background-color: #cccccc;
}

#galleri-tekst {
	width: 50%;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.galleri-image {
	border: 2px solid #1b0bb4;
	margin: 10px;
}

