body {
	margin: 0;
	padding: 0;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

h1{
	font-size: 1.6em;
}

h2{
	font-size: 1.4em;
}

h3{
	font-size: 1.2em;
}

.clearfix {
	width: 100%;
	overflow: hidden;
}
.wrapper {
	width: 840px;
	margin: 0 auto;
}

#top {
	height: 168px;
	background: url(images/top.png) top center no-repeat;
}
#logo {
	float: left;
	margin-top: 20px;
	margin-left: 59px;
}
#logo a img {
	border: 0;
}

#nyhedsbrevbox {
	float: right;
	width: 261px;
	height: 110px;
	margin-top: 15px;
	margin-right: 20px;
	font-size: 1em;
	font-weight: bold;
	color: #383a30;
}
#nyhedsbrevbox p {
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}
#nyhedsbrevbox label {
	color: #fff;
	text-transform: uppercase;
	padding-right: 10px;
}
#nyhedsbrevbox table tr td {
	padding: 0px;
	margin: 0px;
}
#nyhedsbrevbox input.NewsletterFieldText {
	height: 16px;
	background: #efebe9;
	border: none;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	color: #000;
}
#nyhedsbrevbox input.NewsletterbtnSubscribe, #nyhedsbrevbox input.NewsletterbtnUnsubscribe {
	padding: 0px 7px;
	height: 16px;
	background: #a49289;
	border: none;
	text-transform: uppercase;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	color: #fff;
	margin: 0px 3px 0px 0px;
	width: 58px;
}

#menu {
	margin-top: 14px;
	padding-left: 30px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	float: left;
	margin-left: 30px;
	position: relative;
}
#menu ul li:first-child {
	margin-left: 0px;
}
#menu > ul > li.menuitem4 {
	margin-left: 300px;
}
#menu ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 6px;
}
#menu ul li a:hover {
	background: #E7EECB;
}

#menu ul li.current a, #menu ul li.parenttocurrent a, #menu ul li.parenttocurrent ul li.current a {
	font-weight: bold;
}

#menu ul li.current ul li a, #menu ul li.parenttocurrent ul li a {
	font-weight: normal;
}

#menu * {
	z-index: 1001;
}

#menu ul li ul {
	position: absolute;
	width: 160px;
	top: 24px;
	left: 0px;
	display: none;
	background: #e7eecb;
}
#menu ul li ul li {
	width: 100%;
	margin-left: 0px;
}
#menu ul li ul li a {
	padding: 3px;
}

#container {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: url(images/content_bg.png) top right no-repeat;
	padding-top: 7px;
	margin-bottom: 7px;
	overflow: hidden;
	clear: both;
}
.breadcrumb{
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
.breadcrumb ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}
.breadcrumb ul li{
	display: inline;
	padding: 0px 5px;
}

#content {
	float: left;
	width: 460px;
	padding-left: 70px;
	padding-bottom: 50px;
	padding-right: 106px;
	border-right: 1px solid #cccccc;
}
#sidebar {
	float: left;
	width: 159px;
	border-left: 1px solid #cccccc;
	margin-left: -1px;
	padding: 30px 20px 30px 21px;
}

#footer {
	height: 22px;
	background: url(images/bottom_bg.png) top center no-repeat;
	padding-left: 50px;
	padding-top: 4px;
	color: #fff;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li {
	display: inline;
	margin-left: 40px;
}
#footer ul li:first-child {
	margin-left: 0px;
}
#footer a {
	color: #fff;
}

a {
	color: #3b5998;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


#facebookbox {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: 450px;
	width: 220px;
	height: 600px;
}

