/*----------------------------------------Imports-----------------------------------------*/
@import url('./Reset.css');
/*------------------------------------Structure styles------------------------------------*/
body	{
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #e3e3e3;
	font-family: Tahoma;
	font-size: 11px;
	color: #7aaab7;
	letter-spacing: 1px;
	line-height: 13px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #7aaab7;
}
strong	{
	font-weight: bold;
}
h1	{
	font-size: 14px;
	color: #ef7a22;
	letter-spacing: 2px;
	font-weight: normal;
	padding-bottom: 7px;
	padding-top: 3px;
	margin-left: -1px;
}
h2	{
	color: #ef7a22; 
	font-size: 11px;
}

a, a:visited, p a, p a:visited	{
	color: #ef7a22;
	text-decoration: none;
}
a:hover, p a:hover	{
	color: #ef7a22;
	text-decoration: underline;
}
.btn_submit	{
	border: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #7aaab7;
	background-color: transparent;
	background-image: none;
	cursor: pointer;
	cursor: hand;
	float: right;
	padding: 4px 5px; 0px 0px;
}
.btn_submit:hover	{
	color: #ef7a22;
}
.headline	{
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
}
/*a:link { 
	color: #ffffff;
	text-decoration: none;
}
a:visited { 
	color: #ffffff;
	text-decoration: none;
}
a:hover { 
	color: #ef7a22;
	text-decoration: underline;
}*/
#container {
	padding: 10px 20px 15px 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 985px;
	height: 749px;
	background-image: url('./img/bg_container.gif');
}
#logo	{
	float: left;
	width: 248px;
	overflow: hidden;
}
#teaser_img	{
	float: left;
}

#top_handler	{
	float: left;
	width: 985px;
	height: 249px;
	overflow: hidden;
	clear: both;
}
#middle_handler	{
	float: left;
	width: 985px;
	
	clear: both;
}
#bottom_handler	{
	float: left;
	width: 985px;
	clear: both;
}
#main_menu	{
	float: left;
	width: 246px;
	overflow: hidden;
}
#top_left_mainmenu, #top_right_mainmenu, #bottom_left_mainmenu, #bottom_right_mainmenu	{
	background-image: url('./img/bg_border_mainmenu.gif');
	height: 5px;
	width: 123px;
	overflow: hidden;
}
#top_left_mainmenu	{
	background-position: top left;
	float: left;
}
#top_right_mainmenu	{
	background-position: top right;
	float: right;
	width: 123px;
}
#bottom_left_mainmenu	{
	background-position: 0 -5px;
	clear: both;
	float: left;
	height: 4px;
}
#bottom_right_mainmenu	{
	background-position: 100% -5px;
	float: right;
	width: 123px;
	height: 4px;
}
#content_con_mainmenu	{
	clear: both;
	float: left;
	width: 217px;
	height: 230px;
	display: block;
	background-image: url('./img/bg_border_vert_mainmenu.gif');
	background-repeat: repeat-y;
	padding: 10px 10px 0px 19px;
}
#submenu	{
	float: left;
	width: 248px;
	clear: both;
	overflow: hidden;
}
#top_left_submenu, #top_right_submenu, #bottom_left_submenu, #bottom_right_submenu	{
	background-image: url('./img/bg_border_submenu.gif');
	height: 4px;
	width: 124px;
	overflow: hidden;
}
#top_left_submenu	{
	background-position: left -1px;
	float: left;
	height: 3px;
}
#top_right_submenu	{
	background-position: right -1px;
	float: right;
	height: 3px;
	width: 124px;
}
#bottom_left_submenu	{
	background-position: 0 -4px;
	clear: both;
	float: left;
}
#bottom_right_submenu	{
	background-position: 100% -4px;
	float: right;
	width: 124px;
}
#content_con_submenu	{
	clear: both;
	float: left;
	width: 240px;
	height: 430px;
	display: block;
	background-image: url('./img/bg_border_vert_submenu.gif');
	background-repeat: repeat-y;
	padding: 0px 4px 0px 5px;
}
#content_submenu	{
	float: left;
	background-image: url('./img/bg_gradient_submenu.jpg');
	background-repeat: repeat-x;
	width: 235px;
	height: 410px;
	padding: 20px 0px 0px 5px;
}
#content	{
	float: left;
	width: 735px;
}
#top_left_content, #top_right_content, #bottom_left_content, #bottom_right_content	{
	background-image: url('./img/bg_border_content.gif');
	height: 3px;
	width: 367px;
	overflow: hidden;
}
#top_left_content	{
	background-position: left -1px;
	float: left;
}
#top_right_content	{
	background-position:  right -1px;
	float: right;
	width: 368px;
}
#bottom_left_content	{
	background-position: 0 -4px;
	clear: both;
	float: left;
}
#bottom_right_content	{
	background-position: 100% -4px;
	float: right;
	width: 368px;
}
#content_con_content	{
	clear: both;
	float: left;
	width: 726px;
	height: 430px;
	display: block;
	background-image: url('./img/bg_border_vert_content.gif');
	background-repeat: repeat-y;
	padding: 0px 5px 0px 4px;
	/*line-height: 15px;*/
}
#content_content	{
	float: left;
	background-image: url('./img/bg_gradient_content.jpg');
	background-repeat: repeat-x;
	width: 695px;
	height: 410px;
	padding: 20px 16px 0px 15px;
}
#frontpage_content	{
	float: left;
	width: 645px;
	height: 215px;
	padding: 0px 40px 0px 5px;
	overflow: auto;
	margin-bottom: 15px;
	line-height: 15px;
}
#frontpage_content li, #standard_content li	{
	background-image: url('./img/bg_li.gif');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}
#standard_content	{
	float: left;
	width: 645px;
	height: 400px;
	padding: 0px 40px 0px 5px;
	overflow: auto;
	margin-bottom: 15px;
	line-height: 15px;
}
#standard_content a:link, #standard_content a:visited	{
	color: #7aaab7;
}
#standard_content a:hover	{
	color: #ef7a22;
}
#frontpage_bottom	{
	float: left;
	width: 695px;
	height: 150px;
	border-top: solid 1px #bed7de;
	padding-top: 25px;
	overflow: hidden;
}
#tilbyder	{
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	border-right: solid 1px #bed7de;
	width: 341px;
	height: 133px;
}
#tilbyder a, #tilbyder a:visited	{
	color: #7aaab7; 
	float: left;
	clear: both;
	display: block;
	width: 275px;
	height: 11px;
	padding: 0px 0px 7px 25px;
	background-image: url('./img/arrow_sub.gif');
	background-repeat: no-repeat;	
	background-position: left 1px;
	margin-left: 5px;
	letter-spacing: 1px;
}
#tilbyder h1	{
	padding-bottom: 20px;
}
#tilbyder a:hover	{
	background-image: url('./img/arrow_sub_active.gif');
	color: #ef7a22;
	text-decoration: none;
}
#tider	{
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	width: 326px;
	height: 133px;
	letter-spacing: 2px;
}
#tider td.right, .right	{
	text-align: right;
}
#tider td.left	{
	text-align: left;
}
#tider h1	{
	padding-bottom: 0px;
}
#footer	{
	float: left;
	width: 983px;
}
#top_left_footer, #top_right_footer, #bottom_left_footer, #bottom_right_footer	{
	background-image: url('./img/bg_border_footer.gif');
	height: 3px;
	width: 492px;
	overflow: hidden;
}
#top_left_footer	{
	background-position: left -1px;
	float: left;
}
#top_right_footer	{
	background-position: right -1px;
	float: right;
	width: 491px;
}
#bottom_left_footer	{
	background-position: 0 -4px;
	clear: both;
	float: left;
	height: 5px;
}
#bottom_right_footer	{
	background-position: 100% -4px;
	float: right;
	width: 491px;
	height: 5px;
}
#content_con_footer	{
	clear: both;
	float: left;
	width: 973px;
	height: 55px;
	display: block;
	background-image: url('./img/bg_border_vert_footer.gif');
	background-repeat: repeat-y;
	padding: 0px 5px 0px 5px;
}
#content_footer	{
	float: left;
	background-image: url('./img/bg_gradient_footer.jpg');
	background-repeat: repeat-x;
	width: 973px;
	height: 50px;
	padding: 5px 0px 0px 0px;
	
}
#footer_text	{
	text-align: center;
	letter-spacing: 2px;
	line-height: 20px;
	font-size: 11px;
	width: 870px;
	padding-left: 50px;
	float: left;
	padding-top: 5px;
}
#footer_text a, #footer_text a:visited	{
	color: #7aaab7;
	text-decoration: none;
}
#footer_text a:hover	{
	color: #ef7a22;
}
#footer_img	{
	float: right;
	padding-right: 13px;
}
.main_link, .main_link a, .main_link_last, .main_link_last a	{
	float: left;
	width: 201px;
	/*height: 36px;*/
	display: block;
	border-top: solid 1px #ffffff;
	overflow: hidden;
	padding-left: 10px; 
}
.main_link a, .main_link_last a, .main_link a:visited, .main_link_last a:visited		{
	border: 0px;
	font-size: 12px;
	margin-top: 11px;
	padding-top: 4px;
	padding-left: 35px;
	letter-spacing: 2px;
	padding-bottom: 8px;
	line-height: 12px;
	color:#ffffff;
	text-decoration: none;
	background-image: url('./img/arrow_main.gif');
	background-repeat: no-repeat;
}
.main_link_last	{
	border-bottom: solid 1px #ffffff;
}
.main_link a:hover, .main_link_last a:hover	{
	/*color: #ef7a22;*/
	background-image: url('./img/arrow_main_active.gif');
}

#sub_con	{
	float: left;
	padding-left: 8px;
	height: 172px;
}
.sub_link, .sub_link a, .sub_link_last, .sub_link_last a	{
	float: left;
	width: 220px;
	/*height: 36px;*/
	display: block;
	overflow: hidden;
}
.sub_link	{
	padding-bottom: 7px;
}
.sub_link a, .sub_link_last a, .sub_link a:visited, .sub_link_last a:visited		{
	border: 0px;
	font-size: 11px;
	padding-bottom: 1px;
	padding-top: 2px;
	padding-left: 25px;
	letter-spacing: 2px;
	line-height: 10px;
	color:#7aa9b6;
	text-decoration: none;
	background-image: url('./img/arrow_sub.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
}
.sub_link a:hover	{
	color: #ef7a22;
	background-image: url('./img/arrow_sub_active.gif');
}
#news_con	{
	float: left;
	padding-left: 2px;
}
.newsletter_input	{
	width: 220px;
	height: 28px;
	background-image: url('./img/bg_newsletter.jpg');
	background-repeat: no-repeat;
	border: 0px;
	padding: 7px 0px 0px 8px;
	font-family: Tahoma;
	font-size: 13px;
	color: #7aaab7;
	/*color: #ef7a22;*/
	letter-spacing: 1px;
}
.submit	{
	float: right;
	padding-right: 7px;
	padding-top: 2px;
}
.submit a, .submit a:visited	{
	color: #7aaab7;
}
.submit a:hover	{
	color: #ef7a22;
}
.comment	{
	float: left;
	padding-left: 5px;
}