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


/* import style */

@import url(paragraph.css);
@import url(content.css);
@import url(widget.css);
@import url(form.css);
@import url(sifr.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: #0f518a url(../images/background_html.gif) repeat-x center top;
}

/* canvas style */

.canvas {
	width: auto;
	height: auto !important;
	background: transparent url(../images/background_canvas.gif) repeat-x center bottom;
	position: relative;
	min-height: 100%;
	height: 100%;
}
.canvas div.head {
	width: 987px;
	height: 138px;
	margin: 0px auto;
	background: #ffffff url(../images/background_head.gif) no-repeat center bottom;
	position: relative;
	z-index: 2;
}
.canvas div.body {
	width: 987px;
	height: auto;
	margin: 0px auto;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.canvas div.foot {
	width: 985px;
	min-height: 100px;
	padding: 0px 1px;
	margin: 0px auto 300px auto;
	background: transparent url(../images/background_foot.gif) no-repeat center bottom;
	position: relative;
	z-index: 2;
}
.canvas div.foot .inline {
	width: auto;
	height: auto;
	padding: 32px 18px;
	background: transparent url(../images/background_foot_inline.gif) repeat-x center top;
}
* html .canvas div.foot { /* be nice to Internet Explorer 6.0 */
	height: 100px;
}

/* canvas pattern style */

.canvas div.pattern {
	width: auto;
	padding-bottom: 1px;
	background: transparent url(../images/background_pattern.gif) no-repeat center top;
	min-height: 100%;
	height: 100%;
}
.canvas div.decor {
	width: 100%;
	height: 294px;
	background: transparent url(../images/background_inner_canvas.jpg) 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;
	padding-bottom: 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: 400px;
}

/* column style */

div.column {
	width: 471px;
	overflow: hidden;
}
div.column .one {
	width: 230px;
	display: inline;
	float: left;
}
div.column .two {
	width: 230px;
	display: inline;
	float: right;
}
.widget .data div.column {
	width: 451px;
}
.widget .data div.column .one {
	width: 220px;
}
.widget .data div.column .two {
	width: 220px;
}

/* logo style */

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

/* logo style */

.logo {
	position: absolute;
	left: 30px;
	top: 26px;
}
.sublogo {
	position: absolute;
	right: 44px;
	top: 30px;
}

/* facebook-bar style */

.facebook-bar {
	height: 21px;
	padding-right: 10px;
	background: transparent url(../images/topmenu_bg_right.gif) no-repeat right top;
	overflow: visible;
	position: absolute;
	right: 0px;
	top: -100px;
}
.facebook-bar div {
	width: auto;
	height: 21px;
	padding-left: 10px;
	background: transparent url(../images/topmenu_bg_left.gif) 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;
}

/* compass style */

.compass {
	width: 232px;
	height: 86px;
	background: transparent url(../images/background_compass.gif) no-repeat left top;
	position: absolute;
	z-index: 3;
	right: 13px;
	top: 60px;
}
.compass span {
	width: 125px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	display: block;
	color: #709c35;
	left: 2px;
	top: 40px;
}

/* pagemenu style */

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

/* topmenu style */

.topmenu {
	height: 21px;
	padding-right: 10px;
	background: transparent url(../images/topmenu_bg_right.gif) no-repeat right top;
	overflow: visible;
	position: absolute;
	right: 16px;
	top: 0px;
}
.topmenu ul {
	width: auto;
	height: 21px;
	padding-left: 12px;
	background: transparent url(../images/topmenu_bg_left.gif) no-repeat left top;
	list-style-type: none;
	overflow: hidden;
	float: right;
}
.topmenu ul li {
	width: auto;
	height: auto;
	padding: 0px;
	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: 18px;
	margin: 0px 5px;
	padding: 0px;
	background: transparent url(../images/topmenu_divider.gif) no-repeat left top;
	display: block;
	float: left;
	clear: none;
	z-index: 1;
}
.topmenu ul li.divider img {
	width: 2px;
	height: 18px;
}
.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: #277400;
}
.topmenu ul li.active a:hover {
	text-decoration: none;
	color: #277400;
}
.topmenu ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* footmenu style */

.footmenu {
	width: 740px;
	height: auto;
	margin: 0px;
	overflow: hidden;
	list-style-type: none;
}
.footmenu li {
	width: 224px;
	height: auto;
	padding: 0px 8px;
	border-left: 1px solid #516635;
	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;
}

/* 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;
}

/* treemenu style */

.treemenu {
	width: 208px;
	margin: 0;
	margin-top: -2px;
	list-style-type: none;
}
.treemenu li {
	width: auto;
	margin-top: 2px;
	padding: 0;
	background: none;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
}
.treemenu li a {
	width: 192px;
	height: auto;
	padding: 2px 8px 3px 8px;
	line-height: 20px;
	font-size: 12px;
	display: block;
	color: #4b4b4b;
}
.treemenu li a:hover {
	width: 190px;
	text-decoration: none;
	background-color: #699232;
	color: #ffffff;
}
.treemenu li.active {
	background-color: #699232;
}
.treemenu li.active a {
	color: #ffffff;
}
.treemenu li.active a:hover {
	background-color: #699232;
	color: #ffffff;
}
.treemenu li.open {
	background-color: #699232;
}
.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 24px;
	background: transparent url(../images/treemenu_dots.gif) 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.gif) 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.gif) 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 40px;
	background: transparent url(../images/treemenu_dots_sublevel.gif) 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.gif) 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.gif) 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;
}
