body
{
	font-family: "Lucida Grande", Sans-Serif, Arial;
	font-size: 11px;
	color: #000;
	margin: 0px;
	line-height: 19px;
	background-color: #e3e3e3;
	background-repeat: repeat-x;
}

#outerwrapper
{
	background-image: url('../img/bg-main.png');
	background-color: #f2f2f2;
	background-repeat: repeat-x;
}


h1
{
	font-size: 30px;
	line-height: 19px;
	margin: 0px;
	padding-top: 35px;
	padding-bottom: 22px;
	font-weight: normal;
}

h2
{
	font-size: 1em;
	line-height: 19px;
	margin: 0 0 20px 0;
}

a
{
	color: #861316;
	text-decoration: none;
	font-weight: bold;
}

p
{
	margin: 0px;
}

img {
	border: 0;
}
#contentColumn p {
	margin: .5em 0 1em 0;
}

#wrapper
{
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#logo
{
	border: 0;
	left: 40px;
	position: absolute;
	top: 37px;
}

#logo img
{
	border: 0;
}

#header
{	height: 424px;
	position: relative;
	background: url('../img/bg-img-top.png') no-repeat;
}

#contentContainer
{	
	background-image: url('../img/bg-content-repeater.png');
	background-repeat: repeat-y;
	padding: 0 40px 60px;
	overflow: hidden;
}


#contentColumn
{	width:610px;
	float: left;
	padding-bottom: 0px; /* Is here to sum up if we don't have a padding-bottom from one of the blocks */
	padding-right: 20px;
	}
	.contactPerson {
		width: 33%;
		margin-bottom: 30px;
		float: left;
	}

#contentTextColumn
{
	width: 400px;
	float: left;
	padding-bottom: 0px; /* Is here to sum up if we don't have a padding-bottom from one of the blocks */
	padding-right: 20px;
	}
	#contentTextColumn p {
		margin-bottom: 15px;
	}

#contentTextColumnWide
{
	width: 620px;
	float: left;
	padding-bottom: 0px; /* Is here to sum up if we don't have a padding-bottom from one of the blocks */
	padding-right: 20px;
}

#rightColumn
{
	width: 260px;
	border-left: solid 1px #e5e5e5;
	padding-left: 19px;
	float: left;
	}
	#rightColumn h3
	{	margin: 10px 0 0 0;
		color: #861316;
		font-size: 1em;
	}
	#rightColumn fieldset {
		border: none;
		padding: 0;
	}
	
	#rightColumn label {
		display: block;
		margin-top: 10px;
		font-weight: bold;
	}
	
	#rightColumn .textfield {
		width: 176px;
	}
	
	#rightColumn .textarea {
		height: 100px;
		width: 270px;
	}
	
	#submit {
		width: 88px;
		height: 24px;
		background: url('../img/btn-send.png') no-repeat;
		text-align: center;
		border: none;
		color: #fff;
	}

#middleColumn
{
	width: 200px;
	float: left;
}

#banner
{
	position: relative;
	width: 1004px;
	height: 343px;
	top: 81px;
	background-color: #000;
}
	.floom_container {
		overflow:hidden;
	}
	
	.floom_slice {
		z-index: 10;
	}

	.floom_vertical {
		float: left;
	}

/*************************************************
 * Navigation and links
 *************************************************/

#navigation
{
	font-family: Verdana;
	position: absolute;
	top: 50px;
	right: 0px;
	padding-right: 20px;
	list-style: none;
	margin: 0;
}
	#navigation li {
		display: inline;
		float: left;
		margin: 0;
	}
	#navigation li.active a {
		color: #861316;
	}

#navigation a
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 25px;
}

#navigation .navigationSeparator
{
	font-family: Lucida Grande, Sans-Serif, Arial;
	color: #888;
	font-size: 10px;
}

/**************************************************
 * Subnavigering
 **************************************************/
 .subNavigation
{
	font-size: 11px;
	list-style: none;
	padding: 0;
}
	.subNavigation li {
		display: block;
	}
		.subNavigation a {
			display: block;
			text-indent: 20px;
			line-height: 16px;
			background: transparent url('../img/arrow.png') left center no-repeat;
			word-wrap: normal;
			font-size: 11px;
			font-weight: bold;
			color: #861316;
			text-decoration: none;
			margin-bottom: 10px
		}
		.subNavigation li.active a {
			text-decoration: underline;
		}

.subNavigationHeader
{
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #000;
	padding-bottom: 0px;
}

/**************************************************
 * Blocken
 **************************************************/

.block
{
	font-size: 11px;
	line-height: 13px;
}

.blockDate
{
	color: #5f5f5f;
}

.blockLink
{
	line-height: 19px;
	font-weight: bold;
}

.blockContent
{

}

.blockHeadline
{
	
}

.blockHeader
{	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}

.blockFooter
{
	padding-bottom: 20px;
	clear: both;
}

#footer
{
	padding: 0px 0px 30px;
	background-color: #e3e3e3;
	clear: left;
}

.footer
{
	text-align: center;
	padding: 17px 10px 10px;
	line-height: 20px;
	background-image: url('../img/bg-footer-white.png');
	background-repeat: repeat-x;
	background-color: #e3e3e3;
	background-position: 0 -9px;
}

.footer .divider
{
	padding-left: 12px;
	padding-right: 12px;
	color: #7b7b7b;
}

.footer .certified
{
	color: #7b7b7b;
	font-style: italic;
	padding-top: 3px;
}

.footer .link
{
	font-weight: normal;
}

/**************************************************
 * Startblocken
 **************************************************/

.startMiddleColumn
{
	float: left;
	border-top: solid 3px #424242;
	width: 294px;
	}
	.startMiddleColumn.first
	{	margin-right: 20px;
		}
	.startMiddleColumn h3
	{	color: #861316;
		font-size: 14px;
		line-height: 19px;
		margin: 10px 8px 5px 0;
	}


.contactInfo {
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}


/**************************************************
* Kontaktformulär
***************************************************/
.contactFormText
{
	font-weight: bold;
	line-height: 19px;

}

.contactFormInput
{
	padding-bottom: 20px;

}

.contactSendButton
{
	background-image: url('../img/btn-send.png');
	background-repeat: no-repeat;
	width: 88px;
	height: 24px;
	padding-bottom: 2px;
	border: 0;
	color: White;
	line-height: 23px;
	font-size: 11px;
	display: inline-block;
}


.textBox
{
	width: 176px;
	height: 16px;
	background-image: url('../img/bg-input-contact.png');
	background-repeat: no-repeat;
	border: 0;
	padding: 4px 2px 2px 2px;

	font-family: Lucida Grande,Sans-Serif,Arial;
	font-size: 11px;
}


.textArea
{
	width: 230px;
	background-image: url('../img/bg-textbox-contact.png');
	background-repeat: no-repeat;
	border: 0;
	padding: 3px;
	font-family: Lucida Grande,Sans-Serif,Arial;
	font-size: 11px;
}

/**************************************************
* Övrigt
***************************************************/

.clear
{
	clear: both;
}

.redbold
{
	font-weight: bold;
	color: #861316;
}

/**************************************************
 * Jobbsida
 **************************************************/

#twoColumnContent
{

}


/**************************************************
* Jobbsök
***************************************************/

#applyFormContainer
{
	height: 0;
	overflow: hidden;
}

#applyForm .textBox
{
	width: 180px;
	background-image: none;
	border: 1px inset #999;
	height: auto;
	padding: 2px;
}

#applyForm td
{
	padding-right: 30px;
}

#applyForm .textArea
{
	background-image: none;
	border: 1px inset #999;
	width: 440px;
}

#applyFormHeader
{
	color: #861316;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	text-decoration: none;
	border-top: 3px solid #424242;
	padding-top: 3px;
	padding-bottom: 10px;
}

#justnow {
	position: relative;
	width: 670px;
	margin-left: -40px;
	border-left: 1px solid #e4e4e4;
	background: #f2f2f2;
}
	#justnow .header {
		height: 16px;
		background: #f2f2f2 url('../img/just-now-borders.png') right top no-repeat;
	}
	#justnow .footer {
		height: 16px;
		background: #f2f2f2 url('../img/just-now-borders.png') right bottom no-repeat;
		padding: 0;
		margin-top: 20px;
	}
	#justnow .news {
		width: 290px;
		min-height: 250px;
		margin-left: 40px;
	}
	
	#justnow .image {
		display: block;
		width: 300px;
		height: 200px;
		position: absolute;
		right: 20px;
		top: 40px;
	}
	
	#justnow .blockContent {
		padding-bottom: 5px;
		border-bottom: 4px solid #fff;
	}
	
	#justnow h2 {
		color: #434343;
		font-size: 1.8em;
		margin: 20px 0 10px 0;
		font-weight: normal;
	}
	
	#justnow h3 {
		color: #861316;
		font-size: 1.1em;
		margin: 10px 0 .1em 0;
	}
	
#back {
	display: block;
	margin-top: 10px;
}

#archive-link {
	display: block;
	margin-top: 20px;
}
#archive {
	margin-top: 20px;
}
	#archive h2 {
		font-size: 18px;
		margin: 2px 0 0 0;
	}
	#archive .date {
		margin: 0;
		color: #5f5f5f;
	}
	#archive hr {
		border: 0;
		height: 1px;
		width: 100%;
		background-color: #ccc;
		margin: 10px 0;
	}