#header {
position : absolute;
width : auto;
height : 145px;
Border-width : 0;
top : 0;
right : auto;
left : 50px;
bottom : auto;
}

#main {
position : absolute;
width : 555px;
height : 100%;
top : 145px;
right : auto;
left : 199px;
bottom : 0;
}

#leftbar {
position : absolute;
width : 149px;
height : 100%;
top : 145px;
right : 0;
left : 50px;
bottom : 0;
background-color : #231f20;
}

#rightbar {
position : absolute;
float : left;
width : 149px;
height : 100%;
top : 145px;
right : auto;
left : 755px;
bottom : 0;
background-color : #231f20;
}



img { 
margin : 0px;
border : 0px;
}

hr {
color : #808258;
width : 80%;
height : 1px;
}

a:hover {
color : #808258; 
text-decoration : none;
}

a.menu {
margin : 0px;
}

a.velky {
font-size : 2em;
margin : .67em;
}

a {
color : #fdb813; 
font-family : tahoma; 
font-size : 10pt; 
margin : 5px; 
text-decoration : none; 
font-weight : bold;
}

body { 
//text-align : center;
scrollbar-base-color: #231f20;
scrollbar-track-color : #808258;
scrollbar-arrow-color: #fdb813;
scrollbar-highlight-color : #808258;
color : #808258;
font-family : tahoma;
font-size : 10pt;
background-color : black;
margin-top : 0px;
}

p.nadpis {
font-size : 12pt;
font-weight : bold;
}