/*
modra pozadi a pismo
#196285;
rgb(25,98,133);

sediva svetlejsi
#9EA0A1;
rgb(158,160,161);

sediva tmavsi
#7E8589;
rgb(135,142,146);

nezamestnanost
#FCCD83;
rgb(251,213,154);

vztahy
rgb(204,175,252);

duchod
rgb(251,162,159);

samota
rgb(252,142,194);

*/
*{
    margin: 0px;
    padding: 0px;
}

body{
    background-color: rgb(25,98,133);
    color: rgb(25,98,133);
    font-family: Arial, 'Comic Sans MS', sans-serif;
    font-size: 12px;
}
h2{
    text-align:center;
    font-size:20px;
}
h3{
    color:#FFFFFF;
}
.mainPanel h3{
    visibility:hidden;
}
h4{
    color:#AAAAAA;
}
a{
	color: rgb(25,98,133);
    text-decoration:none;
}
a:hover{
    color:#FFF;
}
img{
    border:0px;
}
.page{
    width:100%;
}
.pageA{
    width:100%;
    color:#FFF;
}
.admintop{
    width:1000px;
    height:250px;
    margin-top:20px;
    color:#FFF;
}
.admintop a{
    color:#FFF;
    font-weight:bold;
}
.admintop a:hover{
    text-decoration:none;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
}
.admintop h1{
    font-size:26px;
    text-align:center;
}
.admintop h2{
    font-size:22px;
    text-align: left;
}
.adminMenu{
    color:#FFF;
    background-color: rgb(135,142,146);
    padding:5px;
}
.wpage{
    width:1000px;
    margin:0 auto 0 auto;
}
.top{
    width:1000px;
    height:250px;
    background-image:url(img/horni_logo.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    margin-top:20px;
}

.h1Set{
    text-align:right;
    visibility:hidden;
}
.podtop{
    height:25px;
    color: #FFF;
    font-size:14px;
    text-align:right;
    padding-right:10px;
    padding-top:12px;

}
.adminpodtop{
    height:25px;
    color: #FFF;
    font-size:14px;
    text-align:right;
    padding-right:10px;
    padding-top:12px;

}
.leftPanel{
    float:left;
    width:245px;
}
.mainPanel{
    width:745px;
    margin-left:255px;
    color: rgb(25,98,133);
}
.helpHandBox, .anketaBox, .kontaktBox{
    background-color: rgb(158,160,161);
    margin-bottom: 10px;
    padding:6px;
    overflow:hidden;
}
.helpHandBox{
    padding:5px;
}
.helpHandBox a{
    text-decoration:none;
    _color: rgb(25,98,133);
}
.anketaBox{

}
.kontaktBox{}
.kontaktMail{
    text-align: center;
    padding-top:1em;
}
.kontaktMail a{
    font-weight:bold;
}
.welcomeBox, .menuBox, .infoBox{
    background-color: rgb(135,142,146);
    color: rgb(25,98,133);
    padding:5px;
    margin-bottom:10px;
}
.welcomeBox{
    text-align:justify;
}
.menuBox{
    padding:10px 0 0 10px;
    height:352px;
}
.menuBox li {
    float:left;
    list-style:none;
    margin-right:10px;
    margin-bottom:10px;
    background-color: rgb(158,160,161);
    width:357px;
    height:166px;
}
.inMenu{
    height:115px;
    padding:5px;
}
.vstupteMenu{
    height:35px;
    font-size:20px;
    font-weight:bold;
    text-align:right;
    margin-right:8px;
    margin-top:0px;
    text-decoration: underline;
}
.vstupteMenu a:hover{
    color: #FFF;
}
.samotaMenu, .duchodMenu, .vztahyMenu, .nezamMenu{

}
.nezamMenu{
    color: rgb(251,213,154);
    border: solid 3px rgb(251,213,154);
}
.vztahyMenu{
    color: rgb(204,175,252);
    border: solid 3px rgb(204,175,252);
}
.duchodMenu{
    color: rgb(251,162,159);
    border: solid 3px rgb(251,162,159);
}
.samotaMenu{
    color: rgb(252,142,194);
    border: solid 3px rgb(252,142,194);
}
.nezamMenu a{
    color: rgb(251,213,154);
}
.vztahyMenu a{
    color: rgb(204,175,252);
}
.duchodMenu a{
    color: rgb(251,162,159);
}
.samotaMenu a{
    color: rgb(252,142,194);
}
.samotaMenu:hover, .duchodMenu:hover, .vztahyMenu:hover, .nezamMenu:hover{
    
}
.inMenu p{
    color: rgb(25,98,133);
}
.topMenuBox{
    height:65px;
    background-color: rgb(135,142,146);
    margin-bottom:10px;
}
.topMenuBox li{
    float:left;
    list-style:none;
    width:137px;
    height:45px;
    line-height:45px;
    background-color: rgb(158,160,161);
    margin-right: 12px;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin:10px 0 0 10px;
}
.topMenuBox a{
    display:block;
    height:45px;
    text-decoration:none;
}
.menuHelp{
}
.menuHelpSet{
    color:#FFFFFF;
    background-color: rgb(25,98,133);
}
.menuNezam{
    background-color: rgb(251,213,154);
}
.menuNezamSet{
    color:#FFFFFF;
    background-color: rgb(251,213,154);
}
.menuVztahy{
    background-color: rgb(204,175,252);
}
.menuVztahySet{
    color:#FFFFFF;
    background-color: rgb(204,175,252);
}
.menuDuchod{
    background-color: rgb(251,162,159);
}
.menuDuchodSet{
    color:#FFFFFF;
    background-color: rgb(251,162,159);
}
.menuSamota{
    background-color: rgb(252,142,194);
}
.menuSamotaSet{
    color:#FFFFFF;
    background-color: rgb(252,142,194);
}
.helpHandMenuBox{
    height:94px;
    background-color: rgb(135,142,146);
    padding:0px 0px 0px 0px;
    margin-bottom:0px;
}
.helpHandMenuBox li{
    font-size:11px;
    float:left;
    list-style:none;
    width:105px;
    line-height:35px;
    height:35px;

    margin-left: 8px;
    margin-top: 8px;
    font-weight:bold;
    text-align:center;
}
.helpHandMenuBox a{
    display:block;
    height:45px;
    text-decoration:none;
}
.cleaner{
    clear:both;
    height:0px;
}
.temaBox2, .temaBox1,.reakce_temaBox1,.reakce_temaBox2{
    margin-top:10px;
    padding:0px;
}
.temaBox1,.reakce_temaBox1{
    background-color: rgb(158,160,161);
}
.temaBox2,.reakce_temaBox2{
    background-color: rgb(135,142,146);
}
.temaText{
    color: rgb(25,98,133);
    font-weight:bold;
    font-weight:bolder;
    padding:10px;
}
.temaPodpis{
    color: rgb(25,98,133);
    font-weight:bold;
    padding:10px;
}
.temaVstup{
    float:right;
    _height: 19px;
}
.temaVstup a{
    display:block;
    height:17px;
    width:150px;
    padding-top:3px;
    background-color: rgb(25,98,133);
    color:#FFF;
    font-weight:bold;
    text-align:center;
}
.temaVstup a:hover{
    border: 1px solid #FFF;
}
.reakce_temaBox1,.reakce_temaBox2{
    margin-left:40px;
}
.mainDiskuze_nezam, .mainDiskuze_vztahy,.mainDiskuze_samota,.mainDiskuze_duchod,mainDiskuze_1, .mainDiskuze_2,.mainDiskuze_3,.mainDiskuze_4{
    margin-top:10px;
    margin-bottom:0px;
    padding:0px;
}
.mainDiskuze_1, .mainDiskuze_nezam{
    background-color: rgb(251,213,154);
}
.mainDiskuze_2, .mainDiskuze_vztahy{
    background-color: rgb(204,175,252);
}
.mainDiskuze_3, .mainDiskuze_samota{
    background-color: rgb(252,142,194);
}
.mainDiskuze_4, .mainDiskuze_duchod{
    background-color: rgb(251,162,159);
}
.mainDiskuzeSpace{
    height:30px;
}
.eventHead{
    color: rgb(25,98,133);
    font-weight:bold;
    padding:5px;
    height:17px;
}
.eventDate{
    float:right;
}
.eventButton{
    height:15px;
    padding:0 10px 10px 0;
}
.formBox{
    margin-top:50px;
    margin-bottom:30px;
    color:#FFF;
    background-color: rgb(135,142,146);
    padding: 10px;
}
.chybaBox{
    background-color: rgb(135,142,146);
    color:#FF0000;
}
.chybaBox p{
    color: #000;
}
.fileDown{
    float:right;
    margin-right:50px;
    padding:5px;
}
.cleanerR{
    clear:right;
}
.toplistImg1{
    border: 0px;
}
.reklamy{
    background-color: rgb(135,142,146);
    padding:5px;
    margin-bottom:10px;
    width: 990px;
    text-align: center;
}