/* Body */
body {
	margin: 33px;
	background-color: #004148;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(/pics/design/bg.png);
}

.design_top {
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(/pics/design/top.jpg);
	width: 960px;
	height: 129px;
	position: relative;
}

.design_content {
	width: 960px;
	background-position: top;
	background-repeat: repeat-y;
	background-image: url(/pics/design/bg.gif);
	position: relative;
	height: auto;
}

.design_bottom {
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(/pics/design/bund.jpg);
	width: 960px;
	height: 20px;
	position: relative;
}

img {
	border-style: none;
}

.skadestuen_logo {
	position: absolute;
	top: 16px;
	left: 16px;
}

.language_dk {
	position: absolute;
	top: 80px;
	left: 907px;
}

.language_uk {
	position: absolute;
	top: 80px;
	left: 932px;
}

.menu {
	position: absolute;
	top: 112px;
	color: white;
	left: 26px;
	font-size: 9px;
}

.adresseboks {
	text-align: left;
	position: absolute;
	top: 29px;
	left: 766px;
	cursor: pointer;
}

.newspane {
	text-align: left;
	position: absolute;
	top: 16px;
	left: 25px;
	width: 165px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	color: black;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0px 0px 0px;
	color: black;
}

h3 {
	font-size: 9px;
	font-weight: bold;
	margin: 8px 0px 0px 0px;
	color: black;
}

.content {
	text-align: left;
	position: relative;
	top: 16px;
	left: 96px;
	width: 723px;
	padding: 0px 0px 20px 0px;
}

.bottom_content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
}

#topmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 905px;
}

#topmenu li {
	float: left;
	cursor: pointer;
	padding: 0px 15px 0px 0px;
	font-family: verdana, sans-serif;
	font-size: 9px;
	height: 18px;
}

p {
	margin: 0px 0px 14px 0px;
}

/* Tekst */
body, td, div {
	font-family: verdana, sans-serif;
	font-size: 9px;
	color: black;
}

/* Links i menuen */
.menulink, .menulink:link, .menulink:visited {
	color: white;
	font-family: verdana, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

.menulink:hover {
	color: silver;
}

/* Formularer */
form {
	margin: 0px;
}

/* Links */
a:link, a:visited, a:active {
	color: RGB(68,154,166);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Nyhedsbrev */
#nyhedsbrev form {
	margin: 0px;
}

#nyhedsbrev {
	width: 150px;
}

#nyhedsbrev #email {
	width: 144px;
	border: 1px solid black;
	padding: 2px;
	font-size: x-small;
	font-family: verdana, sans-serif;
}

#nyhedsbrev #tilmeld, #nyhedsbrev #afmeld {
	border: 1px solid gray;
	background-color: #dedfe0;
	font-size: xx-small;
	font-family: verdana, sans-serif;
}

#nyhedsbrev #tilmeld {
	float: left;
}

#nyhedsbrev #afmeld {
	float: right;
}