@import "mainnav.css";
@import "subnav.css";

/************************* HTML BODY **********************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	background-color: #f0f0f0;
	background-image: url(/files/Billeder/bg.gif);
	color: #666666;
}

/************************* STRUCTURE **********************/

#container {
	width: 770px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	margin: 0;
	background-image: url(/files/Billeder/container_bg.gif);
	background-repeat: repeat-y;
}

#header {
	width: 770px;
	height: 113px;
	padding: 0;
	margin: 0;
	background-image: url(/files/Billeder/header_bg.gif);
	background-repeat: no-repeat;
}

#mainnav {
	width: 750px;
	height: 27px;
	padding: 0;
	margin: 0;
	background-image: url(/files/Billeder/mainnav_bg.gif);
	background-repeat: no-repeat;
	float: left;
}

#content {
	padding: 0 0 0 25px;
	margin: 0;
	float: left;
}

#subnav {
	width: 143px;
	padding: 10px 20px 40px 10px;
	margin: 0 1px 0 0;
	float: left;
	background-image: url(/files/Billeder/eccoprint.gif);
	background-repeat: no-repeat;
	background-position: 30px bottom;
}

#text {
	width: 507px;
	padding: 20px;
	margin: 0;
	float: left;
}

#footer {
	padding: 0;
	margin: 0;
}

/************************* TEXT **********************/

h1 {
	color: #FF9933;
	font-family: Arial, Geneva, Verdana, Helvetica, Charcoal, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-top: 0;
}

h2 {
	color: #666666;
	font-family: Arial, Geneva, Verdana, Helvetica, Charcoal, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin-top: 0;
}

p {
	margin: 7px 0 7px 0;
}

/************************* LINKS **********************/

a {
   color: #666666;
   font-family: Arial, Geneva, Verdana, Helvetica, Charcoal, Sans-Serif;
   font-weight: bold;
   font-size: 12px;
   line-height: 14,5px
}

a {
   text-decoration: underline
}

a:visited {
   color: #666666;
   text-decoration: underline
}

a:hover {
   color: #FF9933;
   text-decoration: underline
}

/************************* OTHERS **********************/

.forsiden {
	width: 170px;
	height: 110px;
	border: 0;
	position: absolute;
	left: 25px;
	top: 0;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}