﻿/* Aurora custom theme (based on Empir CMS theme "Tema 1") stylesheet */

body
{
	background-color: #aaa;
	background-image: url(images/bg.png);
	background-repeat:repeat;
	font-family: verdana, helvetica, sans-serif;
	font-size: .67em;
	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/header_back.gif);
	background-repeat: repeat-x;
}

#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;
}


#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: 13px;
	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;
}

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 .intro, #tpl7030 .intro
{
	float: left;
	width: 715px;
	margin-bottom: 10px;
	overflow: hidden;

/* Auto "crop" height - keep this ?? */
/*	height: 260px;
*/
}

#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;
	overflow: hidden;
}

#leftmenu
{
	background-color: #fff;
	padding: 0 0 0 0;
	float: none;
	font-size: 1.1em;
}

#leftmenu .selected
{
	font-weight: bold;
}

#leftmenu a
{
	display: block;
}

#leftmenu a:link, #leftmenu a:hover, #leftmenu a:active, #leftmenu a:visited 
{
	color: #6e6e6e;
	text-decoration: none;
	text-transform: uppercase;
}

.leftmenutitle
{
	padding: 9px 12px;
	background-color: #9f9f9f;
	font-weight: bold;
	color: #fff;
}

.leftmenuitembox
{
}

.menudepth_2 a
{
	padding-left: 15px;
}
.menudepth_3 a
{
	padding-left: 30px;
}
.menudepth_4 a
{
	padding-left: 45px;
}

.leftmenuitem
{
	padding: 2px 12px;
	line-height: 26px;
	border-bottom: solid 1px #e5e5e5;
}

.breadcrumbs
{
	display: none;
	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
{
	clear: both;
	padding-bottom: 15px;
	border-bottom: dotted 1px #000;
	margin-bottom: 15px;
}

.newsitemfull
{
	clear: both;
	padding-bottom: 15px;
	border-bottom: dotted 1px #000;
	margin-bottom: 15px;
}

#moreNews
{
	display: none;
}

.indexbox .totop
{
	display:none;
}

/* Utskriftsversion */
@media print
{

}

