@import "mainnav.css";
@import "subnav.css";
@import "items.css";
@import "design.css";

/**************************** HTML BODY ***********************************/

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-size: 11px;
	font-family:Tahoma;
	line-height: 1.2em;
	color: #000000;
}

/**************************** STRUCTURE ***********************************/

#container {
	width: 915px;
	padding: 0;
	margin: 0 auto;
}

#subpage_container {
	width: 915px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	background-image: url(/files/Billeder/main/subpage_content_back.gif);
	background-repeat: repeat-y;
}

#header {
	width: 100%;
	height: 60px;
	padding: 0;
	margin: 0;
	border-top: #000 5px solid;
}

#mainnav {
}

#search {
	width: 190px;
	height: 26px;
	padding: 39px 0 0 51px;
	margin: 0;
	background-image: url(/files/Billeder/main/seek.gif);
	background-repeat: no-repeat;
	float: left;
}

#content {
	width: 100%;
}

#breadcrumbs {
	width: 900px;
	padding: 0 0 5px 0;
	margin: 0;
	background-color: #FFFFFF;
	border-top: 10px #FFFFFF solid;
}

#flash {
	border-top: 5px #fff solid;
}

.box {
	width: 270px;
	height: 173px;
	padding: 11px 14px 14px 14px;
	margin: 0 7px 0 0;
	border: 1px #d4d4d4 solid;
	float: left;
	color: #000000;
	position: relative;
}

.box1 {
	background-image: url(/files/Billeder/main/box1_back.gif);
	background-repeat: no-repeat;
	color: #ffffff;
}

.box2 {
	background-image: url(/files/Billeder/main/box2_back.gif);
	background-repeat: no-repeat;
}

.box3 {
	background-image: url(/files/Billeder/main/box3_back.gif);
	background-repeat: no-repeat;
	margin: 0;
}

#quicklinks {
	width: 100%;
	background-image: url(/files/Billeder/main/quicklinks_back.gif);
	background-repeat: repeat-x;
}

#subnav {
	width: 194px;
	float: left;
}

#text {
	width: 641px;
	padding: 0 40px 0 40px;
	margin: 0;
	float: left;
}

#footer {
	width: 100%;
	height: 123px;
	padding: 20px 0 0 0;
	margin: 6px 0 15px 0;
	background-image: url(/files/Billeder/main/footer_back.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}

#footer .adress {
	padding: 0 14px 0 14px;
	margin: 0;
	float: left;
	color: #696969;
}

#footer .adress p {
	padding: 0;
	margin: 0;
	font-size: 110%;
	line-height: 1.4em;
}

#footer .adress a, #footer .adress a:hover {
	text-decoration: none;
	color: #696969;
}

#subnav #footer {
	width: 100%;
	height: 112px;
	padding: 10px 0 0 0;
	margin: 0;
	background-image: url(/files/Billeder/main/footer_back1.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}

#subnav #footer .adress p {
	padding: 0 0 0 6px;
	margin: 0;
	float: left;
	color: #545454;
	line-height: 1.1em;
}

#subnav #footer .adress .scandinavien {
	color: #999999;
}

/**************************** LINKS ***********************************/

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

a:visited {
	color: #333333;
}

.box a {
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Georgia", Times, serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	left: 14px;
	bottom: 6px;
}

.box2 a, .box3 a {
	color: #000000;
}

/**************************** TEKST ***********************************/

h1 {
	font-family: "Georgia", Times, serif;
	margin-top: +7px;
	font-size: 18px;
	line-height: normal;
	color: #c60500;
	font-weight: lighter;
	margin-bottom: -4px;
}

h2 {
	font-size: 13px;
	line-height: normal;
	color: #297ea7;
	margin-bottom: 0px;
}

h3 {
	font-size: 11px;
	line-height: normal;
	color: #297ea7;
	margin-bottom: 0px;
}

.box h1 {
	padding: 0;
	margin: 0 0 7px 0;
	font-family: "Georgia", Times, serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #000000;
}

.box1 h1 {
	color: #ffffff;
}

/**************************** FORMS ***********************************/

.txtfield {
	width: 100px;
	border: 1px #a1a1a1 solid;
	font-size: 9px;
}

.submitbtn {
	width: 40px;
	background-image: url(/files/Billeder/main/seek_btn_back.gif);
	background-repeat: repeat-x;
	border: 1px #a1a1a1 solid;
	font-size: 9px;
}

/**************************** OTHERS ***********************************/

#quicklinks img {
	margin: 0 0 0 4px;
	float: left;
	border: 0;
}

.clear {
    clear: both;
    display: block;
    height: 0px;
    overflow: hidden;
}

.noshow {
	display: none;
}
