@import url("/FormBuilder.css");
@import url("/FormValidation.css");

body, select, input, textarea {
	font-family: Georgia, Verdana;
	color: #000;
	font-size: 12px;
}

a:active {
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
}

*:focus {
  outline-style: none;
}

h1, h1 a {
	color: #000;
	font-size: 19px;
	margin: 0 0 7px 0;
	font-weight: normal;
	text-decoration: none;
}
h1.red, h1.red a {
	color: #660000;
	font-size: 19px;
	margin: 0 0 7px 0;
	font-weight: normal;
	text-decoration: none;
}

h2, h2 a {
	color: #000;
	font-size: 17px;
	margin: 0 0 8px 0;
	font-weight: normal;
	text-decoration: none;
}
h2.red, h2.red a {
	color: #660000;
	font-size: 17px;
	margin: 0 0 8px 0;
	font-weight: normal;
	text-decoration: none;
}

h1.red a:hover, h2.red a:hover, h3.red a:hover {
	text-decoration: underline;
}

h3, h3 a {
	color: #000;
	font-size: 16px;
	margin: 0 0 8px 0;
	font-weight: normal;
	text-decoration: none;
}
h3.red, h3.red a {
	color: #660000;
	font-size: 16px;
	margin: 0 0 8px 0;
	font-weight: normal;
	text-decoration: none;
}
h4, h4 a {
	color: #000;
	font-size: 22px;
	margin: 0 0 30px 0;
	font-weight: normal;
	text-decoration: none;
}

.lessMargin {
	margin: 0 0 10px 0;
}


a {
	color: #660000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.txtBold {
	font-weight: bold;
}
.txtGray {
	color: #333;
}
.txtSmall {
	font-size: 10px;
}
.txtSmaller {
	font-size: 11px;
}
.txtBigger {
	font-size: 14px;
}

form {
	padding: 0;
	margin: 0;
}

fieldset {
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
}
fieldset div {
	margin-bottom: 6px;
}
label {
	width: 150px;
	float: left;
	display: block;
}

hr {
	height: 1px;
	color: #dfdfdf;
	background: #dfdfdf;
	font-size: 0;
	border: none;
	clear: both;
	margin-bottom: 14px;
}

ul {
	margin: 0 0 0 17px;
	padding: 0;
	list-style-image: url('/images/bullet_red.gif');
	list-style-position: outside;
}
ul li {
	height: 20px;
	padding-left: 5px;
}

ul.leftmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	margin-bottom: -5px;
}
ul.leftmenu li {
	height: 24px;
	width: 271px;
	background: #f0eeea url('/images/menu_left_item_bg.gif');
	margin-bottom: 5px;
	cursor: hand;
	cursor: pointer;
	color: #660000;
	font-size: 14px;
	padding-left: 12px;
	padding-top: 7px;
}
ul.leftmenu li.active {
	height: auto;
	cursor: default;
	background-repeat: no-repeat;
	padding-bottom: 7px;
}
ul.leftmenu li.active a {
	color: #000000;
	font-weight: bold;
}
ul.leftmenu li.active p {
	margin: 0;
	padding: 5px 0 3px 0;
	line-height: 140%;
}
ul.leftmenu li.active p a {
	color: #660000;
	font-size: 11px;
	font-weight: normal;
}
ul.leftmenu li.active p a.active {
	color: #000000;
	font-weight: bold;
}
ul.leftmenu li.over {
	background-color: #dcd9d4;
}

.lineSpacing {
	line-height: 150%;
}
.lineSpacingDefault {
	line-height: 100%;
}

#container {
	width: 962px;
	background: #fff;
	margin: auto;
	border-left: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
}

#header {
	height: 103px;
	position: relative;
	background: url('/images/header_bg.jpg') no-repeat;
}
#header #logo {
	position: absolute;
	left: 22px;
	top: 13px;
}

#logobottom {
	position: relative;
	top: 13px;
	width: 910px;
	height: 50px;
}

#langBar {
	position: absolute;
	top: 8px;
	left: 390px;
}
#langBar img {
	border: none;
}

#serviceLinks {
	float: right;
	width: 760px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 11px;
}
#serviceLinks a {
	margin: 0 5px 0 5px;
}

#search {
	float: right;
	margin: -8px 0 0 5px;
}

#leftContainer {
	width: 293px;
	float: left;
}


#tabMenu {
	height: 29px;
	position: absolute;
	left: 180px;
	top: 74px;
	text-transform: uppercase;
}
#tabMenu img {
	float: left;
}
#tabMenu .tab {
	height: 29px;
	width: 75px;
	float: left;
	background: url('/images/tab_item_bg.jpg') repeat-x;
}
#tabMenu .tab.act {
	background: url('/images/tab_item_act_bg.jpg') repeat-x;
	border: 0;
	margin: 0;
	padding: 0;
}
#tabMenu .tab a {
	color: #660000;
	text-decoration: none;
	display: block;
	margin-top: 9px;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
}
#tabMenu .tab.act a {
	color: #000;
	font-size: 12px;
}
#tabMenu .tab a:hover {
	text-decoration: underline;
}

#content {
	padding: 19px 20px 25px 21px;
}

.clearer {
	clear: both;
	height: 0;
	font-size: 0;
}

.divBox {
	width: 283px;
	float: left;
	background: #fff;
	padding: 5px;
	border: 1px solid #dfdfdf;
}
.divBox .bgGray {
	background: #f0eeea;
	padding: 5px;
}
.divBox .bgTurk {
	background: #e7f5f9;
	padding: 5px;
}
.divBox .bgPink {
	background: #f9efe7;
	padding: 5px;
}
.divBox .bgGreen {
	background: #eaf9e7;
	padding: 5px;
}
.divBox .bgYellow {
	background: #f9f7e7;
	padding: 5px;
}
.divBox .bgBlue {
	background: #ebecfa;
	padding: 5px;
}

.divBox .pd10 {
	padding: 10px;
}
.divBox.wide {
	width: 588px;
	padding: 10px;
}

.divBox .smallImage {
	width: 73px;
	height: 63px;
	float: left;
	border: 1px solid #fff;
	margin-right: 10px;
}
.divBox .mediumImage {
	width: 93px;
	height: 84px;
	float: left;
	border: 1px solid #fff;
	margin-right: 10px;
}

.divBox.hand, .divBox .hand {
	cursor: hand;
	cursor: pointer;
}

.lineDots {
	height: 1px;
	font-size: 1px;
	background: url('/images/bg_dot.gif') repeat-x;
	margin: 10px 0 10px 0;
}

#footer #footerLinks {
	width: 920px;
	margin: auto;
	text-align: center;
	font-size: 11px;
}
#footer #footerLinks hr {
	height: 1px;
	color: #dfdfdf;
	background: #dfdfdf;
	border: none;
	font-size: 0;
	margin-bottom: 20px;
}

#footer #footerBottom {
	height: 32px;
	line-height: 32px;
	margin-top: 20px;
	font-size: 12px;
	background: url('/images/footer_bg.gif') no-repeat;
	text-transform: uppercase;
	text-align: center;
}
#footer #footerBottom a, #footer #footerLinks a {
	margin: 0 7px 0 7px;
}

#footerAddress {
	text-align: center;
	color: #fff;
	padding: 16px 0 50px 0;
	text-transform: uppercase;
	font-size: 11px;
}

#sortResults {
	width: 182px;
	height: 51px;
	float: right;
	padding: 10px;
	background: #f0eeea;
	margin: 0 0 10px 10px;
}

.pagingBar {
	height: 33px;
	background: #f0eeea;
	margin: 15px 0 15px; 0;
	line-height: 33px;
	padding: 0 10px 0 10px;
	font-size: 11px;
}
.pagingBar .paging {
	padding-left: 50px;
}
.pagingBar .print {
	float: right;
}

.vandrerhjemContainer {
	width: 268px;
	height: 134px;
	position: relative;
	float: left;
	background: #f0eeea url('/images/vandrerhjem_container_bg.gif') no-repeat;
	padding: 10px;
	line-height: 110%;
	margin-bottom: 12px;
}
.vandrerhjemContainer.second {
	margin-left: 12px;
}
.vandrerhjemContainer.lastRow {
	margin-bottom: 0;
}
.vandrerhjemContainer h3 {
	margin-bottom: 10px;
	margin-top: 4px;
}
.vandrerhjemContainer img {
	border: none;
}
.vandrerhjemContainer .txtSmaller img {
	position: absolute;
	bottom: 11px;
	left: 154px;
}
.vandrerhjemContainer .imgContainer {
	width: 134px;
	height: 93px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 10px;
}
.vandrerhjemContainer .overlay {
	position: absolute;
	left: 0;
	top: 0;
}

.catalogueContainer {
	height: 85px;
	margin: 15px 0 35px 0;
	line-height: 125%;
}
.catalogueContainer img {
	float: left;
	margin-right: 10px;
}

.starsBigHeader {
	margin-bottom: 5px;
}

#maerkningsOrdninger {
	width: 165px;
	float: right;
}
#maerkningsOrdninger img {
	margin-top: 3px;
}

.vandrerhjemViewOptions {
	width: 385px;
	background: #f0eeea;
	height: 33px;
	line-height: 33px;
	padding-left: 6px;
	font-size: 10px;
	margin: 0px;
	margin-top: 15px;
}
.vandrerhjemViewOptions img {
	margin-top: 5px;
	float: left;
	border: none;
}
.vandrerhjemViewOptions a {
	margin: 0 5px 0 5px;
}

.vandrerhjemInfobox {
	width: 180px;
	height: 29px;
	float: left;
	background: #c9d8dc url('/images/vandrerhjem_infobox_bg.gif') no-repeat;
	font-size: 11px;
	padding: 8px 5px 5px 5px;
	line-height: 14px;
	margin: 0 10px 10px 0;
}
.vandrerhjemInfobox img {
	float: left;
	margin-right: 5px;
	margin-top: -3px;
}

#rightMenu {
	width: 175px;
	float: right;
	background: #f0eeea;
	display: inline;
}

#rightMenu ul {
	margin: 8px;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#rightMenu li {
	height: 33px;
	line-height: 33px;
	padding: 0;
}
#rightMenu li.act {
	width: 154px;
	background: #fff;
	margin-left: -8px;
	padding-left: 6px;
	color: #000;
	font-weight: bold;
	border: none;
}

div.presentationImgSmallContainer {
	width: 88px;
	height: 61px;
	overflow: hidden;
	float: left;
	margin: 0 12px 12px 0;
}
div.presentationImgSmallContainer img {
	border: 1px solid #dad7d1;
	border: none;
}
div.presentationImgSmallContainer.act {
	border: 4px solid #c9d8dc;
	margin: -4px 8px 8px -4px;
	display: inline;
}

.bookingTbl {
	width: 395px;
	text-align: center;
	background: #bcced3;
}
.bookingTbl th {
	background: #c9d8dc;
	font-size: 11px;
	font-weight: bold;
}
.bookingTbl td {
	background: #e7f5f9;
	font-size: 10px;
}
.bookingTbl td.txtClm {
	text-align: left;
	padding: 10px;
	font-size: 10px;
}
.bookingTbl td.txtLeft {
	text-align: left;
}

.promoter p {
  margin: 0;
  padding: 0;
  padding-top: 1px;
  padding-bottom: 5px;
}

#SearchResult ul li {
  height: auto;
}

#tinymce * {
  background: none;
  background-color: white;
}