/* @override 
	http://dev.agoodid.se/css/yh_screen.css
*/
/** Author: Henrik Almer & Mats Ingerdal & Christoffer Lindberg
  * URL: www.agoodid.se
  * Email: henrik@agoodid.se
  */
/**
 * Reset the rules
 */
@import url("reset.css");
/** Define the grid and layout styles. 
  * This stylesheet manages the columns and grids
  */
@import url("layout.css");
#header, #main, #footer {
	clear: both;
}
#main, #footer { overflow: hidden;}
/* Global nav
----------------------------------------------------------------------------- */
ul.global-nav li {
	display: block;
	float: left;
	position: relative;
}
/* Localnav
------------------------------------------------------------------------------ */
/*ul.local-nav {
	padding: 0 !important;
	font-size: 11px;
}
ul.local-nav ul {
	margin-left: 1em;
}
ul.local-nav li {
	cursor: pointer;
	display: block;
	list-style: none;
	overflow: hidden;
}
ul.local-nav li a {
	border: none;
	display: block;
	line-height: 1.8em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-left: 10px;
	background: url(/pix/nav-closed.png) no-repeat 3px 3px;
}
ul.local-nav li a:hover, ul.local-nav li.catul-category a.active:hover, ul.local-nav li.catul-article a:hover {
	background-color: red;
}
ul.local-nav li.catul-category a.active {
	background: #eee url(/pix/nav-open.png) no-repeat 6px 3px;
}
ul.local-nav li.catul-article a {
	background: url(/pix/square.png) no-repeat 3px 4px;
}
ul.local-nav li.active.catul-article a.active {
	background: #eee url(/pix/square.png) no-repeat 3px 3px;
}*/
/*ul.local-nav a:hover,
ul.local-nav a:active {
	background-color: #ff0;
	color: #000 !important;
}*/
/*ul.local-nav li.catul-category li a {
	margin-left: 0;
}
ul.local-nav li li a {
	padding-left: 2.25em;
}
ul.local-nav li li li a {
	padding-left: 3em;
}
ul.local-nav li li li li a {
	padding-left: 3.75em;
}*/
/*ul.local-nav li.catul-category.active a.active .begood-icon.arrow-icon {
	background-position: -157px -51px;
	width: 6px;
	height: 8px;
	margin-right: 0;
}*/
/*ul.local-nav li.catul-category.active a.active .begood-icon.arrow-icon { 
	
	width: 9px;
	height: 9px;
	margin-right: 0;
	xbackground: url(/pix/nav-closed.png) no-repeat 0px;
}*/
/*ul.local-nav {
	padding: 0 !important;
}
ul.local-nav li {
	cursor: pointer;
	display: block;
	list-style: none;
	overflow: hidden;
}
ul.local-nav li a {
	border: none;
	display: block;
	line-height: 1.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	background: url(/pix/nav-closed.png) no-repeat 3px 3px;
}
ul.local-nav li.catul-category a {
	xmargin-left: -.8em;
	
}
ul.local-nav li.catul-article a {
	background: url(/pix/square.png) no-repeat 3px 3px;
}

ul.local-nav li.catul-category li a {
	margin-left: 0;
}
ul.local-nav li li a {
	padding-left: 2.25em;
}
ul.local-nav li li li a {
	padding-left: 3em;
}
ul.local-nav li li li li a {
	padding-left: 3.75em;
}
ul.local-nav li.catul-category.active a.active .begood-icon.arrow-icon {
	background-position: -157px -51px;
	width: 6px;
	height: 8px;
	margin-right: 0;
}
ul.local-nav li.catul-category.active a.active .begood-icon.arrow-icon { 
	
	width: 9px;
	height: 9px;
	margin-right: 0;
	xbackground: url(/pix/nav-closed.png) no-repeat 0px;
}*/
/* Tables
----------------------------------------------------------------------------- */
table {
	border-collapse: collapse;
	table-layout: auto;
}
table tbody td {
	padding: 5px 0;
}
table.border td {
	border-bottom: 1px solid;
}
/* Icons
----------------------------------------------------------------------------- */
.begood-icon {
	background: transparent url(../pix/yh-ikoner.png) no-repeat top left;
	border: none;
	display: inline-block;
	margin: 3px;
	padding: 0;
/*	text-indent: -10000px;*/
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
.begood-icon.rss-icon {
	background-position: 0 0;
}
.begood-icon.rss-icon.aqua-icon {
	background-position: -204px 0;
}
.begood-icon.ical-icon.aqua-icon {
	background-position: -204px -17px;
}
.begood-icon.search-icon {
	background-position: -34px -17px;
}
.begood-icon.search-icon.aqua-icon {
	background-position: -238px -17px;
}
.begood-icon.search-icon.small-icon {
	background-position: -34px -51px;
	width: 12px;
	height: 12px;
}
.begood-icon.share-icon {
	background-position: -51px 0;
}
.begood-icon.tag-icon {
	background-position: -17px -17px;
}
.begood-icon.question-icon {
	background-position: 0 -35px;
}
a:hover .begood-icon.question-icon {
	background-position: -102px -35px;
}
.begood-icon.small-text-icon {
	background-position: 0 -70px;
	width: 12px;
	height: 15px;
	margin: -5px 0 0 0;
}
a:hover .begood-icon.small-text-icon {
	background-position: -34px -70px;
}
.begood-icon.large-text-icon {
	background-position: -17px -70px;
	height: 15px;
	margin: -5px 0 0 0;
}
a:hover .begood-icon.large-text-icon {
	background-position: -51px -70px;
}
.begood-icon.print-icon {
	background-position: -51px -17px;
}
a:hover .begood-icon.print-icon {
	background-position: -51px -102px;
}
.begood-icon.listen-icon {
	background-position: 0 -17px;
}
a:hover .begood-icon.listen-icon {
	background-position: 0 -102px;
}
.begood-icon.linkedin-icon {
	background-position: -221px -34px;
}
a:hover .begood-icon.linkedin-icon {
	background-position: -204px -34px;
}
.begood-icon.sitemap-icon {
	background-position: -68px -17px;
}
a:hover .begood-icon.sitemap-icon {
	background-position: -170px -17px;
}
.begood-icon.facebook-icon {
	background-position: -17px 0;
}
a:hover .begood-icon.facebook-icon {
	background-position: -221px 0;
}
.begood-icon.twitter-icon {
	background-position: -51px -35px;
}
a:hover .begood-icon.twitter-icon {
	background-position: -51px -120px;
}
.begood-icon.mail-icon {
	background-position: -85px -17px;
}
a:hover .begood-icon.mail-icon {
	background-position: -85px -102px;
}
.begood-icon.youtube-icon {
	background-position: 0 0;
}
/* List view format icons */
.begood-icon.compressed-icon {
	background-position: -102px -85px;
}
a.active .begood-icon.compressed-icon {
	background-position: -102px -102px;
}
.begood-icon.standard-icon {
	background-position: -119px -85px;
}
a.active .begood-icon.standard-icon {
	background-position: -119px -102px;
}
.begood-icon.blog-icon {
	background-position: -136px -85px;
}
a.active .begood-icon.blog-icon {
	background-position: -136px -102px;
}
/* Menu icons */
.begood-icon.arrow-icon {
	background-position: -153px -51px;
	width: 3px;
	height: 8px;
	margin-right: 3px;
}
/* File icons */
.begood-icon.doc-icon {
	background-position: -204px -68px;
}
.begood-icon.ppt-icon {
	background-position: -221px -68px;
}
.begood-icon.xls-icon {
	background-position: -238px -68px;
}
.begood-icon.zip-icon {
	background-position: -255px -68px;
}
.begood-icon.txt-icon {
	background-position: -272px -68px;
}
.begood-icon.pdf-icon {
	background-position: -289px -68px;
}

.begood-icon.map-icon {
	background-position: -221px -17px;;
}

.inlineEmail {
	clear:both;
	display:none;
	padding:10px 0;
}
.inlineEmail .flash {
	font-weight:600;
	padding:0.5em 0;
}
.inlineEmail fieldset {
	border:none;
	margin:0;
	padding:0;
}
.inlineEmail legend {
	margin-bottom:0.5em;
}
.inlineEmail input {
	border:2px solid #ccc;
	color: #666;
	font-family:Arial, sans-serif;
	padding:3px;
}
.inlineEmail input:focus {
	border:2px solid #34538e;
	color: #424242;
}

/*a:hover .begood-icon.pdf-icon			{ background-position: 0 0;}*/
/* Style to override the default Add This icon */
.at300bs.at15t_compact {
	background: transparent url(../pix/yh-ikoner.png) no-repeat -51px 0 !important;
}
/* Content slider
----------------------------------------------------------------------------- */
#content-slider-wrapper {
	position: relative;
}
#content-slider {
	height: 350px;
	overflow: hidden;
	margin-bottom: 10px;
}
#content-slider ul,
#content-slider ul li {
	list-style: none;
	margin: 0;
	overflow: hidden;
}
#content-slider .items li {
	display: block;
	float: left;
	width: 637px;
}
#content-slider .content-slider-items li .media {
	width: 667px;
	height: 350px;
	margin-right: 0;
}
#content-slider .content-slider-items li .content {
	width: 190px;
	height: 280px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px 70px 20px;
}
#content-slider-navigation {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 180px;
	height: 38px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0 20px;
}
#content-slider-navigation a,
#content-slider-navigation a:active {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	width: 10px;
	height: 16px;
	margin-right: 8px;
	vertical-align: middle;
	font-weight: bold;
}
/* Tag list
----------------------------------------------------------------------------- */
.article ul.article-tag-list,
.article ul.article-tag-list li {
	display: inline;
	list-style: none;
	margin: 0;
}
.article ul.article-tag-list li {
	margin-right: 0.5em;
}
/* Article comments
----------------------------------------------------------------------------- */
.article-comments {
	margin: 0;
	padding: 0;
}
.article ul.article-comments-list,
.article ul.article-comments-list li {
	list-style: none;
	margin: 1.5em 0;
}
.article ul.article-comments-list li {
	list-style: none !important;
	margin: 0 .5em .75em .5em !important;
	padding: .1em 0 1em 0;
	border-bottom: 1px solid #ccc;
}
.article ul.article-comments-list p.article-comment-byline.meta {
	margin: 0 0 0 0;
}
form.articleComments input,
form.articleComments textarea {
	display: block;
}
form.articleComments textarea {
	width: 458px;
	background-image: url(/pix/bg-field.gif);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1.3em;
}
form.articleComments .submit {
	margin-top: 10px;
}
form.articleComments legend {
	margin: 0;
	padding: 10px 0;
}
form.articleComments label {
	display: none;
}
/* Utility
----------------------------------------------------------------------------- */
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.float-left {
	float: left;
	margin-right: .75em;
}
.space-bottom {
	margin-bottom: 1.5em;
}
#sidkommentarContainer a {
	color: blue;
}
#sidkommentarContainer a:hover,
#sidkommentarContainer a:active {
	color: navy;
}
/* Utility
----------------------------------------------------------------------------- */
.awesome, .awesome:visited, strong a {
	background: #222 url(/pix/awesome.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	/*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);*/
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-bottom: 6px;
}
.tag-cloud li a {
	border-bottom: none;
	color: white;
	font-weight: normal;
	padding-right: 1em;
}
.tag-cloud li:hover {
	 
}
.tag-cloud a:hover, .awesome:hover {
	color: yellow;
	background-color: transparent;
}
/* Tag cloud
----------------------------------------------------------------------------- */
.tag-cloud {
	 padding: 5px 5px 5px 7px;
}
.tag-cloud li {
	display: inline;
	/*word-wrap: break-word;*/
	line-height: 1.25em;
	color: white;
}
.tag-cloud li.not-popular {
	font-size: 1em;
}
.tag-cloud li.not-very-popular {
	font-size: 1.1em;
}
.tag-cloud li.somewhat-popular {
	font-size: 1.2em;
}
.tag-cloud li.popular {
	font-size: 1.4em;
}
.tag-cloud li.very-popular {
	font-size: 1.6em;
}
.tag-cloud li.ultra-popular {
	font-size: 1.8em;
}
.footer-module-content .tag-cloud li {
	background-color: yellow;
	/*text-shadow: none;*/
	background-image: none;
}
#footer .tag-cloud li, #local-nav .tag-cloud li {
	background-image: none;
	display: inline;
	padding: 0;
	color: black;
	text-decoration: none;
	/*-moz-box-shadow: 0 0 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.5);
	text-shadow: 0;*/
	border-bottom: 0 solid rgba(0,0,0,0.25);
	position: relative;
	margin-bottom: 0px;
}
#local-nav .tag-cloud li {
	display: block;
	font-weight: normal;
	color: black;
	line-height: 1.5em;
}
#local-nav .tag-cloud li a {
	color: #00A1E4;
	/*text-shadow: none;*/
	font-weight: normal;
}
#local-nav .tag-cloud li.not-popular, #local-nav .tag-cloud li.not-very-popular, #local-nav .tag-cloud li.somewhat-popular, #local-nav .tag-cloud li.popular, #local-nav .tag-cloud li.very-popular, #local-nav .tag-cloud li.ultra-popular {
	font-size: 1em;
	background-color: transparent;
}
#footer .tag-cloud li a {
	border: none;
	color: #000;
	padding: 2px 6px 2px 0;
	background-image: none;
}
#footer .tag-cloud li:hover,
#footer .tag-cloud li:active {
	background-color: #ff0;
	color: #000;
}
.awesome:active {
	top: 1px;
}
.small.awesome, .small.awesome:visited {
	font-size: 11px;
	padding: 3px;
}
.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	/*text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.green.awesome, .green.awesome:visited {
	background-color: #91bd09;
}
.green.awesome:hover {
	background-color: #749a02;
}
.blue.awesome, .blue.awesome:visited {
	background-color: #2daebf;
}
.blue.awesome:hover {
	background-color: #007d9a;
}
.red.awesome, .red.awesome:visited {
	background-color: #e33100;
}
.red.awesome:hover {
	background-color: #872300;
}
.magenta.awesome, .magenta.awesome:visited {
	background-color: #a9014b;
}
.magenta.awesome:hover {
	background-color: #630030;
}
.orange.awesome, .orange.awesome:visited {
	background-color: #ff5c00;
}
.orange.awesome:hover {
	background-color: #d45500;
}
.yellow.awesome, .yellow.awesome:visited {
	background-color: #ffb515;
}
.yellow.awesome:hover {
	background-color: #fc9200;
}
h5, .module h5 {
	font-weight: normal;
	padding: .5em 0 .5em .6em;
	font-size: 12px;
}
h5 a {
	border: none;
	color: white;
}
#main-wrapper #main-content-wrapper #local-nav h5.yellow {
	color: #333;
	border-bottom: 1px solid #eee;
}
h5.transparent {
	padding: .5em 0;
	background-image: none;
	text-shadow: #333 0px -1px 0px;
}
h5.yellow {
	background-color: #ff0;
	text-shadow: #feffff 0 1px 0;
	font-weight: bold;
	
/*xbackground: #ff0 url(/pix/awesome-neg.png) repeat-x;*/ 
	color: #333;
}
h5.gray {
	color: #FFF;
	background-color: #777;
	font-weight: normal;
	padding: 8px 10px 7px 10px;
}
h5.red {
	background-color: red;
	color: white;
	/*text-shadow: #770403 0 -1px 0;*/
}
h5.green {
	background-color: #27d032;
	color: white;
	/*text-shadow: #0dda33 0 -1px 0;*/
}

h5.blue, h5.blue a {
	color: #00a1e4;
	text-decoration: none;
}

h5.blue a:active, h5.blue a:hover {
    color: #00a1e4;
    text-decoration: underline;
}

h5.orange {
	background-color: orange;
	color: white;
	/*text-shadow: #a76e35 0 -1px 0;*/
}
h5.black {
	/*text-shadow: 0px -1px 0px #668337;*/
	background-color: black;
	color: white;
}

.blog h5 {
	color: #00a1e4;
	font-size: 16px;
	border-top: 1px solid #CCC;
	padding: 8px 0 5px 0;
}

#aside-right h5 {
	
}
#main-content .module h5 a.rss-link {
	border: none;
	float: right;
	margin: -1px 10px 0 0;
	*margin-top: -22px;
	padding: 0;
}
.module h5 a.ical-link {
	border: none;
	float: right;
	margin: -1px 10px 0 0;
	*margin-top: -22px;
	padding: 0;
}
	#main-content .module h5 a.rss-link .begood-icon,
	.module h5 a.ical-link .begood-icon { vertical-align: text-top;}
/* Shadowbox (Modal box)
----------------------------------------------------------------------------- */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message {
	font-family: Arial, sans-serif;
	color: #fff;
}
#sb-container {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	display: none;
}
#sb-overlay {
	position: relative;
	height: 100%;
	width: 100%;
}
#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}
#sb-wrapper-inner {
	position: relative;
	border: 1px solid #303030;
	overflow: hidden;
	height: 100px;
}
#sb-body {
	position: relative;
	height: 100%;
}
#sb-body-inner {
	position: absolute;
	height: 100%;
	width: 100%;
}
#sb-player.html {
	height: 100%;
	overflow: auto;
}
#sb-body img {
	border: none;
}
#sb-loading {
	position: relative;
	height: 100%;
}
#sb-loading-inner {
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;
}
#sb-loading-inner span {
	background: url(../pix/shadowbox/loading.gif) no-repeat;
	padding-left: 34px;
	display: inline-block;
}
#sb-body,#sb-loading {
	background-color: #060606;
}
#sb-title,#sb-info {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sb-title,#sb-title-inner {
	height: 26px;
	line-height: 26px;
}
#sb-title-inner {
	font-size: 16px;
}
#sb-info,#sb-info-inner {
	height: 20px;
	line-height: 20px;
}
#sb-info-inner {
	font-size: 12px;
}
#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}
#sb-nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}
#sb-nav-close {
	background-image: url(../pix/shadowbox/close.png);
}
#sb-nav-next {
	background-image: url(../pix/shadowbox/next.png);
}
#sb-nav-previous {
	background-image: url(../pix/shadowbox/previous.png);
}
#sb-nav-play {
	background-image: url(../pix/shadowbox/play.png);
}
#sb-nav-pause {
	background-image: url(../pix/shadowbox/pause.png);
}
#sb-counter {
	float: left;
	width: 45%;
}
#sb-counter a {
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
#sb-counter a.sb-counter-current {
	text-decoration: underline;
}
div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
div.sb-message a:link,div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}
.article-share-tools a {
	border-bottom: none;
}
.module-content .article-paging a {
	/*border-bottom: none;
	color: black;*/
}
#main-content .module-content .article-paging a:hover {
	/*background-color: #ccc;
	color: black;*/
}
.pagingPreviousFirst, .pagingNumber, .pagingNext, .pagingCurrent, a.more-articles-link {
	/*padding: 5px;
	margin-right: 2px;
	/*background: #eee url(/pix/awesome.png) repeat-x;*/
	display: inline-block;
	padding: 5px 10px 6px;
	color: #666 !important;
	text-decoration: none;
	font-weight: bold !important;
	/*x-moz-border-radius: 5px;
	x-webkit-border-radius: 5px;*/ 
	/*-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);*/
	border: 1px #666 solid;
}
.pagingCurrent {
	background-color: #666;
	color: #FFF !important;
}

.pagingPreviousFirst:hover, .pagingNumber:hover,
.pagingNext:hover, .pagingCurrent:hover,
#content-slider-navigation a:hover, a.more-articles-link:hover {
	background-color: #666;
	color: #FFF !important;
	font-weight: bold !important;
	text-decoration: none;
}

.pagingPreviousFirst {
	display: none;
}
a:link.thumb, a:visited.thumb {
	border: none;
}
.siteTitle {
	font-size: 18px;
	margin-left: 10px;
	display: block;
	float: left;
	position: relative;
}
#global-nav-filter.global-nav li.siteTitle a {
	color: #999;
	/*text-shadow: #333 0 -1px 0;*/
}
img.begood-icons {
	border: none;
	background-image: none;
	margin-right: 5px;
}
/* Image Swapper */
#main-content ul.article-media-thumbnails {
	padding: 0;
	margin: 0 0 10px 0;
	clear: both;
	display: block;
	overflow: hidden;
}
ul.article-media-thumbnails li {
	list-style-type: none;
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}
ul.article-media-thumbnails li img {
	display: block;
	width: 30px;
}
li a.image-swapper-link {
	border: 3px solid #ddd;
	display: block;
	margin: 0;
	padding: 0;
}
li a.image-swapper-link.active {
	border: 3px solid #666;
	display: block;
	margin: 0;
	padding: 0;
}
#main-content p.article-media-caption {
	font-size: 10px;
	float: right;
	color: #999;
}
.article-accessibility {
	clear: both;
	text-align: right;
	margin: 5px 0;
}
#main-content .article .article-accessibility span.utility {
	color: #999;
	font-size: 10px;
	margin-left: 10px;
}
#main-content .article .article-accessibility a {
	border: none;
	color: #999;
	text-align: left;
}
#main-content .article .article-accessibility a:hover {
	border: none;
	color: #4f4f4f;
	text-align: left;
}
/* Basic type
----------------------------------------------------------------------------- */
body {
	background: #FFF;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
#main-content p {
	font-size: 12px;
	line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Arial, sans-serif;
}
h1, h2 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}
h1.article-title {
	margin-bottom: 3px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.2em;
	margin: 1em 0 0.35em 0;
}
h3.article-title {
	margin-top: 0;
}
h4 {
	font-size: 1.25em;
	line-height: 1.5em;
}
/*h5, #aside-right h5 { 
	font-size: 1.25em;
	line-height: 1.2em;
	background-color: black;
	padding: .3em;
}*/
h6 {
	font-weight: bold;
}
p {
	margin-bottom: .75em;
}
#blog #main-content  .article-teaser,
#main-content .article.single .article-teaser, p.article-teaser {
	font-size: 1.5em;
	line-height: 1.3em;
}
.teaser {
	font-size: 1.5em;
	line-height: 1.3em;
}
.article-meta, .meta {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}
.article-image-caption {
	color: #555;
	text-align: right;
	margin-top: .75em;
}
#breadcrumbs,
#breadcrumbs a {
	color: #999;
	border-bottom: none;
}
#breadcrumbs a:hover,
#breadcrumbs a:active {
	color: #ff0;
}
form input {
	color: #333;
	font-family: Arial, sans-serif;;
	line-height: 1.5em;
}
/* Quotes
------------------------------------------------------------------------------ */
.quote, blockquote p {
	border-left: 1px solid #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	padding: .3em 0 .1em .8em;
	margin: 1em 0;
}
/* Links
------------------------------------------------------------------------------ */
a {
	color: #00a1e4;
	text-decoration: none;
}
#footer a {
	color: #00a1e4;
	border-bottom: 1px dotted black;
}
a:hover,
a:active {
	color: #00a1e4;
	text-decoration: underline;
}
a:hover {
	color: #00a1e4;
}
h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
	color: #333;
}
h1 a:hover, h2 a:hover,
h3 a:hover, h4 a:hover,
h5 a:hover, h6 a:hover {
	color: #000;
}
h1 a {
	border-bottom: none;
}
/* FÃ¶r h5 (moduler), se base.css */
#main-content-wrapper a {
	 
}
#main-content-wrapper a:hover,
#main-content-wrapper a:active {
	color: #00a1e4;
}
p a, h3 a {
	font-weight: normal;
	color: #00a1e4;
}
#aside-right p a {
	color: yellow;
	font-weight: bold;
}
#aside-right .calendar a {
	color: yellow;
}
#aside-right a .calendar-event-title {
	color: white;
}
#aside-right h5.transparent a {
	color: white;
}
.portal-icons a {
	color: black;
	font-weight: normal;
	font-size: 11px;
}
/* Lists
------------------------------------------------------------------------------ */
.article ul li, .article ol li {
	list-style-type: none;
	list-style-image: url(/pix/square.gif);
	font-size: 12px;
	line-height: 1.5em;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}
/* Article list
------------------------------------------------------------------------------ */
ul.article-list .article {
	margin: 0;
	padding: 10px;
	list-style-type: none;
}
#blog ul.article-list .article {
	margin: 0;
	padding: 10px 10px 3em 10px;
	height: auto;
}
#blog .module-content {
	background-color: #FFF;
	padding-top: 0;
}
#blog .module-content ul.article-list .article {
	padding: 10px 0 0 0;
}

#blog .module-content ul.article-list .article.first {
    	padding-top: 0;
}

ul.article-list .article .article-media,
	ul.article-list .article .article-main {
	display: block;
	float: right;
	position: relative;
}
ul.article-list .article .article-media {
	height: 150px;
	margin-right: 10px;
	overflow: hidden;
	display: inline-block;
	float: left;
}
.article-list .article-image {
	/*height: 150px;*/
	overflow: hidden;
}
#blog ul.article-list .article .article-media,
	#blog .article-list .article-image {
	height: auto;
	width: auto;
}
ul.article-list .article .article-main {
	width: 195px;
	*width: 175px; /*IE7fix*/
}
#blog ul.article-list .article .article-media {
	display: block;
	float: none;
	width: auto;
	margin-right: 0;
	overflow: hidden;
	text-align: center;
}
#blog ul.article-list .article .article-main {
	display: block;
	float: none;
	width: auto;
	margin-left: 0;
	overflow: hidden;
}
.article .article-footer {
	display: block;
	float: none;
	width: auto;
	margin-left: 0;
	overflow: hidden;
	margin-bottom: 1.5em;
}
.article .article-footer .article-author {
	width: 225px;
}
.article .article-footer .article-author p {
	margin: 0;
}
.article .article-footer .article-utility {
	width: 400px;
}
/* Articles
------------------------------------------------------------------------------ */
.article {
	background-color: #fff;
	margin-bottom: 3em;
	padding: 10px;
	overflow: hidden;
}
.article .article-media {
	margin-bottom: 0em;
}
.article.single {
	margin-bottom: 10px;
	padding-top: 0;
}
#main-content .article .article-main {
	margin-bottom: 10px;
}
.article .article-footer .utility {
	display: block;
	line-height: 16px;
	vertical-align: middle;
	margin-bottom: 8px;
}
.article .article-footer .utility a {
	border: none;
	color: #00a1e4;
}
.article .article-footer .utility a:hover {
	color: #00a1e4;
}
ul.article-list .article .article-media img {
	/*width: 215px;*/
}
.article .article-footer .utility .begood-icon {
	vertical-align: bottom;
}
.article ul {
	list-style: disc;
	margin-left: 1.5em;
	margin-bottom: .75em;
}
.article ol {
	margin-left: 1.8em;
	margin-bottom: .75em;
}
.article ul.files {
	list-style: none;
	margin: 1.5em 0;
}
.article ul {
	list-style-type: none;
}
.article ul.files li {
	margin-bottom: .25em;
	list-style-type: none;
}
.article ul.files a {
	border: none;
}
/* Blog module
------------------------------------------------------------------------------ */
.module.blog .article {
	margin-bottom: .75em;
}
.module.blog .article .article-media,
	.module.blog .article .article-main {
	display: block;
	float: left;
	position: relative;
}
.module.blog .article .article-media {
	width: 100px;
	margin-right: 20px;
}
.module.blog .article .article-main {
	width: 320px;
}
.module.blog .module-content {
	background: #FFF;
}
/* Content slider
------------------------------------------------------------------------------ */
#content-slider h2 {
	font-size: 1.5em;
}
/* Tag cloud
------------------------------------------------------------------------------ */
#footer .footer-module-content ul li {
	 padding-left: 0;
	 margin-left: 1.5em;
}
/* Video grid
------------------------------------------------------------------------------ */
#videos {
	width: 720px;
}
ul.video-list,
ul.video-list li.video {
	list-style: none;
	margin: 0 5px;
	padding: 0;
	overflow: hidden;
}
ul.video-list {
	margin: 0 0 0 1px;
}
ul.video-list li.video {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 233px;
}
ul.video-list li.video.alpha {
	clear: left;
	margin-left: 0;
}
ul.video-list li.video.omega {
	margin-right: 0;
}
ul.video-list li.video a {
	border: none;
}
/* Typography tests */
p.p9 {
	font-size: 9px;
}
p.p10 {
	font-size: 10px;
}
p.p11 {
	font-size: 11px;
}
p.p12 {
	font-size: 12px;
}
p.p13 {
	font-size: 13px;
}
p.p14 {
	font-size: 14px;
}
.list-format-utility {
	float: right;
	margin-right: 20px;
	margin-top: 0;
	*margin-top: -22px;
}
.list-format-utility a {
	border: none;
	margin-left: 5px;
}
	.list-format-utility a .begood-icon { vertical-align: text-top;}

#body-wrapper {
	background: transparent url(/pix/tele/bg9_left.gif) repeat-y scroll -1px 0;
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
}
#body-wrapper-right {
	background: transparent url(/pix/tele/bg9_right.gif) repeat-y scroll 935px 0;
}
/* Colors and decorations of top level elements
------------------------------------------------------------------------------ */
#header {
	color: #fff;
	padding: 0;
}
#header #header-wrapper {
}
#header #nav {
	margin: 10px 0 15px 0;
	width: 960px;
	*z-index: 10; /*IE7 menu fix*/
	/*background: transparent url(/pix/tele/bg9.gif) -200px 0 repeat-y*/
}
#header #site-utility {
	overflow: hidden;
	margin-bottom: .75em;
}
#header #site-utility #breadcrumbs {
	float: left;
	line-height: 30px;
	height: 30px;
}
#header #site-utility #search-form {
	float: right;
}
#header #branding {
	overflow: hidden;
	float: left;
	margin-right: 5px;
	margin-left: 10px;
	}
#branding h1 {
	display: inline;
}
#branding h1 img {
	vertical-align: top;
}
#global-nav {
	background-color: #fff;
	display: block;
	float: left;
	margin-left: 5px;
	width: 900px;
	font-size: 10px;
	/*background: #fff url(/pix/tele/toning.gif) repeat-x;*/
	border-top: 1px solid #6f8bb5;
	border-bottom: 1px solid #34538e;
	margin-left: 19px;
}
#global-nav-filter {
	/*background: #fff url(/pix/tele/toning.gif) repeat-x;*/
	
/*display: inline-block;
	xpadding: 5px 10px 6px;*/
	color: #fff;
}
#global-nav .catul-tag {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 10px;
}
#global-nav-menu {
	
	background: #fff url(/pix/tele/toning.gif) repeat-x;
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
#global-nav-menu .catul-category a {
	font-size: 12px;
}
#global-nav-menu .searchfield {
	float:right;
	padding-right: 5px;
	*margin: 0 0 0 120px; /*IE7fix*/
	

}
#global-nav-menu .searchfield:hover,
#global-nav-menu .searchfield:active,
#global-nav-menu .searchfield:focus{
	background-color: transparent;
}
#main {
	/*background: transparent url(/pix/tele/bg9.gif) repeat-y;*/
}
#main #main-wrapper {
	 
	overflow: hidden;
}
#main #main-subwrapper {
	 
	overflow: hidden;
}
#main #main-content-wrapper {
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0em;
	padding: 10px 0 1em 10px;
	width: 680px;
	min-height: 250px;
	*z-index: 1; /*IE7 menu fix*/
	/*-moz-box-shadow: #555 0 0 .75em;*/
	/*-webkit-box-shadow: #555 0 0 .75em;*/
}
#start #main #main-content-wrapper {
	width: 910px;
}
#main #main-content {
	width: 440px;
	
	*width: 425px; /*IE7fix*/
	margin-left: 0;
}
#main #aside-right {
	margin-left: 12px;
	padding: 10px 0 10px 0;
	width: 216px;
	color: #ccc;
}

#main #main-footer {
	margin-left: 10px;
	clear: both;
}
/*h5, #aside-right h5 {
	 
}*/
#footer {
	color: #666;
	text-align: center;
	padding: 2em 0 8em 0;
}
#footer-content {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	width: 890px;
	margin-left: 20px;
}
/* Standard module appearance
------------------------------------------------------------------------------ */
.module {
	margin-bottom: 10px;
	overflow: hidden;
}
/*.module .module-title,
	.module .module-content	{ padding: 10px;overflow: hidden;}
	.module p				{ margin: 0;}
	.module .module-title {
		line-height: 1.2;
		xmin-height: 30px;
		padding: 0 .75em;
	}*/
.module h2.startpage {
	font-weight: normal;
	font-size: 18px;
	color: #666;
	margin:  -3px 0 0 10px;
}
.module .module-content {
	/*background-color: #fbfbf8;*/
	padding: 5px 10px 10px 10px;
	color: #666;
	line-height: 13pt;
}

.module .module-content.startpage {
	background-color: #FFF;
}

.module .module-content  a{
	color: #00a1e4;
	font-weight: normal;
}

#main-content .module-content {
	background-color: #FFF;
}
#local-nav .module.blog .module-content {
	padding: 5px 0 0 0;
}

.module.tag .module-content {
	background-color: #F6F6F8;
}

#main-footer .module {
	float: left;
	width: 216px;
	margin-left: 11px;
}

#main-footer .module h5, #main-footer .module h5 a {
	font-weight: normal;
	line-height: 18pt;
	font-size: 18px;
	background-color: transparent;
	padding: 3px 3px 3px 0;
}

#main-footer .module .module-image {
	border-top: #f04923 solid 12px;
	padding-top: 10px;
}
#main-footer .module .module-image img {
	width: 100%;
	height: 150px;
}
#main-footer .module-content {
	padding: 0;
}

#aside-right .module {
	width: 216px;
}

#aside-right .module-content {
	/*background-color: #F6F6F8;*/
	color: #666;
	padding-top: 5px;
	
}
#aside-right .module-content a {
	color: #00a1e4;
	font-weight: normal;
}
.module.dark .module-content {
	background-color: #fbfbf8;
	padding-left: 0;
	padding-right: 0;
}
h5.transparent, .module.dark .module-title.transparent, #aside-right h5 {	 
	color: #fff;

/*xpadding: 0;*/ 
}
/* Footer modules */
.footer-module {
	border-top: 4px solid;
}
/*.footer-module li {
	border-bottom: 4px solid;
	list-style: none;
	line-height: 3em;
}*/
.footer-module p, .footer-module h3 {
	margin-top: .75em;
}

#main-content .startimg {
    text-align: center;
}
/* Globalnav appearance
------------------------------------------------------------------------------ */
ul.global-nav {
	clear: both;
	height: 30px;
}
ul.global-nav li {
	cursor: pointer;
	height: 30px;
	margin: 0;
	padding: 0;
}
ul.global-nav li li {
	/*min-height: 30px;*/
	/*height: auto;*/
}

ul.global-nav li a {
	border: none;
	color: #fff;
	display: block;
	line-height: 30px;
	text-decoration: none;
}
ul.global-nav li li a {
	display: block;
	line-height: 22px;
	height: 22px;
	padding: 4px 5px 4px 10px !important;
}
ul.global-nav li a.catul-tag {
	color: #fff;
	display: block;
	line-height: 30px;
	text-decoration: none;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #333;
}
ul.global-nav li a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
	background: #00a1e4;
}
ul.global-nav li.active a, #global-nav-menu a.active, #global-nav-menu li.active {
	color: #fff;
	background: #34538e;
}
#global-nav-menu a {
	padding: 0 12px;
	font-size: 14px;
	color: #fff;
	/*padding: 12px 12px 12px 0;*/
}
#global-nav-menu a:hover {
	color: #fff;
}

#global-nav-menu li li a {
	font-size: 12px;
	background-color: #00a1e4;
}
#global-nav-menu li li a:hover {
	background-color: #34538e;
}
#global-nav-menu li.active li a {
	background-color: #34538e;
}
#global-nav-menu li.active li a:hover {
	background-color: #00a1e4;
}

ul#global-nav-filter.global-nav li a {
	font-weight: bold;
	color: #999;
}
ul#global-nav-filter.global-nav li a:hover {
	color: white;
	
}
ul#global-nav-filter.global-nav li.active {
	background: #34538e;
	/*background: #333 url(/pix/awesome.png) repeat-x;*/
}
ul#global-nav-filter.global-nav li.active a {
	color: #fff;
}
ul#global-nav-filter.global-nav li.active a:hover {
	color: #fff;
}
ul#global-nav-filter.global-nav li.global-nav-utility {
	display: inline-block;
	position: relative;
	float: right;
	margin-right: 10px;
	*zoom: 1;
	*display: inline;
}
ul#global-nav-filter.global-nav li.global-nav-utility a {
	color: #999;
	display: inline-block;
	float: left;
	margin-left: 8px;
	border-bottom: none;
	font-size: 10px;
	*zoom: 1;
	*display: inline;
}
ul#global-nav-filter.global-nav li.global-nav-utility a .begood-icon { text-indent: 0;}

ul#global-nav-filter.global-nav li.global-nav-utility a:hover,
ul#global-nav-filter.global-nav li.global-nav-utility a:active,
ul.global-nav a:hover,
ul.global-nav a:active,
ul.global-nav li:hover,
ul.global-nav li:active {
	color: #000;
	/*background: #fff url(/pix/tele/toning.gif) repeat-x;*/
	background: #00a1e4;
	background-image: none;
}
/* Localnav appearance
------------------------------------------------------------------------------ */
/*ul.local-nav a:hover,
ul.local-nav a:active,
ul.local-nav a.active {
	background-color: #ff0;
	color: #000 !important;
}*/
/* Content slider appearance
------------------------------------------------------------------------------ */
#content-slider-wrapper {
	overflow: hidden;
	height: 320px;
	width: 667px;
	*width: 660px; /*IE7fix*/
}
#content-slider-wrapper,
#content-slider ul.content-slider-items li .media-wrapper img {
	overflow: hidden;
}
#content-slider-navigation {
	z-index: 90;
}
#content-slider-navigation a {
	display: inline-block;
	padding: 5px 10px 6px;
	border: 1px #666 solid;
	color: #666;
	text-decoration: none;
}
#content-slider-navigation a:hover,
	#content-slider-navigation a:active,
	#content-slider-navigation a.activeSlide {
	background-color: #666;
	color: #fff;
	border: 1px #666 solid;
	text-decoration: none;
}
#content-slider .item .content {
	z-index: 100;
	*background-color: #FFF;
}
#content-slider .item .content h2 {
	margin: 5px 0 .25em 0;
	/*font-size: 1.25em;*/
	font-size: 18px;
	font-weight: normal;
}
#content-slider .item .content p {
	/*font-size: 1.25em;
	line-height: 17pt;*/
}
#content-slider .item .content p a {
	/*background: #FFF url(/pix/awesome.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;*/
	color: #00a1e4;
	/*text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-bottom: 6px;
	margin-top: 10px;*/
}
/* Article list
------------------------------------------------------------------------------ */
ul.article-list .article {
	border-bottom: 1px solid #CCC;
	padding: 0;
	margin: 0 0 10px 0;
	overflow:hidden;
	/*height: 170px;*/
}

ul.article-list .article.last {
	border: none;
}
/* Blog profiles module
------------------------------------------------------------------------------ */
#blog-profiles-list {
	overflow: hidden;
}
#blog-profiles-list li {
	cursor: pointer;
	display: block;
	float: none;
	padding: 5px 0;
	overflow: hidden;
	width: 200px;
}
#blog-profiles-list li:hover,
#blog-profiles-list li:active {
	background: #666;
}
.blog-profile-link {
	font-weight: bold;
	font-size: 12px;
}
.blog-profile-title {
	font-weight: normal;
	font-size: 11px;
}
.blog-profile-content {
	float: left;
	position: relative;
	width: 150px;
}
#blog-profiles-list .blog-profile-title {
	font-weight: normal;
}
/* Calendar
------------------------------------------------------------------------------ */
/*ul.calendar {
	xmargin: -.75em 0;
}*/
.calendar-event-date {
	font-weight: bold;
	border: none;
}
/* detaljvy */
#main-content .article-main span.calendar-event-date {
	font-size: 28px;
	margin-bottom: .3em;
	display: block;
}
.calendar .calendar-event {
	cursor: pointer;
	padding-top: .5em;
	padding-bottom: .5em;
	overflow: hidden;
	font-family: Arial, sans-serif;
}
.calendar .calendar-event:hover,
	.calendar .calendar-event:active {
	background-color: #666;
	margin-left: -12px;
	margin-right: -12px;
	padding-left: 12px;
	padding-right: 12px;
}
/*.calendar .calendar-event .calendar-event-date {
	 
}*/
.calendar .calendar-event:hover a,
.calendar .calendar-event:active a,
.calendar .calendar-event:hover .calendar-event-date,
.calendar .calendar-event:active .calendar-event-date {
	color: #fff;
}
.calendar .calendar-event .calendar-event-title,
	.calendar .calendar-event .calendar-event-teaser {
	display: block;
	
/*float: left;*/ 
	position: relative;
	font-size: 11px;
}
/* kalenderlista i bred spalt */
.module-content .calendar a, .module-content .calendar a:hover {
	/*text-shadow: none;*/
}
.module-content .calendar .calendar-event:hover a,
.module-content .calendar .calendar-event:active a,
.module-content .calendar .calendar-event:hover .calendar-event-date,
.module-content .calendar .calendar-event:active .calendar-event-date {
	color: black;
}
.module-content .calendar-event-date {
	/*text-shadow: none;*/
}
.module-content ul.calendar a.calendar-event-link:hover {
	color: black;
	border: none;
}
.module-content ul.calendar a.calendar-event-link:hover .calendar-event-date {
	color: black;
	border: none;
}
.module-content ul.calendar a.calendar-event-link:hover .calendar-event-title,
#aside-right .module-content ul.calendar a.calendar-event-link:hover .calendar-event-title {
	border: none;
}
.module-content .calendar .calendar-event:hover,
.module-content .calendar .calendar-event:active { 
	color: black;
	margin-left: -12px;
	margin-right: -12px;
	padding-left: 12px;
	padding-right: 12px;
}

#aisde-right .module-content .calendar .calendar-event:hover{
	background-color: #444;
}
#aside-right .module-content .calendar .calendar-event:hover a,
#aside-right .module-content .calendar .calendar-event:active a,
#aside-right .module-content .calendar .calendar-event:hover span,
#aside-right .module-content .calendar .calendar-event:active span { color: #fff;}
/* Forms
------------------------------------------------------------------------------ */
/* Search form in site header */
form.search-form {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	margin-left: 1em;
	zoom: 1;
	/
* IE 7 hack */
		*display: inline;
/
* IE 7 hack */ 
}
form.search-form fieldset {
	background-color: #e4e3de;
	border: none;
	color: #000;
	display: inline;
	height: 19px;
	vertical-align: text-bottom;
	margin-top: 6px;
	*margin-top: 0px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
}
form.search-form fieldset input {
	background-color: transparent;
	border: none;
	color: #000;
	vertical-align: middle;
}
form.search-form fieldset input.search-field {
	/*height: 17px;*/
	padding: 2px 10px 0 10px;
	margin: -14px 0 0;
	*margin:  -12px 0px 0px 0px;
	*padding: 0;
}

form.search-form fieldset input.search-field.fade {
	color: #999;
}

form.search-form fieldset input.begood-icon.search-icon {
	cursor: pointer;
	margin: 3px .5em 0 0;
	*margin-top: -4px;
	text-indent: -10000px;
	vertical-align: top;
}
/* Table colors and type
------------------------------------------------------------------------------ */
table.border td {
	border-color: #e5e5df;
}
/* Colors
------------------------------------------------------------------------------ */
.translucent {
	background: #fff;
	background: rgba(255,255,255,0.85);
	filter: alpha(opacity=75); /* IE */
}
.green {
	background-color: #8dff6b;
	background-image: url(/pix/awesome-neg.png);
	background-repeat: repeat-x;
}
.pink {
	background: #ff3dba url(/pix/awesome-neg.png) repeat-x;
}
.orange {
	background: #ffb200 url(/pix/awesome.png) repeat-x;
}
.yellow {
	background: #ff0 url(/pix/awesome.png) repeat-x;
}
.blue {
	/*background: #00e3fe url(/pix/awesome-neg.png) repeat-x;*/
	color: #00a1e4;
}
.black {
	color: #fff;
	background: #000 url(/pix/awesome.png) repeat-x;
}
.red {
	background: #ff6766 url(/pix/awesome-neg.png) repeat-x;
}
.portal-icons .green, .portal-icons .pink, .portal-icons .orange, .portal-icons .yellow, .portal-icons .blue, .portal-icons .black, .portal-icons .red {
	background-image: url(/pix/awesome.png);
}
/* Portalsida
------------------------------------------------------------------------------ */
#portal #main-content-wrapper {
	background-color: #000;
}
#portal #main-content-wrapper #portal-content {
	width: 720px;
}
h2.portal-title {
	color: #fff;
	letter-spacing: -0.02em;
	font-size: 5em;
	font-weight: bold;
}
#portal #aside-right {
	color: #fff;
	font-size: 1.25em;
	line-height: 1.5em;
	margin-top: 0.75em;
}
#main-content-wrapper ul.portal-icons li.icon-container {
	border: 3px solid #000;
	line-height: 1.2em;
	width: 209px;
	height: 235px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 17px;
	padding: 10px !important;
}
#main-content-wrapper ul.portal-icons li.icon-container.alpha {
	margin-left: -3px;
}
#main-content-wrapper ul.portal-icons li.icon-container.omega {
	margin-right: -3px;
}
#main-content-wrapper ul.portal-icons li.icon-container:hover {
	border: 3px solid #ff0;
}
#main-content-wrapper ul.portal-icons li .portal-icon-text {
	text-align: left;
}
#main-content-wrapper ul.portal-icons li a:hover,
	#main-content-wrapper ul.portal-icons li a:active {
	color: #000;
}
.portal-icon {
	background-image: url(../pix/yh_ikoner_start.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 83px;
	height: 83px;
	margin: 30px;
}
.portal-icon.find-icon {
	background-position: 0 0;
	width: 73px;
	margin-left: 60px;
}
.portal-icon.student-icon {
	background-position: -88px 0;
	width: 74px;
	margin-left: 58px;
}
.portal-icon.anordnare-icon {
	background-position: -179px 0;
	width: 82px;
	margin-left: 55px;
}
.portal-icon.syv-icon {
	background-position: -278px 0;
	width: 107px;
	margin-left: 43px;
}
.portal-icon.press-icon {
	background-position: -396px 0;
	width: 79px;
	margin-left: 57px;
}
.portal-icon.validera-icon {
	background-position: -486px 0;
	width: 72px;
	margin-left: 60px;
}
/*---*/
.article-author-image {
	border: 5px solid #999;
	width: 30px;
}
a.blog-profile-link, a.blog-profile-link:hover {
	border-bottom: none;
	color: yellow;
}

/* Basics */
.nav {
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #F6F6F8;
}
/* Bilder */
.nav li {
	background-color: #F6F6F8;
}
/* standardlÃ¤nk */
.nav li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 5px;
	padding-left: 20px;
	width: 190px;
	position: relative;
	font-size: 12px;
	border: none;
}
#local-nav .nav a.active:active {
	color: #FFF;
	text-decoration: none;
}

#local-nav .nav li li li a.active:active {
	color: #666;
}
/* AVDELNINGAR */
.nav li a.active-node { /*background-color: yellow;*/ }
/* stängd nivå 1 */
.nav li.catul-category a {
	/*background-image: url(/pix/nav/closed_black.gif);*/
	background-repeat:  no-repeat;
	background-position:  10px 4px;
	width: 195px;
}
/* stängd nivå 2 */
.nav ul li.catul-category li.catul-category a {
	background-position: 20px 4px;
	padding-left: 30px;
	width: 185px;
/*background-color: turquoise;*/ 
}
/* stängd nivå 3 */
.nav ul li.catul-category li li.catul-category a {
	background-position: 30px 4px;
	padding-left: 40px;
	width: 175px;
/*background-color: lime;*/ 
}
/* stängd nivå 4 */
.nav ul li.catul-category li li li.catul-category a {
	background-position: 40px 4px;
	padding-left: 50px;
	width: 170px;
	background-color: lime;
}
/* Öppen nivå 1*/
.nav ul li.catul-category a.active {
	color: #FFF;
	/*background-image: url(/pix/nav/open_black.gif);
	background-repeat: no-repeat;
	background-position: 7px 4px;*/
	background-color: #00a1e4;
	padding-left: 20px;
	width: 195px;
}
/* Öppen nivå 2*/
.nav ul li.catul-category ul li.active a.active {
	background-position: 17px 4px;
	padding-left: 30px;
	width: 185px;
	background-color: transparent;
	color: #00a1e4;
}
/* Öppen nivå 3*/
.nav ul li.catul-category ul li.catul-category.active li.active.catul-category a.active {
	background-position: 27px 4px;
	padding-left: 40px;
	width: 175px;
}
/* Öppen nivå 4*/
.nav ul li.catul-category ul li.catul-category.active li.active.catul-category li.active.catul-category a.active {
	background-position: 37px 4px;
	padding-left: 50px;
	width: 165px;
background-color: black;
}
/* ARTIKLAR */
/* Aktiv artikel */
.nav ul li.active.catul-article a.active {
	
}
/* nivå 1 */
.nav ul li.catul-article a, .nav ul li.active.catul-article a {
	padding-left: 20px;
	width: 190px;
	/*background-image: url(/pix/nav/square.gif);PRODUKT*/
	background-repeat: no-repeat;
	background-position:  7px 6px;
	color: #666;
}

.nav ul li.catul-article a, .nav ul li.active.catul-article a.active {
	color: #00a1e4;
}
/* nivå 2 */
.nav ul li.active ul li.catul-article a {
	padding-left: 30px;
	background-position: 17px 6px;
	/*background-color: skyblue;*/
	width: 190px;
}
/* nivå 3 */
.nav ul li.active.catul-category ul li.active.catul-category li.catul-article a {
	padding-left: 40px;
	background-position: 27px 6px;
	background-color: #F6F6F8;
	color: #666;
	width: 175px;
}
/* nivå 4 */
.nav ul li.active.catul-category ul li.active.catul-category li.active.catul-category li.catul-article a {
	padding-left: 50px;
	background-position: 37px 6px;
	background-color: blue;
	width: 170px;
}

/* nivå 5 */
.nav ul li.catul-category ul li.catul-category.active li.active.catul-category li.active.catul-category li.catul-article a {
	padding-left: 60px;
	background-position: 47px 6px;
	width: 160px;
	background-color: blue;
}
/*generell hover-effekt*/
.nav ul li a:hover {
	background-color: #00a1e4 !important;
	border: none;
	text-decoration: none;
	color: #FFF !important;
}

/*** SUPERFISH - DROPDOWN MENU ***/
/*** ESSENTIAL STYLES ***/
.sf-menu				{ position: relative;}
.sf-menu ul				{ display: none;position: absolute;top: 30px;width: 16em;z-index: 99;
					/* left offset of submenus need to match (see below) */ }
.sf-menu ul li				{ width: 100%;background-color: #34538e;}
.sf-menu li:hover			{ visibility: inherit;/* fixes IE7 'sticky bug' */ }
.sf-menu li				{ float: left;position: relative;z-index: 99;}
.sf-menu a				{ display: block;position: relative;}
.sf-menu li:hover ul,
.sf-menu li.sfHover			{ background-color: #00a1e4;}
/*.sf-menu li li				{ z-index: 120;}*/
.sf-menu li.sfHover ul			{ left: 0;top: 30px;/* match top ul list item height */ z-index: 99;}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul		{ top: -999em;}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul		{ left: 16em;/* match ul width */ top: 0;}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul		{ top: -999em;}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul		{ left: 16em;/* match ul width */ top: 0;}

.article-location a:hover { border: none;}

.kontakt {
	border: 1px solid #00A1E4;
	background: #E4E3DE;
	width: 200px;
}
