body {
    background-image: url("images/background.jpg");
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
}

object {
  
  display: none;

}

object#audioplayer1 {
  
  display: block;

}

.body {
    width: 766px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -383px;

}

/* ----------- HLAVIČKA ----------- */


.head {
    width: 100%;
    height: 233px;
    background-image: url("images/head.jpg");

}

.head .motto-ram {
  
  position: absolute;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
  left: 156px;
  top: 41px;  
  height: 53px;
  width: 0px;
  background-color: #004178;
  text-align: center;

}

.head .motto-text {
 
  position: absolute;
  width: 0px;
  left: 155px;
  top: 41px;  
  height: 44px; 
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Trebuchet MS","Arial CE", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: white;  
  padding: 15px 0px 0px 0px;
  

}

.head .motto span {
  opacity: 1;   
}


.head img {
    border: 0px;
}
.head a {
    position: absolute;
    top: 40px;
    left: 16px;
}
.head form {
    position: absolute;
    top: 40px;
    left: 536px;
}

.head form input {

    background: #CDFFFE;
    border: 0px;
    font-size: 9px;
    font-family:"Verdana", sans-serif;
    padding: 6px;
    position: absolute;
    top: 0px;


}

.head form .button {

    background: url("images/search.gif") 0 0 no-repeat;
    width: 58px;
    height: 23px;
    padding: 0px;
    left: 171px;
    top: 1px;

}

.head form .text{

    width: 156px;

}




/* ----------- MENU ----------- */


.menu {
    width: 156px;
    position: absolute;
    top: 243px;
    left: 610px;

}

.menu .category {

    height: 25px;
    background-image: url("images/category.gif");
    background-position: left top;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 14px;
    font-family:"Trebuchet MS","Arial CE", sans-serif;
    color: white;
    position: relative;
    padding-bottom: 12px;


}

.menu .category .cat_show {
  
  cursor: hand;

}

.menu .category .hack {

    position: absolute;
    top: 4px;
    left: 15px;
}

.menu ul {

    margin-top: 0px;
    list-style-image: url("images/arrow.gif");
    list-style-position: outside;

}

.menu ul.no_show {
  
  display: none;

}

.menu li {

    font-size: 11px;
    font-family:"Verdana", sans-serif;
    margin: 2px;
    position: relative;
    left: -10px;


}

.menu a {

    color: #333333;
    text-decoration: none;

}

.menu a:hover {

    text-decoration: underline;

}


/* ----------- OBSAH ----------- */

h2,h3,h4,h5,h6 {

    font-family:"Trebuchet MS","Arial CE", sans-serif;
    line-height: 1.2;
}

h1 {
    font-family:"Trebuchet MS","Arial CE", sans-serif;
    color: #003366;
    margin-bottom: 30px;
    line-height: 1.2;


}

.area img, #course_detail img{

    border: 0;
}

.area {

    width: 590px;
    position: absolute;
    top: 243px;
    left: 0px;

}


.area, #course_detail {


    font-size: 12px;
    font-family:"Verdana", sans-serif;
    line-height: 1.5;

}

.area a, #course_detail a {

    color: #43b0d7;

}

.area .row, #course_detail .row {

    margin-bottom: 15px;

}

.area .text, select, textarea, #course_detail .text {

    width: 230px;
    font-family:"Verdana", sans-serif;
    font-size: 12px;
    padding: 3px;
    border: 0px;
    background-color: #c0c0c0;

}

.area input.submit, .area input.reset {

    font-family:"Verdana", sans-serif;
    font-size: 12px;
    padding: 13px;
    
  margin: 5px;
    background-color: #c0c0c0;
    border: 0px;
    width: 140px;
    height: 39px;
    padding: 10px;
    margin-right: 15px;
    display: block;
    float: left;

}

.area a.submit {
  
  text-decoration: none;
  color: black;
  padding: 3px;
  display: block;
  float: left;
  text-align: center;
  position: relative;
  top: 6px;
  background-color: #c0c0c0;
  width: 120px;
  padding: 10px;
  margin-right: 15px;
  
}

.area .reset {

    margin: 0 15px 0 180px;

}

.area .info {

    margin: 15px 0 15px 0;
    font-weight: bold;

}

.area .formhr {

    width: 415px;
    height: 1px;
    border-bottom: 1px solid black;
    margin-bottom: 15px;
    overflow: hidden;

}

.area .full {

    width: 400px;

}

.area form label {

    float: left;
    width: 170px;
    padding: 3px;
}

/* ----------- KURZY ----------- */

.search fieldset {

    border: 1px solid black;
    margin: 0 0 15px 0;
    padding: 15px;
}

.search legend {

    font-weight:bold;
    margin: 0;
    font-family:"Trebuchet MS","Arial CE", sans-serif;
    font-size: 13px;
    color: #003366;
}

.search .labellink {
    float: left;
}

.search label {
    margin: 0 10px 0 0;
    white-space: nowrap;

}

.courselist {

    width: 100%;

}

.courselist th, .courselist td {

    text-align: left;
    margin: 0;
}

.courselist tbody {
    font-size: 11px;
}

.courselist th {

    padding-bottom: 15px;
    color: #003366;
    font-family:"Trebuchet MS","Arial CE", sans-serif;
    font-size: 13px;

}

.courselist .row:hover {
    background: #43b0d7;
}

.courselist td a {
    display: block;
    /*color: #ff0099;*/
    color: black;
}

/* ----------- DETAIL KURZU ----------- */

.courseh2 {
    position: relative;
    top: -20px;
}

.courserow {


}

.courserow .item {
    float: left;
    width: 170px;
    color: #003366;
    font-weight: bold;
     margin-bottom: 15px;


}

.courserow .value {
    width: 400px;
    float: left;
     margin-bottom: 15px;


}

.courserow .fullvalue {
    width: 500px;
    display: block;

}

.coursehr {

    width: 415px;
    height: 1px;
    border-bottom: 1px solid black;
    margin-bottom: 15px;
    overflow: hidden;

}



/* ----------- BOXY ----------- */

.boxarea {

    float: none;
    display: block;
    width: 100%;
    height: 100%;

}

.linkbox {
    width: 178px;
    height: 267px;
    float: left;
    margin: 0 15px 15px 0;

}

.linkbox a {
    color: white;
    text-decoration: none;
    overflow: hidden;

}

.linkbox .boxbody a {

    height: 100px;
    padding: 0 0 100px 0;
    font-size: 10px;
    line-height: 1;
    overflow: hidden;
    display: block;
}

.linkbox .boxhead h2 a {
    text-align: center;
    text-transform: uppercase;
    font-family: "Trebuchet MS","Arial CE", sans-serif;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: -14px;
    line-height: 1.1;
}

.linkbox .boxhead {

    height: 47px;
    text-align: center;
    vertical-align: middle;
    padding: 15px;

}

.linkbox .boxbody {

    height: 185px;
    padding: 10px 15px 0 15px;

}

.linkbox .boxhead, .linkbox .boxbody  {
    overflow: hidden;
    vertical-align: bottom;
}

/* ----------- PATA ----------- */

.bottom {

    clear: both;
    font-family:"Trebuchet MS","Arial CE", sans-serif;
    font-size: 9px;
    /*color: #AFAEAE;*/
    color: #979797;
    margin: 20px 0 20px 0;
}

.bottom a {
    color: #979797;
}

/* ----------- TEST ----------- */

.answer {

    clear: both;
    width: 100%;

}


.answer input {

    float: left;
    width: 25px;


}

.answer #sentence {

    float: none;
    width: 100%;

}

.answerarea {

    margin: 15px 0 15px 0;

}

.questionarea legend{

    color: black;

}

.questionarea {

    margin: 15px 0 15px 0;
    border: 3px solid #cccccc;
    padding: 15px;
    width: 450px;
}

.questionarea #audioplayer1, .questionarea img {

    margin-top: 15px;
}

/* ----------- SOUBORY ----------- */

.file li {
    margin: 5px;
    padding: 5px;

}

/* ----------- GALERIE ----------- */

#pageflip {
	position: absolute;
	left: 100%;
	border: 0px;
	z-index: 9999;
}

#pageflip a {
  
  border: 0px;
  z-index: 999;
}

#pageflip img {
	width: 25px; height: 27px; margin-bottom:4px;
	z-index: 999;
	border: 0px;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 25px; height: 25px;
	position: absolute;
	border: 0px;
	z-index: 50;
	right: 0; top: 0;
	background: url(flip/subscribe.jpg) no-repeat right top;
	text-indent: -9999px;
}

/* ----------- GALERIE ----------- */

.part {
    border-top: 1px solid black;
    margin-top: 30px;
    clear: both;
}
.thumbwrap {
    padding: 15px 0px 0 0px;
    text-align: left;
    margin: 0;
    width: 100%;
}
.thumbwrap li {
    display: -moz-inline-box;
    display: inline-block;
    /*\*/ vertical-align: top; /**/
    margin: 0 12px 15px 12px;

    padding: 0;
    text-align: center;
}

.thumbwrap li>div {
    /*\*/ display: table; /**/
    width: 120px;
}
.thumbwrap a {
    display: block;
    text-decoration: none;
    color: #000;
    background-color: #ffffff;
    cursor: pointer;
    border: 3px solid white;
}
/*\*/
.thumbwrap>li .wrimg {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    height: 120px;
}
/**/

.thumbwrap img {
    border: 3px solid #cccccc;
    vertical-align: middle;
}
.thumbwrap a:hover {
    /*background-color: #43b0d7;*/
    border: 3px solid #43b0d7;
}


/*\*//*/
* html .thumbwrap li .wrimg {
    display: block;
    font-size: 1px;
}
* html .thumbwrap .wrimg span {
    display: inline-block;
    vertical-align: middle;
    height: 120px;
    width: 1px;
}
/**/
.thumbwrap .caption {
    display: block;
    padding: .3em 5px;
    font-size: .8em;
    line-height: 1.1;
    w\idth: 110px;  /* Moz, IE6 */
}

@media all and (min-width: 0) {
    .thumbwrap  {
        border-collapse: collapse;
    }
    .thumbwrap a {
        display: inline-block;
        vertical-align: top;
    }
    .thumbwrap {
        display: inline-block;
    }
}
