@charset "UTF-8";




/* ******************************************
   
   GENERAL
   
********************************************* */



html, body {
    padding: 0px;
    margin: 0px;
    
	font-family:Arial, Helvetica, sans-serif;

}


div {
	background-repeat:no-repeat;
    box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox 28 and earlier*/

	/* För att bryta långa ord och länkar utan att få konstiga brytningar mitt i vanliga ord.
	Koden är tagen från https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ 	*/

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever
  word-break: break-all; */
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
	/*
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
	*/

}




/* FONTS */

p, a, li, li a, td, td a {
	
	font-size: 14px;
}


p { 
	line-height:120%;
	margin-top:0.8em;
	margin-bottom:0.8em;
}



h1{
	font-size: 24px;
	line-height: 24px;
	margin: 0px;
	margin-bottom: 10px;
}


h2{
	font-size: 18px;
	line-height: 20px;
	margin-top:1em;
	margin-bottom:0.3em;
}


h3{
	font-size:16px;
	line-height:18px;
	font-weight: bold;	
}


h4{
	font-size: 16px;
	line-height: 20px;
}

/* jätterubrik */
h6{
	font-size:40px;
	font-weight: 500;
	line-height: 40px;
	margin:0px;
       	
}


.borders td {
	border: 1px solid #ccc;
}




/* LÄNKAR */
a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



/* BILDER */

img {
    max-width: 100%;
    height: auto;
}

iframe {
	border: 0px;
}

#updated {
	clear: both;
	font-size: 70%;
	font-style: italic;
}

#bildtext {
    font-style: italic;
	padding-top:3px;
    font-size:12px;     

}



/* ******* HEADER ******* */

#logo{
	padding-top: 20px;
	vertical-align:bottom;
    background-image:url(assets/images/site/logo_kmh_red.gif);
    background-repeat: no-repeat; 
    background-position: left bottom;
    height:88px;
}



.hidden{
    display:none;
}





/* TABLES */


table
{
	font-family:"Graphic", Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	border-collapse:collapse;

}



table, th {
	border:1px solid #ffffff;
}


td {
	text-align:left;
	padding:5px;
	vertical-align:top;
	border:1px solid #ffffff;
}





/* LANGUAGE */
html:lang(sv) span:lang(en) {
    display: none;
}
html:lang(en) span:lang(sv) {
    display: none;
}

/* NIVO SLIDER EXTRA */

#slider-wrapper {
    overflow: hidden; /* behövs för att #slider ska hamna i mitten på mobile fireFox */
    
}
#slider {
    position:relative;
}


.edited-date {
    margin-top: 1em;
    font-style: italic;
    font-size: 0.8em;
}




/* Ett test med att lägga in en fullskärmsknapp
Nu implementerade jag det med alt-klick på 
#midsection istället.
2014-09-25
Hans Lindetorp
*/

#fullScreenBtn {
	width: 1em;
	height: 1em;
	float: right;
	background-image: url('/assets/images/GRAFIK/icons/expand.png');
	background-size: cover;
	display: none;	
}


.has-embeded-content #midsection > .edited-date {
	
	display: none;
}


#embeded-content .page-title {
    display: none;
}




/* BLOGG */

.posts .post {

    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid grey;
    display: table;

}

.posts .post img {
    float: left;
    margin-right: 10px;
}


.posts .post a {
    width: 100%;
    height: 100%;
    display: block;
}

.posts .post a:hover {
    text-decoration: none;   
}

.posts .post-date {
    font-size: 0.8em;
    font-style: italic;
}

.blogg h1.page-title {
    float: right;
}

.blogg img.standard-image {
    width: 232px;
    height: auto;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.blogg .summary {

}

.blogg .content {
    clear: both;
    margin-bottom: 1em;
    border-bottom: 1px solid;
}




.feed {
	
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.feed > li {
	
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #E30613;
	
}
.feed .date, .feed .source {
	color: grey;
    font-size: 0.8em;
    font-style: italic;
	margin-right: 1em;
}



/* -------- SEARCH -------- */



/* GENERAL */


#search img {
	display: none;
}



#search {
	position:relative;
	float: right;
	width:476px;
	height:26px;
    top: 30px;
    z-index:100;
}

#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:26px;
	overflow:hidden;
	z-index:400;
}
#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#search form, #sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}

#search input, #sidebarlogin input {
	height: 31px;
}


#search select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#search textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#search-txt {
    position: absolute;
    top: 0px;
    left: 158px;
    width: 57px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}

#search label {
	display: none;
}

#ajaxSearch_input {
    position: absolute;
    top: 0px;
    left: 250px;
    width: 230px;
    height: 14px;
}


#ajaxSearch_submit {
    width: 230px;
    height: 31px;
    margin: 0;
    border: 0;
    padding: 55px 0 0;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 0px;
    xleft: 420px;
}

#ajaxSearch_output {
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    position: absolute;
    top: 23px;
    left: 220px;
    width: 230px !important;
    z-index: 1;
    border: 0;
    padding: 0;
    margin: 0;
}
#ajaxSearch_output a {
	text-align: left;
	width: 172px;
	display: block;	
	width: 93% !important;
}
#ajaxSearch_output p {
	margin: 0;
}
.ajaxSearch_paging {
	font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
}

.paging1{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
}
.ajaxSearch_grpResultsDisplayed{
    font-size: 14px;
}

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    padding: 5px 10px 7px;
    margin: 0;
    
}



.ajaxSearch_resultLink{
        font-size: 16px;
	text-decoration:none;
}


.ajaxSearch_resultPublishedon {
	font-size: 12px;
}

.ajaxSearch_resultExtract a {
        text-decoration: none;
}


.AS_resultLink {
    text-decoration: underline;
    padding: 0;
    margin: 0;
}
.AS_intro { display: none;}

.AS_ajax_resultExtract a {
    text-decoration: none;
}

#dirsearch-txt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 118px;
	height: 21px;
	font-size: 13px;
	line-height: 23px;
}

#dirsearch-inp {
	position: absolute;
	top: 0px;
	left: 123px;
	width: 201px;
	height: 18px;
}

#dirsearch-btn {
	position: absolute;
	top: 0px;
	left: 329px;
	width: 70px;
	height: 21px;
}

#dirsearch-txt2 {
	position: absolute;
	top: 3px;
	left: 405px;
	width: 170px;
	height: 21px;
}

.AS_ajax_highlight, .ajaxSearch_highlight{
	font-weight: bold;
}



#ajaxSearch_input{
	border:none;
	background-image:url('assets/images/site/search_230x40_kmh.gif'); 
	background-repeat:no-repeat;
	top: 0px;
	height:50px;
	width:230px;
	margin-top:0px;
	margin-left:0px;
	padding-left:48px;
	padding-right:20px;
}


.ajaxSearch_result{
        border-bottom: 0px solid #eb0019;
        padding-bottom: 0em; 
        padding-top: 1em;
}

.ajaxSearch_resultExtract p {
        margin: 0em;
}

.ajaxSearch_resultBreadcrumbs {
    font-size: 12px;
	display: block;
}

.ajaxSearch_resultBreadcrumbs a {
    font-size: 12px;
    font-style: italic;
}


#search input{
       border: none;
       /* background-image:url(assets/images/site/search_230x40.gif); */
       /* background-repeat:no-repeat; */
       /*background-position: 0 5px;*/
       line-height: 31px;
       width:230px;
}


#ajaxSearch_submit{
      visibility: hidden;
}



fieldset
{
	margin: 0px;
	border: 0px;
	font-size: 14px;
}



/* ******** GENERAL ******** */

#mid > div {
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
}


/* ******** FRONT PAGE ******** */


.front-page #left {
	border-top: 10px solid #E30613;
}


.front-page #midsection {
	border-top: 0px;
	padding-top: 0px;
}

.front-page #headermain {
	display: none;
}



/* ******** VÄNSTERMENY ******** */

#left ul{
	margin:0;
    padding-left: 0px;
    margin-left: 0px;
}


#left ul li{
	list-style:none;
}
/* nivå 2 */
#left ul li ul li{
	padding-left: 16px;
    list-style:none;
    list-style-position:inside;
    background: url(assets/images/site/punkt.gif);
    background-repeat: no-repeat;
    background-position:left 0px;
}
#left ul li ul li ul {
	padding-left: 16px;
}

#left ul li ul li ul li{
	padding-left: 8px;
    list-style:none; 
    list-style-position:inside;
    background-image:     url('assets/images/site/dash.jpg');
    background-repeat: no-repeat;
    background-position:left 9px;
        
}

#left ul li a{
	font-family: Arial,Helvetica,sans-serif;
    font-size:14px;
	font-weight:500;
	list-style:none;
	text-decoration:none;
}
#left ul li a:hover{
	text-decoration:underline;
}

#left ul li.active ul li a{
	list-style-type: circle;
}

#left a {
    display: inline-block;
    font-size: 14px;
    margin-bottom:7px;
}









/* PUFFAR */

#puffwrapper > div {
	
	position: relative;
	background-size: cover;
	float: left;
	display: block;
}

#puffwrapper > div ul {
	
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}


#puffwrapper > div > a {
	height: 100%;
	width: 100%;
	display:block;
}


#puffwrapper .icons {
	
	position: absolute;
	bottom: -1px;
	width: 100%;
	
}

#puffwrapper > div#puff2 a {
	display: inline;
}

#puffwrapper > div p {
	margin-top: 0px;
}


#puff0{ 
	
	background-image:url('assets/files/images/ettan_puff0/puff_blue_232.gif');
	
}
#puff0 a, #puff4 a{
	font-size:18px;
	margin-bottom: 0px;
}

#puff2 h3, #puff3 h3{
    border-top:#EB0019 10px solid;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#puff2 .footer {
	position: absolute;
	bottom: -3px;
}

#puff3 ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
#puff3 ul li {
	margin-bottom: 0.7em;
}
#puff3 ul li:before {
    display: inline-block;
    content: "-";
    width: 1em;
}
#puff3 ul a {
	display: inline;
}

#puff3 a[href*='linkedin.com'],
#puff3 a[href*='youtube.com'],
#puff3 a[href*='twitter.com'],
#puff3 a[href*='facebook.com'],
#puff3 a[href*='instagram.com'] {
	
	color: transparent;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	margin-right: 5px;
}



.puff {
	
	padding: 10px;
	border: 1px solid;
	margin-bottom: 10px;
}

.puff * {
	text-decoration: none;	
}
.puff *:first-child {
	margin-top: 0px;
}
.puff *:last-child {
	margin-bottom: 0px;
}
.puff.bild {
	
	border: 0px;
	padding: 0px;
	
}







/* BLOCK */

div.attachment_box {
    margin-bottom: 10px;
    border: 1px solid grey;
}

div.attachment_box div.box_header {
    margin: 0px;
    border-bottom: 1px solid grey;
    font-weight: bold;
    padding: 5px;
}
div.attachment_box div.box_content {
    padding: 5px;
}

.block {
    margin-bottom: 10px;
}

.block li {
	margin-bottom: 7px;
}

.block div.blocklabel {
    padding: 5px;
}
.block div.blockcontent {
    padding: 10px;
}

.block div.blockcontent ul {
	list-style-type: none;
	padding: 0px;
}

/* Var tänkt att lägga ikoner t.ex. för RSS till höger i en block-header men funkar inte */
.blockheader .icon {
    right: 2px;
}

div.fb-like-box {
    margin-bottom: 10px;
}






#right ul{
	padding:0px;
	list-style:none;
	line-height:18px;
	
}

#right ul li{
     
    padding-bottom:4px;


}


#right img {
	width: 100%;
}








/* ICONS */

a:not(.image-link)[href$='.pdf'] {
    display:inline-block;
	text-decoration: none;
    padding-left:28px;
    padding-top:0px;
    padding-bottom:0px;
    background:transparent url(http://www.adobe.com/images/pdficon_small.png) center left no-repeat;
}

a:not(.image-link)[href*='instagram.com'] {
    display:inline-block;
	text-decoration: none;
    padding-left:28px;
    padding-top:8px;
    padding-bottom:8px;
    background:transparent url('assets/images/GRAFIK/icons/social_media/instagram_icon_30.png') center left no-repeat;
}

a:not(.image-link)[href*='facebook.com'] {
    display:inline-block;
	text-decoration: none;
    padding-left:28px;
    padding-top:8px;
    padding-bottom:8px;
    background:transparent url('assets/images/GRAFIK/icons/social_media/facebook.gif') center left no-repeat;
}

a:not(.image-link)[href*='twitter.com'] {
    display:inline-block;
	text-decoration: none;
    padding-left:28px;
    padding-top:8px;
    padding-bottom:8px;
    background:transparent url('assets/images/GRAFIK/icons/social_media/twitter.png') center left no-repeat;
}

a:not(.image-link)[href*='youtube.com'] {
    display:inline-block;
	text-decoration: none;
    padding-left:28px;
    padding-top:8px;
    padding-bottom:8px;
    background:transparent url('assets/images/GRAFIK/icons/social_media/youtube-social-square_red_30px.png') center left no-repeat;
}

a:not(.image-link)[href*='linkedin.com'] {
    display:inline-block;
	text-decoration: none;
    padding-left:28px;
    padding-top:8px;
    padding-bottom:8px;
    background:transparent url('assets/images/GRAFIK/icons/social_media/linkedin.png') center left no-repeat;
}

/* för att dölja ikon på länkade bilder (gammal beprövad tip-ex-metod med CSS...) */
a:not(.image-link)[href$='.pdf'] img {
    margin-left: -20px;
}


/* mindre ikoner och något mindre vänstermarginal i midsection */
#midsection p a:not(.image-link)[href*='linkedin.com'],
#midsection p a:not(.image-link)[href*='youtube.com'],
#midsection p a:not(.image-link)[href*='twitter.com'],
#midsection p a:not(.image-link)[href*='facebook.com'],
#midsection p a:not(.image-link)[href*='instagram.com'],
#midsection p a:not(.image-link)[href$='.pdf'] {
	
	background-size: auto 1.2em;
	padding-left: 20px;
	
}


ul.iconList > li {
	line-height: 1.8em;
}


/* 
Make the Facebook Like box responsive (fluid width)
*/

/* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}




/* ---- KOnserter och seminarier ---- */


/* full visning i t.ex. content */

.event-post {
    padding-top: 1em;
    padding-bottom: 1em;
	border-bottom-style:solid;
	border-width:3px;
	margin-bottom: 0em;
}
.event-post h2 {
	margin-top: 0px;
	font-size: 24px;
	line-height: 24px;
	color: #E30613;
}
.event-post > .date {
    padding-right:5px;
    float: left; 
	font-size: 40px;
	font-weight: 500;
}
.event-post .date.time.location {
	margin-top:0.6em;
	font-size: 12px;
}
.event-post .location {
	display: block;
}

.event-post .description {
	clear:both; 
}



/* Lista med länkar i block */

ul.events.compact {
	height: 12em;
	overflow: hidden;
}

.events.compact .date.time.location {
	
	color: black;
	font-size: 12px;
	text-decoration: none;
	
}
.events.compact > li {
	margin-bottom: 1em;
}







/* ---- CONCERTS ---- */
#ConcertPost {
    padding-top: 1em;
    padding-bottom: 1em;
}
#ConcertDateTest {
    padding:5px;
    float: left; 
 
}
#ConcertTime {
	padding-top:12px;
	padding-bottom:0px;
	font-size: 12px;
}

#ConcertInfo {
    
	clear:both; 
	border-bottom-style:solid;
	border-width:3px;
 
}

#contentimage{
	border-top:#E30613 1px solid;
	width:716px;
	padding-top:10px;
	margin-top: -14px;
	
}

#midsection .buttons {
	list-style: none;
	display: table;
	margin: 0px;
	margin-right: -3px;
	margin-bottom: 1em;
	padding: 0px;
	clear: both;
}

#midsection .buttons > li {
	width: 50%;
	display: table;
	height: 2.6em;
	box-sizing: border-box;
	float: left;
	margin: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: center;
	
}
#midsection .buttons > li > a {
	display: table-cell;
	background-color: #E30613;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 0.5em auto;
	color: #FFF;
	font-size: 14px;
}


.section {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 2px solid;
}


/*FOOTER */

#footer {
	
    clear:both;
    position:relative;
    font-size:12px;
    margin-top: 10px;
    margin-bottom:20px;
    padding-top: 10px;
    border-top: 1px solid #EB0019;
    text-align: center;
}

.edited-date {
    clear: both;
    margin-bottom: 1em;
}


#footer a {
	font-size: 12px;
}




/* ACCORDION */



ul.accordion h3 {
    margin: 0px;
    font-size: 100%;
    
}

ul.accordion {
	list-style: none;
	padding: 0px;
}

ul.accordion div {   
	display: block;
	cursor: pointer;
}

ul.accordion ul {
	list-style: none;
	margin-left: 1em;
}
ul.accordion ul{
	display: none;
	padding: 0px;
}
ul.accordion li.currentgroup ul{
	display: block;
}

ul.accordion ul li {
	font-weight: normal;
	cursor: auto;
	padding: 0px; 
}
ul.accordion a{
	text-decoration: none;
}
ul.accordion a:hover{
	text-decoration: underline;
}



#links_children:empty {
	display: none;
}
	
#links_children {
	border-top-width: 5px;
	border-top-style: solid;
}
	
#links_children li {
	font-size:14px;
	margin:5px 0;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
}
	
#links_children ul {
	padding:0;
	list-style-type: none;
}












/* ******************************************
   
   NORMAL SCREENS
   
********************************************* */


@media screen and (min-width: 481px) {

	
	/* behållaren - "hem" i menyn t.v. */
	
	#left > a.level0 {
		border-bottom: 1px solid;
		width: 100%;
		padding-bottom: 13px;
		padding-top: 5px;
	}
	
	
	.mobile {
		display: none;
	}
	
	
	
	#wrapper {
		width: 980px;
		padding-left: 10px;
		padding-right: 10px;
		position:relative;
		margin-left:auto;
		margin-right:auto; 
	}
	
	
	
	
	/* ******* HEADER ******* */
	
	#subsitetitle {
		position: absolute;
		left: 252px;
		top: 78px;
		font-size: 20px;
	}
	
	#subsitetitle a {
		font-size: 20px;
	}
	
	
	
	/* ---- BREAD CRUMBS ---- */
	.B_crumbBox {
		font-size: 12px;
	}
	
	
	#menuline {
		border-top: 10px solid #E30613;
		width:716px;
		position: relative;
		left:242px;
		top: -10px;
		height: 0;
		line-height: 0;
		font-size: 0;
	}
	
	#menu {
		margin-left: 242px;
		padding-top: 10px;
		height: 28px;
		clear: left;
	}
	
	
	#menu.hide {
		visibility: hidden;
	}
	
	#menu ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#menu ul li{
		display: inline;
		margin-left:0px;
		margin-right:10px;
		text-align:left;
	}
	
	#menu ul li a {
		font-size:16px;
	}
	
	
	#left > ul.news.menu {
		
		/* verkar inte användas */
		
		height: 205px;
		overflow: hidden;
	}
	
	
	#left .news {
		
		height: 220px;
		overflow: hidden;
		
	}
	
	
	
	#topmenu{
		text-align: right;
	}
	
	#topmenu ul li{
		display: inline;
		margin-right:10px;
	}
	#topmenu ul li.last {
		margin-right: 0px;
	}
	
	#topmenu ul li a {
		font-size:12px;
	}
	
		
	/* Gör children-länkar under content för startsidor
	för att undvika dubbla eller tredubbla menyer */
	.indexPage #links_children {
		
		display: none;
		
	}
	
	
	
	/* EXTRA BODY CLASSES */ 
	
	/* Lägg in no-left-menu i extra body class för att gömma innehållet i #left */
	
	.no-left-menu #left > * {
		
		display: none;
	}
	
	.no-resource-date .resource.edited-date {
		display: none;
	}
	
	
	/* ---- MEDIA ---- */
	iframe.soundcloud_track {
		height: 166px;
	}
	iframe.soundcloud_user {
		height: 450px;
	}
	
	
	
	
	
	/* FORMULÄR eForm */
	
	
	
	
	textarea
	{
		width: 400px;
		height: 40px;
		border-color: rgb(192, 192, 192);
	}
	
	
	
	
	
	/* Media-galleri med bilder eller video */
	
	.gallery {
	
		list-style: none;
		margin: 0px;
		padding: 0px;
		overflow: auto;
		clear: both;
	}
	
	
	.gallery li {
		width: 50%;
		float:left;
		box-sizing: border-box;
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	
	
	
	
	/* -------------- KMH Left Menu -------------------- */
	
	
	
	#left ul{
		list-style:none;
	}
	
	
	/* nivå 2 */
	#left ul li ul li{
		padding-left: 16px;
		list-style-position:inside;
		background: url('assets/images/site/punkt.gif');
		background-repeat: no-repeat;
		background-position:left 0px;
	}
	#left ul li ul li ul {
		padding-left: 16px;
	}
	/* nivå 3 */
	#left ul li ul li ul li{
		padding-left: 8px;
		list-style-position:inside;
		background-image: url(assets/images/site/dash.jpg);
		background-repeat: no-repeat;
		background-position:left 9px;
			
	}
	
	
	#left ul li.active ul li a{
		list-style-type: circle;
		  
	}

	
	
	
	
	
	
	
	
	
	div.post #websignupfrm label {display:block;width:430px;margin-bottom:8px;}
	div.post #websignupfrm label input {position:absolute;left:170px;}
	div.post #websignupfrm fieldset {border:none;}
	
	
	
	#headerleft {
		display: none; /* vad är detta för en div?? */
	}
	
	
	#headermain{
		margin-top:30px;
		margin-left: 242px;
		padding-top:0px;
		position: relative;
		height:20px;
	}
	
	
	
	
	/* NEW TABLE-STYLE LAYOUT STRUCTURE FOR #mid 2013-11-04 */
	
	
	#mid {
		clear: both;
		padding-top: 18px;
		display: inline-block;
		box-sizing: content-box;
		width: 100%;
	}
	
	.front-page #mid {
		height: 400px;	
	}
	
	#mid > div {
		float: left;
		position: relative;
		height: 100%;
	}
	
	#mid_top {
		margin-bottom: 10px;
	}
	
	
	#left{
		width: 232px;
		margin-right: 10px;
	}
	
	#midsection{
		width: 474px;
	}
	
	div#right{
		width: 232px; 
		margin-left: 10px;
		padding-top: 10px;
		overflow: hidden;
		
	}
	
	
	
	
	
	/* PUFFAR */
	
	#puffwrapper{
		margin-top: 6px;
		clear: both;
		height: 270px;
	}
	
	#puffwrapper > div {
		
		height: 270px;
		width: 232px;
		margin-left:10px;
		
	}
	#puffwrapper > div:first-child {
		margin-left:0px;	
	}
	
	#puff0 { 
		position: absolute; 
		bottom: 0px;
		height: 150px;
		
	}
	






}



/* *********  KONSTIGA GAMLA REGLER ********* */




#midsevenhundredsixteen{
	width:716px;
}

#boxthreefivethree{ 
	float:left;
	width:30%;
	margin-right:10px; 
	margin-left:0px; 
	padding:5px;
	border-style:solid;
	border-radius:10px;
	border-width:1px;
	min-height:400px;
}






/* -------- LOGIN (används verkligen det någonstans??) -------- */

#sidebarlogin label {
	display: block;
	margin-top: 5px !important;
}

#sidebarlogin input {
	width: 100%;
}

#sidebarlogin #checkbox_1 {	width: auto; float: right; border: 0 !important;}

#sidebarlogin h3 {
	display: none;
}
.button {
	width: auto !important; 
	height: auto !important; 
	padding: 2px !important; 
	margin-top: 5px !important; 
	margin-bottom: 5px !important;
}

#sidebarlogin #forgotpsswd {
	font-size: 80%;
	display: block;
	float: right;
}


#join {
	position: relative;
}

#join-inp {
    margin-top: 5px;
    width: 158px;
    height: 18px;
}

#join-btn {
    margin-top: 5px;
    width: 120px;
    height: 21px;
}



.userimage {
     float: left;
     margin-right: 5px;
     margin-bottom: 10px;
}

.userimage img {
     height: 270px;
     width: 230px;
}

.userimage .title {
     text-align: center;
     margin-top: 5px;
}

#middleWrapper {
	
        padding-top: 65px;
}

#Article {
        float:left;
        width:464 px;
        padding:0px 0px;
}

#Right {
	
        width:222 px;
        padding:18px 5px;
}


#contentHeader {
	padding-top: 15px;
}
#contentHeader h1 {
	margin-top: 0;
}



/* layout for DiVA database information */
.divaRow{
	font-size: 14px;
	/* line-height: 18px; */
	line-height:120%;
	margin-top:0;
	margin-bottom:0.8em;

}


/* LISTOR */
/*LISTA FÖR UTBILDNINGAR MED STUDIEKOD*/

#kurs a {        
	font-family: arial; 
	font-size: 14px;
	font-weight:normal;
	line-height: 18px;
	margin-top:0px;
	margin-bottom:0px;
	text-decoration:none;
}



/*LISTA under utbildning */
#linklist {
	width: 474px;
	border: 1px solid #eb0019;
	padding:5px;
	margin:0px;
}

#linklist_header {
	width:474px;
	height:25px;
	/* background:#eb0019; */
	font-size: 18px;
	font-family:arial;
} 




ul.list_without_bullets, ul.list_without_bullets ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type:none;
}



#redline {
   width: 716px;
   height: 1px;
   position: relative;
   left: 0;
   top: -14px;   
}

#content{
	margin-left:242px;
}

.css_start_List_of_Titles {
	margin-bottom:0.5em;
}

.css_start_List_of_Titles_redline {
	margin-top:-7px;
	margin-bottom:0px;
	padding:0px;
}


#Ingress{
    
    font-size: 14px;
    line-height: 18px;
    width: 474px;
    font-weight:bold;
    padding-right:5px;
}

.summary {
	
	font-weight: bold;
}

#contentText{
    width: 474px;
    float: left;
    padding-right:5px;
}

#contentText p{
    font-size: 14px;
    line-height: 18px;
    margin-top:0px;
}

