body {
	font-family: verdana, arial, helvetica, sans-serif;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color:#60c;
	scrollbar-dark-shadow-color: #60c;
	scrollbar-track-color:#36c;
	scrollbar-face-color:#336;
	scrollbar-shadow-color:#fff;
	background: #336;
	font-size: 80%;
	padding: 0;
	margin: 0;
	}
button, .pseudobut {
	border: 2px solid #336;
	color: #fff;
	background: #36c;
	font-size: 90%;
	padding: 2px;
	margin: 10px 0 0 0;
}
a.pseudobut {
	height: 22px;
	padding: 2px 20px;
	font-size: 82%;
	text-decoration: none;
}
/* DIVS */
div.banner {
	text-align: center;
	margin: 2px;
	background: #6cf;
}
div.danish, div#browse {
	width: 45%;
	float: left;
}
div.danish {
	margin-left: 2%;
}
div.english, div#search {
	width: 47%;
	float: right;
	margin-right: 2%;	
}
div#main { 
	width: 83%;
	position: absolute;
	top: 3%;
	left: 8%;
	height: auto;
	background: #fff;
	margin-bottom: 30px;
}
div#nav {
	background: #fff;
	margin: -2px 0px -2px 0px;
}
div#base {
	background: #36c;
	font-size: 90%;
	padding: 2px 0;
}
.margintop {
	margin-top: 50px;
}
div.container img {
	margin: 10px;
}
div.img_caption {
	float: left;
	width: 32%;
	height: auto;
}
div.container {
	float: right;
	height: auto;
	width: 98%;
	margin: 0px 0px 0px 2%;
	padding-bottom: 20px;
	background: #fff;
}
div.link {
	width: 100%;
	float: left;
	height: auto;
}
div.container form {
	text-align: right;
	width: 90%;
	margin-right: 10%;
	margin-top: 20px;
}
/* END DIVS */

/* TEXT STYLES */
h1 {
	height: auto;
	margin: 20px 0px 20px 0;
	color: #006;
	font-weight: bold;
	text-align: center;
	background: #def;
	font-size: 110%;
}
h2 {
	font-size: 90%;
	padding: 10px 0 10px 10px;
}
h2.left {
	float: left;
}
h2.right {
	float: right;
}
h2.left, h2.right {
	font-weight: normal;
}
h3 {
	font-weight: bold
	font-size: 72%;
}
p {
	margin: 10px 13px;
}
.danish, .danishleft, .danishfootnote {
	color: #60c;
}
.right {
	text-align: right;
	padding-right: 10px;
}
.left, .danishleft {
	text-align: left;
}
.center, .centerfootnote {
	text-align: center;
}
.footnote, .danishfootnote, .centerfootnote {
	font-size: 85%;
}
p.listitemfloat {
	float: right;
	width: 50%;
}
li p.footnote {
	width: 100px;
}
ol.wide {
	width: 95%;
}
ul, ol {
  list-style-type: none;
  height: auto;
}
ol#index {
	margin: 0px;
}
/* END TEXT STYLES */

/* LIST, TABLE, IMAGE OTHER ELEMENT STYLES */
form {
	color: #336;
}
li {
	text-align: left;
	padding: 0 10px 5px 0;
	height: auto;
	width: 100%;
}
li.link {
	float: left;
}
table {
	text-align: center;
	font-size: 100%;
	align: center;
	border: none;
}
table p {
	text-align: left;
	margin-left: 15px;
}
img.bord {
	border: 1px solid #444;
	margin: 5px 0;
}
img.float, img.floatright {
	border: 1px solid #444;
	margin: 10px;
}
.float {
	float: left;
}
.floatright {
	float: right;
}
img#indeximg {
	margin: 0px 0px 0px 12%;
}
/* END LIST, TABLE, IMAGE STYLES */

/* LINK STYLES */
a.navbar, a#totop {
	background-color: #36c;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 2px;
}
a:hover.navbar, a:hover#totop {
	color: #006;
	background-color: #def;
}
a.basebanner { /*used*/
	text-decoration: none;
	color: #fff
}
a#totop {
	border: 2px solid #336;
	padding: 2px 5px;
	font-size: 71%;
}
p#backto {
	margin: 40px 0px 20px 0px;
}
/* END LINK STYLES */