/* layout */
#main_body {
    margin:0; padding:0;
    background: url("images/bg03.png") no-repeat top center;
}

#main_body_content {
    width: 768px;
	margin: 0 auto 0 auto;
    background-color: #FFF;
}

#header {
	height: 142px;
    width: 100%;
    margin: 0; padding: 0;
	background: url("images/bg01.jpg") no-repeat top left;
}

#header_logo {
    width: 105px;
    height: 135px;
    margin: 0 0 0 10px;
    float: left;
    cursor: hand;
}

#header_lang {
    margin: 125px 5px 0 0;
    float: right;
}

#content {
    clear: both;
    width: 768px;
    border-collapse: collapse;
}

#sidebar {
    width: 180px;
    margin: 0; padding: 2px;
    vertical-align: top;
}

#sidebar-content {
    margin: 0; padding: 0;
}

#main {
    margin: 0; padding: 0;
    vertical-align: top;
}

#main-headline {
    text-align: left;
    font-size: 150%;
    font-weight: bold;
    margin: 0;
    padding:10px 10px 0px 10px;
}

#main-content {
    margin:0; padding: 0 10px 10px 10px;
}

#footer {
    background-color: #eef3f9;
	text-align: center;
    padding: 0.5em;
}
#footer a { color: #000; text-decoration: none;}
#footer strong a { text-decoration: underline;}
/*-------------------------------------------------*/
a			    {   }
a:link          { color: #457; }
a:visited       { color: #457; }
a:hover         { color: #89B; }
a:active        { color: #457; }

body {
    background: url("images/bg02.png") repeat-y top center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
    margin:0; padding:0;
	}

input, select, textarea	{
                    font-family: Verdana;
                    font-size: 90%;
                    padding: 2px;
                }
img             {	margin:0; padding:0;
			        border:0;

                }
img.obrazek {
		margin: 0 0 10px 10px;
}
form			{   margin: 0px;
 			        padding: 0px; }
h1              {
	                font-size: 140%;
	                font-weight: bold;
                    margin-top: 5px;
                    margin-bottom: 5px;
                }
h2              {
                    font-size: 130%;
                    font-weight: bold;
                    margin-top: 2px;
                    margin-bottom: 2px;
                }
h3              {
                    font-size: 110%;
                    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              {
                    color: #457;
                    font-size: 110%;
                    font-style: normal;
                    font-weight: bold;
                    margin: 2px;
                }
p               {   text-align: justify;
                }
hr              {
                    height:0;
                    border:0;
                    border-bottom: 1px solid #CCC;
                }
/*----------------------------------------------------------------------*/
.text_error		{   color: #AF2222; }
.text_vystraha	{   color: #AF2222; }
/*----------------------------------------------------------------------*/
.table_light    {   margin: 5px 0 0 0;
                    border-collapse: collapse;
                    width: 605px;
                    }
.table_light thead {
                    color: #FFF;
                    background: url("images/bg06.png") repeat-x top left;
                    font-family: Georgia;
                    font-style: normal;
                    font-weight: bold;
                    }
.table_light thead td {
                    padding: 3px;
                    }
.table_light tbody .line1    { background-color: #f7f7f7; }
.table_light tbody .line2    { background-color: #fcfcfc; }
/*----------------------------------------------------------------------*/
.table_dialog   {   background-color: #f7f7f7;
                    margin-top: 5px;
                    margin-bottom: 5px;
                    border-collapse: collapse;
                    width: 605px;
                }
.table_dialog thead {
                    background: url("images/bg07.png") no-repeat top left;
}
.table_dialog thead td {
                    color: #FFF;
                    font-family: georgia;
                    font-style: normal;
                    font-weight: bold;
                    padding: 3px 3px 3px 15px;
                    }
.table_dialog tbody td {
                    padding: 3px 3px 3px 15px;
                    vertical-align: top;
                    }
/*----------------------------------------------------------------------*/
.table_mini   {     width: 180px;
                    margin: 0 0 5px 0;
                    border-collapse: collapse;
                    }
.table_mini thead td {
                    color: #FFF;
                    background: url("images/bg08.png") no-repeat top left;
                    font-family: Georgia;
                    font-weight: bold;
                    padding: 3px 3px 3px 15px;
                    }
.table_mini tbody td {
                    padding: 3px;
                    background-color: #ededed;
                    font-size: 90%;
                    }
.table_mini tfoot {
                    height: 20px;
                    background: url("images/bg09.png") no-repeat bottom left;
                    }
/*----------------------------------------------------------------------*/
.button         {   background: #DDDDDD url("images/button01.jpg") repeat-x top left;
                    border-top: 1px solid #FFF;
                    border-left: 1px solid #FFF;
                    border-right: 1px solid #777;
                    border-bottom: 1px solid #777;
}
