*
{
	margin: 0px;
	padding:0px;
	font-family: Sans-serif;
}

html 
{
     overflow: -moz-scrollbars-vertical;
	 overflow: scroll;
}

body
{
	text-align:center;
	background-image: url('../images/background.gif');
	background-repeat:repeat-x;
	background-color: #ffffff;
}

img
{
	border: 0;
}

#contentcontainer
{
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header
{
	height: 124px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/background_top.gif');
	background-repeat: no-repeat;
	color: #3e52e5;
	border-left: #b0d0ec 1px solid;
	border-right: #b0d0ec 1px solid;
}

#logo
{
	float: left;
	border: 0;
	padding: 14px;
}

#menu
{
	float: right;
	margin-top: 80px;
	margin-right: 30px;
}

#menu ul 
{
	height:38px;
	float: right;
}

#menu li 
{
	float:left;
	font-size:18px;
	line-height:36px;
	list-style-type:none;
	margin:0;
	padding:1px;
}

#menu a 
{
	font-size: 14;
	font-family: HEMIHEAD.TTF;
	display:block;
	float:left;
	height:36px;
	/*padding:0 18px;*/
	text-decoration:none;
	background-image: images/menu_button.gif;
	background-repeat:repeat-x;
	color: 5f615e;
	xpad: 16px;
	ypad: 23px;
	border: #5b9cd6 1px solid;
}
/*logga grå färgen 5f615e*/

#menu a:hover
{
	font-size: 14;
	background-image: images/menu_button_active.gif;
	background-repeat:repeat-x;
}

#menu ul li a.current 
{
	background-image: images/menu_button_active.gif;
	background-repeat:repeat-x;
}

#content
{
	clear: both;
	border-left: #b0d0ec 1px solid;
	border-right: #b0d0ec 1px solid;
	background-color: #f3f8fb;
	min-height: 552px;
	padding: 15px;
}

/* min-height fix for IE */
* html #content{height:552px}
/*************************/

#content .intro
{
	margin: 0;
	text-align: center;
}

#content .intro .bigText
{
	width: 590px;
	text-align: justify;
	font-size: 17px;
	float: left;
}

#content .intro .text
{
	width: 590px;
	text-align: justify;
	font-size: 12px;
	float: left;
}

#content .intro img
{
	margin: 0;
}

#content .mid
{
	margin-left: 185px;
	margin-right: 185px;
	width: 590px;
	float: left;
}

#content .mid .head
{
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 17px;
}

#content .mid .text
{
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 12px;
}

#content .third
{
	background-color: #f3f8fb;
	width: 280px;
	float: left; 
	margin: 15px;
	text-align: justify;
}

#content .third .bigText
{
	font-size: 17px;
}

#content .third .text
{
	font-size: 12px;
}
#content .third .head
{
	margin-bottom: 16px;
}

#content .third .header
{
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content .second
{
	background-color: #f3f8fb;
	width: 400px;
	margin: 15px;
	padding: 2px;
	text-align: justify;
}
#content .second .bigText
{
	font-size: 17px;
}

#content .second .text
{
	font-size: 12px;
}
#content .second .head
{
	margin-bottom: 16px;
}

#content .first
{
	background-color: #f3f8fb;
	width: 100%;
	margin: 15px;
	text-align: justify;
}
#content .first .bigText
{
	font-size: 17px;
}

#content .first .text
{
	font-size: 12px;
}

#content .first .head
{
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content .clickable
{
	font-size: 12px;
	text-decoration: underline;
	margin-top: 10px;
	cursor: pointer;
	color: #0000ff;
}

#contactIntro
{
	font-size: 12px;
	margin: 15px;
	text-align: justify;
}

#contactForm
{
	width: 512px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-size: 12px;
	text-align: center;
}

#contactForm input
{
	width: 100%;
}

#contactForm textarea
{
	font-size: 12px;
}

#contactForm table
{
	font-size: 12px;
	width: 100%;
}

#contactForm .formLabel
{
	text-align: left;
	width: 20%;
	vertical-align: top;
}

#contactForm textarea
{
	width: 100%;
} 

#contactForm .sendButton
{
	margin-right: 4px;
	float: right;
}

#contactForm .sendButton input
{
	width: 150px;
}

#popupBackground
{
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#popup
{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
	
}

#popupContent
{
	background-color: #f3f8fb;
	text-align: center;
	width: 800px;
	padding: 15px;
}

#popupContent .text
{
	font-size: 12px;
	text-align: justify;
	margin-bottom: 6px;
}
#popupContent .head
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#popupContent img
{
	margin: 10px;
	padding: 0;
}

#popupContent .closePopup
{
	cursor: pointer;
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}
/*
#content .second_right
{
	background-color: #f3f8fb;
	width: 350px;
	float: right; 
	margin: 15px;
	text-align: justify;
}
#content .second_right .bigText
{
	font-size: 17px;
}

#content .second_right .text
{
	font-size: 12px;
}
#content .second_right .head
{
	margin-bottom: 16px;
}
*/
#content .dot
{
	margin: 6px;
	vertical-align: middle;
}

#content .outro
{
	margin: 15px;
}

#content .outro .bigText
{
	width: 900px;
	text-align: justify;
	font-size: 15px;
	float: left;
}

#content .outro .text
{
	width: 900px;
	text-align: justify;
	font-size: 13px;
	float: left;
}

#content .thumbs
{
	margin: 0px;
}

#content .thumbs img
{
	width: 280px;/*125px, 280px*/
	float: left;
	margin: 15px;
}

#fotter
{
	background: #b0d0ec;
	height: 62px;
}

#fotter .vgd
{
	float: right;
	color: #5f615e;
	margin: 15px 15px 0px 0px;
	font-size: 14px;
	text-decoration: none;
}

.xflowlink
{
	float: left;
	margin: 0;
	z-index: 9999;
}

.xflowlink a
{
	color: #bcbcbc;
	font-size: 10px;
	text-decoration: none;
}

