@charset "utf-8";
/* CSS Document */
/************* Meny ****************/
	A 			{ color: #000; text-decoration: none;}
	A:link		{ color: #000; text-decoration: none;}
	A:visited	{ color: #000; text-decoration: none;}
	A:active	{ color: #000; text-decoration: none;}
	A:hover		{ color:#ccc; text-decoration: none;}

a.menu:link { font-family: Unikurd jino, Arial; color:#fff; font-size:18px; }
a.menu:visited { font-family: Unikurd jino, Arial; color:#fff; font-size:18px;	}
a.menu:active {	font-family: Unikurd jino, Arial; color:#fff; font-size:18px;	}
a.menu:hover { font-family: Unikurd jino, Arial; color:#000; font-size:18px; }

a.ticker:link { font-family: Tahoma; color:#000; font-size:9pt;}
a.ticker:visited { font-family: Tahoma; color:#000; font-size:9pt;	}
a.ticker:active {	font-family: Tahoma; color:#000; font-size:9pt;	}
a.ticker:hover { font-family: Tahoma; color:#000; font-size:9pt; }

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f4f8f9;
	margin-top:0px;
}
h1{
	font-family: Unikurd jino, Unikurd web, Tahoma;
	font-size: 18px;
	text-align:right;
	color: #000;
	margin:0;
	font-weight:100;
	}
.rubrik{
	font-family: Unikurd jino, Unikurd web, Tahoma;
	font-size: 12pt;
	text-align:right;
	font-weight:100;
	margin:0;
	}
.rubrik_lit{
	font-family: Unikurd jino, Unikurd web, Tahoma;
	font-size: 12pt;
	text-align:right;
	font-weight:100;
	margin:0;
	}
.titles{
	font-family: Unikurd jino, Unikurd web, Tahoma;
	font-size: 14pt;
	text-align:right;
	background-color:#f4f8f9;
	border-top:1px solid #ecf0f2;
	padding-right:10px;
	}
.rubrik_kant{
	font-family: Unikurd jino, Unikurd web, Tahoma;
	font-size: 12pt;
	text-align:right;
	padding-right:10px;
	margin-bottom:3px;
	background-color:#ecf0f2;
	}
.video{
	font-family: Unikurd jino, Unikurd web, Tahoma;
	font-size: 12pt;
	text-align:right;
	padding: 4px 10px 4px 4px;
	margin-bottom:8px;
	background-color:#ecf0f2;
	}
.text{
	font-size: 13px;
	font-family: Tahoma;
	color: #000;
	text-align:justify;
	direction:rtl;
	float:right
	}
.text_latin{
	font-size: 13px;
	font-family: Tahoma;
	color: #000;
	}
.text_lit{
	font-size: 12px;
	font-family: Tahoma;
	color: #000;
	text-align:right;
	direction:rtl;
	}
.date{
	font-family: Tahoma;
	font-size: 7pt;
	color: #a0a7ad
    }
.datum{
	font-family: Tahoma;
	font-size: 8pt;
	color: #c54e0b
    }
.author{
	font-family: Tahoma;
	font-size: 8pt;
	color: #c54e0b
    }
.mitlinje {
		font-size: 10px;
		color: #6caa00;
		font-family:tahoma;
		padding:14px;
		}
.avat_l {
	float:left;
	border:1px solid #d5dadd;
	padding:6px;
	margin-right:15px;
	background-color:#f0f0f0;
	}
.avat_le {
	float:left;
	border:1px solid #d5dadd;
	padding:2px;
	margin-right:15px;
	background-color:#f0f0f0;
	}
.avat_r {
	float:right;
	border:1px solid #d5dadd;
	margin-left:10px;
	}
.av_film {
	margin-left:10px;
	}
.submit {
	font-family: Tahoma;
	font-size: 11px;
	background-color:#e6f0f2;
	border:1px solid #d5dadd;
	margin:10px;
	}
.input {
	border: 1pt solid #c8cbce;
	font-family:  Tahoma;
	font-size: 12px;
	color: #5E6578;
	margin:2px;
	}
.contentslide{
width: 100%;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
margin-bottom:2px;
margin-bottom:15px;
border-bottom:1px solid #e5e5e5;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
w\idth: 100%; /*IE6 width*/


}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #d5dadd;
font-family:tahoma;
font-size:18px;
font-weight:bold;


}

.pagination a:hover, .pagination a.selected{
color: #b0d0a5;
}

#e_scrollup {position:relative; overflow: hidden; height: 20px; width: 650px;}
.e_scrollers {position: absolute; top: 20px; right:0px; width:650px; font-size: 9pt; padding-top:1px; margin-right:50px; direction:rtl}
