@charset "utf-8";
/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
}

body  {
	background:url(../img_template/top_bg.gif) repeat-x scroll center top;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
	background-color: #DDE8ED;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7fa3b2;
	line-height:normal;
	margin: 1em 0 0.5em 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #35454b;
	text-transform:inherit;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	letter-spacing: 0.05em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7fa3b2;
	margin-bottom:1em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	letter-spacing: 0.03em;
}

a:link,
a:visited,
a:active {
	color:#6591A3;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#containerMain {
	border:medium none;
	margin:0 auto;
	text-align:left;
	width:990px;
	position:relative;
	background-image: url(../img_template/content_2_cols.gif);
	background-repeat:repeat-y;
}

#containerContent {
	padding:0;
	margin:0;
}

#contentHeader {
}

#contentLeft {
/*	background-color:#f2f6f8; */
	width:203px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dde8ed;
	padding:0;
	margin:0;
}

#contentRight {
	float:left;
	width:786px;
	padding:0;
	margin:0;
}

#contentRight #content {
	padding: 3em 4em 4em 2.6em;
	margin:0;
}

#contentRight {
	line-height: 1.5em;
}

#contentFooter {
	text-align: center;
	padding-top:1em;
	padding-bottom:2em;
	color: #5b6062;
	font-size:0.9em;
}

.clearBoth {
	clear:both;
}

#contentLeft #mainMenu {
	padding: 3em 1.5em;
}

#contentLeft .achilles {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	color: #515557;
	padding: 24px 21px 24px 21px;
}

#contentLeft #mainMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#contentLeft #mainMenu ul li {
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dde8ed;
	padding-left:1em;
	margin: 0;
	/* overflow:hidden; fjernet pga lengre menylabels */
}

#contentLeft #mainMenu ul li a {
	display:block;
	/* white-space:nowrap; fjernet pga lengre menylabels */
	background-image:url(../img_template/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top 5px;
	padding: 0.5em 1em 0.5em 1em;
	margin:0;
	text-decoration:none;
	color:#506871;
}

#contentLeft #mainMenu ul li a:link,
#contentLeft #mainMenu ul li a:visited,
#contentLeft #mainMenu ul li a:active {
}

#contentLeft #mainMenu ul li a:hover {
	background-image:url(../img_template/menu_bullet_ov.gif);
	color:#FF6600;
}

#contentLeft #mainMenu ul li#currentPage {
	background-color:#E9F0F3;
}

#containerLanguages {
	position:absolute;
	top:2px;
	right:2px;
}

#firstElement {
	padding-top:0em;
	margin-top:0em;
}
