A 			{ color: #6d7980; text-decoration: none; }
A:link		{ color: #6d7980; text-decoration: none; }
A:visited	{ color: #6d7980; text-decoration: none; }
A:active	{ color: #6d7980; text-decoration: none; }
A:hover		{ color:#0295f6; text-decoration: none; }

a.rubrik:link { font-family: Tahoma; color:#424242; font-size:8pt; }
a.rubrik:visited { font-family: Tahoma; color:#424242; font-size:8pt;	}
a.rubrik:active {	font-family: Tahoma; color:#424242; font-size:8pt;	}
a.rubrik:hover { font-family: Tahoma; color:#737191; font-size:8pt; }

body {
	background-image: url(img/bg.jpg);
	background-repeat:repeat-x;
}
h1 {
	color: #000; 
	font-family: Arial; 
	font-size:16pt;
	font-weight:bold;
	}
h2 {
	font-family: Arial, Verdana;
	font-weight:bold;
	font-size:14pt;
	color:#000;
	margin:10px;
	}
h3 {
	font-family: Arial, Verdana; 
	font-size:14pt;
	color:#9d440a;
	margin:0px;
	}
.text {
	color: #000; 
	font-family: Tahoma; 
	font-size:10pt;
	line-height:150%;
	text-align:justify;
	}
.text_lit {
	color: #000; 
	font-family: Tahoma; 
	font-size:8pt;
	text-align:justify;
	}
.date {
	color: #ff7332; 
	font-family: Tahoma; 
	font-size:8pt;
	}
.avat {
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
	}
.avat_r {
	float:right;
	margin-left:10px;
	border:1px solid #ccc;
	}
.input {
	border: 1pt solid #40ebff;
	font-family:  Tahoma;
	font-size: 7pt;
	color: #5E6578;
	}
	
.submit {
	font-family: Tahoma;
	font-size: 8pt;
	color:#232323;
background-color:#f28b48;
	}
.kant{
	width:219px; 
	background-image:url(img/bg_art_kant.jpg); 
	background-repeat:no-repeat; 
	border-bottom:1px solid #ccc;
padding-bottom:5px;
margin-bottom:8px;
}
li{
color:#f28b48}
hr{
border:1px solid #f5a776;
padding:0px;}
/************* slide ****************/
.contentslide{
width: 444px;
font-family:Arial, Helvetica, sans-serif;

}

.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: 444px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 444px; /*IE5 width*/
w\idth: 444px; /*IE6 width*/
border-top: 1px solid #eae1d4;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
font-family:tahoma;
font-size:12px;
border: 1px solid #e5d9d9;
font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #fec661;
}

