@charset "utf-8";
/* CSS Document */

#Container {
	position: relative;
}

#Logo {
	margin-top: 40px;
}
#Logo img {
	width: 340px;
	height: 59px;
}

#Lang {
	position: absolute;
	right: 10px;
	top: 100px;
}
#Lang ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#Lang ul li {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}
#Lang ul li a {
	display: block;
	width: 24px;
	height: 15px;
	font-size: 1px;
	text-indent: -9999px;
	color: transparent;
	overflow: hidden;
	background: no-repeat left top;
}
#Lang ul li a.flag_sv {
	background-image: url(../images/flag_sv.png);
}
#Lang ul li a.flag_en {
	background-image: url(../images/flag_en.png);
}
#Lang ul li a.flag_da {
	background-image: url(../images/flag_da.png);
}

#Menu {
	margin-top: 20px;
	height: 33px;
	background: url(../images/menubar.png) no-repeat;
}
#Menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#Menu ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#Menu ul li a {
	display: block;
	padding: 0 20px;
	line-height: 33px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: 1px;
	color: #666;
	background: url(../images/menu_split.png) no-repeat right bottom;
}
#Menu ul li a:hover {
	/*color: #bc001d;*/
	color: #000 !important;
}
#Menu ul li.omega a {
	background: none;
}

#Content {
	margin: 20px 0;
}

#Offices {
	padding: 20px 0;
	color: #666;
	border-top: 1px solid #CCC;
}
#Offices p {
	float: left;
	display: inline;
	width: 23%;
	margin: 0 0 0 10%;
	font-size: 10px;
}

#Search {
	margin-bottom: 20px;
	padding: 10px;
	height: 270px;
	font-weight: lighter;
	background: url(../images/search_frame.png) no-repeat;
}
#Search h2 {
	margin: 0 0 10px 0;
	text-align: center;
	color: #FFF;
}
#Search .field input, #Search .field select {
	width: 110px;
	margin: 0;
	padding: 3px;
	font-size: 11px;
}
#Search .field input {
	width: 100px;
}
#Search .field label {
	float: left;
	display: inline;
	width: 60px;
	padding: 0 10px 0 0;
	text-align: right;
	font-weight: bold;
	color: #FFF;
}
#Search input.submit {
	width: 200px;
	height: 40px;
	margin-top: 5px;
	cursor: pointer;
	border: none;
	background: url(../images/button_search.png) no-repeat;
}
#Search .field {
	clear: both;
	margin: 0 0 3px 0;
}
#Search a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFF;
}
#Search a:hover {
	text-decoration: underline !important;
}

#Banner {
	margin-bottom: 20px;
	height: 290px;
	background: url(../images/banner_frame.png) no-repeat;
}



.pshow {
	display: none;
}

.relative {
	position: relative;
}

.small {
	font-size: 11px;
}
.big {
	font-size: 16px;
}

.box {
	clear: both;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	border: 1px solid #CCC;
	background: #FFF;
}
.thinbox {
	padding: 5px;
}
.bar h1, .bar h2 {
	margin: 0;
}
.greybar {
	color: #FFF !important;
	border: none;
	background: url(../images/bar_grey1.png) repeat-x center center #222;
}
.greybar h1, .greybar p, .greybar a {
	margin: 0;
	line-height: normal;
	text-decoration: none;
	color: #FFF !important;
}

a.button_grey {
	float: left;
	display: inline;
	width: 100px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: url(../images/button_grey1.png) no-repeat center center;
}
a.button_grey_small {
	float: right;
	display: inline;
	width: 50px;
	margin: 3px 0 0 3px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: url(../images/button_grey1_small.png) no-repeat center center;
}
a.button_grey:hover, a.button_grey_small:hover {
	text-decoration: underline !important;
}


table.data {
	width: 100%;
}
table.data thead th {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
table.data tbody th {
}
table.data th, table.data td {
	padding: 3px;
}
table.data tbody tr th, table.data tbody tr td {
	border-bottom: 1px solid #CCC;
}
table.data tbody td.label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}


.object {
	position: relative;
	min-height: 104px;
}
.object img {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100px;
	height: 100px;
	border: 2px solid #bc001d;
}
.object p.header {
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 5px;
	line-height: 30px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: url(../images/bar_red1.png) repeat-x center center #bc001d;
}
.object p.data {
	float: left;
	display: inline;
	width: 100%;
	font-size: 11px;
}
.object p span {
	float: left;
	display: inline;
	width: 100px;
	margin-left: 10px;
}
.object p span.ort {
	margin-left: 109px;
}
.object ul.menu {
	position: absolute;
	right: 5px;
	bottom: 5px;
	margin: 0;
	padding: 0;
}
.object ul.menu li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}









.object_small {
	clear: both;
	position: relative;
	min-height: 104px;
}
.object_small img {
	float: left;
	display: inline;
	width: 100px;
	height: 100px;
	padding: 1px;
	border: 1px solid #bc001d;
}
.object_small table.data {
	margin: 0;
}
.object_small th {
	width: 1px;
	text-align: left;
}
.object_small th, .object_small td {
	padding: 0 5px !important;
	font-size: 11px;
}
.object_small p.menu {
	margin: 0;
	text-align: right;
	font-size: 11px;
}


.latest_items_horisontal div.object_small {
	float: left;
	display: inline;
	clear: none;
	margin-right: 62px;
	width: 178px;
}
.latest_items_horisontal div.object_small:last-child {
	margin-right: 0;
}


.grid_6 .object_small table.data {
	width: 224px !important;
}
.grid_4 .object_small img,
.latest_items_horisontal div.object_small img {
	width: 60px !important;
	height: 60px !important;
}
.grid_4 .object_small table.data,
.latest_items_horisontal div.object_small table.data {
	width: 114px !important;
}



.images img {
	float: left;
	display: inline;
}
.images a.thumb img {
	margin: 10px 10px 0 0;
}
.images a.thumb img.nrm {
	margin: 10px 0 0 0;
}

.map {
	margin: 10px 0 0 0;
}

.print a {
	position: absolute;
	right: 0;
	top: 0;
}



ul#Contacts {
}


table#Office th, table#Card th {
	width: 100px;
}


.post .header {
	font-size: 10px;
	color: #666;
}
.post h1 {
	margin: 0;
}
.post h1 a {
	font-weight: normal;
}



.heading h1, .heading h2, .heading h3 {
	display: none;
}
.heading {
	padding: 80px 20px 20px 20px !important;
}
.h1_sthlm_latest_items {
	background: url(../images/headings/sthlm_latest_items.png) no-repeat center top;
}
.h1_gbg_latest_items {
	background: url(../images/headings/gbg_latest_items.png) no-repeat center top;
}
.h1_mlm_latest_items {
	background: url(../images/headings/mlm_latest_items.png) no-repeat center top;
}
.h1_sale_latest_items {
	background: url(../images/headings/sale_latest_items.png) no-repeat center top;
}




.slidebutton {
}
.slidebox {
	padding-left: 88px;
	margin-bottom: 20px;
	min-height: 120px;
}
#Service0 {
	background: url(../images/services/service0.png) no-repeat left top;
}
#Service1 {
	background: url(../images/services/service1.png) no-repeat left top;
}
#Service2 {
	background: url(../images/services/service2.png) no-repeat left top;
}
#Service3 {
	background: url(../images/services/service3.png) no-repeat left top;
}




.hidden {
	display: none !important;
}


