/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    
    font-family: Georgia, serif;
    font-size: 100%;
    
    background-color: #d4d0c8;
}

#page {
    margin: 0 auto;
    padding: 0 3em 3em 3em;
    width: 40em;
    text-align: left;
    background-color: #ffc600;
    background-image: url(orange-gradient-4-small.jpg);
    background-repeat: repeat-x;
}

#footer {
    margin: 0 auto;
    padding: 0 3em 0 3em;
    width: 40em;
    
    text-align: center;
}

#footer div {
    margin: 0 auto;
    width: 496px;
    overflow: hidden;
}

h1, h2, p, ul {
    padding: 0.5em 16px;
}

h1 {
    padding: 0.75em 0 0 0;
    color: #fff;
    font-size: 400%;
    font-style: italic;
    text-align: center;
}

h2 {
    font-size: 150%;
    color: #ffe600;
}

.h2-container {
    background-color: #ffc600;
    background-image: url(orange-gradient-5.jpg);
    background-repeat: repeat-y;
}

.top-left, .bottom-left {
    background-repeat: no-repeat;
}

.top-left {
    background-image: url(orange-top-left-corner.jpg);
    background-position: left top;
}

.bottom-left {
    background-image: url(orange-bottom-left-corner.jpg);
    background-position: left bottom;
}

.name-part {
    padding: 0 0 0.5em 0;
    color: #fff;
    font-size: 150%;
    text-align: center;
}

.copyright {
    padding: 0.5em 0;
    text-align: center;
}

ul {
    list-style-position: inside;    
}

.uklid-kde {
    list-style-type: disk;
}

.uklid-ceho {
    padding: 0.5em 3em;
    list-style-type: circle;
}

table {
    margin: 0.5em 0;
}

td, th {
    padding: 0 16px;
    vertical-align: top;
}

a {
    color: #000;
    text-decoration: underline;
}

h1 a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

