body, p, h1, h2, h3, h4, ol, li, a {
 	font-family: "Verdana", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
}
body	{
	color: #fff;
	background: #a9b6d9;
	margin: 0;
	padding: 0;
	border: 0;
}
p{
	font-size: 70%;
}
h1 {
	font-size: 120%;
}
h2{
	font-size: 90%;
}
h3 {
	font-size: 80%;
	color: #205ea9;
}
h4 {
	font-size: 75%;
}
/*bigbox er den store hvide "a4" box.*/
#bigbox	{
	color: #000;
	border-top: 30px solid #205ea9;
	background: #fff;
	margin: 30px auto;
	padding: 0;
	width: 600px;
}
/* side kan jeg ikke huske hvorfor jeg lavede - den har bigbox'
bredde, men kun ½ sk&aelig;rmbillede h&oslash;jde*/
#side	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	clear: both;
}
/*Indhold er den brede ramme til venstre - dvs. uden nav.*/
#indhold	{
	float: left;
	margin: 0;
	padding: 50px;
	width: 500px;
}
#indhold	ul li{
	font-size: 70%;
	line-height: 150%;
}
/*rightbox er jo s&aring; boxen til h&oslash;jre med nav.
#rightbox	{
	margin: 0 0 25px 0;
	padding: 50px 10px 0px 0px;
	height: 100%;
}*/
/*bund er bundfeltet med mailadresserne etc.*/
#bund {
	border: 0;
	border-top: 1px solid #ccc;
	background: #eee;
	color: #000;
	padding: 1px 0px 1px 50px;
	text-align: left;
	clear: both;
}
#bund a{
	color: #205ea9;
	}
img {
	border: 1px solid #000;
}
.img1 {
	border: 0;
}
.billede {
	float:left;
	padding-right: 10px;
}

 ul	{
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
}
ul li	{
	list-style: disc inside;
	font-size: 75%;
	margin: 0;
	padding: 0;
	line-height: 150%;
}
ol li	{
	font-size: 75%;
	margin: 0;
	padding: 0;
	line-height: 150%;
}
hr {
 	color: #205ea9;
	background-color: #205ea9;
 	height: 1px;
}
div.hr {
   height: 1px;
  	background-color: #205ea9;
}
div.hr hr {
  display: none;
}
a:link{
	text-decoration: none;
	color: #205ea9;
	background: transparent;
}
a:visited {
	text-decoration: none;
	color: #205ea9;
	background: transparent;
}
a:active {
	color: #205ea9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#000;
}
table {
	border: 1px dotted #205ea9;
}
.dotted td{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.solister td {
	font-size: 70%;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;

}
.prik{
	border-bottom: 1px dotted #205ea9;
}
.stil2 {
	width: 100%;
	border: 0px;
	text-align: center;
	line-height: 110%;
}
.stil3 {
	border: 0px
}
.stil4 {
	width: 100%;
	border: 0px;
	text-align: left;
	line-height: 130%;
}
td.blue {
   background: #eee;

}
td.light{
	color: #fff;
	background: #eee;
	padding-right: 2px;
	padding-left: 2px;
}
.links{
   font-size: 100%;
}