/* CSS Document */
 

body {
 text-align: center; /*vycentrovanie pre IE*/
 background-color:74282A; /*74282A;*/
 
}


#all {
 background-color:#CCCCBB;
 position:relative;
 left:0;
 width: 800px; /*šírka layoutu*/
 height: 761px; /*výška layoutu*/
 text-align: left; /*zrušenie vycentrovania textu*/
 margin: 0 auto auto auto; /*vycentrovanie v ostatných prehliadačoch*/
 border: 1px solid gray;
 
}
#hlavicka {
 background:#74282A url('../png/hlavicka.png') no-repeat;
 position:absolute;
 width:800;
 height: 130px;
 border: 0px solid black;
 }
 
#sloup {
 left:10;
 position: absolute;
 width: 140px;
 height: 375px;
 text-align: left;
 margin: 0 auto;
 border: 1px solid gray;
 background-color:#CCCCBB;
 top:150px;
 font-family: sans-serif;
 font-weight: bold;
 font-size: 7.5pt;
 
 }
 
 
 #sloup a{
	left:10;
	position:absolute;
	width:105px;
	padding:0 2 0 5;
	background-color:#74282A;
    text-align: left;
    color: #FFF;
    text-decoration: none;
	border: 4px solid #74282A;
	}
#sloup a:hover{
    cursor: pointer;
    background-color:#DC9091;
	color:black;
	border: 4px solid #DC9091;
    }

    /*katalogové listy*/
 #sloupx {
 left:11;
 position: absolute;
 width: 138px;
 height: 20px;
 text-align: left;
 margin: 0 auto;
 background-color:#CCCCBB;
 top:474px;
 font-family: sans-serif;
 font-weight: bold;
 font-size: 7.5pt;
 
 }
 
 
 #sloupx a{
	left:10;
	position:absolute;
	width:105px;
	padding:0 2 0 5;
	background-color:#000000;
    text-align: left;
    color: #FFF;
    text-decoration: none;
	border: 4px solid #000000;
	}
#sloupx a:hover{
    cursor: pointer;
    background-color:#DC9091;
	color:black;
	border: 4px solid #DC9091;
    }
 /*KONEC katalogové listy*/
 

#menu{
	font-family:sans-serif;
    position: absolute;
    border: 0px solid black;
    top: 30px;
    font-weight: bold;
    font-size: 8pt;
    width: 800px;
    height: 35px;
	border: 0px solid black;
    }
#menu a{
	left:10;
	position:absolute;
	width:116px;
	height:70px;
	padding:0;
	/*background-color:#74282A;*/
    text-align: center;
    color: #FFF;
    text-decoration: none;
	border: 0px solid black;
	}
#menu a:hover{
    cursor: pointer;
    color:#CCCCBB}

#obsah {
 font-family:Arial;
 position: absolute;
 width: 560px;
 height: 470px;
 padding: 10px 30px 30px 30px;
 border: 1px solid gray;
 left: 165px;
 top: 150px;
 overflow: auto;
 font-size: 10pt;
 font-weight: normal;
 } 
.nahled{position:absolute; border:0px solid black}

#pocitadlo {
position:absolute;
width:140;
height: 115;
left:10;
top:545;
border: 1px solid gray;

}

#paticka {
 color:gray;
 font-family:arial;
 font-size: 8pt;
 position:absolute;
 top:741;
 width:800;
 border-width: 1px;
 border-top-style:solid;
 border-top-color:gray;
}

#pdfodkaz {
 color: #74282A;
 text-decoration: none;
 font-size: 7.5pt;
 font-family: sans-serif;
 font-weight: bold;
 }
#pdfodkaz:hover{
text-decoration: underline;
}

    