/*
 * * * * * * * * * * * * * * * * * * *
 *   Niklas Olsson                   * 
 *   Gecko Solutions                 *
 *   http://www.geckosolutions.se    *
 * * * * * * * * * * * * * * * * * * *
 */


/* - - - - - - - - - Basic website positioning styles - - - - - - - - */

body {
	text-align: center; /* Fix for centering the whole page in IE 5 and 6 because they don't work with auto margins. */
	min-width: 982px;   /* Fix for Netscape 6 if the window is resized. */
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#wrapper {
	width: 980px;
	height: 694px;
	margin: 0 auto;
	text-align: left; /* Fix for align the text left in again after fixing the centering of the page for IE 5 and 6 */
	border: 1px solid #BCBCBC;
}

/* - - - - - - - - - - The headline styles - - - - - - - - - */

h1 {font-family: Georgia, Verdana; font-weight: normal; font-size: 20px;}
h2 {font-family: Georgia, Verdana; font-weight: normal; font-size: 17px;}
h3 {font-family: Georgia, Verdana; font-weight: bold; font-size: 14px;}

/* - - - - - - - - - - - - Misc tags - - - - - - - - - - - */

em {
	font-style: normal;
	font-weight: bold;
}
/* - - - - - - - - - - The link styles - - - - - - - - - - */

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #000000;
}

/* - - - - - - - - - - The header styles - - - - - - - - - */

.header_1 {
	float: left;
	width: 184px;
	height: 152px;
	background: url(../img/header_1_bg.jpg) no-repeat;
}

.header_2 {
	float: left;
	width: 520px;
	height: 152px;
	background: url(../img/header_2_bg.jpg) no-repeat;
	background-color: #ffffff;
}

.header_3 {
	margin: 0;
	font-size: 0.9em;
	float: right;
	width: 256px; /* IE 6*/
	height: 31px;
	background: url(../img/header_3_bg.jpg) no-repeat;
	/*line-height: 250px;
	vertical-align: bottom;*/
	padding: 116px 10px 5px 10px;
	clear: right;
}

/* - - - - - - - The three boxes below the header section - - - - - - - */
.spacer_1 {
	float: left;
	min-width: 184px;
    max-width: 184px;
    width: 184px; /* IE 6*/
	height: 23px;
	background: url(../img/spacer_1_bg.jpg) no-repeat;
	background-color: #F1F1F1;
	font-family: Georgia, Verdana;
	font-size: 14px;
	clear: left;
}

.spacer_2 {
	float: left;
	min-width: 520px;
    max-width: 520px;
    width: 520px; /* IE 6*/
	height: 21px;
	height: 23px;
	background: url(../img/spacer_2_bg.jpg) no-repeat;
	background-color: #F1F1F1;
	font-family: Georgia, Verdana;
	font-size: 14px;
}

.spacer_3 {
  	float: right;
	vertical-align: middle;
	width: 266px; /* IE 6*/
	padding-left: 10px;
	height: 21px;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	background: url(../img/spacer_3_bg.jpg) no-repeat;
	font-family: Georgia, Verdana;
	font-size: 12px;
	clear: right;
}

.spacer_3 img {
	vertical-align: middle;
}

/* - - - - - - - The three boxes that make the footer section - - - - - - - */

.spacer_bottom_1 {
	float: left;
	min-width: 184px;
    max-width: 184px;
    width: 184px; /* IE 6*/
    height: 18px;
	border-top: 1px solid #BCBCBC;
	background-color: #F1F1F1;
}

.spacer_bottom_2 {
	float: left;
	min-width: 520px;
    max-width: 520px;
    width: 520px;
    height: 18px;
	border-top: 1px solid #BCBCBC;
	background-color: #F1F1F1;
}

.spacer_bottom_3 {
    float: left;
	min-width: 276px;
    max-width: 276px;
    width: 276px; /* IE 6*/
    height: 18px;
	border-top: 1px solid #BCBCBC;
	background-color: #F1F1F1;
    clear: right;
	text-align: center;
}

/* - - - - - - - - - Body styles - - - - - - - - - */

.menu_box  {
	float: left;
	vertical-align: top;
	width: 164px;
	height: 490px;
	padding: 10px 10px 0px 10px;
	background: url(../img/menu_bg.jpg) no-repeat;
	clear: left; /* IE 6*/
}

.menu_box a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.main_body {
	float: left;
	vertical-align: top;
	width: 500px;
	padding-left: 10px;
	padding-right: 10px;
	height: 490px;
	padding-top: 10px;
	background-color: #ffffff;
	overflow: auto;
}

	.main_body a:link, .main_body a:visited, .main_body a:active {
		color: #0066FF;
		text-decoration: none;
	}
	
	.main_body a:hover {
		text-decoration: underline;
	}

	.main_body .customer_box a:link, .main_body .customer_box a:visited, .main_body .customer_box a:active, .customer_box a:hover {
		color: #000000;
	}
	
	.main_body #map {
		width: 490px;
		height: 350px;
		border: 1px solid #BCBCBC;
		margin-bottom: 20px;
	}

.right_body {
  	float: left; /* IE 6*/
	vertical-align: top;
	min-width: 261px;
	max-width: 261px;
	width: 261px; /* IE 6*/
	padding-left: 15px;
	min-height: 485px;
	max-height: 485px;
	height: 485px; /* IE 6*/
	padding-top: 15px;
	background: url(../img/right_bg.jpg) repeat;
	overflow: auto;
	clear: right;
}

/* - - - - - - - - - Inside body styles - - - - - - - - - */

.main_left {
	width: 250px;
	float: left;
}

.main_right {
	padding-left: 20px;
	padding-right: 10px;
	width: 220px;
	float: right;
	clear: right;
}

.imgBank {
	background-image: url('../img/bildbanken.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.imgBankText {
	width: 50%;
	height: 400px;
}

/* - - - - - - - - - News boxes - - - - - - - - - - */

.news_box_start {
	float: left;
	margin-bottom: 3px;
  	vertical-align: top;
	width: 230px;
	padding: 5px;
  	background-color: #F1F1F1;
  	border: 1px solid #8E95BF;
  	font-family: Georgia, Verdana;
	font-size: 12px;
}

.news_headline {
	font-size: 12px;
	font-weight: bold;
}

.news_link {
  	width: 70px;
  	height: 15px;
  	padding: 0px;
	float: right;
	line-height: 15px;
	font-family: Georgia, Verdana;
	font-size: 12px;
	vertical-align: middle;
	text-decoration: underline;
}

.news_link img {
	vertical-align: middle;
}

.news_image {
  	float: right;
  	
}

.back_link {
  clear: both;
  	width: 70px;
  	height: 15px;
  	padding: 0px;
	float: right;
	font-family: Georgia, Verdana;
	font-size: 12px;
	text-decoration: underline;
}

.back_link img {
	vertical-align: middle;
}

.all_news_link {
	clear: both;
  	height: 20px;
	width: 100%;
  	padding: 0px;
	font-family: Georgia, Verdana;
	font-size: 12px;
}

.all_news_link img {
	vertical-align: middle;
	text-decoration: underline;
}

.date {
  	font-family: Georgia, Verdana;
	font-size: 12px;
}

.lead {
  	font-family: Georgia, Verdana;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

.text {
  	font-family: Georgia, Verdana;
	font-size: 14px;
	padding-bottom: 10px;
}

.author {
  	font-family: Georgia, Verdana;
	font-size: 14px;
	padding-bottom: 10px;
}

/* - - - - - - - - Partner link styles - - - - - - - - - */

.partner_box {
	margin-top: 3px;
  	vertical-align: top;
	width: 245px;
	overflow: hidden;
	padding: 5px;
  	background-color: #C8CDEB;
  	border: 1px solid #8E95BF;
  	font-family: Georgia, Verdana;
	font-size: 12px;
}

.partner_headline {
	font-size: 12px;
	font-weight: bold;
}

.partner_link a {
	float: right;
  	text-align: right;
  	vertical-align: middle;
	text-decoration: underline;
}

.partner_link img {
  	vertical-align: middle;
}

/* - - - - - - - - Customer page styles - - - - - - - - - */

.customer_box {
	float: left;
	min-width: 150px;
	width: 154px;
	height: 80px;
	border: 1px dotted #C1C1C1;
	margin-right: 10px;
	margin-top: 10px;
	text-align:center;
	vertical-align: middle;
	line-height: 80px;
}

.text {
  	
}

.link {
 	display: none; 
}

.sidebar_box_start {
	float: left;
	margin-bottom: 3px;
  	vertical-align: top;
	width: 230px;
	padding: 5px;
  	background-color: #F1F1F1;
  	border: 1px solid #8E95BF;
  	font-family: Georgia, Verdana;
	font-size: 12px;
}

.sidebar_box_headline {
	font-size: 12px;
	font-weight: bold;
}

/* - - - - - - - - Menu item styles - - - - - - - - - */

.menu_item {
	text-align: center;
  	font-family: Georgia, Verdana;
	font-size: 14px;

}
/* - - - - - - - - - Form styles - - - - - - - - - - */

.form_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.submit {
	font-size: 11px;
	width: 80px;
}

.button {
	border: 1px solid #8B7E66;
	padding: 3px;
	background: #D8D8BF;
	width: 107px;
	text-align: center;
}

.button {
    text-decoration: none;
    color: #000000;
}

.select {
	font-family: Georgia, Verdana;
	font-size: 9px;
	width: 210px;
}

input.search {
   font-size: 11px;
   width: 40px;
   height: 20px;
   border: 1px solid #8B7E66;
   background-color: #F1F1F1;
}

input.searchBox {
   font-size: 11px;
   font-family: verdana;
   width: 125px;
   height: 16px;
   border: 1px solid #8B7E66;
   background-color: #F1F1F1;
}

/* - - - - - - - - - - - - Facebook - - - - - - - - - - - - - - -*/

#facebook {
  max-width: 500px;
}

.comment_body {
  width: 500px;
}

.FB_comments.FB_ElementReady {
  float:left;
  margin-bottom:20px;
  max-width:480px;
  overflow:hidden;
}

/* - - - - - - - - - - - - - Misc - - - - - - - - - - - - - - - 

.scrollbox 
{
	padding-left: 4px;
	padding-right: 4px;
	height: 500px;
	width: 255px;
	overflow: auto;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #cccccc; 
	scrollbar-track-color: #a8b0e1;
	scrollbar-darkshadow-color: #cccccc;
}

*/

