/* @charset "utf-8"; */
/* CSS Document */

/* CSS-reset
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1.2;
	color: black;
	background: white;
}

ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

bloc
kquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

img {
	vertical-align:middle;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3 {
	display:inline;
	float:left;
	position:relative;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
}

/* Grid >> Columns
----------------------------------------------------------------------------------------------------*/

.grid_1 {
	width: 220px;
}

.grid_2 {
	width: 480px;
}

.grid_3 {
	width:720px;
}

.grid_1.alpha, .grid_2.alpha, .grid_3.alpha {
	margin-left: 0 !important;
}

.grid_1.omega, .grid_2.omega, .grid_3.omega {
	margin-right: 0 !important;
}

/* Clear Floated Elements / Float
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clear10 {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	padding:5px;
}

.clear20 {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	padding:10px;
}

.clear30 {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	padding:15px;
}

.clear40 {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	padding:20px;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.floatleft {
	float:left !important;
}

.floatright {
	float:right !important;
}

/* Let's begin
----------------------------------------------------------------------------------------------------*/

body {
	background:#fff;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 75%;
}

a {
	text-decoration:none;
	color:#000;
}

p a {
	text-decoration:underline;
	color:#000;
}

p a:hover {
	text-decoration:underline;
	color:#ff0000;
}

.underline {
	text-decoration:underline;
}

a:visited {
	color:#000;
}

a:hover {
	text-decoration:underline;
	color:#000;
}

strong, .bold {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

h1 {
	font-size:2em;
	font-weight:bold;
	margin:0 0 15px 0;
}

h2 {
	font-size:1.16em;
	font-weight:bold;
	color:#e17000;
}

h3 {
	
}

h4 {

}

h5 {
	font-weight:bold;
	margin:0 0 3px 0;
}

h6 {
	font-weight:bold;
	color:#a2ad00;
	margin:0;
	text-transform:uppercase;
}

span.h1 { font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #000000; }
span.h2 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #000000; }
span.h3 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; }

.h1orange { font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #e17000; }
.h2orange { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #e17000; }
.h3orange { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #e17000; }

p {
	margin:0 0 10px 0;
}

.ingress {
	font-style:italic;
	font-size:1.16em;
	margin-bottom: 5px;
}

.left .right ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0.5em;
}
.left .right ol {
	list-style-position: inside;
	margin-left: 0.5em;
}

.grid_1 span.text {
	font-size: 1.2em;
}

img.arrowgo {
	margin-left:5px;
}

.textmiddle {
	font-size:1.16em !important;
}

.textbig {
	font-size:1.25em !important;
}

.textgrey {
	color:#565a5c !important;
}

.textgrey a {
	color:#565a5c !important;
}

.textwhite {
	color:#fff !important;
}

.textgreen {
	color:#a2ad00 !important;
}

.divider {
	position:relative;
	height:1px;
	width:100%;
	margin:5px 0 5px 0;
	border: 0;
	border-bottom:solid 1px #ccc;
	overflow:hidden;
}

.container {
	position:relative;
	width:970px;
	margin-top:23px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:80px;
}

.head {
	position:relative;
	height:120px;
}

.head .left {
	float:left;
	width:720px;
	min-height:120px;
	overflow:hidden;
	background:url(/images/bg_top_left.png) repeat-x;
}

.head .left .adapt {
	float:right;
	width:400px;
	line-height:2.5em;
	margin-top:30px;
	text-align:right;
}

.head .right {
	float:right;
	width:  242px;
	min-height: 120px;
	overflow:hidden;
	background: transparent url(/images/bg_top_right.png) top left repeat-x;
}

.head .right .search {
	width:240px;
	height:31px;
	background:url(/images/bg_searchform.png) no-repeat;
	margin-top:30px;
	overflow:hidden;
}

.head .right .search input.searchform {
	position:relative;
	float:left;
	background:none;
	border:0;
	width:195px;
	top:6px;
	left:10px;
}

.head .right .search input.searchbtn {
	position:relative;
	float:right;
	width:22px;
	height:22px;
	top:5px;
	right:5px;
	border:0;
	background:url(/images/bg_searchbtn.png) center center no-repeat;
}

.head ul.menu {
	margin:20px 0 0 0;
}

.head ul.menu li {
	float:left;
	font-size:1.16em;
	text-transform:uppercase;
	margin:0 10px 0 10px;
	/*line-height:2.91em;*/
	padding-top: 10px;
}

.head ul.menu li.active {
	background:url(/images/bg_menu_active.png) top center no-repeat;
}

.head ul.menu li.alpha {
	margin-left:20px;
	_margin-left:10px; /* IE6 BUGZ */
}

.body {
	position:relative;
	width:100%;
	background:url(/images/bg_bodycontainer.png) repeat-y;
	margin:0 0 15px 0;
	float: none;
	clear: both;
}

.body.subpage {
	margin:20px 0 45px 0;
}

.body .left .bigblob {
	background:#d4d5d3;
	width:100%;
	height:373px;
	margin-bottom:10px;
}

.body .left {
	float:left;
	width:720px;
}

.body .right {
	float:right;
	width:242px;
}

.body .left .left {
	position:relative;
	float:left;
	width:240px;
}

.body .left .right {
	position:relative;
	float:left;
	width:460px;
	margin-left: 15px;
}

.body .left .right hr {
	float: none;
	clear: both;
	margin: 0.5em 0;
}

.body .right a,
.body .left .right  a ,
.footer a {
	text-decoration: underline;
}
.body .right a:hover,
.body .left .right  a:hover ,
.footer a:hover {
	text-decoration:underline;
	color:#ff0000;
}

.footer {
	
}

.footer .left {
	float:left;
	width:242px;
	padding:12px 0 0 0;
	font-size:1.16em;
	background:url(/images/bg_bottom_left.png) repeat-x;
}

.footer .right {
	float:right;
	width:720px;
	padding:12px 0 0 0;
	background:url(/images/bg_bottom_right.png) repeat-x;
}

.areatop {
	background:url(/images/bg_areas_top.png) no-repeat;
	width:242px;
	height:18px;
}

.area {
	background:url(/images/bg_areas.png) 0 2px no-repeat;
	padding:0 0 0 20px;
	margin:0 0 15px 0;
	color:#565a5c;
}

.area.more {
	background:url(/images/bg_more.png) 0 2px no-repeat;
	padding:0 0 0 20px;
	margin:0 0 15px 0;
	color:#565a5c;
}

.area h5 {
	margin:0;
}

.shadowbox, .shadowboxgreen, .shadowboxorange {
	position:relative;
	width:234px;
	overflow:hidden;
}

.shadowbox .content, .shadowboxgreen .content, .shadowboxorange .content {
	padding:6px 25px 10px 22px;
}

.shadowbox .top {
	background:url(/images/shadowbox_top.png) no-repeat;
	height:14px;
	width:234px;
	overflow:hidden;
}

.shadowbox .middle {
	background:url(/images/shadowbox_bg_body.png) repeat-y;
	min-height:285px;
	width:234px;
	overflow:hidden;
}

.shadowboxgreen .middle, .shadowboxorange .middle {
	background:url(/images/shadowbox_bg_body.png) repeat-y;
	min-height:225px;
	width:234px;
	overflow:hidden;
}

.shadowbox .bottom, .shadowboxgreen .bottom, .shadowboxorange .bottom {
	background:url(/images/shadowbox_bottom.png) no-repeat;
	height:16px;
	width:234px;
	overflow:hidden;
}

.shadowboxgreen .top {
	position:relative;
	background:url(/images/shadowbox_top_green.png) no-repeat;
	height:60px;
	width:234px;
	overflow:hidden;
}

.shadowboxorange .top {
	position:relative;
	background:url(/images/shadowbox_top_orange.png) no-repeat;
	height:60px;
	width:234px;
	overflow:hidden;
}

.shadowboxgreen .top .symbol {
	position:absolute;
	bottom:0;
	left:22px;
	height:36px;
	padding:0 0 0 65px;
}

.shadowboxgreen .top .symbol.phone {
	background:url(/images/shadowbox_topgreen_phone.png) no-repeat;
}

.shadowboxgreen .top .symbol.mail {
	background:url(/images/shadowbox_topgreen_mail.png) no-repeat;
}

.shadowboxgreen .top .symbol.search {
	background:url(/images/shadowbox_topgreen_search.png) no-repeat;
}

.textsymbol {
	margin:2px 0 0 0;
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
	font-weight:bold;
}

.textsubpage {
	margin:30px 0 0 20px;
	color:#fff;
	font-size:1.25em;
	text-transform:uppercase;
	font-weight:bold;
}

ul.submenu li {
	margin:0 0 10px 0;
}

ul.submenu li.active a {
	font-style:italic;
	font-weight:bold;
}

.breadcrumbs {
	font-size:0.83em;
	min-height:38px;
	padding:38px 0 0 0;
}

.breadcrumbs a {
	color:#c4262e;
	text-decoration:underline;
}

.breadcrumbs a:hover {
	text-decoration:none;
}


/* overrides, page specific */

body.startpage .body {
	background: none;
	margin: 0 0 45px;
}
body.startpage .areatop {
	display: block;
}


body.subpage .areatop {
	display: none;
}
body.subpage .body {
	margin: 20px 0 45px;
}

.body .right .puffar {
	margin-left: 5px;
}

.body .left .left .left .textsubpage a {
	color: #fff;
	text-decoration: none;
}
