body {
    background-color: #808285;
    text-align: center;
    font-family: Tahoma, Verdana, Arial;
    margin: 0px;
    font-size: 12px;
    color: #E0E0E0;
}

table {
    color: #E0E0E0;
    font-size: 12px;
}

a:link, a:visited {
    color: #ff8900;
    text-decoration: none;
    font-weight: bold; 
}

a:hover, a:active {
    color: #D0D0D0;
    text-decoration: none;
    font-weight: bold; 
}


#mainw {
    margin-top: 20px;
    background-color: black;
    background-image: url(../images/piano.png);
    background-repeat: no-repeat;
    width: 1024px;
    height: 682px;
    color: white;
    overflow: hidden;
}

#menu {
    height: 682px;
    width: 171px;
    float: left;
    margin-right: 30px;
    text-align: right;
    position: relative;
}

#menu a {
    color: black;
    text-decoration: none;
    font-weight: normal;
}

#menu a:hover {
    color: #B0B0B0;
}

#menu a.active:hover {
    color: #B0B0B0;
}


#menu div {
    position: absolute;
    width: 160px;
    text-align: right;
}

#menu #pol1 {
    top: 146px;
    left: 0px;
}

#menu #pol2 {
    top: 188px;
    left: 0px;
}

#menu #pol3 {
    top: 227px;
    left: 0px;
}

#menu #pol4 {
    top: 266px;
    left: 0px;
}

#menu #pol5 {
    top: 303px;
    left: 0px;
}

#menu #pol6 {
    top: 343px;
    left: 0px;
}

#menu #pol7 {
    top: 382px;
    left: 0px;
}

#menu #pol8 {
    top: 421px;
    left: 0px;
}

#menu #pol9 {
    top: 460px;
    left: 0px;
}

#menu #pol10 {
    top: 499px;
    left: 0px;
}

#menu #pol11 {
    top: 538px;
    left: 0px;
}

#menu #pol12 {
    top: 576px;
    left: 0px;
}

#menu #pol13 {
    top: 615px;
    left: 0px;
}

#menu #pol14 {
    top: 655px;
    left: 0px;
}

#header {
    height: 140px;
    text-align: right;
}

#header h1 {
    font-size: 27px;
    text-align: right;
    font-weight: normal;
    padding-right: 60px;
    padding-top: 60px;
}

#right_w {
    width: 780px;
    float: left;
    padding: 0px 40px 0px 0px;
    height: 560px;
    overflow: auto;
}

.polozka {
    padding: 10px 0px 50px 0px;
    color: #F0F0F0;
    text-align: left;
    
}

.polozka h2 {
    margin-top: 0px;

}

h1 {
    font-size: 18px;
    margin-top: 0px;
}

#inp_form {
    text-align: left;
}

#inp_form input, #inp_form textarea {
	background-color: #E0E0E0;
	border-collapse: collapse;
	border: 1px solid #D0D0D0;
}

#odkazy th {
    background-color: #D0D0D0;
    color: black;
    text-align: left;
    font-weight: bold;
}

#odkazy td {
    font-weight: normal;
}

#pridaj {
    text-align: left;
    border-bottom: 2px solid #D0D0D0;
    padding-bottom: 10px;
}

#pridaj input, #pridaj textarea {
    border-collapse: collapse;
    border: 1px solid #622B30;
    width: 280px;
}

#pridaj .submit {
    border: 1px solid black;
    color: white;
    background: #909090;
    width: 70px;
}

.err, .okm {
    background-color: #ff8900;
    color: white;
    padding: 3px;
    width: 60%;
    font-weight: bold;
    margin: 7px 0px; 
    text-align: center;
}

.okm {
    background-color: #909090;
}

#table_menu {
    border: 0px;
}

#table_menu td {
    padding: 5px;
}

#table_menu .active {
    background-color: #494949;
}

#table_menu .active1 {
    border-top: 1px solid #FF8900;
    border-left: 1px solid #FF8900;
    border-bottom: 1px solid #FF8900;
}

#table_menu .active2 {
    border-top: 1px solid #FF8900;
    border-right: 1px solid #FF8900;
    border-bottom: 1px solid #FF8900;
}

#foto {
		text-align: left;
}

#foto img {
		border: 1px solid #909090;
}

.kat {
		font-weight: bold;
		text-align: left;
		padding: 3px;
		background-color: #D0D0D0;
		color: black;
		margin-bottom: 2px;
}


