input,select {
    border: 1px solid #a0a0a0;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;	
    font-weight: normal;
    text-align:left;
}
input.right {
    text-align:right;
}
input[type="checkbox"] {
    border: 0px;
}
input[type="button"] {
    padding: 0px 15px 0px 15px;
    height: 21px;
    text-align: center;
    margin: 0 2px 0 2px;
}
input[type="submit"] {
    padding: 3px 5px 3px 5px;
    height: 21px;
    font-weight: bold;
    text-align: center;
    margin: 0 2px 0 2px;
}
input[type="reset"] {
    padding: 3px 5px 3px 5px;
    height: 21px;
    font-weight: normal;
    margin: 0 2px 0 2px;
}

textarea {
    border: 1px solid #a0a0a0;
    font-size: 12px;
    width: 100%;
}

a.smallbutton {
    margin: 0 2px 0 2px;
    border: 1px solid #a0a0a0;
    background-color: #D4d0c8;
    padding: 1px 5px 1px 5px;
    text-align: center;
    font-weight: bold;
    color: black;
}
a.button {
    margin: 0 2px 0 2px;
    border: 1px solid #a0a0a0;
    background-color: #D4d0c8;
    padding: 3px 5px 3px 5px;
    text-align: center;
    font-weight: bold;
    color: black;
}

a.button:hover {
    border: 1px solid black;
    text-decoration: none;
}

p.links a {
    margin-left: 3px;
    margin-right: 3px;
}

ul.struktura {
    margin-left: 20px;
    padding-top: 10px;
    padding-left: 10px;
    list-style-type: disc;
}

ul.struktura li {
    padding: 2px 10px 2px 5px;
}

ul.struktura ul {
    padding-left: 20px;
    list-style-type: circle;
}

ul.struktura ul li {
    padding: 2px 10px 2px 5px;
}

ul.path {
    list-style-type: none;
    display: block;
}

ul.path li {
    display: inline;
    padding: 2px 3px 2px 3px;
}