@import "hacks.css";

body 
{
	/*background: url(/images/bg_body.jpg) no-repeat bottom center fixed;*/
	background:#F0F6DC;
	color:#000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

* {
	margin:0;
	padding:0;
}

p, ul {
	padding-bottom: 20px;
}

a {
	color: #8BAC1B;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #8BAC1B;
}

img {
	border: none;
	display: block;
}

h1, h2, h3 {
	line-height: 1.2;
}

h1 {
	font-size: 2.1em;
	font-weight: bold;
	padding-bottom: 10px;
	color:#8BAC1B;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	padding-bottom: 5px;
	color: #8BAC1B;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 5px;
}

h4, h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
	/*color: #8bac1b;*/
	color: #000;
}



/****LAYOUT****/
/*************/

.wrapper {
	margin: 0 auto;
	width: 953px;
	padding: 0px 8px;
	display:block;
}

.bottom-wrapper {
	width: 953px;
	height: 30px;
	padding: 0px 8px;
	margin-left: -8px;
}

.header {
	background: #fff;
	height: 113px;
	min-height: 113px;
	width: 100%;
	overflow: hidden;
}

html>body .header {
	height: auto;
}

.content {
	background: #fff;
	padding: 25px 0 25px 0;
	overflow: hidden;
	width: 100%;
}

.footer {
	clear: both;
	background: #CCE089;
	margin: 12px 0 0px 0;
	overflow: hidden;
	width: 100%;
}



/*****HEADER*****/
/****************/

.header .logo {
	padding: 35px 29px;
	float: left;
}



/*****NAVIGATION*****/
/****************/

#nav {
	background: #fff;
	clear: both;
	padding: 5px 0 5px 19px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	font-size: 1.2em;
}

#nav a, #nav span {
	color: #444;
	padding: 0px 10px;
}

#nav a#frontpage-link {
	float: left;
}

#nav ul {
	list-style: none;
	padding: 0;
}

#nav .level2 {
	clear: both;
	font-size: 90%;
	padding-top: 10px;
}

#nav li {
	display: inline;
}

#nav .selected, #nav .selected a {
	color: #8bac1b;
}



/*****CONTENT*****/
/****************/

.primary {
	width: 610px;
	float: left;
	border-right: 1px dashed #ccc;
	min-height: 300px;
}

.primary ul {
	padding-left: 18px;
}

.focus {
	position: relative;
	margin-bottom: 25px;
	max-height: 400px;
	overflow: hidden;
}

.focus img {
    height: auto;
}

.focustext {
	position: absolute;
	bottom: 20px;
	left: 30px;
	width: 490px;
	padding: 10px 30px 20px 30px;
	background: url(/images/bg_trans_white.png);
}

.focustext a {
	color: #000;
}

.focustext h2 {
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -2px;
	margin: 0;
	padding: 3px 0;
}

.focustext p {
	margin: 0;
	padding: 0;
}

.article {
	padding: 0 29px 29px 29px;
}

.article img {
	float: right;
	padding: 5px;
}

.article p {
	padding-bottom: 15px;
}

.article .ingress {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 15px;
}

.article .addresslist {
	padding-bottom: 15px;
}

.articlelist li {
	padding-bottom: 25px;
}

.articlelist li p {
	padding: 0px;
	margin: 0px;
}

.articlelist h2 {
	padding-bottom: 0px;
	font-size:1.4em;
	color:#000;
}

.articlelist h3 {
	color: #000;
}

.secondary {
	width: 334px;
	float: right;
	padding: 0 3px 0 4px;
}

.secondary img {
	float: right;
	padding-left: 5px;
	padding-top: 10px;
}

.secondary .box {
	margin: 0px 15px 10px 18px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}

.secondary ul {
	list-style: none;
}

/* not in use

.secondary p.emph {
	padding-left:54px;
}

.secondary p.emph span {
	font-size: 1.3em;
}



/*****FORMS*****/
/****************/

fieldset {
	border: 0;
}



/*****FOOTER*****/
/****************/

.footer {
	position: relative;
	font-size: 90%;
	min-height: 100px;
}

.footer a {
	color: #000;
}

.footer .column {
	width: 500px;
	padding: 15px 29px;
}

.footer h4 {
	font-weight: normal;
}

.footer .lakemedelsverket {
	float: right;
	padding: 15px 15px 10px 10px;
}

/*****Prenumererea box*****/
/****************/

.secondary .prenum-box {
	padding: 29px 15px 10px 10px;
}

.secondary .prenum-box h3 {
	padding-bottom: 20px;
}

.secondary .prenum-box label {
	margin-bottom: 2px;
	display: block;
}

.clearAll {
	width: 100%;
	overflow: hidden;
	clear: both;
}

.secondary .prenum-box a.button-style {
	background: transparent url(../../images/bg_pre_btn.png) no-repeat top left;
	color: #fff;
	line-height: 1;
}

.secondary .prenum-box .clearAll {
	padding-top: 15px;
}

.secondary .prenum-box .clearAll a {
	float: left;
	display: block;
	padding:8px 12px;
}



/****PHARMACY LIST********/
/****************/

.pharmacylist {
	width: 302px; /*content width of secondary box*/
	overflow: hidden; /*width and overflow specified to clear floats*/
}

.pharmacylist img {
	float: left;
	padding: 5px 30px 0 20px;
}

.pharmacylist ul {
	float: left;
}



/****EMPLOYEE LIST********/
/****************/

.employeelist li {
	width:  302px;
	overflow: hidden;
	padding-bottom: 30px;
}

.employeelist h4 {
	font-weight: normal;
}

.employeelist img {
	padding:  5px 0 0 5px;
}



/**** SHARING ********/
/****************/

.sharing {
	margin: 0 29px;
	padding: 10px 0 20px 0;
	border-top: 1px dashed #ccc;
}

.sharing h4, .sharing li {
	float: left;
}

.sharing h4 {
	font-weight: normal;
	padding: 2px 15px 0 0;
}

.sharing ul {
	list-style: none;
}

.sharing li {
	background: url(/images/btn.png) no-repeat;
	width: 25px;
	height: 24px;
	margin: 0 8px 0 0;
}

.sharing li:hover {
	background-image: url(/images/btn_hover.png);
}

.sharing li img {
	padding: 3px;
}



/****MISC********/
/****************/

.clear {
	clear: both;
}

.error {
	color: #990000;
	font-weight: bold;
}

#map {
	width:556px;
	height:556px;
}

.CustomColumn h4 {
	color: #97be0d;
	font-size:1.3em;
}

.personinfo {
	color: #999999;
	padding-bottom: 5px;
}

.CustomMainIntro p {
	padding-left: 0px;
}

.recruit-list li {
	min-height: 0px;
}

li.more-link {
	margin-top: 10px;
}

.page_hitta-oss ul li
{
    list-style: none;
}

.page_hitta-oss h2
{
    font-family:verdana,arial,sans-serif;
    font-size:120%;
    font-weight: normal;
}
