html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: normal 12px/20px Tahoma;
	color: #4F4F4F;
}

a {
	color: #0070AF;
	outline: none;
}

h1 {
	color: #0070af;
	font: normal 18px Tahoma;
	margin-bottom: 10px;
}

p {
	padding-bottom: 10px;
}

hr {
	border:0;
	height:1px;
	border-bottom: 1px solid #D5D5D5;
}


div.error_msg {
	padding: 10px 0;
	font-size: 16px;
	color: red;
}


div#content,
div.wrapper {
	width: 920px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

div#header {
	background: #EDEDED;
	height: 200px;
	position: relative;
}

div#header h1 {
	margin: 0;
}

div#header h1 a {
	position: absolute;
	top: 25px;
	left: 20px;
	background: transparent url('../gfx/layout/logo.png') no-repeat center center;
	text-indent: -9000px;
	width: 131px;
	height: 131px;
	cursor: pointer;
}

div#langbar {
	position: absolute;
	top: 165px;
	left: 20px;
	width: 131px;
	text-align: center;
}

div#langbar a {
	font-weight: bold;
	color: #0070af;
	text-decoration: none;
	font-size: 11px;
}

div#langbar span {
	color: #D6D6D6;
	padding: 0 4px;
}

div#header_image {
	position: absolute;
	top: 20px;
	left: 205px;
}

div.menu_header {
	position: absolute;
	bottom: 0px;
	left: 205px;
	width: 523px;
	height: 29px;
}

div#lv_menu_header {
	background: url('../gfx/layout/lv_menu_header.gif') top left no-repeat;
}

div#ru_menu_header {
	background: url('../gfx/layout/ru_menu_header.gif') top left no-repeat;
	
}

div.lv_menu_header_1 {
	background: url('../gfx/layout/lv_menu_header_1.gif') top left no-repeat !important;
}

div.lv_menu_header_2 {
	background: url('../gfx/layout/lv_menu_header_2.gif') top left no-repeat !important;
}

div.lv_menu_header_3 {
	background: url('../gfx/layout/lv_menu_header_3.gif') top left no-repeat !important;
}

div.lv_menu_header_4 {
	background: url('../gfx/layout/lv_menu_header_4.gif') top left no-repeat !important;
}

div.lv_menu_header_5 {
	background: url('../gfx/layout/lv_menu_header_5.gif') top left no-repeat !important;
}

div.ru_menu_header_1 {
	background: url('../gfx/layout/ru_menu_header_1.gif') top left no-repeat !important;
}

div.ru_menu_header_2 {
	background: url('../gfx/layout/ru_menu_header_2.gif') top left no-repeat !important;
}

div.ru_menu_header_3 {
	background: url('../gfx/layout/ru_menu_header_3.gif') top left no-repeat !important;
}

div.ru_menu_header_4 {
	background: url('../gfx/layout/ru_menu_header_4.gif') top left no-repeat !important;
}

div.ru_menu_header_5 {
	background: url('../gfx/layout/ru_menu_header_5.gif') top left no-repeat !important;
}

div.menu_header ul {
	list-style: none;
}

div.menu_header ul li {
	float: left;
	width: 100px;
	padding: 5px 0 0 18px;
}

div.menu_header ul li#TPK1 {
	width:132px;
}

div#ru_menu_header ul li {
	width: 121px;
}

div.menu_header a {
	color: #FFF;
	text-decoration: none;
}

div.menu_header a:hover {
	text-decoration: underline;
}

div.menu_header a.active {
	color: #0070AF;
	font-weight: bold;
}

div#content {
	padding-top: 15px;
}

div#col_left {
	width: 169px;
	float: left;
	height: 500px;
}

div#col_right {
	width: 178px;
	float: right;
}

div#col_middle {
	width: 500px;
	float: left;
	padding-left: 35px;
	color: #000000;
	font: normal 12px/18px Tahoma;
}

div#footer {
	clear: both;
	text-align: center;
	color: #939393;
	font-size: 11px;
	padding: 50px 0 0 70px;
	height: 30px;
}

div#footer a {
	color: #939393;
}

div#col_left li.vvv {
	background: url('../gfx/layout/menu_left_top.gif') top left no-repeat;
	color: #FFF;
	padding: 5px 17px;
	margin-top:8px;
}


ul#menu_left {
	border: 1px solid #CCC;
	padding: 5px 10px 10px 13px;
	list-style: none;
}

ul#menu_left li {
	padding: 2px;
}

ul#menu_left li a {
	color: #000;
	text-decoration: none;
	background: url('../gfx/layout/bullet_off.gif') center left no-repeat;
	padding-left: 0;
}

ul#menu_left li a.active,
ul#menu_left li a:hover {
	color: #F1782F;
	text-decoration: underline;
	background: url('../gfx/layout/bullet_on.gif') center left no-repeat;
}

ul#menu_white,
ul#menu_grey {
	list-style: none;
	margin-top: 10px;
}

ul#menu_grey li {
	background: url('../gfx/layout/menu_grey.gif') center left no-repeat;
	padding: 7px;
}

ul#menu_white li a,
ul#menu_grey li a {
	color: #000;
	text-decoration: none;
	padding-left: 10px;
}

ul#menu_grey li a.active,
ul#menu_grey li a:hover {
	text-decoration: underline;
}

ul#menu_white li {
	background: url('../gfx/layout/menu_white.gif') center left no-repeat;
	padding: 8px;
}

ul#menu_white li a.active,
ul#menu_white li a:hover {
	text-decoration: underline;
	color: #F1782F;
}

div#middle_banner {
	padding-bottom: 15px;
}

/* added by Reinis */
div#col_middle ul {
	padding-left: 35px;
}
label:hover {
color: #F1782F;
}