* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: black;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #133b84;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 510px 0 10px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	margin-left: -500px;
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	background: #ffffff;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-left: -250px;
	margin-right: -3px;
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	background: white;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -100px 0px 0;
	min-width: 1000px;
	height: 80px;
}

#counters{	padding: 20px;}

/* Styles
-----------------------------------------------------------------------------*/
#navigation{	position: absolute;
	background: #dfe4e8;
	top: 90px;
	left: 0px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	width: 100%;
	font-size: 13px;
}

#navigation li{	list-style-type: none;
	float: left;
	padding: 5px 15px 0px;
	height: 21px;}

.menu{	color: #133b84;
	text-decoration: none;
	font-weight: bold;
}

.menu:hover{
	color: #336bA4;
}

#logo{	float: left;
	width: 277px;}

#ad_top{	float: left;	margin-left: 50px;
	width: 500px;}

#date{	float: right;
	padding:3px 10px 0px;
	height: 19px;
	color: #133b84;
	text-decoration: none;
	font-weight: bold;
}

h3{	font: 12px/18px Georgia, serif;
	background: #dfe4e8;
	margin-bottom: 5px;
	color: #133b84;
	font-weight: bold;
	padding: 0px 5px;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}

h1, h2{
	font: 18px Georgia, serif;
	margin-bottom: 5px;
	color: #133b84;
	font-weight: normal;
	padding: 0px 5px;
	border-bottom: 2px solid white;
	border-top: 2px solid white;

}

h2{	font: 16px Georgia, serif;
	font-weight: bold;
	padding: 3px;
	background:  #dfe4e8;
}

h1 a{	color: #133b84;}

h2 a{
	color: #133b84;
}

h3 a{
	color: #133b84;
}



.additional{	font-size: 7pt;
	padding: 0px 8px;}

.news_text{	padding: 0px 8px;
	text-align: justify;
}

.news_text img{
	margin-right: 5px;
	margin-bottom: 5px;
}


.news_time{	color: #133b84;}

.news_list li {	list-style-type: none;
	margin-bottom: 7px;}

#search{	position: absolute;
	top: 5px;
	right: 10px;
	width: 160px;}


/*Calendar Styles
must be the same names, cause are integrated into module, NO templates!
*/
.cal_month_name{
	font-weight: bold;
	font-size: 9pt;
}

.cal_day_title{
	font-weight: bold;
	font-size: 9pt;
	color: #133b84;
	font-weight: bold;
}

.cal_highlited{
	background-color: #EEEEEE;
	width: 20px;
	font-size: 8pt;
	padding-left: 4px;
	color: #133b84;
}

.cal_updt{
	width: 25px;
	font-size: 8pt;
	padding-left: 4px;
	background-color: #dfe4e8;
}

.cal_noupdt{
	width: 25px;
	font-size: 8pt;
	padding-left: 4px;
}

.cal_highlited a{
	font-weight: bold; text-decoration: none; color: #9e2222; font-size: 8pt;
}

.cal_href:hover{
	font-weight: bold; text-decoration: none; color: #BBBBBB; font-size: 8pt;
}

.cal_href{
	font-weight: bold; text-decoration: none; color: #000000; font-size: 8pt;
}

input, select{	border: 1px solid #133b84;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	background: white;

}

textarea{	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;	border: 1px solid #133b84;
	padding: 3px;}

.poll_quest{	color:  #133b84;}

.poll_votes{	background:  #133b84;
	height: 4px;}

.category_block{	width: 47%;
	height: 180px;
	overflow: hidden;
	float: left;
	padding: 10px;}

.cat_news{	list-style-type: none;}

.cat_news li{
	margin-bottom: 6px;
}

