* {
	margin: 0;
	padding: 0;
}

body {
	background: #E6EBED url(../img/body_bg_green.jpg) repeat-x;
}

.hidden {
	position: absolute;
	left: -999px;
	width: 990px;
}
.clearfloat {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#wrapper {
	width: 840px;
	position: relative;
	margin: 0 auto;
}

#head {
	width: 100%;
	height: 208px;
	background: transparent url(../img/bg_head.jpg) no-repeat;
}

/* =========== LOGGA ============== */

#head h1 {
	display: inline;
	float: left;
	width: 129px;
	height: 47px;
	margin: 39px 0 0 36px;
	background: transparent url(../img/logga_R_2.gif) no-repeat;
}
#head h1 a {
	display: block;
	width: 129px;
	overflow: hidden;
	padding-top: 36px;
	height: 0px !important;
	height /**/:36px;/* for IE5.5's bad box model */
}


/* =========== MENU ============== */

#head ul {
	position: absolute;
	top: 20px;
	left: 220px;
	margin: 0;
	display: inline;
	float: left;
	list-style-type: none;
	border-right: 1px dotted #BFBB9E;
}
#head ul li {
	float: left;
	display: inline;
	padding: 28px 20px 10px 10px;
	border-left: 1px dotted #BFBB9E;
}
#head ul li a {
	color: #BFBB9E;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em; 
}
#head ul li a:hover {
	color: #28837C;
}
#page-home #head #home a, 
#page-about-us #head #about-us a, 
#page-solutions #head #solutions a, 
#page-partners #head #partners a,
#page-download #head #download a, 
#page-news-events #head #news-events a, 
#page-contact-us #head #contact-us a {
	color: #28837C;
}


ul.subnav {
	margin: 20px 0 0 0;
	list-style-type: none;
	list-style-image: none;
	border-bottom: 1px dotted #BFBB9E;
}
ul.subnav li {
	padding: 7px 10px 0 10px;
	border-top: 1px dotted #BFBB9E;
	line-height: 1em;
}
ul.subnav li a {
	color: #BFBB9E;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em; 
}
ul.subnav li a:hover {
	color: #28837C;
}

#page-about-us.subpage-introduction #introduction a, 
#page-about-us.subpage-history #history a, 
#page-about-us.subpage-medical-pharma #medical-pharma a, 
#page-solutions.subpage-introduction #introduction a, 
#page-solutions.subpage-consulting #consulting a,
#page-solutions.subpage-pharmasuite #pharmasuite a, 
#page-solutions.subpage-clebr #clebr a, 
#page-solutions.subpage-automated #automated a, 
#page-solutions.subpage-applied #applied a, 
#page-solutions.subpage-sterilization #sterilization a,
#page-solutions.subpage-service #service a,
#page-solutions.subpage-temp #temp a, 
#page-download.subpage-introduction #introduction a,
#page-news-events.subpage-introduction #introduction a,
#page-news-events.subpage-press #press a,
#page-contact-us.subpage-introduction #introduction a, 
#page-contact-us.subpage-more #more a {
	color: #28837C;
}

/* =========== INNEHÅLL ============== */

#maincontent {
	position: absolute;
	left: 20px;
	top: 95px;
	width: 800px;
	z-index: 10;
}
#page-home #maincontent {
	background: #FFF;
	padding-bottom: 40px;
}

#col-wide {
	background: #FFF;
	float: left;
	width: 600px;
	padding: 20px 40px 40px 40px;
	/* box model hack */	
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 520px;
}
#col-wide_small {
	background: #FFF;
	float: left;
	width: 600px;
	padding: 20px 10px 10px 0px;
	/* box model hack */	
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 190px;
}
#col-narrow {
	float: left;
	margin-top: 20px;
	width: 200px;
}
#page-home #col-wide {
	width: 600px;
	padding: 0 10px 40px 10px;
	/* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 580px;
}

.subcol {
	float: left;
	width: 255px;
}

.copyright {
	clear: both;
	padding-top: 30px;
	/* background: #ED1C24 url(../img/bg_contentbottom.gif) no-repeat; */
}
.copyright div {
	position: relative;
	left: 359px;
	top: 14px;
	width: 168px;
	overflow: hidden;
	padding-top: 27px;
	height: 0px !important;
	height /**/:27px;/* for IE5.5's bad box model */
	/* background: transparent url(../img/copyright.gif) no-repeat; */
}

.rightspace {
	margin-right: 10px;
}
.bottomspace {
	margin-bottom: 2em;
}
/* =========== BOXTYPER ============== */

.box {
	position: relative;
	top: 0px;
	left:0px;
	z-index: 1;
	margin-bottom: 10px;
	background-image: url(img/Copy-of-box_solid_big_bg.gif);
}
.box img {
	display: block;
}
.box img {
	margin: 0;
}


/* Boxtyper */
.bigintro {
	width: 520px;
}
.bigintro .image {
	float: left;
	width: 160px;
}
.bigintro .content {
	float: left;
	padding: 20px 10px 40px 20px;
	width: 360px;
	/* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 330px;
}
.bigintro .content a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
.bigintro .content h2 a {
	font-weight: bold;
}

.smallintro {
	width: 255px;
	display: inline;
	float: left;
}
.smallintro .content {
	padding: 20px 10px 40px 20px;
}
.smallintro .content a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
.smallintro .content h2 a {
	font-weight: bold;
}

.listbox .content {
	padding: 10px;
}
.listbox h1 {
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	margin-top: 0;
	height: 20px;
	padding: 3px 0 0 10px;
	background: transparent url(../img/bar_blue_bg.gif) repeat-x;
}
.listbox h1 a {
	font-weight: bold;
	color: #FFF;
}
.listbox h2 {
	font-weight: bold;
	font-size: 1em;
}
.listbox li h2 a {
	color: #D5692F;
}
.listbox img {
	margin: 0;
}

/* Bakgrunder */
.darkbg {
	background: transparent url(../img/box_solid_big_bg.jpg) right;
	border-bottom: 1px solid #E6ECE9;
}
.whitebg {
	background: transparent url(../img/white_box.gif) center;
	border-bottom: 1px solid #E6ECE9;
}
.lightbg {
	background: transparent url(../img/Copy-of-box_solid_big_bg.gif) right;
	border-bottom: 1px solid #cccc99;
}
.brightbg {
	padding-bottom: 10px;
	background: transparent url(../img/box_bright_big_bg.jpg) right;
	border-bottom: 1px solid #F2EFE3;
}
.shadowbg {
	padding-bottom: 15px;
	background: transparent url(../img/box_shadow.gif) bottom repeat-x;
	border-bottom: 1px solid #F2F2F2;
}
/*
.darkbg.smallintro {
	background: transparent url(../img/box_solid_bg.jpg);
}
.brightbg.smallintro {
	background: transparent url(../img/box_bright_big_bg.jpg) top right;
}
*/
.darkbg .content,
.brightbg .content {
	background: transparent url(../img/box_corner_tr.gif) top right no-repeat;
}
.listhead-red h1 {
	background: transparent url(../img/bar_red_bg.gif) repeat-x;
}
.listhead-blue h1 {
	background: transparent url(../img/bar_blue_bg.gif) repeat-x;
}
.listhead-grey h1 {
	background: transparent url(../img/bar_grey_bg.gif) repeat-x;
}


.read-more {
	position: absolute; 
	right: 15px; 
	bottom: 10px; 
	z-index: 2;
	background: 
}
.read-more a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 110px; 
	padding: 10px 0 0 40px;
	/* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 20px;
	width: 60px; 
}
.read-more-small {
	margin: 1.2em 0;
	padding-left: 15px;
	line-height: 140%;
	background: transparent url(../img/icon_more.gif) 0em 0.3em no-repeat;
}


/* =========== SPECIFIKT ============== */

#page-home .bigintro {
	width: 580px;
}
#page-home .bigintro .image {
	width: 160px;
}
#page-home .bigintro .content {
	padding: 20px 10px 40px 20px;
	width: 420px;
	/* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 390px;
}
#page-home .smallintro {
	width: 285px;
}

.paddfix .content {
	padding: 20px 10px 10px 20px;
}
