* { 
    margin: 0; padding: 0; 
}

body { 
    font: .8em Arial, Sans-Serif; 
    line-height: 1.8em; 
    background: #333; 
    color: #444; 
}

a {
    color: #333; 
    text-decoration: underline;
}

a:visited {
    color: #333; 
    text-decoration: underline;
}

a:hover {
    color: #990000; 
}

/*
h2 { 
    margin: 0 0 10px; 
    padding: 10px 0 3px; 
    font-weight: bold;
    font-size:	1.5em;
}
*/

h3 { 
    padding-left: 10px; 
    color: #fff; 
/*    background: #7fc0ff url(images/bg.jpg) repeat-x; */
    background: #6587e0 url(images/bg.jpg) repeat-x; 
    font-size: 1em; 
    height: 24px; 
    line-height: 24px; 
}

h4 { 
/*    margin: 0 0 10px; */
/*    padding: 10px 0 3px; */
    font-weight: bold;
    font-size:	1em;
}

ul { 
    padding: 0; 
    margin: 0 0 10px;
}

li { 
    list-style-type: none;
}

p { 
    margin: 5px 0 10px 0; 
}

img { 
    border: none; 
}

#header {
    background: #6587e0 url(images/hdr2.jpg) repeat-x;
    height: 226px;
    position: relative;
}

#header h1 {
    font-size: 1.8em;
    font-weight: 100;
    letter-spacing: -1px;
/*    padding: 22px 0 5px 651px; */
    position: absolute;
    right: 10px;
    top: 8px;
}

#header h1 a {
    color: #7f0011;
    text-decoration: none;
}

#header h1 a:hover {
    color: #7f0011;
    text-decoration: underline;
}

#header h2 {
    color: #7f7f7f;
    font-size: 19px;
    font-weight: 100;
/*    padding: 0 0 0 555px; */
    letter-spacing: -1px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    top: 40px;
}

#wrap { 
    padding: 10px 10px 3px 10px; 
    width: 810px; 
    margin: 20px auto; 
    background: #fff;
}

#left { 
    float: left; 
    width: 188px; 
/*    background: #cfddff; */
    background: #c3d9ff; 
    margin-bottom: 10px; 
    margin-top: 10px;
}

#left ul { 
    padding: 5px 10px 10px 10px; 
    margin: 0; 
}

#right { 
    margin-bottom: 10px; 
    margin-top: 6px;
    float: right; 
    width: 600px; 
    padding: 0 10px 10px 10px; 
    line-height: 1.4em; 
    text-align: justify; 
}

#right h1 {
    font-size: 2.2em;
    font-weight: 100;
    letter-spacing: -1px;
    padding: 22px 0 5px 5px;
    position: relative;
    /* left: 590px; */
}

#right h1 a {
    color: #7f0011;
    text-decoration: underline;
}

#right h1 a:hover {
    color: #7f0011;
    text-decoration: underline;
}

#right h2 {
    font-size: 2.2em;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 30px; 
    color: #7f0011;
}

#right h2 a {
    color: #7f0011;
    text-decoration: underline;
}

#right h2 a:hover {
    color: #7f0011;
    text-decoration: underline;
}

#right h3 { 
    padding: 0px;
    font-weight: bold;
    font-size:	1.5em;
    background: #fff; 
}

	
#footer { 
    font-size: 11px; 
    text-align: center; 
    border-top: 1px solid #ccc; 
    padding: 10px 5px; 
}

input {
    color: #990000;
}

textarea {
    color: #990000;
}

.listbox {
    padding: 0px; 
    border: 1px #0081ac solid; 
    width: 604px; 
    margin-top: 8px; 
    position: relative; 
    background: #efefef;
}

.listboxdate {
    color: #fff; 
    font-size: 0.8em; 
    background: #6f6f6f; 
    padding: 3px; 
    padding-left: 4px; 
    padding-right: 4px; 
    margin: 3px; 
    float: right; 
    width: 93px; 
    clear: left; 
    text-align: center; 
    font-weight: bold;
}

.listboxnadpis {
    color: #5f5f5f; 
    font-size: 1em; 
    background: #d9efc2; 
    padding: 6px; 
    border-bottom: 1px #0081ac solid;
}

.listboxnadpis a {
    text-decoration: none; 
    font-weight: bold;
}

.listboxtext {
    font-weight: normal; 
    color: #5f5f5f; 
    font-size: 0.9em; 
    padding: 4px 4px 0px 4px; 
    text-align: justify;
}

.listboxcena {
    color: #5f5f5f; 
    font-size: 1em; 
    background: #dfdfdf; 
    padding: 6px; 
    border-top: 1px #0081ac solid; 
    font-weight: bold;
}

.listboxlink {
    color: #5f5f5f; 
    font-size: 0.8em; 
    float: right; 
    position: absolute; 
    bottom: 2px; 
    right: 4px;
}

.dalsinabidky {
    float: right; 
    padding-top: 6px; 
    font-weight: bold;
}

#gadsmenu {
    padding-left: 8px; 
    padding-bottom: 4px; 
    padding-top: 4px; 
    border-top: 2px #fff solid;
}

#kwords {
    padding-left: 8px; 
    padding-bottom: 4px; 
    padding-top: 4px;
}

.relative {
    position: relative;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clearboth {
    clear: both;
}

