/*
    Web: Antiposter.com
    Author: Roman Kohoutek (roman.kohoutek@sovanet.cz)
    Date: 08.10.2004
*/

body {
    border-width: 0px;
    margin: 0px;
    background-color: #FFFFFF; /* white */
    text-align: center; /* nutne pro MSIE5 */
    /* color: #333333; */
    color: #00095E;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 5px;
}

p {
    text-align: justify;
}

table {
    color: #00095E;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}
/*******************************************************************************
*   Linky 
*******************************************************************************/

a {
    color: #3962A0;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

/*******************************************************************************
*   Struktura stranky 
*******************************************************************************/

#mainpage {
    width: 775px;
    /*border: 1px solid red;*/
    margin: 0px auto; /* vystredeni */
    text-align: left; /* nutne pro MSIE5 */
    padding: 5px 0px 5px 0px;
    background: #FFFFFF url("./img/back-full.jpg");
    background-repeat: no-repeat;
}

#topspace {
    margin-left: 16px;
    margin-top: 25px;
    width: 695px;
    height: 74px;
    /*border: 1px solid blue;*/
}

#toplanguages {
    margin-left: 410px;
    margin-top: 0px;
    width: 300px;
    height: 30px;
    /*border: 1px solid  yellow;*/
    text-align: right;
    color: #000763;
    font-size: 11px;
    font-weight: bold;
}

#topmenu {
    margin-left: 0px;
    margin-top: 10px;
    width: 410px;
    height: 37px;
    background: #FFFFFF url("./img/back-topmenu.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    /*padding: 0px;*/
    /*border: 1px solid green;*/
}

#mainbody {
    width: 750px;
    margin-top: 17px;
    margin-left: 10px;
    background: #FFFFFF;
    border: 1px solid #000668;
}

img#leftblock {
    margin-top: 17px;
    padding: 0px;
    border: none;
}




#copyright {
    margin-left: 7px;
    margin-top: 8px;
    width: 742px;
    height: 27px;
    background: #FFFFFF url("./img/back-copyright.jpg");
    background-repeat: no-repeat;
    /*border: 1px solid black;*/
}

#copyright a {
    color: #00095E;
    font-weight: normal;
    text-decoration: none;
}

#copyright a:link { color: #00095E; text-decoration: none; }
#copyright a:visited { color: #00095E; text-decoration: none; }
#copyright a:hover { color: #00095E; text-decoration: none; }
#copyright a:active { color: #00095E; text-decoration: none; }


.cleaner {
    clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; padding: 0;
	background: transparent;
}


/*******************************************************************************
*   Formatovani
*******************************************************************************/

/* topmenu */

#topmenu h2 {
    display: inline;
    font-size: 12px;
    fong-family: Arial, sans-serif;
    /*color: #000668;*/
    /*color: #242A93;*/
    font-weight: bold;
    margin-left: 12px;
    margin-right: 12px;
}

#topmenu A {
    color: #000668;
}

.menu {
    background-color: #FFFFFF;
}

#activemenu {
    background-color: #00095E;
    color: #FFFFFF;
}

#activemenu A {
    color: #FFFFFF;
}

/* nadpis sekce */

div.sectionheadline {
    padding-top: 15px;
    padding-bottom: 2px;
    padding-left: 37px;
    background: #FFFFFF url("./img/back-section.gif");
    background-repeat: no-repeat;
    background-position: bottom left;
    

}
.sectionheadline h1 {
    font-family: Arial, sans-serif;
    color: #00095E;
    font-size: 15px;
    font-weight: bold;
    display: inline;
}


/* texty */
div.sectioncontent {
    margin-left: 7px;
    margin-top: 10px;
    padding-right: 22px;
    width: 726px;
    
    /*background: #FFFFFF url("./img/back-rightblock.gif");
    background-repeat: no-repeat;
    background-position: top right;
    border: 1px solid red;
    */
}

td.text1 {
    background: #BDBFD5;
    display: hidden;
}

td.text2 {
    background: #DDDEEA;
}

div.tdcontent {
    margin: 10px;
}

div.copyright {
    font-size: 11px;
    padding-left: 80px;
    padding-top: 5px;
}

div.copyright p {
    margin: 0px;
    padding: 0px;
}

td.langname {
    padding-left: 5px;
    padding-top: 2px;
    color: #000763;
    font-size: 11px;
    font-weight: bold;
}

.nadpis1 {
    text-align: center;
    font-size: 13px;
}

.nadpis2 {
    text-align: left;
    font-size: 13px;
}

/* pod antiposterem obrazkem */
td#logotext {
    font-size: 14px;
    font-family: "Times New Roman", serif;
    color: #999999;
    white-space: nowrap;
}

.remove {
    display: none;
}

.center {
    text-align: center;
}

table.form1 {
    border: 1px solid #000668;
    background: #BDBFD5;
    margin: 0 auto; 
    text-align: left;
}

.vstup {
    width: 175px;
    font-size: 11px;
}

table.form1 td {
    vertical-align: top;
}

textarea.vstup {
    width: 262px;
    font-family: Arial, sans-serif;
}
