@import url("navigation.css");
body {
	font-family: Tahoma, Arial, "Microsoft Sans Serif", "Lucida Sans";
	margin: 0px;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
	background-color: #BCD3E9;
}
#content {
	width: 780px;
	text-align:left;
	margin-top: 15px;
	position: relative;
	min-height:550px;
	height:auto !important;
	height:550px;
	background-color: #FFFFFF;
}
.bottom {
	padding-right:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D9D9D9;
} 


#tekstcontent {
	position: relative;
	width: 560px;
	top: 0px;
	left: 20px;
	margin-bottom: 100px;
	z-index: 100;
}


#topimg {
	position: relative;
	width: 780px;
	left: 0px;
	top: 0px;
	z-index: 100;

}
#spalte {
	width: 400px;
	left: 0px;
	position: relative;
}
#billedboks {
	z-index: 200;
	background-color: #FFFFFF;
	width: 180px;
	margin-top: 20px;
}
#tekstcontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #255C89;
	margin-top: 20px;
	font-weight: normal;
	font-style: normal;
}
#billedboks img {
	margin-bottom: 20px;
	border: 1px solid #C0C0C0;
}

#tekstcontent p {
	font-size: 11px;
	margin: 0px;
}
#tekstcontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tekstcontent a {
	color: #01233C;
	text-decoration: none;
}

#tekstcontent a:hover {
	color: #000000;
	text-decoration: none;
}
#tekstcontent .beskrivelse {
	color: #666666;
}
#admincontent {

	position: relative;
	width: 560px;
	top: 0px;
	left: 200px;
	margin-bottom: 20px;
}
#admincontent p {

	font-size: 11px;
	margin: 0px;
}
#admincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #255C89;
	margin-top: 20px;
	font-style: normal;
	font-weight: normal;
}
#admincontent h2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#admincontent a {
	color: #01233C;
	text-decoration: none;
}
#admincontent a:hover {

	color: #000000;
	text-decoration: none;
}
#admincontent .beskrivelse {

	color: #666666;
}
.grayunderline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#admincontent textarea, input, select {
	font-family: Tahoma, Arial, "Microsoft Sans Serif", "Lucida Sans";
	font-size: 11px;
}
#bg {
	bottom: 0px;
	right: 0px;
	position: absolute;
	z-index: 1;
}

