﻿/* CSS-Layout */
body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    color: #203020;
    background-image: url('page_background.png');
    background-repeat: repeat-y;
    background-position: center top;
    margin: 0;
}

a
{
    text-decoration: none;
    color: #0040B0;
}

a:visited
{
    color: #707070;
}

a:active
{
    color: #800000;
}

a:hover
{
    color: #008000;
}

.img_box
{
    text-align: center;
    margin: 8px 0px 8px 0px;
}

#headregion
{
    margin: 16px 8px 0px 8px;
    height: 100px;
    background-image: url('head.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 0;
}

#head_additionals
{
	float: right;
    text-align: right;
    margin: 8px 10px 0px 0px;
    color: #808080;
    font-size: 10px;
}

#page_title
{
    margin: 76px 0 0 122px;
    color: #404040;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
}

#top_nav
{
    padding-top: 20px;
    padding-bottom: 12px;
}

#container
{
}

#left_col
{
    padding: 0px 16px 8px 16px;
}

#right_col
{
    padding: 0px 16px 8px 16px;
}

#right_col_button
{
    background-image: url('btn_collapse.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#right_col.collapsed #right_col_button
{
    background-image: url('btn_expand.png');
}

#page_content
{
    background-color: #FFFFFF;
}

#footer
{
    margin-top: 8px;
    margin-bottom: 8px;
    height: 18px;
    padding: 2px 8px 0px 8px;
    color: #808080;
    font-size: smaller;
    vertical-align: bottom;
}

#menu
{
    padding: 0px;
}
#menu li a{
    display: block;
    margin: 0px 0px 8px 0px;
    padding: 0px 8px 9px 12px;
    border-bottom: 1px #C0C0C0 solid;
}
#top_nav {
	border-bottom: 1px #C0C0C0 solid;
	border-top: 1px #C0C0C0 solid;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 12px;
	margin-bottom: 8px;
}
#menu_top {
	margin: 0;
	padding: 0;
}
#menu_top li a
{
	display: inline-block;
    margin: 0px 2px 0px 2px;
    padding: 0px 8px 0px 8px;
}

#menu li a, #menu_top li a
{
    color: #404040;
}
#menu li a:hover, #menu_top li a:hover
{
    color: #0040B0;
}

.block
{
    font-size: 12px;
}

.block_title
{
    margin: 0px;
    padding: 2px 8px 2px 8px;
    font-weight: bold;
    border-bottom: 1px #C0C0C0 solid;
}

.block_content
{
    padding: 8px;
}

.descr
{
    font-size: 12px;
}

.img_box .descr
{
    display: block;
    margin: 4px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;
}

li .descr
{
    display: block;
    margin: 2px 0px 8px 0px;
    padding: 0px 0px 0px 16px;
    font-style: italic;
}

hr
{
	border: 0px #FFF none;
    border-top: 1px #C0C0C0 solid;
}

td
{
    vertical-align: top;
}

table.table
{
    background-color: #FFFFFF;
    color: #002050;
    border-collapse: collapse;
    margin-bottom: 16px;
}

table.table td
{
    vertical-align: top;
    padding: 4px 8px 4px 8px;
    border: 1px solid #E8E8E8;
}

table.table thead td
{
    font-weight: bold;
    background-color: #E8E8E8;
    color: #000000;
}

.align_right
{
    text-align: right;
}

.download_button {
	display: block;
	margin: 12px auto 12px auto;
	padding: 4px;
	width: 220px;
	height: 56px;
	background-image: url('btn_download_big.png');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	text-align: left;
}
.download_info {
	display: inline-block;
	position:relative;
	margin: 30px 0 0 70px;
	padding: 0;
	font-size: 10px;
	text-align: left;
}