/* CSS Document */
body {background-color: 000000;}
#hlavicka{
		position: absolute;
		width: 960px;
		height: 175px;
		top: 10px;
		left: 50%;
		margin-left: -480px;
		}
#levy {
		position: absolute;
		width: 200px;
		height: 570px;
		top: 185px;
  	left: 50%;
		margin-left: -480px;
		background-image: url(obrazky/panel.jpg);;
		}


#levy_obsah {
		position: absolute;
		width: 200px;
		height: 350px;
		top: 30px;
		text-align: center;
		}
#login {
    position: absolute;
    width: 200px;
    height: 130px;
    top: 410px;
    text-align: center;
    }

#obsah {
		position: absolute;
		width: 760px;
		height: 570px;
		top: 185px;
  	left: 50%;
		margin-left: -280px;
		background-image: url(obrazky/obsah.jpg);
		}
#obsah2 {
    position: absolute;
    width: 750px;
    height: 560px;
    top: 10px;
  	left: 10px;
		overflow: auto;
		}
		
h1 {
    color: FFFFFF;
    text-align: center;
    font-family: Times;
    font-weight: bolder;
    font-size: 200%;
}
h2 {
    color: FFFFFF;
    font-family: Times;
    font-weight: bolder;
    font-size: 130%;
}
.styl1 ul {
    color: FFFFFF;
    font-family: Times;
    font-weight: bolder;
    font-size: 120%;
    list-style-type: disc;
}
.styl1 a {
    color: FFFFFF;
    font-family: Times;
    font-weight: bolder;
    font-size: 100%;
    list-style-type: disc;
}
.styl1 a:hover {
    color:yellow;
    font-family: Times;
    font-weight: bolder;
    font-size: 100%;
    list-style-type: disc;
}

.styl2 ul {
    color: FFFFFF;
    font-family: Times;
    font-weight: bolder;
    font-size: 90%;
    list-style-type: circle;
}
.styl2 a {
    color: FFFFFF;
    font-family: Times;
    font-weight: bolder;
    font-size: 100%;
    list-style-type: disc;
}
.styl2 a:hover {
    color:yellow;
    font-family: Times;
    font-weight: bolder;
    font-size: 100%;
    list-style-type: disc;
}
.nadpis{
    color: FFFFFF;
    font-family: Times;
    font-weight: bolder;
    font-size: 130%;
}

.text{
    color: FFFFFF;
    font-family: Times;
    font-weight: bolder;
    font-size: 120%;
}

.text p {
    position: static;
  	left: 10px;
}

a{
    color: FFFFFF;
    font-family: Times;
    font-weight: bolder;
    font-size: 120%;
}
a:hover{
    color: yellow;
    font-size: 120%;
    font-family: Times;
    font-weight: bolder;
}
.text table {
    Border-width: 2px;
    Border-style: solid;  
    Border-color: 999999;
}
.text td {
    Border-width: 2px;
    Border-style: solid;  
    Border-color: 999999;
    color: FFFFFF;
    font-family: Times;
    font-weight: bolder;
    font-size: 100%;
    text-align: center;
}

.text2 table {
    Border-width: 0px;
    Border-style: solid;  
    Border-color: 999999;
}
.text2 td {
    Border-width: 0px;
    Border-style: solid;  
    Border-color: 999999;
    color: FFFFFF;
    font-family: Times;
    font-weight: bolder;
    font-size: 100%;
    text-align: left;
}
		

