/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}

/* CSS Document */
body{
  background: #FFFFFF url('/images/body_background.png') repeat;
  font-family: Tahoma, sans-serif;
  color: #000000;
  font-size: 15px;
}

#main{
  background: url('/images/bg_footer.png') center bottom repeat-x;
  margin: auto;
  padding-bottom: 100px;
}

#header_bg{
  background: url('/images/main_bg.png') top center repeat-x;
  width: 100%;
  height: 170px;
  margin: auto;
}

#header{
  background: url('/images/header.png') no-repeat;
  width: 952px;
  height: 170px;
  margin: auto;
}

#logo{
  display: block;
  width: 140px;
  height: 150px;
  float: left;
  margin: 0px 0px 0  40px;
}

#content{
  background: url('/images/content.png') repeat-y;
  width: 866px;
  margin: auto;
  padding-bottom: 15px;
}

#left{
  float: left;
  width: 205px;
  margin-left: 10px;
}

#right{
  float: left;
  width: 630px;
  text-align: justify;
}

#right > p{
  padding: 5px 0 5px 0;
}


#right ul{
  margin-left: 25px;
}

#right ul li{
  background: url('/images/list_dot_flower.png') no-repeat;
  list-style: none;
  line-height: 18px;
  padding: 0 0 0 25px;
  margin: 5px 0 5px 0;
}

#footer{
  background: url('/images/footer.png') no-repeat center bottom;
  width: 866px;
  height: 6px;
  margin: auto;
}

.cleaner{
  height: 0;
  line-height: 0;
  clear: both;
}

#footer-text {
  background: #8cf97c;
}

#footer-text__left{
  float: left;
  margin: -20px 0 0 15px;
  padding: 0 0 0 0;
}

#footer-text__right{
  float: right;
  margin: -20px 15px 0 0;
  padding: 0 0 0 0;
}

#footer-text a,#footer-text{
  color: #E51A5B
}

/* Menu */

ul#menu{
  
}

ul#menu li{
  background: url('/images/menu_red.png?v4') no-repeat;
  padding: 4px 5px 4px 0px;
  text-align: center;
  margin: 5px 0 0 0;   
}

ul#menu li a{
  font-size: 15px;
  font-weight: bolder;
  color: #000000;
  text-decoration: none;
  display: block;
  margin-right: 8px;
}

ul#menu ul{
  margin-left: 10px;
  padding-top: 5px;
}

ul#menu li.hide{
  background: url('/images/menu_red_hide.png?v4') no-repeat;
}

ul#menu li.show{
  background: url('/images/menu_red_show.png?v4') no-repeat;
}

ul#menu li.yellow{
  background: url('/images/menu_yellow.png?v4') no-repeat;
}

ul#menu li.yellow.hide{
  background: url('/images/menu_yellow_hide.png?v4') no-repeat;
}

ul#menu li.yellow.show{
  background: url('/images/menu_yellow_show.png?v4') no-repeat;
}


/* h1 */
h1 {
  text-align: left;
  margin-top: -10px;
  padding-bottom: 10px;
  position: relative;
}

h1 span{
  background: url('/images/h1_bg.png') left bottom no-repeat;
  padding: 35px 10px 10px 55px;
  text-align: left;
  height: 67px;
  width: auto;
  font-size: 19px;
  margin: 0 auto;
}

/* h2 */
h2 {
  text-align: left;
  padding: 40px 0 10px 0;
}

h2 span{
  background: url('/images/h2_bg.png') left bottom no-repeat;
  padding: 40px 10px 2px 60px;
  text-align: left;
  height: 67px;
  width: auto;
  font-size: 19px;
  margin: 0 auto;
}

/* h3 */
h3 {
  text-align: left;
  padding: 40px 0 10px 0;
}

h3 span{
  background: url('/images/h3_bg.png') left bottom no-repeat;
  padding: 40px 10px 2px 60px;
  text-align: left;
  height: 67px;
  width: auto;
  font-size: 19px;
  margin: 0 auto;
}

/* BOX */
.box{
  width: 191px;
  margin-top: 15px;
}

.box_head{
  background: url('/images/box_head.png?v4');
  width: 191px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: bolder;
}

.box_content{
  background: url('/images/box_content.png?v4');
  width: 191px;
  text-align: center;
  padding-top: 10px;
}

.box_foot{
  background: url('/images/box_foot.png?v4');
  width: 191px;
  height: 12px;
}


/* Fotogalerie u textu */
.photos p a{
  padding: 5px 5px 5px 5px;  
}

.photos p a img{
  border: 3px solid #E51A5B;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  
}

/* Zaměstnanci */  
#zamestnanci{
  width: 600px;
  margin: auto;
  text-align: center;
}

.zamestnanec_info img{
  border: 2px solid #C9CE00;
  margin: 0;   
}

.zamestnanec{
  width: 198px;
  float: left;
  margin-top: 10px;
  text-align: center;
}

.zamestnanec p{
  text-align: center;   
  margin: 0;
  padding-top: 4px;  
}

.zamestnanec p em{
  font-size: 13px; 
}


/* Odkazy */
a {color: #E21B5A; text-decoration: underline;}
a:hover {text-decoration: none;}

/* Tabulka kontakt */
#contact{
  margin: auto;
}

#contact td{
  padding: 4px 0 4px 0;
}

/* Formuláře */
form{

}

form input.input{
  height: 28px;
  line-height: 28px;  
  padding: 0 5px 0 5px;
  font-size: 15px;
  
  border: 2px solid #73BD1E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
}

form input.submit{
  height: 28px;
  line-height: 28px;  
  padding: 0 5px 0 5px;
  font-size: 18px;
  
  background: #73BD1E;
  border: 2px solid #73BD1E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
}

form select{
  height: 28px;
  line-height: 28px;  
  padding: 0 0 0 5px;
  font-size: 15px;
  
  border: 2px solid #73BD1E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;   
}

form textarea{
  padding: 5px 5px 5px 5px;
  font-size: 15px;
  
  border: 2px solid #73BD1E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
}

form label{
  font-weight: bolder;
  display: block;
}

form .input.active,form textarea.active,form select.active{
  border-color: #E21B5A;
}


/* Výpis ALB */
.gallery_album{
  border: 2px solid #73BD1E;
  border-radius: 6px;
  padding: 10px 10px 10px 10px;
  margin: 10px 0 10px 0;
  background: #D9F4BB;
  clear: both;
  position: relative;
}

.gallery_album img{
  border: 4px solid;
  border-radius: 6px;
  float: left;
}

.gallery_album img.type1{
  border-color: #0697EA;
}

.gallery_album img.type2{
  border-color: #29C10C;
}

.gallery_album img.type3{
  border-color: #D72818;
}

.gallery_album_right{
  float: left;
  margin-left: 10px;
  width: 60%;
}

.gallery_album_title{
  font-size: 18px;
  text-decoration: underline;
}

.gallery_album_description{
  text-align: justify;
}

.gallery_album_info{
  height: 15px;
  width: 70%;
  text-align: right;
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 13px;
}

ul#gallery_tools{
  text-align: left;
  margin: 10px 0 10px 0; 
}

ul#gallery_tools li{
  height: 32px;
  line-height: 32px;
  display: block;
  background: none;
}


#gallery_tools li a{
  text-decoration: none;
}

#gallery_tools li img{
  vertical-align: middle;
}

/* Výpis fotek */
table#album_photos{
  border-collapse: separate;
  border-spacing: 5px;
  margin: auto;
}

table#album_photos img{
  border: 2px solid #DE2560;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #888;
}

table#album_photos td{
  text-align: center;
  width: 25%;
}

/* Dokumenty ke stažení */
table#download{
  width: 100%;
  margin: auto;
}


table#download tbody td{
  border-bottom: 1px solid #000000;
  padding: 10px 0 2px 0;
}

table#download td.name{
 width: 65%;
 text-align: left;
 padding-left: 5px;
}

table#download td.download{
 width: 8%;
 text-align: center;
}

table#download td.downloaded{
 width: 20%;
 text-align: right;
}

/* Stránkování */
.strankovani{
  margin: 10px 0 10px 0;
  text-align: center;
}

.strankovani span{
  color: #000000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  padding: 0 1px 0 1px;
  line-height: 22px;
}

.strankovani a{
  color: #000000;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  margin-left: 2px;
  line-height: 27px;
}

.strankovani a.active{
  font-weight: bolder;
}

.strankovani a.previously{
  margin-right: 5px;
}

.strankovani a.next{
  margin-left: 5px;
}

.strankovani a.first{
  margin-right: 5px;
}

.strankovani a.last{
  margin-left: 5px;
}

.strankovani a.last,.strankovani a.first,.strankovani a.next,.strankovani a.previously{
  background: #F3FAE7;
  border: 2px solid #E1F2BE;
  padding: 0px 3px 0px 3px;
  border-radius: 5px;
}


/* ABSOLVENTI */
.graduates_boys strong{
color: #0056E7;
}

.graduates_girls strong{
color: #E70056;
}

.absolvent img{
border: 2px solid #E21B5A;
}


/* Upozornění */
#warning{
  width: 570px;
  margin: 15px auto; 
}

#warning_head{
  background: url('/images/warning_head.png?v3') no-repeat;
  width: 570px;
  height: 90px;
}

#warning_head p{
  float: left;
  margin: 25px 0px 0px 200px;
  font-size: 30px;
}

#warning_content{
  background: url('/images/warning_content.png?v3') repeat-y;
  width: 570px;
}

#warning_content_text{
  width: 97%;
  margin: auto;
  font-size: 18px;
  padding: 3% 0 3% 0;
}

#warning_foot{
  background: url('/images/warning_foot.png') top center no-repeat;
  width: 570px;
  height: 20px;
}

#warning_foot span{
  text-align: right;
  font-size: 12px;
  display: block;
  padding: 4px 10px 0 0;
}

/* Návštěvní kniha */
.guestbook_post{
  width: 100%;
  margin-top: 20px;
}

.guestbook_post_info{
  width: 100%;
}

.guestbook_post_text{
  width: 94%;
  margin-left: 4%;
  background: #FFF2F4;
  padding: 7px;
  -moz-border-radius: 15px;
  border-radius: 15px;  
}


/* Jídelníček - tabulka */
#meal_list_table table{
  border: 2px solid #000000;
  margin: auto;
  border-collapse: collapse;
}

#meal_list_table table td{
  border: 1px solid #000000;
  padding: 5px;
  vertical-align: middle;
  text-align: left;
}

#meal_list_table table tr.first td, #meal_list_table table tr:first-child td{
  background: #ffff99;
  font-weight: bolder;
  text-align: center;
}

#meal_list_table #meal_list_header{
  background: url('/images/meal_list.png');
  width: 624px;
  height: 134px;
  margin: auto;
}

#meal_list_table #meal_list_header span{
  text-align: center;
  display: block;
  font-size: 25px;
  padding-top: 90px;
}



/* Formuláře */
form#newsletter legend{
  text-align: center;
  border-bottom: 3px solid #73bd1e;
  font-size: 20px;
  color: #73bd1e;
  margin-bottom: 10px;
}

form#newsletter label{
  display: block;
  font-weight: bolder;
  text-align: center;
  width: 300px;
  text-shadow: 1px 1px 1px #FFFFFF;
}

form#newsletter input.input{
  height: 25px;
  width: 300px;
  padding: 0 3px 0 3px;
}

form#newsletter input.submit{
  display: block;
  margin: 10px auto auto auto;
}

/* Kontakt - telefon */
#header{
  position: relative;
}

#phone_contact{
  position: absolute;
  right: 100px;
  bottom: 20px;
  height: 32px;
  width: 310px;
  text-align: right;
  line-height: 28px;
  
  background: url('/images/phone.png') left bottom no-repeat;
  
  z-index: 999;
}

#phone_contact a{
  color: #000000;
  text-decoration: none;
}

.footer-contact {
  height: 180px;
  width: 95%;
  margin: 20px auto 0 auto;
}

.footer-contact__parts {
  display: flex;
  justify-content: space-between;
}

.footer-contact__part {
  float: left;
}

.footer-contact__line {
  border-top: 3px solid #8cf97c;
}

.footer-contact h3 {
  color: #e31b5a;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0 0 0;
}

.footer-contact p {
  padding: 3px 0 3px 0px;
}

.footer-contact__part--phone-numbers {
  text-align: left;
}

.footer-contact__part--phone-numbers strong {
  font-size: 12px;
}