.cal_box {
    width: 300px;
    background-color: #fff;
    border: solid 1px #73718a;    
}
.cal_box .head {
    background-color: #73718a;
    border: solid 1px #73718a;      
    color: #fff;
    padding: 3px;
}
.cal_box .head p {
    font-weight: bold;
}
.cal_box .main {
    padding-bottom: 5px;
}
.cal_box .main .title {
    padding: 5px 0px 2px 5px;
    font-weight: bold;
}
.cal_box .main .start_text {
    width: 60px;
    float: left;
    margin-left: 5px;
}
.cal_box .main .start_date {
    width: 180px;
    float: left;
}
.cal_box .main .end_text {
    width: 60px;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}
.cal_box .main .end_date {
    width: 180px;
    float: left;
    margin-bottom: 10px;
}
.cal_box .main .place_text {
    width: 60px;
    float: left;
    margin-left: 5px;
}
.cal_box .main ul {
    margin: 0px;
    padding: 0px;
}
.cal_box .main .place_place {
    list-style-type: none;
    width: 180px;
    float: left;
    margin: 0px;
    padding: 0px;
}
.cal_box .main .description {
    padding: 10px 10px 2px 10px;
    font-weight: normal;
    text-align: justify;
}
.cal_box .main .link {
    padding: 5px 5px 2px 5px;
    font-weight: bold;
}

#wai {
    top: 65px;
    left:800px;
    position:absolute;
    background: url(../frames/wai.gif) no-repeat top right;
    width: 165px;
    height: 26px;
    font-weight: bold;
    text-decoration: none;
/*    display: none; */
}
#wai span {
    position:relative;
    top: 5px; 
}

#szlovak {
    top: 19px;
    left:875px;
    position:absolute;
}
#angol {
    top: 19px;
    left:910px;
    position:absolute;
}

#nemet {
    top: 19px;
    left:948px;
    position:absolute;
}

#menu {
    color:#003473;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
    top: 52px;
    height:45px;
    position:absolute;
    width:795px;
    z-index: 1;
}

#menu ul {
    margin: 0px 0px 0px 52px;
    list-style-type: none;
    cursor: pointer;
}

#menu ul li {
/*    margin: 4px 0px 2px 10px; */
}


#menu ul ul {
    display:none;
    list-style-type: none;
    margin: 0px;
    padding: 12px 0px 0px 5px;
    width: 980px;
    height: 25px;
    top: 40px;
    left: 0px;
    position: absolute;
    color: #fff;
}

#menu ul li ul li {
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    float:left;
    font-weight:bold;
    height:18px;
    margin:0px;
    padding:0px 5px;
}




.header_top {
    height: 132px;
    background: url(../images/top.jpg) #494568 no-repeat top left;
    width: 980px;
    position: relative;
}
.header_bottom {
    height: 129px;
    background: url(../images/middle.jpg) #494568 no-repeat top left;
    width: 720px;
    float: left;
}



.right {
    float:right;
    width: 260px;
}

.left {
    float: left;
    width: 720px;
    padding-bottom : 10px;
}


.footer {
    height: 50px;
    background-color: #494568;
}
.footer p {
    padding: 15px 0px 0px 0px;
    text-align: center;
    font-weight:bold;
    color: #fff;
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.footer a:hover {
    text-decoration: none;
    color: #fff;
}


.top_menu {
    position: absolute;
    top: 22px;
    left: 650px;
    width: 210px;
    height: 25px;
    font-weight: bold;
    color: #494568; 
}
.top_menu a {
    color: #494568;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    margin: 0px 5px;
}



.menu_select {
    float: left;
    margin: 12px 1px;
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    height: 28px;    
    color: #494568;
}

.menu_normal {
    float: left;
    margin: 12px 1px; 
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    height: 28px;    
    color: #494568;
}
.menu_normal img {
    float: left;
}
.menu_normal p {
    float: left;
}

.sub_menu {
    float: left;
    margin: 0px 10px;
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.separator {
    float: left;
    width: 1px;
    height: 15px;
    background-color: #ddd;
}

.menu_normal .m_left {
    float: left;
    width: 7px;
    height: 28px;
    background: url(../images/menu_left.gif) no-repeat top left;
}
.menu_normal .m_right {
    float: left;
    width: 7px;
    height: 28px;
    background: url(../images/menu_right.gif) no-repeat top left;
}
.menu_normal .m_center {
    float: left;
    height: 28px;
    background-color: #73718a;
}
.menu_normal .m_center p {
    padding-top: 6px;
    color: #fff;
    height: 28px; 
}

.menu_select .m_left {
    float: left;
    width: 7px;
    height: 28px;
    background: url(../images/menu_sel_left.gif) no-repeat top left;
}
.menu_select .m_right {
    float: left;
    width: 7px;
    height: 28px;
    background: url(../images/menu_sel_right.gif) no-repeat top left;
}
.menu_select .m_center {
    float: left;
    height: 28px;
    background-color: #494568;
}
.menu_select .m_center p {
    padding-top: 6px;
    color: #fff;
}

#photos {
    width: 720px;
    border: 0px;
    margin: 0px;
    padding: 0px;    
}
.welcome {
    left: 10px;
    width: 705px;
    height: 114px;
    background: url(../images/welcome.jpg) no-repeat top left;
}
.welcome_img {
    width: 710px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
}

.welcome_img img {
    float: left;
    border: 0px;
    margin: 2px 0px 0px 13px;
    padding: 0px;
    width: 160px;
}

.calendar_container {
    background: url(../images/right_top.jpg) #ddddda no-repeat top left;
    padding: 0px 0px 0px 20px;
}
.calendar_bottom {
    width: 260px;
    height: 17px;
    background: url(../images/calendar_bottom.jpg) #ddddda no-repeat bottom left;
}


.calendar_container .title {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 14px;
    padding: 6px 0px 15px 45px;
    color: #494568;
    z-index: 10;
    width: 180px;
}
.calendar_container .title p {
    width: 170px;
}

.calendar_container .title a {
    text-decoration: none;
}


.calendar {
    font-size: 12px;
}

.calendar td {
    text-align: right;
    cursor: pointer;
}
.calendar th {
    width: 30px;
    height: 25px;
    text-align: right;
}
.calendar td p {
    width: 22px;
    padding: 2px;
    margin: 2px;
}
#calendar_loader img {
    margin : 10px 0px 10px 65px
}

.cal_nav {
    float:left;
    /*width: 225px;*/
    padding  : 0px 0px 0px 35px; 
    
    
}

.nav_prev {
    float:left;
    width: 20px;
    height: 20px;
}
.nav_next {
    float:left;
}

.nav_text {
    float:left;
    font-weight: bold;
    margin: 2px 0px 0px 0px;
    width: 110px;
    text-align: center;
}

.sunday p {
    color: #d22;
}
.day {
    color: #494568;
}

#right_bottom_container {
/*
    position: absolute;
    top: 250px;
    left: 0px;
*/    
}




.right_box {
    width: 250px;
}
.right_box .head {
    height: 41px;
    background: url(../images/box_head.jpg) #ddddda no-repeat top left;
}
.right_box .head p {
    padding: 11px 0px 0px 20px;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.right_box .main {
    padding: 10px;
    background: url(../images/box_main.jpg) #ddddda repeat-y top left;
}

.right_box .link_img {
    border-bottom: 2px #fff solid;
}

.right_box .bottom {
    height: 14px;
    background: url(../images/box_bottom.jpg) #ddddda no-repeat top left;
}
.table_onga {
    margin: 5px 0px 0px 5px;
}
.table_onga th {
    height: 20px;
}
.table_onga td {
    height: 20px;
}

.news {
    width:470px;
    margin: 10px 0px 20px 5px;
}
.news .lead_pic {
    float: left;
    width: 100px;
    border: solid 5px #494568;
    margin-right: 10px;
}
.news .text_short{
    float: right;
    width: 340px;
}
.news .text_long{
}
.news .title{
    font-size: 14px;
    text-decoration:underline;
    font-weight: bold;
    padding: 0px 0px 5px 5px;
}

.back {
    float: right;
    text-align: right;
    margin-bottom: 5px;
    width: 200px;
}
.news .author{
    font-weight: bold;
    padding: 10px 0px 10px 5px;
    
}
.news .date_open{
    text-align: right;
    font-weight: bold;
    padding: 0px 0px 5px 5px;
}
.news .date{
    text-align: left;
    font-weight: bold;
    padding: 0px 0px 5px 5px;
    width: 200px;
}
.news .lead {
    font-size: 12px;
    padding: 5px;
    text-align: justify;
}
.news .more {
    text-align: right;
}
.news hr {
    text-align: center;
    margin-top: 10px;
    width: 440px;
}

.open_doc {
    border: solid 2px #c8ccd5;
    margin: 10px 0px 5px 5px;
    background-color: #fff;
}
.open_doc_head {
    color: #494568;
    background-color: #c8ccd5;
    padding: 2px;
    font-weight: bold;
    text-align: left;
}
.open_doc p {
    padding : 5px 0px 5px;
}

.open_doc ul {
    margin: 0px;
}

.link_pdf {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../images/ico_pdf.gif) #fff no-repeat top left; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_doc {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../images/ico_doc.gif) #fff no-repeat top left; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_rtf {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../images/ico_rtf.gif) #fff no-repeat top left; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_xls {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../images/ico_xls.gif) #fff no-repeat top left; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_ppt {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../images/ico_ppt.gif) #fff no-repeat top left; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_gal {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    width: 410px;
    background: url(../images/ico_img.gif) #fff no-repeat top left; 
    padding: 0px 0px 0px 25px;
}

.link_a {
    text-decoration: none;
    float: left;
    width: 410px;
}

.getacrobat {
    margin: 10px 0px 10px 45px;
}
 

.hirdetes {
    float: right;
    width: 220px;
    background: #fff;
    margin: 10px 10px 5px 0px;
}

.counter {
    width: 220px;
    margin: 10px 0px 20px 20px;
}
.counter p {
    font-weight: normal;
    text-align: center;
}

.content {
    clear: both;
    margin: 20px;
} 

.content {
    clear: both;
    margin: 20px;
} 
.content img {
    border: solid 5px #494568;
}



.img_tables {
    margin-top: 20px;
    width: 680px;
}
.img_tables td img {
    border: solid 5px #494568;
}

#container {
    width: 980px;
    margin: 0 auto;
    border: 0px;
    background-color: #dededc;
}

body, form, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #494568;
    background: url(../images/bg2.jpg) #fff repeat-x top left;
    text-align:center;    
}
div {
/*    position: relative; */
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: left;        
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    width: 720px;
    float: left;
    height: 27px;
    background: url(../images/status.jpg) #c8ccd5 no-repeat top left;
}
h2 span {
    position: relative;
    top: 5px;
    left: 30px;
}
h3 {
    font-size: 12px;
}
h4 {
    font-size: 11px;
}
p {
    margin: 0px;
}
ul{
    margin: 0px 10px 10px 10px;
    padding: 0px 5px;
}
li {
    margin: 4px 0px 2px 10px;
}
ol {
    margin: 0px 10px 10px 17px;
    padding: 0px 5px;
    list-style-type: decimal;
}
a {
    color: #494568;
    text-decoration: underline;
}
a:hover{
    color: #8985a8;
}
input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.clear{
    clear: both;
    height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
} 

.archiv {
    font-weight: bold;
    padding: 10px 0px 20px 25px;
}