/**
 * GENERAL SELECTORS {
 */
html, body {
	margin-left: 0; 
	padding: 0; 
	border: 0;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 12px;
}
	
/**
 * } GENERAL SELECTORS
 */


/**
 * PAGE LAYOUT {
 */
body#body {
	text-align: center;
	background-color: #ECECEC;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#main_container {
	text-align: center;
	margin: 2px auto;
	width: 902px;
}
#page_container {
	position: relative;
	background-color: #ECECEC;
	float: left;
	width: 764px;
}
#right_column {
	position: relative;
	background-color: #ECECEC;
	float: left;
	width: 138px;
}

#home_link {
	position: absolute;
	top: 0;
	left: 0;
	height: 62px;
	width: 174px;
}

td {
	font-size: 12px;
}


#headersearch {
	position: fixed;
	left: 610px;
	top: 85px;
}

#footer_container {
	clear: both;
	background: url(/.composer/images/bottom.gif);
	height: 10px;
}

/* footer contacts */
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;
	color: #fff;
	margin: 5px; /* to be centerd */
}

.content {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 5px;
}

/* page layout graphical lines */

#blueline {
	background-color: #003366;
	height: 20px;
}

#orangeline {
	background-color: #FF9933;
	height: 3px;
}

#shadowline {
	background: url(/.composer/images/shadow_dot_right.gif) ;
}

#white {
	background-color: #fff;
}

#greyline {
	background: url(/.composer/images/shadow_dot_left.gif) ;
}

#greyhoriz {
	background-color: #CECECE;
	height: 2px;
}


/* left module boxes */

.module {
	width: 170px;
}

.calmodule {
	width: 152px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.modulekommande {
	background-color: #fff;
	width: 172px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


#ftr {
	height: 25px;
	background:#fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #A60117;
	background:#fff;
	letter-spacing: -0px;
	border:solid #fff;
	border-width: 5px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/* contacts mail links */
.red A {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #A60117;
	letter-spacing: -0px;
	font-weight: bold;
	text-decoration: none;
}

.red A:hover {
	color: #0000EE;
	text-decoration: none;
}

.red A:visited {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #4B4B4B;
	letter-spacing: -0px;
	font-weight: bold;
	text-decoration: none;
}

/* composer link bottom */
#composer {
	font-family: Verdana;
	font-size: 9px;
	color: #666;
	letter-spacing: -0px;
	text-align: center;
	font-weight: none;
	text-decoration: none;
}

#composer A {
	font-family: Verdana;
	font-size: 9px;
	color: #666;
	letter-spacing: -0px;
	text-align: center;
	font-weight: none;
	text-decoration: none;
}

#composer A:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #000099;
	letter-spacing: -0px;
	text-align: center;
	font-weight: none;
	text-decoration: none;
}

.sender_form .lang_icon {
	display: none;
}

/* right module boxes | start template */

#obj1 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #666666;
 border: 0px solid #666666;
 background-color: #fff;
 width: 176px;
 vertical-align: top;
 padding-right: 0px;
 padding-top: 5px;
 float: right;
 text-align: left;
}
.boxes {
 width: 176px;
 padding: 0px;
 margin-top: 0px;
 padding-bottom: 5px;
 margin-bottom: 0px;
 margin-right: 5px;
 margin-left: auto;
 background: #fff;
 border: 0px solid #888888;
 text-align: left;
}

.box_header {
	background: url('/.composer/images/box_header_bg_dark_grey.gif') top right no-repeat;
	width: 172px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 31px 0px 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.box_header a {
	text-decoration: none;
	color: black;
}
#nyheter.box_header {
	background: url('/.composer/images/box_header_bg_grey.gif') top right no-repeat;
}
#aland.box_header {
	background: url('/.composer/images/box_header_bg_light_grey.gif') top right no-repeat;
}
#naringsliv.box_header ,
#medlemmar.box_header {
	width: 276px;
	background: url('/.composer/images/box_header_bg_white.gif') top right no-repeat;
}

/**
 * } PAGE LAYOUT
 */