* {
    margin:0; 
    padding:0; 
    border:0;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
}

html body {
    text-align: left;
    color:#888787;
    height:100%;
	background-color:#F4EDDB;
	background-image: url(header-line.jpg);
	background-repeat: repeat-x;
	background-position: 0 28px;
}

p {
    text-align: left;
    line-height: 150%;
    margin-bottom: 15px;
}

a {
    text-decoration: underline;
    color: #ED1C24;
    cursor:hand;
    cursor:pointer;
}

a:hover {
    text-decoration: none;
    color: #B5360A;  /* #3942F2;*/
}
/*a:hover						{color:white;}
a img             {border: none;}*/ 

h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
}

h1 {
    visibility: hidden;
    display: none;
}

h3 {
    color: #981B1E;
    display: block;
    height: 20px;
    font-size: 11px;
    xpadding: 5px 0 0 5px;   
    margin-bottom: 10px;
}

#page {
    width: 100%;
    float: left;
    background: url(dotky-spodek.jpg) no-repeat right bottom;
}

#page-body {
    width: 100%;
    background: url(dotky.jpg) no-repeat 0px 210px;
}

#content {
    width: 780px;
    margin: 0 auto;
}

#header {
    width: 780px;
    height: 206px;
    background-color: #ED1C24;
}

#header a#logo {
    width: 222px;
    height: 175px;
    margin: 30px 0 0 0px;
    float: left;
    display: block;
    background-image: url(logo.gif);
    background-repeat: no-repeat;
}

.bg-header {
    width: 380px;
    height: 199px;
    float: left;
    border: 1px solid green;
}

#toprow {
    background-color: #939599;
    height:28px;
    margin:0;
}


.safer-bg {
    float: right;
    margin: 25px 45px 0 0;
}

.leftcol {
    width: 211px; 
    float: left;
    margin-top: 23px; 
    padding-bottom: 20px;   
}

.leftcol h2 {
    color: #981B1E;
    display: block;
    width: 211px;
    height: 26px;
    background-image: url(bg-nadpis.gif);
    background-repeat: no-repeat;
    font-size: 11px;
    padding: 5px 0 0 5px;
}

.leftcol ul {
    margin: 0 0 25px 16px;
    font-size: 12px;
    line-height: 22px;
    color: #ED1C24;
}

.leftcol li:hover {
    color: #E0D9C9;
}

.nadpis_odkaz {
    color: #981B1E;
    font-size: 11px;
    text-decoration: none;
}


.rightcol {
    float: right;
    width: 555px;
    margin: 23px 0px 30px 0;
}

.rightcol h2 {
    display: block;
    height: 22px;
    background-image: url(bg-nadpis.gif);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #FFFAED;
    color: #981B1E;
    font-family: Tahoma;
    font-size: 13px;
    padding: 5px 0 0 15px;
}

.content-body {
    margin-top: 15px;
    padding: 15px 15px 5px 15px;
    background-color: #FFFAED;
    color: #888787;
}

.content-body p{
    padding: 0px 0px 5px 0px;
    margin-top:0;
}

.content-body ul{
    xpadding: 0px 0px 5px 0px;
    margin: 5px 0 15px 13px;
}

#footer {
    width: 100%;
    float: left;
    height: 115px;
    background-image: url(footer-row.gif);
    background-repeat: repeat-x;
    margin-bottom: 15px;
}

.in-footer {
    width: 780px;
    padding-top: 30px;
    margin: 0 auto;
    border-top: 3px solid red;
}

.in-footer li {
    display: inline;
    float: right;
    margin-left: 20px;
}


.seznam-akci li {
    list-style: none;
    line-height: 30px;
    background: url(medic.gif) no-repeat 0 8px;
    padding-left: 20px;
}

.seznam-akci li:hover {
    list-style: none;
    line-height: 30px;
    background: url(madic.gif) no-repeat 0 8px;
    padding-left: 20px;
    color: #9CCA20;
}

.info-substance {
    margin: 20px 0 15px 15px;
    display: block;
}

.selected a {
    color: #888787;
    text-decoration: none;    
}

.selected {
    color: #A7B8CF;  
}

.cleaner {
    clear:both;
    height:0px;
}


