html, body { 
    font: normal 11pt/150% arial, helvetica, sans-serif;
    line-height: 1.3em;
    color: #000000;
    background-color: #dfeaf5;
    margin: .8em;    
}
* html body { text-align: center; } /* IE-6 hack */
#main {
    margin: auto;
    max-width: 70em;
}
* html #main { text-align: left; width: 65em; } /* IE-6 hack */
#header {
    font: normal 12pt/150% arial, helvetica, sans-serif;
    padding: 1em;
    color: #000000;
    //background-color: #000080;    
    background-color: #e09fd3; //#c983c3 #c983bb
    margin-left: 0.1em
}
#caption {
    margin: auto;
    font-size: 180%;
    width: 7.5em;
    font-weight: bold;
    float: left;
    text-align: center;
}

#nadpis {
    margin: auto;
    font-size: 180%;
    font-weight: bold;
    text-align: center;
}

#citation {
    font-style: italic;
    font-size: 10pt;
    margin-left: 55em;
    text-align: center;
}
#menubar {
    font: normal 12pt/150% arial, helvetica, sans-serif;
    width: 15em;
    float: left;
    text-align: center;
}
#menu ul {
    list-style: none;
    padding: 1px 0 0 2px;
    margin: 0 0 10px 0;
}
#menu a {
    display: block;
    width: 100%;
    padding: 0 0;
    margin: 2px 0 0 0;
    text-decoration: none;
    border: dotted 1px transparent;
    color: #000000;
    //background-color: #000080;
    background-color: #e09fd3;
}
* html #menu a { border: dotted 1px; } /* IE-6 hack */
#menu a:hover {
    background-color: #c983bb;               
    border-color: #000000;
}
#content {
    margin-top: 1em;
    margin-left: 18em;
}
a:link {
    color: #336699;
    text-decoration: none;
}
a:visited {
    color: #336699;
    text-decoration: none;
}
a:hover, p:hover a {
    text-decoration: underline;
}
a:active {
    color: #b067cf;
    text-decoration: underline;
}
p {
    text-align: justify;
}
h1 {
    font-size: 20pt;
    text-align: center;
}
h2 {
    font-size: 16pt;
    line-height: 1.4em;
}
h3 {
    font-size: 14pt;
    text-align: left;
}
h4 {
    font-size: 12pt;
    text-align: center;
}
.lecture {
    margin: auto;
    margin-top: 0.6em;
    padding: .3em .3em .3em .3em;
    width: 37em;
    text-align: center;
    background-color: #ffdab5;
    border: dotted 1px;
    border-color: #000000;
}
.lecture a {
    color: #000000;
}
.speaker {
    font-family: "Helvetica";
    font-size: 14pt;
}
.university {
    font-size: 11pt;
}
.topic {
    font-family: "Helvetica";
    font-size: 12pt;
}
.registration {
    padding: 1em 1em 1em 1em;
    border: dotted 1px;
    border-color: #000000;
}
#alert {
    text-align: center;
    color: #ee0000;
}
.listl {
    background-color:#ffdab5;
    font-size : 10pt;
}
.listd {
    background-color:#ffdab5;
    font-size : 10pt;
}
.confirmed {
    font-weight: bold;
} 
