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

/*____________________________________________________________________  Body  */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: white;
  color: black;
}



.hidden {
  display: none;
}

#logo_print {
	clear:both;
	margin-bottom:10mm;
	display: block;
}


/*___________________________________________________________________  Links  */
a {
  text-decoration: underline;
  color: #004c82;
}

/*__________________________________________________________________  Images  */
img {
  border: none;
}

/*_________________________________________________________________  Headers  */
h1, h2, h3 {
  font-weight: normal;
}
h1 {
	font-size: 20pt;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 16px;
	color: #B50B51;
}
h2 {
  font-size: 15pt;
  line-height: 18px;
  margin-bottom: 6px;
  margin-top:0;
  color: #B50B51;
}
h3 {
  font-size: 11pt;
  line-height: 12pt;
  margin-bottom: 4px;
  color: #B50B51;
}

h4 {
	font-weight:normal;
	font-size: 18px;
	margin: 0;
	padding:0;
	letter-spacing: -1px;
}


/*____________________________________________________________________  Text  */
p, pre {
	margin: 0 60px 0 0;
	line-height: 140%;
}

#content ul {
	list-style-type: disc;
	padding-bottom: 10px;
}
#content ol {
	padding-bottom: 10px;
}
#content li {
	margin-bottom: 8px;
}





/*_________________________________________________________________  Content  */


#top {
	display:none;
}



/*____________________________________________________________  Right Column  */

#right_column {
	float: left;
	clear:both;
	width: 400px;
	padding-top: 0;
}
.box_content {
	padding: 0;
}

.box_content .nyhet {
	padding-top: 8px;
	font-size:11px;
}

.box_content .datum {
	font-weight:bold;
	color:#b50b51;
	display:block;
	padding-bottom:2px;
}

.box_content_staff {
	text-align:left;
	padding-bottom:30px;
}

.box_content_staff a:link {
	color: #b50b51;
}
.box_content_staff a:visited {
	color: #b50b51;
}
.box_content_staff .yrke {
	font-size: 10px;
}

.box_content_staff p {
	font-size: 11px;
	margin: 10px 0 0 0;
	padding:0;
	line-height: 14px;
}

.box_staff {
	 display: none;
}

.siluett {
	float:right;	
}

/*______________________________________________________________  Navigation  */
#nav {
	display:none;
}


#right_column li {
	display: none;
}


#verksamheter ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

#verksamheter ul li {
	width: 249px;
	height: 147px;
	display:block;
	float: left;
	padding:0;
	margin:0;
}

#verksamheter span {
	display: block;
}



/*__________________________________________________________________  Tables  */
table {
  width: 100%;
  margin: 0 0 20px 0;
}
table tr td, table tr th {
  padding: 5px 15px 5px 0px;
  vertical-align: top;
}
table tr td.option {
  font-weight: bold;
  color: #ffb;
  padding-left: 0;
  width: 120px;
}
table#motivation-table tr td {
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
}
table#motivation-table tr td.strong {
  width: 96px;
  font-weight: bold;
  color: #e62721;
  text-align: center;
}
table.thumbs {
  margin: 0 auto;
  width: 450px;
}
table.thumbs td {
  text-align: center;
  width: 150px;
}

/*___________________________________________________________________  Links  */

div.dokument {
padding: 20px 20px 60px 20px;
}

div.dokument a {
	font-size:10pt;
}

div.dokument ul {
	margin:0;
	padding:0;
	list-style: none;
}



/*___________________________________________________________________  Forms  */


fieldset {
	float:left;
	padding: 20px 20px 20px 20px;
	background-color:#FFFFFF;
	border: solid #d4d3c5 1px;

}
legend {
  font-size: 14px;
	background-color:#FFFFFF;
	padding: 3px;
	color:#B50B51;
}
label {
	clear: both;
	float:left;
	display:block;
	padding-bottom: 6px;
	font-size:11px;
}
input, textarea {
	margin-top:2px;
	border: solid #d4d3c5 1px;
	background-color:#ebeadf;
	padding:1px;
	width:200px;
}

input:hover, textarea:hover {
	border: solid #afae9f 1px;

}

input:focus, textarea:focus {
	border: solid #afae9f 1px;
	background-color:#f6f5ee;

}

.formbutton {
	float:left;
	width: 100px;
	height:28px;
}


/*__________________________________________________________________  Footer  */

#footer {
	display:none;
}
