﻿/* Empir CMS theme "tema1" stylesheet */

body
{
	background-color: #aaa;
	background-image: url(images/bg.png);
	background-repeat:repeat;
	font-family: verdana, helvetica, sans-serif;
	font-size: .65em;
	line-height: 1.2em;
	color: #303030;
	margin-top: 0;
}

a:link, a:visited, a:active, a:hover
{
	color: #0000ff;
}

h1, h2, h3
{
	font-family: Arial,helvetica,sans-serif;
	color: #414042;
	font-weight: 600;
}

h1
{
	font-size: 1.8em;
}
h2
{
	font-size: 1.4em;
}

h2 a:link, h2 a:hover, h2 a:visited, h3 a:link, h3 a:hover, h3 a:visited
{
	text-decoration: none;
	color: #414042;
}

#outer
{
	width: 980px;
	margin: 0 auto;
}

.page
{
	width: 930px;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

#head
{
	height: 115px;
	position: relative;
	background-image: url(images/head.png);
}

#head a /*, #header a:hover, #header a:visited */
{
	color: #565658;
	text-decoration: none;
}
#head a:hover
{
	text-decoration: underline;
}

#headlogo
{
	position: absolute;
	left: 25px;
	bottom: 10px;
	width: 400px;
}

#languagelink
{
	position: absolute;
	right: 25px;
	top: 10px;
}

#pagefoot
{
	height: 20px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

#foot
{
	text-align: left;
	margin-top: .5em;
}

#searchbox
{
	height: 20px;
	width: 210px;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 25px;
}

#searchboxleft
{
	float:left;
	height: 20px;
	width: 8px;
	background-image: url(images/searchboxleft.png);
	background-repeat: no-repeat;
}

#search
{
	display: block;
	float: left;
	height: 20px;
	width: 165px;
	border: 0;
	padding: 0;
	background-image: url(images/searchbox_bg.png);
	background-repeat: repeat-x;
	background-color: Transparent;
	color: #414042;
}

#btnSearch
{
	display: block;
	float: right;
	margin:0;
	padding:0;
	vertical-align: text-bottom;
	text-align:left;
	width: 37px;
	height: 20px;
	border: 0;
	background: url(images/searchbutton.png);
	cursor: pointer;
}

#topmenu
{
	background-color: #000;
	background-image: url(images/menu.png);
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-size: 1.2em;
	text-transform: uppercase;
}

.topmenuitem
{
	margin: 0;
	border: none;
	float: left;
}
#topmenu a, #topmenu a:hover, #topmenu a:visited, #topmenu a:link
{
	padding: 0 20px;
	display: block;
	color: #fff;
}

#topmenu a:hover, #topmenu .selected
{
	background-color: #505050 !important;
}
#topmenu .item_1
{
	padding-left: 5px;
}

div.column100
{
	width: 715px;
	overflow: hidden;
}

div.column70
{
	float: left;
	width: 445px;
	overflow: hidden;
}

div.column30
{
	float: left;
	width: 210px;
	margin-left: 60px;
	overflow: hidden;
}

#tplStartpage .left
{
	float: left;
	width: 660px;
	overflow: hidden;
}

#tplStartpage .intro
{
	float: left;
	width: 660px;
	margin-bottom: 20px;

/* Auto "crop" height - keep this ?? */
	height: 260px;
	overflow: hidden;

}

#tplStartpage .column1, #tplStartpage .column2
{
	float:left;
	width: 300px;
}

#tplStartpage .column1
{
	margin-right: 60px;
}

#tplStartpage .column3
{
	float:left;
	margin-left: 60px;
	width: 210px;
}

#leftmenuContainer
{
	float: left;
	width: 190px;
	margin-right: 25px;
}

#leftmenuTop
{
	height: 10px;
	background-image: url(images/undermeny_head.png);
	background-repeat: no-repeat;
}
#leftmenuBottom
{
	height: 10px;
	background-image: url(images/undermeny_bottom.png);
	background-repeat: no-repeat;
}


#leftmenu
{
	background-color: #737373;
	background-image: url(images/undermeny_main.png);
	background-repeat: repeat;
	padding: 0 0 10px 0;
	float: none;
}

#leftmenu .selected
{
	background-color: #505050 !important;
}
#leftmenu .hassubpages
{
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 167px 50%;
}

#leftmenu a
{
	display: block;
}

#leftmenu a:link, #leftmenu a:hover, #leftmenu a:active, #leftmenu a:visited 
{
	color: #fff;
	text-decoration: none;
}

.leftmenutitle
{
	padding: 0 15px 1px 15px;
	line-height: 2em;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

.leftmenuitembox
{
}

.menudepth_2 a
{
	padding-left: 15px;
}
.menudepth_3 a
{
	padding-left: 30px;
}
.menudepth_4 a
{
	padding-left: 45px;
}

.leftmenuitem
{
	padding: 2px 30px 3px 20px;
}

.leftmenuitem:hover
{
	background-color: #505050 !important;
}

.breadcrumbs
{
	background-color: #fff;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-y;
	color: #a0a0a0;
	padding: 11px 25px 10px 25px;
	font-size: .9em;
}
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:active, .breadcrumbs a:link, .breadcrumbs a:hover
{
	color: #999;
}
.breadcrumbs a:hover
{
	text-decoration: underline;
}

.alphaindex
{
	font-size: 1.2em;
	color: #808080;
}

hr
{
	height: 1px;
	color: #d4d4d4;
	background-color: #d4d4d4;
	margin: 10px 0;
}


a.more
{
	display:block;
	text-align: right !important;
}

.newsitem, .rss .item
{
	padding-bottom: 15px;
	border-bottom: solid 1px #d4d4d4;
	margin-bottom: 15px;
}

.newsitemfull
{
	padding-bottom: 15px;
	border-bottom: solid 1px #d4d4d4;
	margin-bottom: 15px;
}

#moreNews
{
	display: none;
}

.imgHeader, .headerMore, .headerLess
{
	width: 210px;
	height: 20px;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	text-transform:uppercase;
	color: #fff;
	margin-bottom: 20px;
	vertical-align: middle;
	line-height: 20px;
	padding-left: 7px;
}
/*
.imgHeader span
{
	display: block;
}
*/
.headerMore
{
	background-image: url(images/more_bg.gif);
}

.headerLess
{
	background-image: url(images/less_bg.gif);
}

.indexbox .totop
{
	display:none;
}

/* Utskriftsversion */
@media print
{

}
