.footer-component {
	display: none;
}

html, body {
	height: 100%;
}

* {
	margin: 0;
}

img {
	border-style: none;
}

#content-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	font: 140% Arial, sans-serif, Verdana, Helvetica;
	background: #fff;
	color: black;
	padding: 0;
}

p {
	line-height: 150%;
	padding-bottom: 0.5em;
	padding-right: 1em;
}

div.mid {
	padding-left: 1.5em;
	font-size: 13pt;
	width: 90%;
}

/*div.mid div.oh {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div.mid div.oh h4 {
	color: #666;
	font-style: italic;
	padding-bottom: 1em;
}

div.mid div.oh div.arrowset {
	padding: 1em 1em 1.5em;
}

div.mid div.oh div.arrowset .weekarrow {
	background-color: #a8d4d5;
	color: #666;
	font-weight: bold;
	padding: 3px 8px 3px 6px;
	border: 1px solid #066;
	font-size: 1.4em;
	margin-right: 0.2em;
	margin-left: 0.2em;
}

div.mid div.oh div.arrowset .weekarrow a {
	color: #fff;
	text-decoration: none;
}

div.mid div.oh div.arrowset .weekarrow a:visited {
	color: #fff;
	text-decoration: none;
}

div.mid div.oh div.arrowset .weekarrow a:hover {
	color: #ff7c00;
	text-decoration: none;
}

div.mid div.oh table {
	text-align: center;
	color: #fff;
	width: 100%;
	background-color: #fff;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

div.mid div.oh table td {
	background-color: #ddd;
	color: #000;
	padding: 4px;
	text-align: center;
	width: 40px;
	border-left: 1px solid #fff;
	border-bottom: 8px solid #fff;
}

div.mid div.oh table td.libname {
	background-color: #52c4c7;
	color: #fff;
	border-right: 4px #fff solid;
}

div.mid div.oh table td.closed {
	color: #676767;
	font-style: italic;
}

div.mid div.oh table th {
	background-color: #52c4c7;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 4px #fff solid;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	text-align: center;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.mid div.oh table th.sunday {
	color: #ff4d3d;
	background-color: #52c4c7;
}

div.mid div.oh table th.th1 {
	border-right: 4px #fff solid;
}*/

div.table-component {
	clear: both;
}

div.table-component table {
	border-collapse: collapse;
	width: 488px;
	margin-bottom: 2em;
}

div.table-component tbody tr:hover td,
div.table-component tbody tr:hover th {
	background: #fff;
}

div.table-component td {
	border: 1px solid #333;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}

div.table-component tr.first,
div.table-component tr.odd {
	background: #ddd;
}

div.table-component tr.even {
	background: #eee;
}

div.component-spacing {
	height: 0.1em;
}

div.picture-component>div.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div.picture-component img {
	margin-top: 1em;
}

div.caption {
	font-style: italic;
	line-height: 2.5;
	color: #666;
}

div.footer-component {
	padding-top: 1em;
	font-style: italic;
	line-height: 2.5;
	color: #666;
	font-size: x-small;
}

ol, ul {
	padding-bottom: 0.8em;
	line-height: 160%;
}

.mid ul {
	margin-left: 2em;
	padding-left: 0;
	list-style-type: circle;
	/*font-size: 14px;
	line-height: 17px;*/
}

.mid li {
	/*list-style-type: disc;	
	padding-bottom: 0.4em;*/
}

hr {
	width: 80%;
	height: 1px;
}

.page-container {
	width: 984px;
	background: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -33px;
}

.lib_header {
	/*background: url(/img/top-bar-bg_70px.png) no-repeat left;
	height: 70px;
	padding-bottom: 7px;
	padding-top: 7px;*/
	display: none;
}

.print-header {
	text-align: right;
	color: #ababab;
	font-style: italic;
	font-size: 10pt;
	/*height: 10pt;*/
}

.footer {
	/*margin-left: auto;
	margin-right: auto;
	width: 981px;
	border-top: 1px solid #a8d6ff;
	border-bottom: 1px solid #a8d6ff;
	text-align: center;
	clear: left;
	color: #666;
	position: relative;
	font-size: 0.6em;*/
	display:  none;
}

.inner_footer {
	position: relative;
	top: 20%;
	text-align: center;
}

.push, .footer {
	height: 33px;
}

.cthb_footer_text {
	font-weight: bold;
}

.clear {
	clear: left;
}

.clear_both {
	clear: both;
}

.logo {
	float: left;
	margin-top: 16px;
	margin-left: 12px;
	width: 238px;
}

.open_hours {
	color: #555;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	margin-top: 7px;
}

/*.open_hours table {
	table-layout: fixed;
}*/

.open_hours table tr {
	height: 1.4em;
}

.open_hours th, td {
	text-align: left;
}

.open_hours td.bibname {
	padding-right: 7px;
}

.right_stuff {
	float: right;
	margin-right: 0.8em;
	height: 94%;
	position: relative;
	width: 50%;
}

.langbar {
	letter-spacing: 0.18em;
	font: 0.7em Arial, Verdana, sans-serif;
	color: #797979;
	text-align: right;
	margin-top: 3px;
}

.langbar a {
	color: #797979;
	text-decoration: none;
}

.logged_inbar {
	font: italic bold 0.7em Arial, Verdana, sans-serif;
	color: #699;
	text-align: right;
	bottom: 3px;
	right: 0;
	position: absolute;
}

.logged_inbar .inputfield {
	border: 1px solid #099;
	background: #fff;
	height: 13px;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.logged_inbar .inputfield:hover {
	border: 1px solid #099;
	background: #dfdfdf;
}

.logged_inbar .loginbutton {
	border: none;
	background-color: #fff;
	background-image: url('/img/login_button.gif');
	width: 41px;
	height: 16px;
	margin-left: 10px;
}

.logged_inbar .loginbutton:hover {
	border: none;
	background-image: url('/img/login_button_over.gif');
	width: 41px;
	height: 16px;
	margin-left: 10px;
	cursor: pointer;
}

.logged_inbar .logoutbutton {
	border: none;
	background-color: #fff;
	background-image: url('/img/logout_button.gif');
	width: 41px;
	height: 16px;
	margin-left: 10px;
}

.logged_inbar .logoutbutton:hover {
	border: none;
	background-image: url('/img/logout_button_over.gif');
	width: 41px;
	height: 16px;
	margin-left: 10px;
	cursor: pointer;
}

.logged_inbar label {
	display: block;
	float: left;
	text-align: right;
	margin-left: 4px;
	margin-right: 4px;
}

.logged_inbar br {
	clear: left;
}

fieldset {
	border: 1px solid #acd6ff;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

legend {
	color: #007879;
	background: #eee;
	border: 1px none #acd6ff;
	padding: 2px 6px;
	text-align: center;
	font-weight: bold;
}

.login_form p {
	padding-top: 10px;
}

.login_form {
	text-align: center;
}

.login_form .intro {
	

/*text-align: center;*/
	font-style: italic;
}

.login_form label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight: bold;
	font-size: 110%;
}

.login_form .submitbutton {
	

/*margin-right: auto;*/
	margin-left: 2.5em;
	display: block;
/

*width: 80%;*/
	/

*text-align: center;*/
}

.login_form .submit input {
	

/*color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;*/
	margin-left: 4.5em;
}

.login_form input.text {
	width: 60%;
}

.login_form fieldset {
	border: 1px solid #acd6ff;
	width: 55%;
	margin-right: auto;
	margin-left: auto;
}

.login_form legend {
	color: #007879;
	background: #eee;
	border: 1px none #acd6ff;
	padding: 2px 6px;
	

/*text-align: center;*/
	font-weight: bold;
}

.contact_form p {
	padding-top: 17px;
}

.contact_form label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.contact_form .submit input {
	

/*color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;*/
	margin-left: 4.5em;
}

.contact_form input.text {
	width: 80%;
}

.contact_form .submit {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	text-align: center;
}

.contact_form .textarealayout {
	margin-right: 1em;
	margin-left: 1.5em;
}

.contact_form textarea {
	width: 100%;
	

/*margin-left: 4.5em;*/
	height: 120px;
}

.contact_form fieldset {
	border: 1px solid #acd6ff;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

.contact_form legend {
	color: #007879;
	background: #eee;
	border: 1px none #acd6ff;
	padding: 2px 6px;
	text-align: center;
	font-weight: bold;
}

.frampl_form p {
	padding-top: 7px;
	margin-left: 1em;
}

.frampl_form label {
	width: 12em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	font-weight: bold;
}

.frampl_form .submit input {
	margin-left: 12.5em;
}

.frampl_form input.text {
	width: 60%;
}

.frampl_form fieldset {
	border: 1px solid #acd6ff;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.frampl_form legend {
	color: #007879;
	background: #eee;
	border: 1px none #acd6ff;
	padding: 2px 6px;
	text-align: center;
	font-weight: bold;
}

.mandatory {
	font-weight: bold;
	color: #fc2b00;
}

.request_form p {
	padding-top: 3px;
}

.request_form div {
	width: 32em;
	padding-bottom: 0.5em;
}

.request_form label {
	width: 12em;
	float: right;
	text-align: left;
	display: block;
}

.request_form input.text {
	width: 20em;
}

.request_form .libcard {
	padding-top: 0.7em;
}

.request_form .libcard .libcard_yes {
	width: 49%;
	float: left;
}

.request_form .libcard .libcard_nr {
	width: 14em;
	float: left;
}

.request_form .libcard .libcard_nr label {
	width: 6em;
	float: right;
	text-align: left;
	display: block;
}

.request_form .libcard .libcard_nr input.text {
	width: 8em;
}

.request_form fieldset {
	border: 1px solid #acd6ff;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	/*padding-left: 1em;*/
}

.request_form legend {
	color: #007879;
	background: #eee;
	border: 1px none #acd6ff;
	padding: 2px 6px;
	text-align: center;
	font-weight: bold;
}

.chals_form p {
	margin-left: 1em;	
}

.chals_form div {
	padding-top: 1.1em;
	clear: left;
	position: relative;
	margin-left: 1em;	
}

.chals_form div.comment_div {
	padding-top: 1.1em;
	clear: left;
	position: relative;
	margin-left: 1em;
	padding-bottom: 2em;
}

.chals_form .comment {
	font-size: 90%;
	line-height: 1;
	font-style: italic;
	color: #787878;
	position: absolute;
	top: 3.5em;
	left: 8.3em;
}

.chals_form div.checkboxspace {
	padding-top: 1.1em;
	/*padding-bottom: 1em;*/
	clear: left;
	position: relative;
}

.chals_form label {
	width: 7em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	/*display: block;*/
	font-weight: bold;
	line-height: 1.1;
}

.chals_form label.checkbox_label  {
	width: auto;
}

.chals_form .submit {
	text-align: center;
	padding-top: 2em;
}

.chals_form input.text {
	width: 60%;
	/*float: left;*/
}

.chals_form fieldset {
	border: 1px solid #acd6ff;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.chals_form legend {
	color: #007879;
	background: #eee;
	border: 1px none #acd6ff;
	padding: 2px 6px;
	text-align: center;
	font-weight: bold;
}

.mid_old {
	background: #fff;
	padding: 6px;
	margin-right: 5px;
	font: 12px/150% Arial, Helvetica, sans-serif;
	margin-left: 246px;
	margin-right: 237px;
}

.rightCol_old {
	width: 237px;
	position: absolute;
	right: 0px;
	top: 64px;
}

div#navWrapper {
	display: none;
}

.navMenu {
	/*background: url(../img/nav-menu-top-bg.png) no-repeat left top;
	margin-right: 2px;
	float: left;
	overflow: hidden;
	width: 238px;
	padding-top: 10px;*/
	display: none;
}

.mid {
	background: #fff;
	padding: 6px 21px 6px 6px;
	width: 478px;
	float: left;
	font: 12px/150% Arial, Helvetica, sans-serif;
}

#attentionbox {
	width: 484px;
	height: 209px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/first_page_mid_box.jpg) no-repeat;
}

#attentionbox h2 {
	color: #366;
	margin-bottom: 7px;
	margin-top: 0.2em;
}

#attentionbox h3 {
	color: #366;
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 110%;
}

#attentionbox h4 {
	color: #797979;
	margin-top: 13px;
	margin-bottom: 2px;
}

#attentionbox .column_left {
	padding-left: 25px;
	float: left;
	width: 210px;
}

#attentionbox .column_right {
	padding-right: 15px;
	float: right;
	width: 180px;
}

#attentionbox p {
	/*padding-top: 20px;*/
}

/*#attentionbox .go_directly {
	padding-left: 30px;
}*/

#chans_search {
	height: 100%;
}

#chans_search .textinput {
	width: 70%;
	display: inline;
	margin-right: 0.5em;
}

#chans_search .searchbutton_en {
	border: none;
	background-color: #fff;
	background-image: url('/img/search_button_en.jpg');
	width: 62px;
	height: 22px;
	display: block;
	margin-top: 10px;
}

#chans_search .searchbutton_sv {
	border: none;
	background-color: #fff;
	background-image: url('../img/search_button_sv.jpg');
	width: 62px;
	height: 22px;
	display: block;
	margin-top: 10px;
}

#newsbox h2 {
	color: #366;
	margin-bottom: 7px;
	margin-top: 1.7em;
}

#newsbox h3 {
	color: #8BB;
	margin-right: 5px;
}

#newsbox .date {
	font-style: italic;
	font-size: 85%;
	text-align: left;
}

#newsbox .more_news {
	font-style: italic;
	font-size: 85%;
	text-align: right;
	position: absolute;
	right: 7px;
	bottom: -10px;
}

.date {
	font-style: italic;
	color: #999;
}

.news_separator {
	width: 80%;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5599cf;
}

.list_news {
	padding-top: 12px;
	padding-bottom: 12px;
}

.logged_inbar .searchbutton_sv:hover {
	border: none;
	background-color: #fff;
	background-image: url('/img/search_button_en.jpg');
	width: 62px;
	height: 22px;
	display: block;
	cursor: pointer;
}

.logged_inbar .searchbutton_en:hover {
	border: none;
	background-color: #fff;
	background-image: url('../img/search_button_en.jpg');
	width: 62px;
	height: 22px;
	display: block;
	cursor: pointer;
}

.fat_link {
	font-weight: bold;
}

.centeredImage {
	width: 482px;
	height: 199px;
	margin: -5px auto 13px;
}

.rightCol {
	/*float: left;
	width: 236px;
	font: 12px/150% Arial, Helvetica, sans-serif;
	color: #888;
	position: relative;
	height: 100%;*/
	display: none;
}

.rightCol .colortop {
	background: url(../img/box-left-top-bg.png) top left no-repeat;
	/*font-size: 12px;
	padding-left: 10px;
	padding-top: 7px;*/
	height: 7px;
}

.rightCol .colormid {
	background: url(../img/box_mid_section.png) repeat-y left top;
	padding-left: 10px;
	font-size: 12px;
	/*margin-top: -1px;*/
	position: relative;
}

.rightCol .colorbottom {
	background: url(../img/box-left-bg.png) no-repeat left bottom;
	padding-left: 10px;
	padding-bottom: 10px;
}

.rightCol .site_search {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}

.rightCol .my_links_top {
	background: url(../img/my_linx_top.jpg) no-repeat left bottom;
	width: 236px;
	height: 32px;
	position: relative;
	border-bottom: 1px solid #9cc;
}

.rightCol .my_links_top .headline {
	font: italic bold 1.1em/2.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #007879;
	position: absolute;
	top: 0.18em;
	left: 0.7em;
}

.rightCol .my_links_top .link {
	position: absolute;
	right: 8px;
	top: 2px;
	font-style: italic;
	font-size: 80%;
}

.rightCol .my_links_body a,
.rightCol .my_links_top .link a {
	color: #666;
	text-decoration: underline;
}

.rightCol .my_links_body a:visited,
.rightCol .my_links_top .link a:visited {
	color: #666;
	text-decoration: underline;
}

.rightCol .my_links_body a:hover,
.rightCol .my_links_top .link a:hover {
	color: #ff7c00;
	text-decoration: underline;
}

.rightCol .my_links_body {
	width: 234px;
	border-right: 1px solid #b9deff;
	border-left: 1px solid #b9deff;
}

.rightCol .my_links_body .save_link_row {
	min-height: 19px;
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
	font-size: 80%;
	

/*

border-top: 1px solid #9cc;*/
	border-bottom: 1px solid #9cc;
	width: 215;
	background-color: #d9ebff;
	margin-top: -1px;
}

.rightCol .my_links_body .link_row {
	height: 19px;
	padding-left: 8px;
	text-align: left;
	border-bottom: 1px solid #b9deff;
}

.rightCol .my_links_body .link_row .userlink {
	float: left;
}

.rightCol .my_links_body .link_row .delete_userlink {
	float: right;
	border-left: 1px solid #b9deff;
	width: 21px;
	height: 15px;
	position: relative;
	margin-left: auto;
	margin-right: auto
}

.rightCol .my_links_body .link_row .delete-link-img {
	border-style: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
}

.rightCol .my_links_bottom {
	width: 236px;
	padding-bottom: 12px;
}

/*.rightCol .my_links_body .link_row .delete_userlink a:link {
	background-color: #d4feff;
}
	
.rightCol .my_links_body .link_row .delete_userlink a:visited {
	background-color: #d4feff;
}
	
.rightCol .my_links_body .link_row .delete_userlink a:hover {
	background-color: #004479;
}
	
.rightCol .my_links_body .link_row .delete_userlink a:active {
	background-color: #d4feff;
}*/

.rightCol a {
	color: #ff7c00;
	text-decoration: none;
}

.rightCol a:visited {
	color: #ff7c00;
	text-decoration: none;
}

.rightCol a:active {
	color: #ff7c00;
	text-decoration: none;
}

.rightCol a:hover {
	color: #ff7c00;
	text-decoration: none;
}

.rightCol .boldlink a {
	color: #888;
	text-decoration: underline;
	clear: left;
	font-weight: bold;
}

.rightCol .boldlink a:hover {
	color: #ff7c00;
	text-decoration: underline;
	font-weight: bold;
}

/*\\\\\\\\\\\\|||||||||||||||||~~~~~~~~~~~~~~*/

/* Nivå 1 */

#navigation-top-1 ul {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
	color: #444;
	font-size: medium;
}

#navigation-top-1 li {
	list-style-type: none;
}

#navigation-top-1 ul .normal a {
	text-decoration: none;
	display: block;
	padding-left: 0px;
	color: #666;
}

#navigation-top-1 ul .normal a:hover {
	text-decoration: none;
	display: block;
	color: #ff7c00;
	padding-left: 0px;
}

#navigation-top-1 ul .selected a:hover {
	text-decoration: none;
	display: block;
	color: #ff7c00;
	padding-left: 0px;
}

#navigation-top-1 ul .selected a {
	font-style: italic;
	color: #888;
	text-decoration: none;
	display: block;
	padding-left: 0px;
}

/* Slut nivå 1 */

/* Nivå 2 */

#navigation-top-1 ul li ul {
	list-style: none;
	padding: 0 5px 0 15px;
	margin: 0;
	color: #444;
	font-size: small;
	line-height: 160%;
	list-style-type: none;
}

#navigation-top-1 ul li .normal a {
	font-style: normal;
	font-weight: normal;
	color: #007642;
	border-left: 1px solid #a8d4d5;
	padding-left: 5px;
}

#navigation-top-1 ul li .normal a:hover {
	text-decoration: none;
	display: block;
	border-left: 1px solid #a8d4d5;
	padding-left: 5px;
	color: #ff7c00;
}

#navigation-top-1 ul li .selected a:hover {
	text-decoration: none;
	display: block;
	border-left: 1px solid #a8d4d5;
	padding-left: 5px;
	color: #ff7c00;
}

#navigation-top-1 ul li .selected a {
	font-style: italic;
	color: #888;
	border-left: 1px solid #a8d4d5;
	padding-left: 5px;
}

/* Slut nivå 2 */

/* Nivå 3 */

#navigation-top-1 ul li ul li .normal a {
	font-style: normal;
	font-weight: normal;
	color: #007642;
}

#navigation-top-1 ul li ul li a:hover {
	text-decoration: none;
	display: block;
	

/*

padding: 3px 0 3px 0;*/
	color: #ff7c00;
}

#navigation-top-1 ul li ul li .selected a {
	font-style: italic;
	color: #888;
}

/* Slut nivå 3 */

/* Nivå 4 */

#navigation-top-1 ul li ul li ul li .normal a {
	font-style: normal;
	font-weight: normal;
	color: #007642;
	list-style-type: none;
}

#navigation-top-1 ul li ul li ul li a:hover {
	text-decoration: none;
	display: block;
	

/*

padding: 3px 0 3px 0;*/
	color: #ff7c00;
}

#navigation-top-1 ul li ul li ul li .selected a {
	font-style: italic;
	color: #888;
}

/* Slut nivå 4 */

/* Nivå 5 */

#navigation-top-1 ul li ul li ul li ul li .normal a {
	font-style: normal;
	font-weight: normal;
	color: #007642;
}

#navigation-top-1 ul li ul li ul li ul li a:hover {
	text-decoration: none;
	display: block;
	

/*

padding: 3px 0 3px 0;*/
	color: #ff7c00;
}

#navigation-top-1 ul li ul li ul li ul li .selected a {
	font-style: italic;
	color: #888;
}

/* Slut nivå 5 */

.navMenu #navigation-top-2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 10px;
	padding-bottom: 80px;
}

.navMenu #navigation-top-2 ul a {
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 3px 0 3px 0;
}

.navMenu #navigation-top-2 ul a.selected {
	color: #83c102 !important;
}

.navMenu #navigation-top-2 ul li {
	margin: 0;
	padding: 0;
	display: inline;
	padding: 0 0 4px 0;
}

.navMenu #navigation-top-2 ul li a {
	font-size: 12px;
	color: #007642;
	padding: 4px 0 4px 0;
	padding: 0px 0 1px 0;
}

#widget__effective_title_widget {
	text-transform: uppercase;
}

/*.mid h1 {
	color: #ff2700;
}

.mid h2 {
	color: #333;
	clear: left;
	margin-bottom: 0;
}

.mid h3 {
	color: #111;
	clear: left;
	



margin-right: 5px;
	margin-top: 0.8em;
}

.mid h4, .mid h5, .mid h6 {
	color: #111;
	clear: left;
	



margin-right: 5px;
	margin-top: 0.8em;
}

.mid a {
	color: #c60;
	text-decoration: none;
	clear: left;
}

.mid a:visited {
	color: #c60;
	text-decoration: none;
}

.mid a:active {
	text-decoration: none;
}

.mid a:hover {
	color: #ff7c00;
	text-decoration: underline;
}*/

.boldlink a {
	color: #ff7c00;
	text-decoration: none;
	clear: left;
	font-weight: bold;
}

.boldlink a:visited {
	color: #ff7c00;
	text-decoration: none;
	clear: left;
	font-weight: bold;
}

.boldlink a:hover {
	color: #ff7c00;
	text-decoration: underline;
	font-weight: bold;
}

/* De nedan behövs för pdf-tumnaglar */

div.file-component div.icon {
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

div.file-component div.icon a {
	display: block;
	width: 25px;
	height: 20px;
}

div.file-component div.filename .bullet {
	display: none;
}

div.file-component div.info {
	margin-left: 25px;
}

div.file-component span.header {
	font-weight: bold;
}

div.file-component span.size {
	margin-left: 0.5em;
	color: #888;
	font-style: italic;
}

div.file-component>div.table {
	display: table;
}

div.file-component>div.table div.row {
	display: table-row;
}

div.file-component>div.table div.row div.icon {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

div.file-component>div.table div.filename {
	display: table-cell;
	vertical-align: middle;
}

.modified {
	display: none;
}

/* De ovan behövs för pdf-tumnaglar */

#chalmers_bldmrk {
	position: absolute;
	bottom: 40px;
	right: 11px;
}

.ref_listing {
	line-height: 140%;
}

.ref_layout_outer {
	padding-top: 1.5em;
	padding-bottom: 3em;
}

.ref_layout_left {
	width: 9.5em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	

/*background: #7bfaa6;*/
	padding-top: 1em;
	padding-bottom: 1em;
}

.ref_layout_right {
	background: #d7d7d7;
	margin-left: 10em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

.contact_staff {
	
}

.contact_staff .contact_container {
	/*padding-bottom: 1em;*/
	clear: left;
}

.contact_staff .left, .right {
	width: 40%;
	color: #303;
	padding-left: 0.7em;
	border-left: 1px solid #d4d4d4;
	padding-bottom: 1em;
}

.contact_staff .left {
	float: left;
}

.contact_staff .right {
	margin-left: 50%;
}

.contact_staff h2 {
	 padding-bottom: 1em;
}

.contact_staff h3 {
	color: #444;
	font-size: 135%;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

.contact_staff h4 {
	font-weight: bold;
	display: inline;
	font-size: 100%;
}

.contact_staff .name {
	float: left;
}

.contact_staff .phone {
	text-align: right;
}

.contact_staff a {
	color: #303;
	text-decoration: underline;
}

.contact_staff a:visited {
	color: #303;
	text-decoration: underline;
}

.contact_staff a:hover {
	color: #ff7c00;
	text-decoration: underline;
}

.contact_staff .paragraf {
	padding-bottom: 1em;
}
