html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #f3f3f3;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height: 100%;
	text-align: center; /* Sørger for centrering for IE <= 5.5*/
	font-size: 11px;
	color: #000;
	font-family: Tahoma;
}

#header {
	width: 840px;
	height: 117px;
	background-image: url(../images/top_banner.jpg);
	position: relative;
	z-index: 10;
}

form {
	margin: 0;
}

#current_location_bg {
	height: 53px;
	width: 250px;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	moz-opacity: 0.5;
	position: absolute;
	top: 64px;
	left: 0px;
}

#current_location {
	height: 53px;
	width: 250px;
	position: absolute;
	top: 64px;
	left: 0px;
}

#location_back {
	padding: 3px 5px 3px 10px;
}

a.location_link:link, a.location_link:visited, a.location_link:active {
	text-decoration: none;
	color: #c7c7c7;
}

a.location_link:hover {
	text-decoration: underline;
	color: #c7c7c7;
}

#location_now {
	padding: 3px 5px 3px 10px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	moz-opacity: 1;
}

.location_sep {
	color: #c7c7c7;
}

#header_left {
	width: 48px;
	height: 312px;
	background-image: url(../images/top_image_left.jpg);
	position: absolute;
	left: -48px;
	top: 0px;
}

#header_right {
	width: 38px;
	height: 312px;
	background-image: url(../images/top_image_right.jpg);
	position: absolute;
	left: 840px;
	top: 0px;
}

#page_content {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	min-height: 100%; /* Hack for sidens højde */
	height: auto !important; /* Hack for sidens højde */
	height: 100%; /* Hack for sidens højde */
	background-color: #fff;
	z-index: 1;
}

#content {
	padding: 20px;
	position: relative;
}

.text_color_polini {
	color: #0f75b7;
}

.text_color_polini_menu {
	color: #0099fe;
}

.text_page_topic_container {
	float: left;
	margin-bottom: 10px;
}

.text_page_topic {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}

.page_topic_container {
	position: static;
	margin-bottom: 10px;
}

.polini_logo {
	width: 18px;
	height: 20px;
	background-image: url(../images/polini_logo.jpg);
	margin: 4px 7px 0 0;
	float: left;
}

img {
	border: 0;
}

#menu_bg {
	height: 22px;
	width: 840px;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	moz-opacity: 0.5;
	position: absolute;
	top: 27px;
	left: 0px;
}

#menu {
	width: 840px;
	position: absolute;
	top: 27px;
	left: 0px;
}

.language_container {
	height: 22px;
	width: 22px;
	float: right;
	margin: 0 5px 0 0;
}

a.menu_link:link, a.menu_link:visited, a.menu_link:active {
	color: #fff;
	text-decoration: none;
}

a.menu_link:hover {
	color: #fff;
	text-decoration: none;
}

.menu_btn {
	padding: 4px 7px 4px 7px;
	color: #fff;
	font-weight: bold;
	float: left;
	height: 14px;
	cursor: default;
	position: relative;
}

.menu_btn_over {
	padding: 4px 7px 4px 7px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	float: left;
	height: 14px;
	cursor: default;
	position: relative;
}

#program_links {
	width: 120px;
	background-color: #000;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 22px;
}

.program_btn {
	padding: 4px 7px 4px 7px;
	position: relative;
	background-color: #000;
}

.program_btn_over {
	padding: 4px 7px 4px 7px;
	position: relative;
	background-color: #fff;
}

a.program_link:link, a.program_link:visited, a.program_link:active {
	color: #fff;
	text-decoration: none;
}

a.program_link:hover {
	color: #000;
	text-decoration: none;
}

a.program_link_over:link, a.program_link_over:visited, a.program_link_over:active {
	color: #000;
	text-decoration: none;
}

a.program_link_over:hover {
	color: #000;
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #0f75b7;
	text-decoration: none;
}

a:hover {
	color: #0f84cf;
	text-decoration: underline;
}