@charset "utf-8";
/* CSS Document */


/*** GLOBALS ***/

html {
	height: 100%; 
	margin-bottom: 1px;
	}

body {
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: left;
	background: #101010 url(/img/sbt_body_bg.gif) repeat-x;
}

img {
	padding: 0px;
	border: none;
	margin: 0px;
	display: block;
}


#site_wrap {
	float: left;
	margin-left: 50px;
	width: 633px;
}

/***  HEADER ***/

#header_wrap {
	float: left;
	width: 635px;
	height: 147px;
	background: url(/img/header_bg.gif) no-repeat;
}


#header_wrap .subnav{
	float: right;
	list-style-type: none;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}

#header_wrap .subnav li{
	float: left;
	margin: 0px;
	padding: 0px;
}

#header_wrap .subnav li a{
	width: 80px;
	height: 18px;
	padding-top: 2px;
	border: 1px solid black;
	display: block;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	text-align: center;
	background: url(/img/subnav_btn.gif) no-repeat;
}

#header_wrap .subnav li a:hover{
	background: url(/img/subnav_btn_over.gif) no-repeat;
}

#header_wrap .subnav .corner{
	width: 23px;
	height: 22px;
	background: url(/img/subnav_corner_left.gif) no-repeat;
}

/***  MENY ***/

#meny_wrap {
	clear: both; 
	float: left;
}

#meny {
	float: left;
	width: 635px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#meny li{
	float: left;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

#meny li a{
	width: 125px;
	height: 27px;
	padding-top: 7px;
	display: block;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	text-decoration: none;
	text-align: center;
	background: url(/img/meny_btn_1.gif) no-repeat;
}

#meny li a:hover{
	background: url(/img/meny_btn_1_over.gif) no-repeat;
}

#meny li a#current{
	color: #fff62b;
	background: url(/img/meny_btn_1_over.gif) no-repeat; 
}

#meny_gradient {
	clear: both;
	float: left;
	width: 633px;
	height: 17px;
	background: url(/img/meny_gradient.gif) no-repeat;
}


/***  MAIN CONTENT ***/

#content_wrap {
	clear: both;
	float: left;
	width: 613px;
	padding: 20px 20px 20px 0px;
	background: white url(/img/main_bg.gif) repeat-y;
}

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

.bar_begin {
	float: left;
	width: 10px;
	height: 28px;
	background: url(/img/bar_bg_begin.gif) no-repeat left;
}

.bar_content {
	float: left;
	width: 420px;
	height: 25px;
	padding: 3px 0px 0px 20px;
	background: url(/img/bar_bg.gif) repeat-x left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: black;
}
.bar_end {
	float: left;
	width: 25px;
	height: 28px;
	background: url(/img/bar_bg_end.gif) no-repeat left;
}

.text_wrap {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 20px 35px;
	width: 400px;
	float: left
}

#content_end {
	float: left;
}

#end_fill {
	float: left;
	width: 551px;
	height: 55px;
	background: white url(/img/main_bg.gif) left repeat-y;
}

#corner {
	float: left;
	width: 82px;
	height: 55px;
	background: url(/img/main_corner.gif) no-repeat;
}


/***  FOOTER ***/

#footer_wrap {
	float: left;
}


#footer_wrap .subnav{
	float: left;
	list-style-type: none;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}

#footer_wrap .subnav li{
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer_wrap .subnav li a{
	width: 80px;
	height: 18px;
	padding-top: 2px;
	border: 1px solid black;
	display: block;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	text-align: center;
	background: url(/img/subnav_btn.gif) no-repeat;
}

#footer_wrap .subnav li a:hover{
	background: url(/img/subnav_btn_over.gif) no-repeat;
}

#footer_wrap .subnav .corner{
	width: 23px;
	height: 22px;
	background: url(/img/subnav_corner_right.gif) no-repeat;
}