* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Tahoma, Verdana, Arial, sans-serif;
	height: 100%;
	background: white;
}
a {
	color: black;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #a31a34;
}
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: #dfe4e8;
	padding: 10px;
	margin-bottom: 10px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 110px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	margin: 0 730px 0 10px;

}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	margin-left: -710px;
	width: 370px;
	padding: 10px;
	position: relative;
	background: #dfe4e8;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-left: -320px;
	margin-right: -3px;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	background: white;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -100px 20px 0;
	min-width: 600px;
	height: 57px;
	padding:33px 10px 10px 200px;
	background: #ffb410 url("bottom_logo.gif") left center no-repeat;
}
/* Styles
-----------------------------------------------------------------------------*/
#navigation{	position: absolute;
	top: 90px;
	left: 0px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	width: 100%;}

#navigation li{	list-style-type: none;
	float: left;
	padding: 0px 10px 0px;
	border-left: 2px solid white;
	height: 21px;}

.menu{	color: black;
	text-decoration: none;
	font-weight: bold;}

.menu:hover{
	color: #a21933;
}

#logo{	float: left;
	width: 277px;}

#ad_top{	float: left;	margin-left: 20%;
	width: 500px;}

#subscribes{	float: right;
	margin-top: 2px;
	height: 19px;}
#subscribes img{	margin-right: 12px;
}

h3{	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	background: #dfe4e8;
	margin-bottom: 5px;
	color: #a31a34;
	font-weight: bold;
	padding: 0px 5px;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}

h1{
	font: 18px Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 5px;
	color: #a31a34;
	font-weight: bold;
	padding: 0px 5px;
	border-bottom: 2px solid white;
	border-top: 2px solid white;

}

h1 a{	color: #a31a34;}

h3 a{	text-decoration: none;
	color: #a31a34;}

.sl h3{	margin-top: 7px;}

.additional{	font-size: 7pt;
	padding: 0px 8px;}

#tags{
	padding: 0px 8px;
}


.news_text{	padding: 0px 8px;clear:both;
}

.news_time{	background:	#e2e2e2;}

.news_list li {	list-style-type: none;
	margin-bottom: 7px;}


/*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: #a31a34;
	font-weight: bold;
}

.cal_highlited{
	background-color: #dfe4e8;
	width: 20px;
	font-size: 8pt;
	padding-left: 4px;
	color: #9e2222;
}

.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 #aaabad;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;}

textarea{	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;	border: 1px solid #aaabad;
	padding: 3px;}

.poll_votes{
	background-color: #a31a34;
	height: 6px;
	line-height: 5px;
	font-size: 3px;
	overflow: hidden;
}

.poll_quest{
	text-decoration: none; color: black; font-size: 8pt;
}

.small_link{	border-bottom: 1px dashed black;
	font-size: 10px;}
.news_text img{
	margin: 10px;
	float: left;
}

.news_text br{
	clear: both;
}

.news_text p{
	clear: both;
}

.additional{
	clear: both;
}






