div, h1, h2, h3, ul {
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    text-decoration: none;
    color: #bbbbee;    
}

a:hover {
    color: #eee;
    text-decoration: underline;
}

body {
    font-family:"Arial","Helvetica CE",sans-serif;
    background-image: url('background-common.jpg');
    background-repeat: repeat;
    color: #ccccdd;
}

#complete {
    width: 62em;
    margin: auto;
    padding: 1em 0;
}

#betweenPic {
    float: left;
    margin: 6.6em 0 0 0;
    padding: 0.4em 1.05em;
    font-size: 1.2em;
}

#betweenPic img {
    width: 2.65em;
    height: 2.65em;
    border: none;
}

#betweenPic a:link, #betweenPic a:visited, #betweenPic a:hover {
    text-decoration: none;
}

.head h1 {
    position: relative;
    text-align: center;
    margin: 0;
}

.head h1 span {
    position: absolute;
    top: 0;
    display: block;
    width: 470px;
    height: 100px;
}

.headLucie h1 span {
    left: 20px;
}

.headLeonidas h1 span {
    right: 20px;
}

.headLucie, .headLeonidas {
    width: 28em;
}

.headLucie {
    float: left;
}

.headLeonidas {
    float: right;
}

.menu {
    margin: 5.2em 0 0 0;
}

.menu ul {
    list-style-type: none;
}

.menu .menuItems  {
    list-style-type: none;
    margin: 0.6em 0;
    padding: 0.5em 0 4.5em 0;
}

.menu .menuItems .firstLine {
    display: block;
    margin-left: 2em;
}

.menu .menuItems .secondLine {
    display: block;
    margin-left: 6em;
}

.menu li  {
    float: left;
}
 
.menu li a {
    display: block;
    width: 5.2em;
    margin: 0 1.5em 0.5em 1em;
    padding: 0.2em;
    font-weight: bold;
    text-align: center;
}

.menu a:link,
.menu a:visited,
.menu .activeMenuItem:visited,
.menu a:hover,
.menu .activeMenuItem:hover {
    text-decoration: none;
}

.clearBox {
    clear: both;
}

.contentBox {
}

.content {
    margin: 1em 2em 0 2em;
    padding: 0.4em 0;
    text-align: center;
}

.content h2 {
    display: block;
    color: #aaaaff;
}

.firstPicture-left {
    float: left;
    width: 213px;
    margin-left: 8em;
    margin-top: 0.8em;
}

.firstPicture-right {
    float: left;
    width: 209px;
    margin-left: 15em;
    margin-top: 0.8em;
}

#galery table {
    border-collapse: collapse;
    margin: 0 auto;
    /* background-color: #400000; */
}

#galery td {
    width: 11.5em;
    padding: 1em 1em 0.5em 1em;
    /* border-bottom: 2px solid #5d0000; */
    text-align: center;
}

#galery td span {
    font-size: 10pt;    
}

#galery img {
    border: 0;
}

.paging {
    margin: 0.5em 0;
    text-align: center;
    font-size: 14pt;
    /* color: #800000; */
}

.paging span {
    font-size: 12pt;
    color: #ddddff;
}

.paging a:hover {
    text-decoration: none;
    color: #ffffff;
}

.detailPic {
    padding: 0.3em;
    text-align: center;
}

.detailPicLabel {
    text-align: center;
}

.static {
    text-align: left;
    width: 40em;
    margin: 0 auto;
    padding: 0.5em 0.8em;
}

.kontakt {
    text-align: center;
}

.static table {
    border-collapse: collapse;
    margin: 0 auto; 
}

.static table td {
    padding: 0.2em 0.8em;
}


/* definice barev */

.headLucie h1 span {
    background: url('headLucie-common.jpg');
}

.headLeonidas h1 span {
    background: url('headLeonidas-common.jpg');
}

#complete, .menu a:link, .menu a:visited  {
    background-color: #34011d;
}

.content {
    background-color: #680228;
}

.menu a:link, .menu a:visited {
    color: #bbe;
}

.menu a:hover, .menu .activeMenuItem:hover {
    background-color: #8f044f;
    color: #eee;
}


.menu {
    background-color: #002266;
}

.linedTop {
    border-top: 0.2em solid #2a0218;
}

.menu li a {
    border: 1px solid #b82273;
}

.menu .menuItems  {
    background-image: url('menu-background-common.jpg');
}

#validator {
    padding: 0;
    margin: 0 3em 0 0;
    text-align: right;
    font-size: 8pt;      
}

#validator a {
    color: #680228;
}

