@charset "utf-8";
/* Stylesheet File Jysk Travel Micro								*/
/* style.css 														*/
/* Modified October 05th 2009						 				*/
/* http://www.jysktravel.com/ 									    */


/* import style */

@import url(paragraph.css);
@import url(content.css);
@import url(widget.css);
@import url(form.css);

/* reset browser style */

* {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	font-size: 100%;
	outline: 0;
}
iframe {
	border: none;
}
img {
	border: none;	
}

/* fundamental style */

html {
	height: 100%; /* needed to get the 100% height of content */
}
body {
	height: 100%;
	background: #e0d9c5 url(../images/background_html.jpg) repeat-x center top;
}

/* canvas style */

.canvas {
	width: auto;
	height: auto !important;
	background: transparent url(../images/background_canvas.png) repeat-x 0px 200px;
	position: relative;
	min-height: 100%;
	height: 100%;
}
.canvas div.head {
	width: 987px;
	height: 142px;
	margin: 0px auto;
	/* background: transparent url(../images/background_head.png) no-repeat right top; */
	position: relative;
	z-index: 2;
}
.canvas div.body {
	width: 987px;
	height: auto;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
.canvas div.foot {
	width: 987px;
	min-height: 110px;
	padding: 0px;
	margin: 0px auto 200px auto;
	background: transparent url(../images/background_foot.png) no-repeat center top;
	position: relative;
	z-index: 2;
}
.canvas div.foot .inline {
	width: auto;
	height: auto;
	padding: 32px 258px;
}
.canvas.subpage {
	background: none;
}
* html .canvas div.foot { /* be nice to Internet Explorer 6.0 */
	height: 110px;
}

/* canvas pattern style */

.canvas div.pattern {
	width: auto;
	padding-bottom: 1px;
	min-height: 100%;
	height: 100%;
}
.canvas div.decor {
	width: 100%;
	height: 200px;
	background: transparent url(../images/background_inner_canvas.png) no-repeat center bottom;
	position: absolute;
	z-index: 0;
	bottom: 0;
}
* html .canvas div.pattern { /* be nice to Internet Explorer 6.0 */
	padding: 0;
}

/* content style */

.content {
	width: 972px;
	margin: 0px auto;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
}
.content .box {
	width: auto;
	margin-right: 15px;
	position: relative;
	display: inline;
	float: left;
}
.content .box.single {
	width: 228px;
}
.content .box.double {
	width: 471px;
}
.content .box.triple {
	width: 714px;
}
.canvas div.body .content {
	min-height: 358px;
}
.canvas.subpage div.body .content {
	background: transparent url(../images/background_content_area.png) no-repeat center bottom;
}
.canvas.subpage div.body .content .box.double {
	background: transparent url(../images/background_content.jpg) no-repeat center top;
	padding-bottom: 4px;
	padding-top: 14px;
}

/* content style */

.contents {
	width: 443px;
	padding: 13px 13px;
	padding-bottom: 9px;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #afafae;
	border-bottom: 0;
}

/* column style */

div.column {
	width: 443px;
	overflow: hidden;
}
div.column .one {
	width: 216px;
	display: inline;
	float: left;
}
div.column .two {
	width: 216px;
	display: inline;
	float: right;
}

/* logo style */

.boxes {
	width: 972px;
	height: auto;
	padding-left: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
.boxes .box {
	width: 228px;
	height: auto;
	margin-right: 15px;
	display: inline;
	float: left;
}

/* logo style */

.logo {
	position: absolute;
	left: 0px;
	top: 22px;
}
.tagline {
	position: absolute;
	left: 242px;
	top: 34px;
}
.sublogo {
	position: absolute;
	right: 15px;
	top: 30px;
}

/* topmenu style */

.topmenu {
	height: 23px;
	padding-right: 10px;
	background: transparent url(../images/topmenu_bg_right.png) no-repeat right top;
	overflow: visible;
	position: absolute;
	right: 16px;
	top: 0px;
}
.topmenu ul {
	width: auto;
	height: 23px;
	padding-left: 12px;
	background: transparent url(../images/topmenu_bg_left.png) no-repeat left top;
	list-style-type: none;
	overflow: hidden;
	float: right;
}
.topmenu ul li {
	width: auto;
	height: auto;
	padding: 0px;
	margin-top: 1px;
	background: none;
	display: block;
	float: left;
}
.topmenu ul li a {
	width: auto;
	height: auto;
	padding: 0px 2px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	color: #ffffff;
	display: block;
	float: left;
}
.topmenu ul li a img {
	margin-right: 5px;
	vertical-align: -3px;
}
.topmenu ul li.divider {
	height: 16px;
	padding: 0px;
	margin: 3px 5px;
	margin-bottom: 0;
	background: transparent url(../images/topmenu_divider.png) no-repeat left top;
	display: block;
	float: left;
	clear: none;
	z-index: 1;
}
.topmenu ul li.divider img {
	width: 2px;
	height: 16px;
}
.topmenu ul li.facebook-connect a  {
	padding-left: 18px;
	background: transparent url(../images/action_facebook.gif) no-repeat 0px 3px;
}
.topmenu ul li.active a {
	text-decoration: underline;
	color: #ffffff;
}
.topmenu ul li.active a:hover {
	text-decoration: none;
	color: #ffffff;
}
.topmenu ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* pagemenu style */

.pagemenu {
	height: auto;
	margin: 0px;
	overflow: hidden;
	list-style-type: none;
	position: absolute;
	top: 110px;
	left: 214px;
}
.pagemenu li {
	width: auto;
	height: auto;
	margin-right: 12px;
	padding: 0px 0px 0px 6px;
	background: transparent url(../images/pagemenu_tab_left.png) no-repeat left -25px;
	display: block;
	float: left;
}
.pagemenu li a {
	width: auto;
	height: 23px;
	padding: 2px 12px 0px 6px;
	background: transparent url(../images/pagemenu_tab_right.png) no-repeat right -25px;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	display: block;
	float: left;
	color: #333333;
}
.pagemenu li.active {
	background: transparent url(../images/pagemenu_tab_left.png) no-repeat left 0px;
}
.pagemenu li.active a {
	background: transparent url(../images/pagemenu_tab_right.png) no-repeat right 0px;
	color: #ffffff;
}
.pagemenu li:hover {
	background: transparent url(../images/pagemenu_tab_left.png) no-repeat left 0px;
}
.pagemenu li:hover a {
	background: transparent url(../images/pagemenu_tab_right.png) no-repeat right 0px;
	color: #ffffff;
}
.pagemenu li a:hover {
	text-decoration: none;
}
* html .pagemenu li a:hover {
	text-decoration: underline;
	color: #333333;
}
* html .pagemenu li.active a:hover {
	color: #333333;
}

/* footmenu style */

.footmenu {
	width: 471px;
	height: auto;
	margin: 0px;
	overflow: hidden;
	list-style-type: none;
}
.footmenu li {
	width: 211px;
	height: auto;
	padding: 0px 8px;
	border-left: 1px solid #b3b3b3;
	background: none;
	display: block;
	float: left;
}
.footmenu li a {
	width: 50px;
	height: auto;
	padding-bottom: 2px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 13px;
	display: block;
	float: left;
	color: #333333;
}
.footmenu li.active a {
	text-decoration: underline;
}
.footmenu li a:hover {
	text-decoration: underline;
	color: #333333;
}

/* facebook-bar style */

.facebook-bar {
	height: 23px;
	padding-right: 10px;
	background: transparent url(../images/topmenu_bg_right.png) no-repeat right top;
	overflow: visible;
	position: absolute;
	right: 0px;
	top: -100px;
}
.facebook-bar div {
	width: auto;
	height: 22px;
	padding-top: 1px;
	padding-left: 10px;
	background: transparent url(../images/topmenu_bg_left.png) no-repeat left top;
	overflow: hidden;
	float: right;
}
.facebook-bar div span {
	font-size: 12px;
	color: #ffffff;
}
.facebook-bar div span img {
	margin-right: 5px;
	vertical-align: -3px;
}

/* treemenu style */

.treemenu {
	width: 208px;
	margin: 0;
	list-style-type: none;
}
.treemenu li {
	width: auto;
	margin-top: 2px;
	padding: 0;
	background: none;
	background-color: #ffffff;
	border: 1px solid #afafae;
}
.treemenu li a {
	width: 192px;
	height: auto;
	padding: 2px 8px 3px 8px;
	line-height: 20px;
	font-size: 12px;
	display: block;
	color: #666666;
}
.treemenu li a:hover {
	width: 190px;
	text-decoration: none;
	background-color: #333333;
	color: #ffffff;
}
.treemenu li.active {
	background-color: #333333;
}
.treemenu li.active a {
	color: #ffffff;
}
.treemenu li.active a:hover {
	background-color: #333333;
	color: #ffffff;
}
.treemenu li.open {
	background-color: #333333;
}
.treemenu li.open a {
	color: #ffffff;
}
.treemenu li.open a:hover {
	background: none;
	color: #ffffff;
}
* html .treemenu li a { /* be nice to Internet Explorer 6.0 */
	width: auto;
	height: 20px;
}

/* treemenu level1 style */

.treemenu .level1 {
	width: 206px;
	height: auto;
	margin: 0;
	margin-top: -4px;
	padding-bottom: 6px;
}
.treemenu .level1 li {
	width: auto;
	height: auto;
	margin: 1px 0px;
	background: none;
	border: none;
}
.treemenu .level1 li a {
	width: auto;
	height: auto;
	padding: 0px 10px 0px 20px;
	background: transparent url(../images/treemenu_dots.png) no-repeat 9px 0px;
	line-height: 18px;
	display: block;
	color: #ffffff;
}
.treemenu .level1 li a:hover {
	width: auto;
	text-decoration: underline;
	background: transparent url(../images/treemenu_dots.png) no-repeat 9px -18px;
	color: #ffffff;
}
.treemenu .level1 li.active a, .treemenu .level1 li.open a {
	text-decoration: underline;
	background: transparent url(../images/treemenu_dots.png) no-repeat 9px -18px;
	color: #ffffff;
}
* html .treemenu .level1 li a { /* be nice to Internet Explorer 6.0 */
	width: auto;
	height: 18px;
}

/* treemenu level2 style */

.treemenu .level1 li.open .level2 {
	width: 206px;
	height: auto;
	margin: 1px 0px;
}
.treemenu .level1 li.open .level2 li {
	width: auto;
	height: auto;
	margin: 1px 0px;
	background: none;
	border: none;
}
.treemenu .level1 li.open .level2 li a {
	width: auto;
	height: auto;
	padding: 0px 10px 0px 36px;
	background: transparent url(../images/treemenu_dots_sublevel.png) no-repeat 25px 0px;
	text-decoration: none;
	line-height: 18px;
	display: block;
	color: #ffffff;
}
.treemenu .level1 li.open .level2 li a:hover {
	text-decoration: underline;
	background: transparent url(../images/treemenu_dots_sublevel.png) no-repeat 25px -18px;
	color: #ffffff;
}
.treemenu .level1 li.open .level2 li.active a, .treemenu .level1 li.open .level2 li.open a {
	text-decoration: underline;
	background: transparent url(../images/treemenu_dots_sublevel.png) no-repeat 25px -18px;
	color: #ffffff;
}
* html .treemenu .level1 li.open .level2 li a { /* be nice to Internet Explorer 6.0 */
	width: auto;
	height: 18px;
}

/* tabmenu style */

.tabmenu {
	width: 228px;
	height: auto;
	margin: 0px;
	padding-bottom: 10px;
	list-style-type: none;
	overflow: hidden;
}
.tabmenu li {
	width: auto;
	height: auto;
	margin-right: -1px;
	padding: 0px 0px 0px 6px;
	background: transparent url(../images/widget_tabs_left.gif) no-repeat left -23px;
	display: block;
	float: left;
}
.tabmenu li a {
	width: auto;
	height: 19px;
	padding: 4px 14px 0px 8px;
	background: transparent url(../images/widget_tabs_right.gif) no-repeat right -23px;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	display: block;
	float: left;
	color: #6d9734;
}
.widget.tabs .tabmenu {
	background: transparent url(../images/widget_head_tabs.gif) no-repeat center 21px;
}
.tabmenu li:hover {
	background-position: left -46px;
}
.tabmenu li:hover a {
	background-position: right -46px;
}
.tabmenu li.active {
	background-position: left top;
}
.tabmenu li.active a {
	background-position: right top;
	font-weight: bold;
}
.tabmenu li a span {
	color: #5d99c9;
}

/* menubox style */

.menubox {
	width: 208px;
	margin-top: 14px;
	padding: 9px;
	padding-top: 7px;
	border: 1px solid #afafae;
	background: #dbdbdb url(../images/menubox_background.png) repeat-x 0px 3px;
}

