/* ********* definice obecnych HTML znacek ********* */
body {
    margin: 0px;
    padding: 50px 0px 0px 0px;
    font-family: Verdana, "Geneva CE" , lucida, sans-serif;
    font-size: 0.8em;
    background-color: white;
    color: black;
    text-align: center;    
}

img {
    border: none;
}

a {
    color: rgb(192,3,34);
    text-decoration: none;
}

a:hover {
    color: rgb(58,69,146);
    text-decoration: underline;
}

h1 {

    font-weight: normal;
    margin: 0px;
}

h1 a {

}

h1 a: hover {

}

h2 {
    font-weight: normal;
    margin: 0px;
}

h2 a: hover{
    color: white;
}

h3 {
    color: rgb(58,69,146);
    margin: 0px;
    display: block;
    font-size: 110%;
    font-weight: bold;
}

h4 {
    font-size: 130%;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.back {
    margin: 10px 0px 0px 0px;
}


/********************* page **********************/

#page {
    position: relative;
    width: 990px;
    text-align: right;
    margin: auto;
    padding: 0px 0px 0px 0px;
}

#header {
    text-align: right;
}

#logo {
    margin: 10px 0px 40px 0px;
}


#webTitle {
    margin: 0px 0px 20px 0px;
    font-size: 120%;
    color: rgb(58,69,146);  
}

#webTitle a {
    text-decoration: none;
    color: rgb(58,69,146);
}

#webTitle  .title{
    font-size: 160%; 

}
/* ******************************************* */
/* ************ closeMenu *********** */
/* ******************************************* */

#closeMenu {
    padding: 0px;
    color: black;
    margin: 0px 0px 20px 0px;
    font-size: 96%;
    float: left;
    width: 260px;
}

#closeMenu a {
	  display: block;
	  float: left;
	  height: 20px;
    text-decoration: none;
    color: rgb(58,69,146);
    padding: 4px 10px 0px 10px;
    border-left: solid 1px rgb(58,69,146);
    margin: 0px;
}

#closeMenu a:hover {
    background-color: rgb(192,3,34);
    color: white;
}
/* ******************************************* */
/* ************ menu *********** */
/* ******************************************* */

#menuHorizontal {
    padding: 0px;
    color: black;
    margin: 0px 0px 20px 0px;
    font-size: 96%;
    height: 20px;
    
}
#menuHorizontal a {
	  display: block;
	  float: right;
	  height: 20px;
    text-decoration: none;
    color: rgb(58,69,146);
    padding: 4px 10px 0px 10px;
    border-right: solid 1px rgb(58,69,146);
    margin: 0px;
}

#menuHorizontal a:hover {
    background-color: rgb(192,3,34);
    color: white;
}

/********************* main content **********************/

#mainContent {
    margin: 0px;
    padding: 0px;
}

#mainContent .text {
    text-align: left;
}

#mainContent .text p {
    text-align: justify;
}

#mainContent .text ul {
    margin: 10px 0px 20px 20px;
    padding: 0px;
    list-style: cube;
    color: rgb(192,3,34);
}

#mainContent .text ul li {
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

#speaker {
    margin: 0px 500px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#speakerWide {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.speakerTitle {
    color: rgb(192,3,34);
    font-size: 120%;
    font-weight: normal;
    display: block;
    margin: 0px 0px 20px 0px;
}

#speaker img, #speakerWide img {
    float: left;
    margin: 0px 20px 20px 0px;
    padding: 0px 0px 0px 0px;
}

.speakerInside {
    display: block;
}


#abstract {
    float: right;
    width: 440px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}


#abstract .sessionTitle {
    color: rgb(192,3,34);
    font-size: 120%;
    font-weight: normal;
    display: block;
    margin: 0px 0px 20px 0px;
}
/* ******************************************* */
/* ************ article *********** */
/* ******************************************* */

.sectionTitle {
    color: rgb(58,69,146);
    font-size: 130%;
    font-weight: bold;
    margin: 0px 0px 25px 0px;
    display: block;
}

.sectionTitle a {
    color: rgb(58,69,146);
}

.sectionTitle a:hover {
    color: rgb(192,3,34);
}

.sectionTitle .navigation {
    font-size: 90%;
    font-weight: normal;

}
/********************* footer ****************************/
#footerHome {
    text-align: right;
    margin: 30px 0px 10px 0px;
    padding: 20px 0px 0px 0px;
}

#footer {
    clear:both;
    text-align: right;
    margin: 30px 0px 10px 0px;
    padding: 20px 0px 0px 0px;
    border-top: solid 1px rgb(58,69,146);
}

#footer table, #footerHome table {
    float: right;
    padding: 0px;
}

#footer table td, #footerHome table td {
    text-align: right;
    vertical-align: middle;
    padding: 0px 0px 0px 20px;
}





