body {
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	_behavior: url("/css/hover.htc");
}

span, div, img {
	_behavior: url("/css/iepngfix.htc");
}

div.wrapper {
	width: 970px;
	margin: 0 auto;
	padding: 2px 10px 0 9px;
	background: url("/images/wrapper_bg.gif") repeat-y top center;
}

a, a:link, a:visited {
	color: #333;
}

a:hover {
  color: #f08820;
}

input.text, textarea {
	border: 1px solid #a3b1cd;
	padding: 2px;
	color: #a19e9e;
}

div.header {
	overflow: hidden;
}

div.header div.logo {
	float: left;
}

div.header div.header-info {
	font-size: 11px;
}

div.header div.header-info a {
	color: #494a4a;
}

div.menu {
	margin-top: 9px;
	_clear: both;
}

div.menu ul {
	overflow: hidden;
	_height: 1%;
	background: url("/images/menu_bg.gif") repeat-x top left #538362;
	border: 1px solid #e2e8e4;
	border-right-color: #7a9d83;
	border-bottom-color: #7a9d83;
	border-left-color: #9bb5a2;
}

div.menu li {
	float: left;
}

div.menu li a {
	display: block;
	padding: 5px 38px 4px 39px;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	border-left: 1px solid #7a9d83;
}

div.menu li a:visited {
	color: #fff;
}

div.menu li.first a {
	border-left: none;
}

div.menu li a:hover {
	background: url("/images/menu_bg_hover.gif") repeat-x top left #2f3030;
	color: #fff;
}

div.menu li a.hl {
	background: url("/images/menu_bg_hover.gif") repeat-x top left #2f3030;
	color: #fff;
}


/* */

div.menu table {
	background: url("/images/menu_bg.gif") repeat-x top left #538362;
	border: 1px solid #E1E1E1;
	border-right-color: #7a9d83;
	border-bottom-color: #7a9d83;
	border-left-color: #9bb5a2;
	width: 100%;
}


div.menu td a {
	display: block;
	height: 100%;
	padding: 5px 38px 4px 39px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	border-left: 1px solid #7a9d83;
}

div.menu td a:visited {
	color: #fff;
}

div.menu td.first a {
	border-left: none; 
}

div.menu td a:hover {
	background: url("/images/menu_bg_hover.gif") repeat-x top left #2f3030;
color: #fff;
	}

div.menu td a:hover {
	background: url("/images/menu_bg_hover.gif") repeat-x top left #2f3030;
}




div.title {
	background-color: #ed1c24;
	padding: 11px 0px 11px 40px;
	margin: 10px 0 25px;
	color: #fff;
	position: relative;
	_height: 1%;
}

div.title h1 {
	font-family: "Times New Roman";
	font-size: 30px;
	font-weight: bold;
}

div.title h1 img {
	display: block;
}

div.title div.auth {
	position: absolute;
  bottom: 27px;
	right: 16px;
	font-size: 11px;
	width: 192px;
	text-align: right;
}

div.title div.auth a {
	color: #fff;
}

div.title div.auth h6 {
	font-weight: bold;
}

div.title div.auth p.links {

	text-align: right;
}

div.content {
	overflow: hidden;
	_height: 1%;
}

div.content div.column {
	float: left;
	width: 254px;
}

div.content div.column.left {
}

div.content div.column.left.inner-page .item.first {
	padding-top: 0;
}

div.content div.column.right {
	float: right;
  width: 166px;
}

div.content div.column.center {
	width: 480px;
	margin-left: 26px;
}

div.content div.center h2 {
	font-size: 30px;
	margin-bottom: 8px;
	color: #333;
}

div.content div.center h2.column-title {
  color: #ed1c24;
  font-size: 14px;
  padding-bottom: 13px;
}

div.content div.center p {
	margin-bottom: 14px;
	font-size: 14px;
}

div.content-footer {
	margin-top: 20px;
	background: url("/images/content_footer_border.gif") repeat-x top left;
	padding: 9px 16px;
	position: relative;
	min-height: 87px;
	_height: 87px;
}

div.content-footer a {
	color: #515151;
}

div.content-footer div.logo {
	margin-bottom: 5px;
}

div.content-footer p.copyright {
	position: absolute;
	bottom: 12px;
	left: 278px;
	color: #B9B9B9;
	font-size: 11px;
	font-weight: bold;
}

div.content-footer p.copyright a {
	font-weight: normal;
}

div.content-footer div.banners {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 180px;
}

div.column.left div.item {
	padding: 8px;
	padding-left: 7px;
	padding-bottom: 2px;
	margin-right: 11px;
}

div.column.left div.item.last {
	background-image: none;
}

div.column.left div.item h5 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	background: url("/images/left_item_title_bg.gif") no-repeat 0px 5px;
	padding-left: 18px;
	margin-bottom: 6px;
}

div.column.left div.item h5:hover {
  color: #f08820;
  background-image: url("/images/left_item_title_hover_bg.gif");
}

div.column.left div.item.active h5,  div.column.left div.item.active h5:hover {
	background-image: url("/images/left_item_title_active_bg.gif");
	color: #f08820;
}


div.column.left div.item li {
	margin-left: 34px;
	margin-bottom: 9px;
}

div.column.left div.item li a {
	color: #333;
}

div.column.left div.item li.active a {
	color: #f08820;
}

div.column.left div.item li a:hover {
	color: #f08820;
	text-decoration: none;
}

div.column.left div.item .inner {
	display: none;
}

div.column.left div.item.active .inner {
	display: block;
}

div.column.center .inner {
/*  padding: 0 30px;*/
}

div.column.right div.inner {
	padding: 0px 0px 14px 0px;
	padding-top: 0px;
}

div.column.right h2.column-title {
  margin-bottom: 1px;
}

div.column.right .service {
  margin-bottom: 10px;
  padding-top: 7px;
  font-size: 10px;
}

div.column.right h6 {
	font-weight: bold;
	margin-bottom: 14px;
	margin-top: 10px;
}

div.column.right .item {
	margin-bottom: 16px;
}

div.column.right .item span.title {
	display: block;
	line-height: 20px;
}

div.column.right .item.icon span.title {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: center left;
}

div.column.right .item.icon.question span.title {
	background-image: url("/images/question_icon.gif");
}

div.column.right .item.icon.ddown span.title {
	background-image: url("/images/dropdown_icon.gif");
}

div.header-blocks {
	margin-top: 2px;
	overflow: hidden;
	_height: 1%;
	/*background-color: #e1e1e1;*/
	background-color: #F1F1F1;
}

div.header-blocks div.column {
	float: left;
	height: 100px;
	position: relative;
	text-align: center;
}
div.header-blocks div.issue {
	width: 80px;
	background: url("/images/corner1.gif") no-repeat bottom right transparent;
}

div.header-blocks div.news {
	width: 305px;
	background: url("/images/corner2_2.gif") no-repeat bottom right #333;
	color: #fff;
}

div.header-blocks div.editor {
	width: 394px;
	background-color: #638263;
	text-align: left;
	_width: 391px;
}

div.header-blocks div.issue img {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -37px;
}

div.header-blocks div.column div.text {
	padding: 32px 10px 0;
}

div.header-blocks div.column div.text .title {
	color: #ed1c24;
	font-size: 9px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
}

div.header-blocks div.column div.text a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div.header-blocks div.column.news div.text a {
	color: #fff;
}

div.header-blocks div.column.editor div.text a {
	color: #000;
}

div.header-blocks div.column.editor div.text .author {
	font-size: 9px;
	display: block;
	margin-top: 4px;
}

div.header-blocks div.column.editor div.text .author .name {
	font-weight: bold;
}

div.header-blocks div.column.editor div.text {
	padding: 25px 26px 0 119px;
	color: #fff;
}

div.header-blocks div.column.editor div.text a {
	color: #fff;
}

div.header-blocks div.column.editor .face {
	position: absolute;
	bottom: 0px;
	left: 16px;
	z-index: 5;
}

div.header-blocks div.column.editor .face img {
	display: block;
}

div.header-blocks div.column.editor .corner {
	width: 49px;
	height: 49px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	_right: -1px;
	background: url("/images/corner.png") no-repeat;
	z-index: 10;
}

/* Step 1 styles */

div.step {
	background: url("/images/step_corner.png") no-repeat bottom right #e1e1e1;
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 14px;
	_height: 1%;
}

div.step.current {
	background-color: #ed1c24;
	color: #fff;
}

div.step.passed {
	background-color: #849c84;
	color: #fff;
}

div.step p span.stepname {
	display: block;
	font-weight: bold;
}

div.text-title {
	overflow: hidden;
	_height: 1%;
	margin-bottom: 27px;
}

div.text-title span {
	display: block;
	float: left;
	background: url("/images/corner_small.png") no-repeat bottom right #e1e1e1;
	padding: 4px 13px 4px 30px;
	text-transform: uppercase;
	font-weight: bold;
}

div.step-page h3 {
	font-size: 24px;
	margin-bottom: 35px;
}

div.filled, div.filled p {
	color: #a7a9ac;
}

div.date p {
	font-size: 14px;
	font-weight: bold;
}

a.question {
	background: url("/images/question_icon.gif") no-repeat;
	text-decoration: none;
	padding: 0 8px;
	margin-left: 5px;
}

a.question:hover {
	background-image: url("/images/question_icon_hover.gif");
}

div.row {
	overflow: hidden;
	position: relative;
	_height: 1%;
}

a.reset {
	font-size: 10px;
}

div.row a.reset {
	position: absolute;
	right: 0px;
	bottom: 10px;
}

div.step-page input.text.calendar {
	width: 90px;
	color: #a19e9e;
	padding-right: 17px;
	background: url("/images/ddown_bg.gif") no-repeat center right;
}

div.step-page div.row {
	margin-bottom: 30px;
	position: relative;
}

div.step-page p {
	font-size: 14px;
	font-weight: bold;
}

input.short {
	width: 20px;
	text-align: center;
}

a.button {
	display: block;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	padding: 4px 17px;
	margin-right: 13px;
}

a.button.green {
	background: url("/images/button_green_bg.gif") repeat-x #538362;
	border: 1px solid #7a9d83;
	border-top-color: #e8edea;
}

a.button.red {
	background: url("/images/button_red_bg.gif") repeat-x #ee2826;
	border: 1px solid #f15f5f;
	border-top-color: #fde7e7;
}

a.button:hover {
	background-image: url("/images/button_hover_bg.gif");
	background-color: #2f3030;
	border-color: #949193;
}

a.button:visited {
	color: #fff;
}
/* Step 2 styles */
div.results {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	color: #a7a9ac;
	font-size: 12px;
	padding: 10px 0 5px;
	margin-bottom: 25px;
}

div.content div.results p {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: normal;
}

div.results .title {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

div.row div.row {
	margin-bottom: 10px;
	position: relative;
}

div.table-wrapper .title {
	font-size: 9px;
	margin-bottom: 10px;
	display: block;
}

table.table {
	width: 100%;
	margin-bottom: 30px;
	margin-top: -6px;
}

table.table caption {
  font-weight: bold;
  margin-bottom: 7px;
}

table.table tr td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

table.table tr td.last {
  border-right: none;
}

table.table tr.last td {
	color: #ed1c24;
}

table.table tr td.first, table.table tr th.first {
  padding-left: 0;
}

table.table th {
	border-top: 1px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	vertical-align: middle;
	font-size: 10px;
	text-transform: uppercase;
	padding: 7px 3px 7px 6px;
	width: 20%;
}

table.table th a.question {
	font-size: 14px;
}

table.table th span.button {
	display: block;
	margin-top: 5px;
}

table.table td input.text {
	width: 73px;
	text-align: center;
}

table.table tr.last td, table.table tr.last td.first {
	border-bottom: 2px solid #e9e9e9;
}

.ui-datepicker-calendar a:visited {
	color: #555;
}

.ui-datepicker-calendar td.ui-datepicker-week-end a {
	color: #ed1c24;
}

h2 {
  color: #ed1c24;
  font-size: 14px;
  margin-bottom: 12px;
}

.column.left h2 {
  padding-left: 25px;
}

.left.column .all {
  font-size: 10px;
  margin-left: 18px;
  margin-top: 12px;
}

.left.column .all span {
  color: #f08820;
}

.corner {
  position: absolute;
  font-size: 1px;
  line-height: 1px;
  background-repeat: no-repeat;
}

div.title .corner {
  width: 8px;
  height: 8px;
}

div.title .corner.lt {
  top: 0;
  left: 0;
  background-image: url("/images/title_lt.gif");
}
div.title .corner.lb {
  bottom: 0;
  left: 0;
  background-image: url("/images/title_lb.gif");
  _bottom:expression(parentNode.offsetHeight%2?-1:-2);
}
div.title .corner.rt {
  top: 0;
  right: 0;
  background-image: url("/images/title_rt.gif");
}
div.title .corner.rb {
  bottom: 0;
  right: 0;
  background-image: url("/images/title_rb.gif");
  _bottom:expression(parentNode.offsetHeight%2?-1:-2);
}

.chapter {
  margin-bottom: 30px;
  margin-top: 2px;
}

.chapter span {
  font-size: 10px;
  color: #ed1c24;
  text-transform: uppercase;
  margin-right: 5px;
}

.chapter-articles h6 {
  font-size: 10px;
  color: #ed1c24;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}

.chapter-articles ul {
  margin-left: 23px;
 /* margin-right: 50px;*/
}

.chapter-articles ul li {
  margin-bottom: 15px;
  font-size: 14px;
}

.right .links ul {
  margin-top: 20px;
}

.right .links li {
  margin-bottom: 12px;
}

.right .links li a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.right .links li.black a {
  color: #333;
  text-decoration: underline;
}

.right .links li a:hover {
  text-decoration: none;
}

.right .links li ul {
  margin-left: 15px;
  margin-top: 5px;
}

.right .links li li {
  margin-bottom: 7px;
}

.right .links li li a {
  font-weight: normal;
  color: #333;
  text-decoration: underline;
}

.right .links li li a:hover {
  color: #f08820;
}

.article-links {
  overflow: hidden;
  font-size: 10px;
  _height: 1%;
  padding-top: 4px;
  
}

.article-links .print {
  display: block;
  float: right;
  padding: 4px 0 0;
  position: relative;
  top: -4px;
  font-size: 10px;
  padding-right: 20px;
  background: url("/images/print_icon.gif") no-repeat bottom right;
}

.article-links .print a {
  text-decoration: underline;
  color: #f08820;
}

.article-links .print a:hover {
  text-decoration: none;
}

.views .number {
  color: #f08820;
}

body.article div.content div.center h2 {
  margin-bottom: 0;
}

.article-content {
  margin-top: 13px;
}

h3 {
 font-weight: bold;
 font-size: 16px;
 margin-bottom: 10px;
 margin-top: 20px;
}

h3.icon {
  background: url("/images/glavbuch_icon.gif") no-repeat 0px 2px;
  padding-left: 67px;
  padding-bottom: 2px;
  padding-top: 2px;
  
  margin-top: 20px;
}

.article-text .example {
  margin: 15px 23px 18px 23px;
}

.article-text .example h5 {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 10px;
}

.related {
  background: url("/images/related_icon.gif") no-repeat 0px 5px;
  padding-left: 25px;
  padding-top: 3px;
  font-size: 14px;
padding-bottom: 3px;
  }

.related li {
  margin-bottom: 10px;
}

.article .chapter-articles {
  margin-top: 40px;
}

.alphabet ul.alphabet {
  margin: -15px 14px 20px;
}

.alphabet ul.alphabet li {
  display: inline;
}

.alphabet ul.alphabet li a {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  margin-right: 1px;
}

.alphabet ul.alphabet li.active a {
  font-size: 30px;
  border-bottom: 2px solid #999;
  margin: 0 7px;
}

.alphabet dl {
  margin: 0 0 0 48px;
}

.alphabet dt {
  font-size: 30px;
  margin-bottom: 15px;
}

.alphabet dd {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 33px;
}

.alphabet dd li ul {
  font-weight: normal;
  font-size: 14px;
  margin-left: 15px;
  margin-top: 15px;
  display: none;
}

.alphabet dd li.expanded ul {
  display: block;
}

.alphabet dd li {
  margin-bottom: 20px;
}

.alphabet dd li a {
  text-decoration: none;
}

.alphabet dd li.expanded a {
  color: #f08820;
}

.alphabet dd li li {
  margin-bottom: 10px;
}

.alphabet dd li li a {
  text-decoration: underline;
}

.alphabet dd li.expanded li a {
  color: #333;
}

.alphabet dd li.expanded li a:hover {
  color: #f08820;
}

.alphabet.outer ul.alphabet {
  margin: -15px 21px 0;
}

.alphabet.outer ul.alphabet li {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
}

.alphabet.outer ul.alphabet li li {
  margin-bottom: 15px;
  font-size: 14px;
}

.alphabet.outer ul.alphabet li li a {
  text-transform: none;
  text-decoration: underline;
}

.alphabet.outer ul.alphabet li ul {
  margin-left: 23px;
}

.alphabet .center a:hover {
  color: #f08820;
}
a.dark,a.dark:visited{
    background: url("/images/menu_bg_hover.gif") repeat-x top left #2f3030;
}


