
@import url("reset.css");
@import url("menus.css");

/* ============================================================================
Common elements
============================================================================ */

body {
	margin:0;
	padding:0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #CCE0ED url(../graphics/bg-body.gif) top repeat-x;
}

a:link {color: #5697C4;}
a:visited {color: #777;}
a:hover {color: #CE6C0A;text-decoration:none;}
a:active {color: #CE6C0A;}

strong {font-weight: bold;}

.align-right {
  text-align: right;
}

/* ============================================================================
Global positioning
============================================================================ */
#wrapper {
	width: 765px;
	margin: 0 auto 20px auto;
	background: #FFF;
	text-align: left;
}

/* ============================================================================
Header
============================================================================ */
#header {
	display: inline;
}

#logo {
	background: url(../graphics/logo-kommune.gif) left top no-repeat;
	height: 47px;
	margin: 10px 0 10px 15px;
}
#tourism #logo {
	background: url(../graphics/logo-turist.gif) left top no-repeat;
}

#logo div {
  display: inline;
}
#logo div small {
  display: inline;
}

#logo a {
	color: #000;
	font-size: 24px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-left: 45px;
}
#logo a:hover {color: #5697C4;}
#logo a span {}


/* ============================================================================
Content
============================================================================ */
#content {
}   
#content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#content {display:inline-block;}
/* Hide from IE Mac \*/
#content {display:block;}
/* End hide from IE Mac */


/* ============================================================================
Topgraphic
============================================================================ */

#frontpage #top-graphic {
	background: #5697C4 url(../graphics/bg-corners-globalmenu.gif) top no-repeat !important;
}
#top-graphic {
	background: #CE6C0A url(../graphics/bg-corners-globalmenu.gif) top no-repeat;
	padding-top: 4px;
	margin-bottom: 10px;
	height: 131px;
	overflow: hidden;
}


/* ============================================================================
Main content & Front page main content
============================================================================ */

#frontpage #main-content {
	width: 765px !important;
	float: left;
} 
#main-content {
	width: 560px;
	float: left;
}   
#main-content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#main-content {display:inline-block;}
/* Hide from IE Mac \*/
#main-content {display:block;}
/* End hide from IE Mac */

#main-content hr.clear {
	clear: both;
}



/* ============================================================================
Related content
============================================================================ */

#frontpage #related-content {
	width: 250px !important;
	float: left;
} 
#related-content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#related-content {display:inline-block;}
/* Hide from IE Mac \*/
#related-content {display:block;}
/* End hide from IE Mac */


/* ============================================================================
Paragraphs 
============================================================================ */

/* LAYOUT OF FLOATING BOXES */
.body-box {
	padding-left: 15px;
	float: left;
	width: 535px;
}
#frontpage .body-box {
	width: 485px;
}
.section-box {
	width: 260px;
	padding-left: 15px;
	float: left;
	margin-bottom: 15px;
}
#frontpage .section-box {
	width: 235px !important;
}

/* BODY BOX - for bodytext 
-------------------------------- */

#main-content .body-box .img-right-txt-left .img-container {
	width: 110px;
	float: right;
}
#main-content .body-box .img-container img {
	padding: 2px;
	background: #FFF;
	border: 1px solid #EAE2DA;
}
#main-content .body-box .txt-container {
	display: block;
	width: 410px;
	padding: 0;
}
#main-content .body-box .txt-container h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 18px;
	font-weight:normal;
}
#main-content .body-box .txt-container h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 18px;
	font-weight: normal;
	
}
#main-content .body-box .txt-container h3 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	font-weight:bold;
}
#main-content .body-box .txt-container h4 {
	font-size: 11px;
	margin-bottom: 0;
	font-weight:bold;
	
}
#main-content .body-box .txt-container p {
	margin-bottom: 15px;	
}
#main-content .body-box .txt-container p span.text2 {
}

#main-content .body-box .txt-container table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
}
#main-content .body-box .txt-container table th {
	font-size: 10px;
	color: #FFF;
	padding: 5px 3px;
	background:  #ADD7F4;
	border: 1px solid #ADD7F4;
}
#main-content .body-box .txt-container table td {
	font-size: 10px;
	padding: 5px 3px;
	border: 1px solid #ADD7F4;
}
#main-content .body-box .txt-container ul {
	list-style: disc;
	margin: 0 0 15px 30px;
}
#main-content .body-box .txt-container ul li {}
#main-content .body-box .txt-container ol {
	list-style: decimal;
	margin: 0 0 15px 30px;
}


/* BOXES - infobox and actionbox - for related content and links 
----------------------------------------------------------------- */

.info-box:after,
.action-box:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.info-box,
.action-box {display:inline-block;}
/* Hide from IE Mac \*/
.info-box,
.action-box {display:block;}
/* End hide from IE Mac */


.info-box .img-top-txt-bottom {
	background: #FEFBF5 url(../graphics/bg-gradient-sand.gif) bottom repeat-x;
	border-left: 1px solid #EAE2DA;
	border-right: 1px solid #EAE2DA;
	padding: 9px;
}
.action-box {
	background: url(../graphics/bg-infobox-ice.gif) 0 top repeat-y;
	padding: 1px 0;
}
.action-box .img-top-txt-bottom {
	background: #FFF url(../graphics/bg-gradient-ice.gif) bottom repeat-x;
	border-left: 1px solid #ADD7F4;
	border-right: 1px solid #ADD7F4;
	padding: 9px;
}
.info-box .txt-container,
.action-box .txt-container {
	display: block;
}
.info-box h1,
.info-box h2,
.info-box h3,
.info-box h4 {
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
}
.action-box h1,
.action-box h2,
.action-box h3,
.action-box h4 {
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
}

.info-box .txt-container p,
.action-box .txt-container p {
	margin-bottom: 15px;
}

.info-box ul,
.action-box ul {
	margin-bottom: 15px;
}
.info-box ul li,
.action-box ul li {
	margin: 5px 0;
}

.info-box a,
.action-box a,
.focus-box a {
	padding: 5px 0 5px 20px;
	background: url(../graphics/bullet.gif) left no-repeat;
}

/* front page boxes */
#frontpage .action-box {
	background: url(../graphics/bg-fp-infobox-ice.gif) 0px top repeat-y;
	padding: 1px 0;
}
#frontpage .info-box {
	background: url(../graphics/bg-fp-infobox-sand.gif) 0px top repeat-y;
	padding: 1px 0;
}
#frontpage .action-box .img-top-txt-bottom {
 	height: 170px;
	max-height: 170px;
	width: 215px;
	overflow: hidden;
}
#frontpage .info-box .img-top-txt-bottom {
 	height: 120px;
	max-height: 120px;
	width: 215px;
	overflow: hidden;
}
#frontpage .action-box h1,
#frontpage .action-box h2,
#frontpage .action-box h3,
#frontpage .action-box h4 {
	margin-bottom: 8px !important;
	font-size: 18px !important;
	font-weight: normal !important;
}


/* FRONTPAGE NEWS - newsbox 
----------------------------- */
.news-box .img-top-txt-bottom {
	height: 190px;
	max-height: 190px;
	overflow: hidden;
}
.news-box h2 {
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: normal;
}
.news-box ul li {
	margin-bottom:15px;
	font-size: 11px;
}
.news-box ul li span {
	color: #999;
	font-size: 11px;
}
.news-box table {
	float: left;
	margin-right: 5px;
}
.news-box table td.images img {
	padding: 2px;
	border: 1px solid #EAE2DA;
}
.news-box .txt-container div {
	margin-bottom: 15px;
}

/* FOCUS BOX - for frontpage focus story 
------------------------------------------*/

#frontpage #main-content .body-box .txt-container {
	display: block;
	width: 225px;
	padding: 0 0 3px 15px;
	float: left;
	padding-top: 0;
}

#frontpage .body-box .focus-box {
	background: url(../graphics/bg-fp-bodybox-sand.gif) 0px top repeat-y;
	padding: 1px 0;
}
#frontpage .body-box .focus-box .img-left-txt-right {
 	height: 120px;
	max-height: 120px;
	width: 465px;
	background: #FEFBF5 url(../graphics/bg-gradient-sand.gif) bottom repeat-x;
	border-left: 1px solid #EAE2DA;
	border-right: 1px solid #EAE2DA;
	padding: 9px;
	overflow: hidden;
}
#frontpage .body-box .focus-box .img-left-txt-right .img-container {
	float: left;
}
#frontpage .body-box .focus-box h1,
#frontpage .body-box .focus-box h2,
#frontpage .body-box .focus-box h3,
#frontpage .body-box .focus-box h4 {
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
}

/* ============================================================================
Breadcrumbs
============================================================================ */

#bread-crumbs {
	padding-left: 15px;
	margin-bottom: 15px;
}
#bread-crumbs span.Legend {
	color: #C60;
}

/* ============================================================================
Footer
============================================================================ */
#tourism #footer {
	background: #25408E url(../graphics/bg-footer-turist.gif) bottom center no-repeat;
}
#tourism #footer div {
	_height: 18px;
	min-height:18px;
	background: url(../graphics/bg-footer-turist-top.gif) top center no-repeat;
	color: #FFF;
	padding: 23px 15px 5px 15px;
}
#footer {
	_height: 50px;
	min-height: 50px;
	background: #5697C4 url(../graphics/bg-footer-kommune.gif) bottom center no-repeat;
}
#footer div {
	_height: 18px;
	min-height:18px;
	background: url(../graphics/bg-footer-kommune-top.gif) top center no-repeat;
	color: #FFF;
	padding: 23px 15px 5px 15px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}
#footer p {
	margin-bottom: 15px;
}

#webdesign {
	width: 765px;
	margin: 5px auto 15px auto;
	text-align: right;
}
#webdesign a {
	color: #5697C4;
	text-decoration: none;
	padding-right: 15px;
}
#webdesign a:hover {
	text-decoration: underline;
}




