/************* Meny ****************/
	A 			{ color: #756f6f; text-decoration: none;}
	A:link		{ color: #756f6f; text-decoration: none;}
	A:visited	{ color: #756f6f; text-decoration: none;}
	A:active	{ color: #756f6f; text-decoration: none;}
	A:hover		{ color:#000; text-decoration: none;}

a.menu:link { font-family: Unikurd jino, Unikurd web; color:#fff; font-size:16px; }
a.menu:visited { font-family: Unikurd jino, Unikurd web; color:#fff; font-size:16px;	}
a.menu:active {	font-family: Unikurd jino, Unikurd web; color:#fff; font-size:16px;	}
a.menu:hover { font-family: Unikurd jino, Unikurd web; color:#c59c5e; font-size:16px; }

a.org:link { font-family: Verdana, Tahoma; color:#ffffff; font-size:8pt; text-decoration: none;}
a.org:visited { font-family:  Verdana, Tahoma; color:#ffffff; font-size:8pt; text-decoration: none;}
a.org:active {	font-family:  Verdana, Tahoma;	color:#ffffff; font-size:8pt;	text-decoration: none;}
a.org:hover { font-family:  Verdana, Tahoma; color:#0099cc;  font-size:8pt; text-decoration: none;}

/************* Text Kurdi ****************/
body {
	background-color: #736e67;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
}
h1{
	font-family: Unikurd jino, Unikurd web;
	font-size: 18px;
	color: #003a3e;
	margin:0px;
	font-weight:100;
	}
	
h2{
	font-family: Unikurd jino, Unikurd web;
	font-size: 16px;
	color: #827701;
	margin-right:10px;
	margin-bottom:0;
	text-align:right;
	font-weight:100;
	}

.text{
	font-family: Tahoma;
	font-size:10pt;
	color: #000000;
	text-align:justify;
	line-height:150%
	}
.titles { 
	font-family: Unikurd jino, Unikurd web; 
	color:#a10d0d;
	border-bottom:1px solid #eaeaea;
	padding-bottom:5px;
	width:100%;
	font-size:16px;
	text-align:right;
	margin-bottom:6px}	
.rubrik{
	font-size: 13pt;
	font-family: Unikurd jino, Times New Roman;
	font-weight:100;
	color: #000;
	}
.text_lit {
	color: #000; 
	font-family: Tahoma; 
	font-size:8pt;
	}
.bott {
	color: #baaeae; 
	font-family: Tahoma; 
	font-size:8pt;
	}

.mile{
	padding:6px;
	font-size:8px;
	color:#294d5e}

.avat {
	float:left;
	border:1px solid #e2dddd;
	margin-right:20px;
	padding:4px;
	}

.avat_l {
	float:right;
	border:1px solid #e2dddd;
	padding:2px;
	margin-left:8px;
	}
.avatar {
	border:1px solid #e2dddd;
	padding:1px;
	margin-left:20px;
	}
.date{
	font-family: Tahoma;
	font-size: 8pt;
	color: #a00002
    }
	
.input {
	border: 1pt solid #c8cbce;
	font-family:  Tahoma;
	font-size: 12px;
	color: #5E6578;
	margin:2px;
	}
	
.submit {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	background-color:#e6e6e6;
	border:1px solid #767eae;
	}

.mitlinje {
		font-size: 10px;
		color: #d39a9a;
		font-family:tahoma;
		padding:15px;
		}
.contentslide{
width: 490px;
background-color:#f8f8f8;
border-top:1px solid #eee;
padding:10px;
}

.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: 490px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding:10px;
margin-bottom:15px;
background-color:#f8f8f8;
border-bottom:1px solid #eee;
border-top:1px solid #fff;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #bdbdbd;
font-family:tahoma;
font-size:16px;
font-weight:bold;
background-color:#FFF;
border:1px solid #eee;
}

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