body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
}

* {
	outline: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

ol {
	margin-left: 20px;
}

ul {
	list-style-type: none;
}

a {
	color: #780000;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

.clear {
	display: block;
	clear: both;
}

.header {
	position: relative;
	background-image: url(../images/header_bg.jpg);
	height: 156px;
}
.header .content {
	margin: 0px auto;
	width: 1000px;
	position: relative;
}
.header .content .logo {
	display: block;
	width: 320px;
	height: 105px;
	position: absolute;
	left: 125px;
	top: 5px;
}
.header .content .bal {
	display: block;
	width: 38px;
	height: 150px;
	position: absolute;
	left: -38px;
	top: 0px;
	background-image: url(../images/header_bal.jpg);
}

.container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container .left {
	float: left;
	width: 190px;
	padding-top: 53px;
	padding-right: 15px;
}
.container .left .szolo_alja {
	position: absolute;
	top: -6px;
	left: -4px;
}
.container .left .menu {
	text-align: right;
	position: relative;
	z-index: 9;
}
.container .left .menu a {
	color: #780000;
	font-size: 18px;
	font-family: Georgia;
	display: block;
	line-height: 32px;
}
.container .left .menu a:hover {
	color: #ffffff;
}

.container .center {
	float: left;
	width: 590px;
	
	position: relative;
	top: -60px;
}
.container .center .content {
	background-color: #ffffff;
	padding: 15px;
	
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 80px;
	
	min-height: 700px;
	_height: 700px;
	
	text-align: justify;
}
.container .center .content h1 {
	color: #000000;
	font-size: 32px;
	font-weight: normal;
	
	padding-bottom: 30px;
}
.container .center .content h2 {
	color: #780000;
	font-size: 27px;
	font-weight: normal;
	
	padding-bottom: 20px;
}
.container .center .content p {
	text-align: justify;
	padding-bottom: 20px;
}
.container .center .content a {
	font-weight: bold;
}
.container .center .content .buttons {
	padding-bottom: 40px;
}
.container .center .content .buttons a {
	float: left;
}

.container .center .content .hir {
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 15px;
}
.container .center .content .hir img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.container .center .content .hir h1 {
	color: #780000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.container .center .content .hir small {
	color: #6d6d6d;
	font-size: 11px;
}
.container .center .content .hir p {
	padding-bottom: 10px;
}

.container .center .content .gal_item {
	text-align: center;
	float: left;
	width: 140px;
}
.container .center .content .gal_item img {
	padding-bottom: 10px;
}
.container .center .content .gal_item h1 {
	color: #780000;
	font-size: 12px;
}

.content p img {
	margin-left: 10px;
	margin-right: 10px;
}

.container .center .content .pohar {
	position: absolute;
	left: -175px;
	bottom: -22px;
}

.container .right {
	float: right;
	width: 190px;
	padding-left: 15px;
	
	color: #ffffff;
}
.container .right h1 {
	color: #780000;
	font-size: 24px;
	padding-bottom: 5px;
}
.container .right .calendar table {
	width: 190px;
	text-align: center;
}
.container .right .calendar table td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.container .right .calendar table .year {
	font-weight: bold;
	font-size: 14px;
}
.container .right .calendar table .month {
	font-weight: bold;
	font-size: 14px;
	background-color: #dbcbb1;
}
.container .right .calendar table .day_ {
	font-weight: bold;
	font-size: 12px;
}
.container .right .calendar table .day_active {
	font-weight: bold;
	background-color: #dbcbb1;
	cursor: pointer;
}
.container .right .calendar table .day_active:hover {
	color: #000000 !important;
}

.footer {
	margin: 0px auto;
	width: 590px;
	text-align: center;
	position: relative;
	top: -15px;
}
.footer .hwnet {
	position: absolute;
	left: 0px;
	top: -60px;
}
.footer .webyzz {
	position: absolute;
	right: 0px;
	top: -60px;
}
.footer a {
	color: #000000;
}
.footer a:hover {
	color: #780000;
}

.pager {
	text-align: center;
}

.form h1 {
	padding-bottom: 20px !important;
	font-size: 18px !important;
}
.form label {
	float: left;
	width: 98px;
	padding-top: 5px;
	font-size: 12px;
}
.form .input {
	border: 1px solid #e1e1e1;
	height: 17px;
	width: 250px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
}
.form select {
	border: 1px solid #e1e1e1;
	height: 24px;
	width: 258px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 3px;
	font-size: 12px;
}
.form textarea {
	border: 1px solid #e1e1e1;
	height: 17px;
	width: 454px;
	height: 200px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
}
.form .submit {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	width: 82px;
	height: 29px;
	color: #8d8d8d;
	font-size: 12px;
	
	margin-top: 20px;
	margin-right: 5px;
}