/* layout */
.Red {
	color: red;
}
.Green {
	color: green;
}
.Blue {
	color: blue;
}
#main_body {
    background: #D8D5C6 url("images/bg01.jpg") repeat-y top center;
    margin:0px; padding:5px;
}

#main_body_content {
    width: 750px;
	margin: 0 auto 0 auto;
    border:1px solid #4D792C;
    background-color: #F9FAF9;
}

#header {
	height: 110px;
	background: #5D8F38 url("images/header01.jpg") repeat-x top left;
}

#header_headline {
	display: block;
    float: left;
    margin-top:25px;
    margin-left:5px;
    width:345px;
    height:65px;
    cursor: hand;
}
#header_headline span {
	display: none;
}

#header_erb {
    float: right;
    margin-top:5px;
    margin-right:5px;
    width:90px;
    height:95px;
    cursor: hand;
}

#menu {
    height: 1.9em;
	background: #5D8F38 url("images/bg02.jpg") repeat-x top left;
    padding: 5px;
}

#menu_history {
    height: 1.9em;
    line-height: 1.9em;
    background: #CFDFC3;
    padding: 0 15px;
    font-size: 80%;
}
#menu_history span {
	display: none;
}

#content {
    margin: 0;
    padding: 0;
    min-height:100%;
    _height: 100%;
}

#sidebar {
	float: right;
	width: 13em;
    background-color: #EEF2ED;
	margin: 0; padding:0;
    border-left: 1px solid #4D792C;
    border-bottom: 1px solid #4D792C;
}

#sidebar-content {
	margin:0; padding:0;
	font-size: 80%;
}

#main {
	margin:0; padding:0 13em 0 0;
}

#main-content {
    text-align: left;
	margin:0; padding:1em;
}

#footer {
    clear:both;
	color:#FFF;
    background: #5D8F38 url("images/bg02.jpg") repeat-x top left;
    margin:0;
    font-size: 80%;
	padding:0.2em;
	text-align:center;
}

#footer a {	color:#FFF; text-decoration:none;}
#footer a:hover { color:#FFF; text-decoration:underline;}

.noshow {
	display: none;
}
/*-------------------------------------------------*/
a			    {   }
a:link          { color: #457; }
a:visited       { color: #457; }
a:hover         { color: #89B; }
a:active        { color: #457; }

body {
    background-color: #D8D5C6;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
    margin:0; padding:0;
	}

input, select, textarea	{
                    font-family: Verdana;
                }
img             {	margin:5; padding:0;
			border:0;

                }
form			{   margin: 0px;
 			        padding: 0px; }
h1              {
	                font-size: 140%;
	                font-weight: bold;
                    margin-top: 0px;
                    margin-bottom: 5px;
                }
h2              {
                    font-size: 120%;
                    font-weight: bold;
                    margin-top: 2px;
                    margin-bottom: 2px;
                }
h3              {
                    font-size: 100%;
                    font-weight: bold;
                    margin-top: 2px;
                    margin-bottom: 2px;
                }
h4              {
                    font-size: 110%;
                    font-weight: normal;
                    margin-top: 2px;
                    margin-bottom: 2px;
                    font-style: italic;
                }
h5              {
                    font-size: 80%;
                    font-weight: normal;
                    margin-top: 2px;
                    margin-bottom: 2px;
                }

p               {   
                }
hr              {
                    height:1px;
                    color: #CCC;
                    border:0;
                }
/*----------------------------------------------------------------------*/
.text_error		{   color: #AF2222; }
.text_vystraha	{   color: #AF2222; }
/*----------------------------------------------------------------------*/
.table_light    {   margin-top: 10px;
                    margin-bottom: 10px;
                    background-color: #407534;
                }
.table_light td {   padding-left: 5px;
                }
.table_light .headline     {
                    color: #FFF;
                    background-color: #407534;
                    font-style: normal;
                    font-weight: bold;
                    text-align: left;
                }
.table_light .headline a	{
                    color: #FFF;
                    text-decoration: none;
                }
.table_light .headline a:hover	{
                    text-decoration: underline;
                }
.table_light .line1    { background-color: #F5F5F5; }
.table_light .line2    { background-color: #FFF; }
/*----------------------------------------------------------------------*/
.table_mini   {     width: 100%;
                    margin: 0 0 10px 0;
                    padding: 0;
                    border-collapse: collapse;
                    }
.table_mini thead td {
                    color: #fff;
                    xborder-bottom: 1px dashed #94B58C;
                    background-color: #4D792C;
                    font-weight: bold;
                    padding: 4px 10px;
                    }
.table_mini tbody td {
                    padding: 4px;
	                 }
/*----------------------------------------------------------------------*/
.button         {   background-color: #DDDDDD;
                    border-top: 1px solid #FFF;
                    border-left: 1px solid #FFF;
                    border-right: 1px solid #888;
                    border-bottom: 1px solid #888;
                    font-size: 80%;
                    font-family: Verdana;
                    margin: 2px; }
/*----------------------------------------------------------------------*/
.external_link {
    padding-right: 13px;
    background: url("images/external_link.png") no-repeat center right;
}
                    