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:#627186; text-decoration: none;}

a.meny:link { font-family:Unikurd Jino, Unikurd Web, Tahoma; color:#4a443e; font-size:13pt; }
a.meny:visited { font-family: Unikurd Jino, Unikurd Web; color:#4a443e; font-size:13pt;	}
a.meny:active {	font-family: Unikurd Jino, Unikurd Web; color:#4a443e; font-size:13pt;	}
a.meny:hover { font-family: Unikurd Jino, Unikurd Web; color:#fff; font-size:13pt; }

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: arial, tahoma;
	color:#222222;
	font-size:18px;
	font-weight:100;
	margin:0px;
}
h2 {
	font-family: arial, tahoma;
	text-decoration:none;
	color:#627186;
	font-size:14px;
	margin:4px;
}
.text {
	font-family: tahoma;
	font-size: 9pt;
	color:#000;
	line-height:150%;
}
.text_lit {
	font-family: tahoma;
	font-size: 8pt;
	color:#6f6565;
	margin:0px;
}
.avat_r {
	float:right;
	border:3px solid #f2f1f1;
	margin-left:8px;
	}
.avat {
	border:1px solid #e0e0e0;
	margin-bottom:8px;
	}
.avat_l {
	float:left;
	border:3px solid #e0e0e0;
	margin-right:8px;
	}
.mitlinje {
		font-size: 10px;
		color: #fff;
		font-family:tahoma;
		padding:15px;
		}
.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;
	}
hr{
	width:500px;
	color:#9C9}

.contentslide{
width: 250px;
margin-top:6px;
}

.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: 250px; /*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:5px;
padding-bottom:5px;
border-bottom:1px dashed #ccc;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #636363;
font-family:tahoma;
font-size:12px;
border: 1px solid #dfdfdf;
font-weight:bold;
background-color:#e8eefc;

}

.pagination a:hover, .pagination a.selected{
color: #333;
background-color: #f3f3f3;
}
