﻿body {
	margin: 0px;padding: 0px;
	font-size: 78%;
	}
body, input, select, textarea {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
	}
p, ul, ol, dl, table, input, select, textarea {
	font-size: 1em;
	}
h1 {
	font-weight: normal;
	color: #9a937d;
	margin-top:0px;
	margin-bottom: 2px;
	padding-top: 0.8em;
	padding-bottom: 0px;
	font-size: 1.4em;
	}
h2 {
	font-weight: bold;
	color: #006f53;
	margin-bottom: 2px;
	padding-bottom: 0px;
	font-size: 1.2em;
	}
h3 {
	font-weight: normal;
	color: #9a937d;
	margin-bottom: 2px;
	padding-bottom: 0px;
	font-size: 1.1em;
	font-style:italic;
	}
.tagline {
	padding-left:6px;font-size: 0.9em;font-weight:bold;color:#666666;
	} 	
	/* h1 .tagline can be found in site.css */
p {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.3em;
	}
a:visited, a:link {
	color: #006f53;
	text-decoration: none;
	}
a:hover {
	color: #006f53;
	text-decoration: underline;
	}
	
ul	{list-style: square;  }
li	{margin:0 0 0 -23; padding:1px; }
#ContentLeft ul, #ContentRight ul {list-style-image: url(/gfx/bulletpoint.gif); }
#ContentLeft .messagebox ul, #ContentRight .messagebox ul {list-style-image: none; color:#DADBDC;}

img {
	border:0px;
	}
hr {
	border: 0px solid;
	padding: 0px;
	height: 1px;
	color: #E6E6E6;
	background-color: #E6E6E6;
	margin: 1px;
	}
.toggleon {
	background-color:#F6F6F6;vertical-align:top;
	}
.toggleoff {
	background-color:#fafafa;vertical-align:top;
	}
ul.indhold	{
	margin-bottom:2px
	}
.messageboxtitle {	
	font-weight: bold; vertical-align: bottom; color: #323232; background-color: #DADBDC; border-bottom-width: 0px; padding:5px; text-align:left;  
	}
.messagebox		{	
	font-size: 0.9em;
	background-color: #F6F6F6; border: 1px solid #DADBDC;padding:5px; margin-bottom: 15px; 	
	}
.small	{
	font-size: 0.9em;
	}
.smallgray	{
	color: #969696;
	font-size: 0.9em;
	}
a.ordbog {
	border-bottom:1px dashed #21B1CB;
	}
a.ordbog:hover {
	border-bottom:1px solid #006f53;text-decoration: none;
	}


/* --- [ Pretty Ordered List ] ------*/
table {
	border: solid 0px #9D9D9D;
	border-collapse: collapse;
}

table.orderedlist {
	border-collapse: collapse;
	border: solid 1px #9D9D9D;
	}

table.orderedlist th {
	white-space:nowrap;
	padding: 3px;
	text-align: left;
	background-color: #eee;
	border: solid 1px #9D9D9D;
	}

table.orderedlist td {
	padding: 4px;
	border: solid 1px #e6e6e6;
	}
