body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	background-image: url(images/bg3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
P {
	margin: 5px 0 5px 0;
	padding: 5px 0 0 0;
}
.footer {
	background-color: #015495;
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 30px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 11px;
}
#main-container {
	background-image: url(images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#left-container {
	width: 300px;
	padding-bottom: 220px;
	vertical-align: top;
	padding-top: 42px;
}
#right-container {
	vertical-align: top;
	padding-left: 30px;
}
#left1 {
	background-repeat: no-repeat;
	background-position: left top;
	height: 154px;
	padding-left: 30px;
	text-align: left;
	vertical-align: top;
}
#left2 {
	padding-left: 50px;
	padding-top: 10px;
}
#left2 .item {
	padding-bottom: 5px;
}
#left2 .item a {
	color: #015495;
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#left3 {
	padding: 20px;
}
#left3 a {
	color: #de1929;
	text-decoration: none;
}
#left3 a:hover {
	text-decoration: underline;
}
#left4 #bottom {
	background-image: url(images/lblock_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
}
#left4 #top {
	background-image: url(images/lblock_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
#left4 #content {
	background-image: url(images/lblock_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 20px;
	padding-left: 50px;
	width: 230px;
}
#left4 #content .item a {
	color: #2982c4;
	text-decoration: underline;
}
#left4 #content .item a:hover {
	color: #de1929;
}#right-container #reklama {
	color: #de1929;
	padding-top: 20px;
	padding-right: 50px;
}
#right-container #top {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: bottom;
}

#right-container #reklama .title {
	font-size: 15px;
	font-weight: bold;
}
#right-container #top #top2 {
	background-image: url(images/bg2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 42px;
	padding-top: 20px;
	padding-right: 20px;
}
.inp {
	border: 1px solid #bdbdbd;
	height: 15px;
	font-size: 12px;
	color: #015495;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom:-12px;
	//margin-bottom:0px;
}
#right-container #top .item {
	width: 100px;
}
#right-container #top .item a {
	text-transform: uppercase;
	color: #015495;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
}

#right-container #content {
	color: #015495;
}
#right-container #content .title {
	font-size: 15px;
	font-weight: bold;

	background-repeat: repeat-x;
	background-position: left bottom;
}
#right-container #content .title span {
	background-color: #FFFFFF;
}

A:link{
	color: #2982c4;
	text-decoration: underline;
}
A:hover{
	color: #de1929;
}
A:visited{
	color: #2982c4;
	text-decoration: underline;
}

A:visited:hover{
	
	color: #de1929;
}

#forms {
margin: 30px 0 0 0;
}
#forms div {
clear: both;
}
#forms .divInput {
background: url(/images/inputs.png) 130px 0 no-repeat;
height: 20px;
overflow: hidden;
margin-bottom: 5px;
}
#forms label {
width: 130px !important;
float: left;
position: relative;
top: 2px;
font-size: 11px !important;
}
#forms label span {
color: #ff0000;
margin-left: 3px;
}
#forms input {
width: 207px !important;
margin-bottom: 10px;
border: none !important;
padding: 2px 10px 0 10px !important;
height: 20px !important;
font-size: 12px;
background: none;
}
*html #forms input {
height: 20px;
width: 207px !important;
}
#forms textarea {
margin-bottom: 10px;
width: 271px;
height: 193px;
border: none;
background: url(../images/textareas.png) 0 0 no-repeat;
padding: 5px 15px 5px 11px;
border: none !important;
overflow: hidden;
}
*html #forms textarea {
width: 271px;
height: 193px;
}
#forms .but {
margin-left: 130px;
padding-top: 0 !important;
width: auto !important;
background: #0060ac;
color: #fff;
cursor: pointer;
}
#forms .error {
color: #ff0000;
position: relative;
top: -8px;
left: 3px;
}
