@charset "utf-8";
/* CSS Document */
body { background-color:#f8f8f8; margin:0px;  font-family:Arial; font-size:13px;}
.orange {color: #F90; font-weight:bold;}
.red {color:#850a0a; font-weight:bold;}
.mesto { font-size:14px; color:#C30; font-weight:bold;}
#line {width:814px; height:3px; background-color:#f8f8f8; position:relative; left:-30px;}
/* #6a5b3c */
a href {color:#babc29; }
a:visited {color:#babc29; }
/* Leva */
#leva { width:200px; float:left; z-index:10;}
/* Stranka */
#stranka { position:absolute; left: 206px; top:0px; width:814px; z-index:10; background-image:url(border.jpg); background-repeat:repeat-y; background-position:center; text-align:left; color: #333;} 
/* Stranka-hlava */
#hlava {width:800px; height:350px; margin-left:6px; margin-right:6px; background-image:url(hlavni.png); background-position: 0px 0px; background-repeat:no-repeat;  border-bottom:1px solid #8e8a76;}

/* Stranka-obsah */ 
#obsah { width: 750px; margin-left:32px; margin-right:32px; margin-top:20px;}
#konec { }
/* Prava */
#prava {width:200px; color:#fff; position:absolute; top:10px; left:1020px;}

/* tabulka */
#tabroz {width:700px; height:400px; }
#tabroz #hodina { width:75px; font-weight:bold; border-right:0px;}
#tabroz #minuta { width:75px; border-left:1px solid #999;}
#tabroz #lekce { text-align:center; }
#tabroz td { border:1px solid #333;}
/* Menu */
#menu {
	position:absolute;
	left:344px;
	top:312px;
	z-index:30;
	width:450px;
	text-align:center;
	color:#8e8a76;
}
#menu a {color:#8e8a76; font-size:18px; text-decoration:none;}
#menu a:hover {color: #c21110; font-size:18px; text-decoration:none;}



/* texty */
h2 { color: #850a0a; text-align:center;}
h3 { text-align:center;}

#novinka {border: 1px dashed #600; padding-top:5px; padding-left:10px;}

