html {
	background:#d1cfcd url(/images/body-bg.png) repeat-x;
	overflow-x: hidden;
	overflow-y: scroll;
}

body{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	
}
a{
	color:#30789e;
}
#header {
	width:880px;
	height:90px;
	margin:0 auto;
	position:relative;
}
hr {
	width:100%;
	height:1px;
	margin-bottom:15px;
	margin-top:15px;
	border:0;
	border-top:1px solid #eee;
	float:left;
	clear:both;
}

#logotype {
	position:absolute;
	top:31px;
	/*left:20px;*/
}

#main-nav {
	width:640px;
	position:absolute;
	right:-22px;
	top:63px;
}

#main-nav li {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:16px;
	float:left;
	color:#777;
	margin-right:28px;
}

#main-nav li a{
	color:#777;
	text-decoration:none;
}


#main-nav li.current a,#main-nav li a:hover{
	color:#333;
	text-decoration: none;
}

#language-bar {
	position:absolute;
	top:21px;
	right:0px;
	width:auto;
	height:16px;
}

#language-bar li{
	background:url(/images/flags.png) 0 0 no-repeat;
	float:left;
	width:auto;
	margin-right:10px;
	line-height:16px;
}

#language-bar li.en {
	background-position:0  0px;
}

#language-bar li.de{
	background-position:0 -16px;
}

#language-bar li.sv{
	background-position:0 -32px;
}

#language-bar li.current a,#language-bar li a:hover{
	color:#383b3b;	
}


#language-bar li a {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	padding-left:20px;
	color:#aaa;
}
#language-bar li a span{
}

/* serach form */
.serach-form {
	float:right;
	margin:-5px 15px 0 0;
	display:inline;
	background:url(/images/search.png) no-repeat;
	width:265px;
	height:19px;
}
.serach-form * {float:left;}
.serach-form span {
	margin:4px 13px 0 21px;
	width:164px;
	overflow:hidden;
	height:15px;
}
.serach-form input {margin:2px 0 0;}
.serach-form span input {
	width:164px;
	background:none;
	border:0;
	padding:1px 2px;
	margin:-2px 0 0 -2px;
	color: #666;
}

#content-header {
	width:880px;
	height:300px;
	position:relative;
}
#content-header-photo {
	width:880px;
	height:300px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}

#content-header-content{
	width:225px;
	height:274px;
	right:0;
	top:0;
	background:url(/images/header-top-bg.png) repeat-y;
	position:absolute;
	z-index:1000;
	padding-left:48px;
	padding-top:26px;
	padding-right:28px;
	color:#fff;
}

#content-header-content h4, #content-header-content h5,#content-header-content h6{
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight:normal;
	color:#8ed8ff;
}

#content-header-content h4{
	font-size:23px;
	margin-bottom:8px;
}

#content-header-content h5{
	font-size:17px;
	margin-top:3px;
	margin-bottom:2px;
}
#content-header-content h6{
	display:block;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	margin-bottom:13px;
	color:#fff;
}
#content-header-content span.interested{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	display:block;
	margin-bottom:3px;
	margin-left:-1px;
	font-weight: bold;
}

#content-header-content table.documents td{
	line-height:22px;
}

#content-header-content table.documents td a{
	background:url(../images/pdf.gif) 0 3px  no-repeat;
	padding-left:24px;
	color:#fff;
	text-decoration:none;
}

#content-header-content table.documents td a:hover {
	text-decoration:underline;
}

#content-header-content table.documents td a.folder{
	background:url(../images/folder_open_document_text.png) 0 3px  no-repeat;
	padding-left:24px;
	color:#fff;
	text-decoration:none;
}

#content-header-content table.documents td a.folder:hover {
	text-decoration:underline;
}

#documents{
	border-top:1px solid #615d59;
	border-bottom:1px solid #615d59;
	padding-top:19px;
	padding-bottom:19px;
	margin-bottom:10px;
	font-size: 12px;
}

div.hr {
	border-bottom:1px solid #615d59;
	width:95%;
	height:1px;
	display:block;
		margin-bottom:10px;
}

#content-header-content p{
	margin-bottom:14px;
	line-height:15px;
	font-size: 12px;
}


#content-header-content a{
	color:#8ed8ff;
	display:block;
}
#content-header-content ul{
	padding-left:4px;
}
#content-header-content ul li{
	line-height:15px;
	padding-bottom:5px;
}

#content-header-social {
	padding:0;
	position:absolute;
	bottom:7px;
	right:12px;
	width:48px;
	float:right;
}
#content-header-social li{
	background:url(/images/social.png) no-repeat 0 0px;
	float:right;
	width:14px;
	height:14px;
	overflow:hidden;
	margin-right:6px;
}

#content-header-social li a {
	text-indent:-10000em;
}

#content-header-social .twitter{
background-position:0 0px;
}

#content-header-social .facebook{
background-position:-20px 0;
}

#breadcrumb {
	background:url(/images/breadcrumb.png) no-repeat 0 4px;
	width:460px;
	float:left;
	padding-left:10px;
	font-size:11px;
	color:#999;
}
#breadcrumb a{
	font-size:11px;
	color:#999;
	text-decoration:none;
}

/* Main Blocks */
#main {
	width:100%;
	overflow:hidden;
}
#wrap {
	width:906px;
	position:relative;
	float:left;
	left:50%;
}
#inner {
	width:906px;
	position:relative;
	float:left;
	left:-50%;
}

.inner-wrapper {
	display:inline;
	float:left;
	margin:-19px 13px;
	overflow:hidden;
	position:relative;
	width:880px;
	z-index:2;
}

#page-box {
	width:880px;
	margin:0 auto;
}

#main-wrapper{
	position:relative;
	width:906px;
	margin:0 -13px;
	padding:35px 0 0;
	z-index:1;
}

#main-wrapper .inner {
	width:100%;
	background:url(/images/bg-container.png) repeat-y;
}

#main-wrapper .top {
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:35px;
	overflow:hidden;
	z-index:1;
	background-repeat:no-repeat;
}

#main-wrapper .top {background-image:url(/images/bg-container-top.png);}

#main-wrapper .inner:after {
	clear:both;
	display:block;
	content:"";
}

#main-wrapper .btm {
	width:100%;
	height:19px;
	background:url(/images/bg-container-btm.png) no-repeat;
	overflow:hidden;
	clear:both;
}

.main {
	padding: 60px 0 40px;
	position:relative;
	width:880px;
}

#main-top {
	left:40px;
	position:absolute;
	top:20px;
	width:820px;
}

#columns { width:450px; }

#content {
	float:left;
	padding-left:40px;
	position:relative;
	width:450px;
}


#content input, #content textarea, #content select {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
	line-height: 15px;
	padding: 3px;
}

#content.category {
	padding-right:98px;
	width:352px;
}

/*#content p{
	font-size:12px;
	line-height: 16px;
	color:#333;	
	margin-bottom:15px;
}*/
#textsize{
position:absolute;
right:-80px;
top:4px;
list-style-type:none !important;

}
#textsize li{
	float:left;
	margin-right:3px;
	list-style-type:none  !important;
}
#textsize li.small {
	font-size:12px;
}
	
#textsize li.medium{
	font-size:14px;
}
#textsize li.large{
	font-size:16px;
}

	#textsize li.small a, #textsize li.medium a, #textsize li.large a {
		color: #fff;
		background: #999;
		text-decoration: none;
		padding: 3px;
	}
	
	#textsize li.small a:hover, #textsize li.medium a:hover, #textsize li.large a:hover {
		background: #666;
	}

#content p{
	font-size:13px;
	line-height: 17px;
	color:#333;	
	margin-bottom:15px;
}

body.small #content p{font-size:13px; line-height: 17px;}
body.medium #content p{font-size:14px; line-height: 18px;}
body.large #content p{font-size:16px; line-height: 20px;}


#content table p{
	line-height:15px;
	margin-bottom:15px;
}

#content th, #content td{
	line-height:15px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
}

.first{
	margin-right:14px;
}

.table_list td, .table_list th {	
	padding:4px 0px;
}

#content input {	
	padding:4px;
}

#content h1{
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight:normal;
	color:#444;
	font-size:23px;
	line-height:28px;
	margin-bottom:21px;
}

#content h2{
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#30789e;
	margin-bottom:26px;
	line-height:15px;
}


#content h3{
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#30789e;
	margin-top:20px;
	margin-bottom:5px;
	line-height:16px;
}

#content h4{
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#444;
	margin-top:20px;
	margin-bottom:7px;
	line-height:14px;
}

#content ul { 
	list-style: outside; 
	margin: 0 0 15px 15px;
}

#content ul li { 
	list-style-type: disc;
	line-height: 18px;
	font-size: 13px;
}


/* FORM */

#form_felanmalan{
	width:100%;
	clear:both;
	}
	
#form_felanmalan p{
	
	}
	
#form_felanmalan label{
	float:left;
	display:inline;
	padding:2px 0 0 0;
	width: 125px;
	}
	
#form_felanmalan select{
	
	}
	
#form_felanmalan option{
	padding: 3px 0 0 3px;
	}

#form_felanmalan input{
	width: 200px;
	padding: 4px;
	}

#form_felanmalan .small_input{
	
	}

.radiobtn_wraper label{
	
	}
	
#form_felanmalan .radiobtn{
	
	}

#form_felanmalan .radiobtn_label{
	
	}

#form_felanmalan .radiobtn_label2{
	
	}
	
#form_felanmalan .submit_button{
	
	}

#textarea_wraper{
	
	}
	
#form_felanmalan textarea{
	
	}
	
	

#side-col{
	border-left:1px solid #CCCCCC;
	float:right;
	padding-left:40px;
	width:250px;
}

#big-puff{
	width:210px;
	float:left;
	padding-right:40px;
}
#big-puff img{
	margin-bottom:15px;
}

#side-col h5, #big-puff h5{
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#333;
	line-height:18px;
	margin-bottom:12px;
}

#side-col ul.arrows {
	width:207px;
	padding:5px 0 0 10px;
}

#side-col ul.arrows h5{
	margin-bottom:23px;
}

#side-col ul.arrows li {
	padding-bottom:7px;
}
#side-col ul.arrows li ul li{
	border-top:1px solid #e6e2e0;
	border-bottom:0;
	padding: 7px 0 0 0;
}


#side-col li.last {
	border:0;
}
#side-col ul.arrows  li  a{	
		margin-bottom:9px;

}
#side-col ul.arrows li {
	border-bottom:1px solid #e6e2e0;
	padding:0;
	margin-bottom:7px;
	
		
}
#side-col ul.arrows li ul{
	line-height:15px;
	
}
#side-col ul.arrows li ul {
	b order-top:1px solid #e6e2e0;
}

#side-col ul.arrows li a{
	display:block;
	padding-left:17px;
	background:url(/images/arrows.gif) 0 -22px no-repeat;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#30789e;
	text-decoration:none;
	outline:none;
}
#side-col.default ul.arrows li.current > a {
	background-position:0px -39px;
}
#side-col ul.arrows li.current > a {
	background-position:0px 6px;
}

#side-col.default ul.arrows li a:hover{
	color:#54a4cf;
}

#side-col ul.arrows li a:hover{
	color:#54a4cf;
}

#side-col ul.arrows li ul li.current > a{
	background-position:14px -6px;
	color:#30789e;
}
#side-col ul.arrows li ul li ul li.current > a{
	background-position:14px -37px;
	color:#30789e;
}

#side-col ul.products {
	padding-left:16px;
}
#side-col ul.arrows li ul li > a.current{
	background-position:14px -37px;
}

#side-col ul.arrows li ul li a{
	background-position:14px -20px;
	color:#666;
	text-indent:13px;
	line-height:18px;
	margin-bottom:7px;
}

#side-col  ul li ul{
	padding-left:7px;
}


#side-col ul.arrows li ul li a.current{
		/* background-position:13px -5px;*/
}

#big-puff p{
	line-height:15px;
	margin-bottom:15px;
}

#big-puff p{
	line-height:16px;
	font-size: 12px;
}

#footer {
	background-color:#6b6b6b;
	height:43px;
	width: 840px;
	color:#fff;
	padding:12px 20px 0 20px;;
}
#footer-content{
	float:left;
	width:650px;
}
#footer  a{
	color:#fff;
}
#footer dl{ 
	float:left;
	height:18px;
}

#footer {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
}

#footer dt,#footer dd{
	float:left;
	font-size:12px;
	padding-right:5px;
}
#footer dl, #footer span{
	display:block;
	float:left;
	font-size:11px;
}
#footer #webbproduktion {
	display:block;
	float:right;
	font-size:10px;
}
#footer #webbproduktion a{
	text-decoration:none;
}

/* CLEAR AND CLEARFIX*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

