/* ENBIK2022, written by Peaters - 2022 */

/* deed purple = #b15ab1, light purple = #e2c0e2 */

html {
    background-image: url("../graphic/bg_body.png");
    background-repeat: repeat-x;
    background-color: #fafafa;
}

body {
    color: #666666;
    font-family: Verdana, Arial;
    height: 100%;
    margin: 0px;
}

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

a:hover {
    color: #666666;
}

img {
    border: 0px;
}

h2 {
    color: #666666;
    background-image: url("../graphic/bg_h2.png");
    background-repeat: repeat-y;
    background-color: #fafafa;
    margin: 0px -50px 30px -40px;
    padding-left: 35px;
    padding-top: 5px;
}

h4 {
    color: #b15ab1;
}

p {
    text-align: justify;
}

legend {
    font-weight: bold;
}

.title {
    font-weight: bold;
    font-size: 130%;
}

.tab-spec {
    border: 1px solid #dddddd;
}

th {
    border: 1px solid #dddddd;
    background-color: #fafafa;
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    min-width: 150px;
}

.tab-norm {
    border: 1px solid #dddddd;
    background-color: #fafafa;
    text-align: left;
    vertical-align: top;
    padding-right: 10px;
    font-weight: bold;
}

#prihlasen {
    font-style: italic;
}

.username {
    font-weight: bold;
    margin: 0px 20px 0px 5px; 
}

.termin {
    color: red;
    font-weight: bold;
}

.note {
    font-style: italic;
}

.ind15 {
    margin-left: 15px;
}

.ind30 {
    margin-left: 30px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top50 {
    margin-top: 50px;
}

.bot10 {
    margin-bottom: 10px;
}

.bot20 {
    margin-bottom: 20px;
}

.bot50 {
    margin-bottom: 50px;
}

.bold {
    font-weight: bold;
}

/* meaning season color */
.blue {
    list-style-type: square;
    color: #b15ab1;
}

.black {
    color: #666666;
}

#wrapper {
    width: 950px;
    margin: auto;
}

#ribbon {
    margin-top: 40px;
    margin-bottom: 10px;
    height: 15px;
    background-color: #b15ab1;
    box-shadow: 3px 3px 5px #666666;
}

#header {
    height: 90px;
}

#menu {
    height: 28px;
    margin-top: 10px;
    background-color: #b15ab1;
    box-shadow: 3px 3px 5px #666666;
}

#content {
    min-height: 400px; 
    background-image: url("../graphic/bg_side.png");
    background-repeat: repeat-y;
    background-color: #ffffff;
    margin: 10px 0px;
    padding: 0px 50px 40px 50px;
    font-size: 12px;
    line-height: 1.4;
    text-align: justify;
    box-shadow: 3px 3px 5px #666666;
}

#footer {
    font-size: 11px;
}

.logo {
    vertical-align: top;
    margin: 2px 5px 0px 0px;
}

#input {
    background-color: #d7eeff;
    color: #eeaa33;
    font-size: 11px;
}

#home_icon {
    margin: 0px 14px;
    vertical-align: middle;
}

#home_icon:hover {
    opacity: .7;
}

.menuitem {
    background-color: #e2c0e2;
    color: #666666;
    display: inline-block;
    width: 100px;
    height: 19px;
    text-align: center;
    padding: 5px 0px 0px 0px;
    margin-top: 2px;
    margin-left: -4px;
    font-size: 11px;
    font-weight: bold;
}

.menuitem:hover {
    background-color: #dbdbdb;
}

.tabact {
    background-color: #dbdbdb;
    color: #666666;
    display: inline-block;
    height: 19px;
    text-align: center;
    padding: 5px 15px 0px 15px;
    font-size: 11px;
    font-weight: bold;
}

.tabdact {
    background-color: #f6f6f6;
    color: #666666;
    display: inline-block;
    height: 19px;
    text-align: center;
    padding: 5px 15px 0px 15px;
    font-size: 11px;
    font-weight: bold;
}

.tabdact:hover {
    background-color: #f9ddae;
}

.undertab {
    background-image: url("../graphic/tabbg.png");
    background-repeat: repeat-x;
    height: 20px;
}

.star {
    color: red;
    margin-left: 2px;
}

.errors {
    color: red;
    font-size: 10px;
}

.errorlist {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

