@charset "utf-8";
/* CSS Document */

body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	}
	
#page {
	width: 900px;
	height: 520px;
	margin: 10px auto;
	padding: 0px;
	background-image: url(../design/home_background.png);
	background-repeat: no-repeat;
	}
	
#nadpis {
	position: relative;
	top: 5px;
	left: 50px;
	width: 800px;
	height: 34px;
	text-align: center;
	margin: 0px;
	border-bottom: 1px solid #999999;
	}
	h1 { font: bold 13px arial; color: #FFFFFF; padding: 0px; margin: 0px; }
	h2 { font: 12px arial; color: #FFFFFF; padding: 0px; margin: 0px; }
	
#skoly {
	position: relative;
	top: 15px;
	left: 140px;
	margin: 0px;
	}
#skoly ul {
	margin: 0px;
	padding: 0px;
	}
#skoly li {
	display: block;
	float: left;
	width: 200px;
	height: 300px;
	margin-right: 10px;
	text-align: center;
	}
	li.sou { background-image: url(../design/home_li-sou.png); background-repeat: no-repeat; }
	li.oa { background-image: url(../design/home_li-oa.png); background-repeat: no-repeat; }
	li.vos { background-image: url(../design/home_li-vos.png); background-repeat: no-repeat; }
	
#skoly a {
	display: block;
	width: 198px;
	height: 65px;
	padding: 35px 0px 0px 0px;
	position: relative;
	top: 200px;
	left: 1px;
	background-image: url(../design/home_vstupte.png);
	background-repeat: no-repeat;
	font: bold 13px arial;
	color: #FFFFFF;
	text-decoration: none;
	}
	#skoly li.sou a:hover { border-top: 5px solid #005387; padding-top: 30px; background-position: 0px -5px; }
	#skoly li.oa a:hover { border-top: 5px solid #7c111c; padding-top: 30px; background-position: 0px -5px; }
	#skoly li.vos a:hover { border-top: 5px solid #006126; padding-top: 30px; background-position: 0px -5px; }
	
#mezi_radek {
	clear: both;
	position: relative;
	top: 19px;
	left: 50px;
	font: bold 10px arial;
	color: #ffffff;
	}

#dalsi {
	clear: both;
	position: relative;
	top: 23px;
	left: 50px;
	margin: 0px;
	}
#dalsi ul {
	float: left;
	margin: 0px 0px 0px 90px;
	padding: 0px;
	}
#dalsi li {
	display: block;
	float: left;
	width: 200px;
	height: 50px;
	margin-right: 10px;
	text-align: center;
	background-image: url(../design/home_li-dalsi.png);
	}
#dalsi a {
	display: block;
	height: 40px;
	width: 200px;
	font: bold 11px arial;
	text-decoration: none;
	color: #999999;
	padding-top: 10px;
	} #dalsi a:hover { color: #ffffff; }

#dalsi2 {
	clear: both;
	position: relative;
	top: 33px;
	left: 50px;
	margin: 0px;
	}
#dalsi2 ul {
	float: left;
	margin: 0px 0px 0px 90px;
	padding: 0px;
	}
#dalsi2 li {
	display: block;
	float: left;
	width: 200px;
	height: 50px;
	margin-right: 10px;
	text-align: center;
	background-image: url(../design/home_li-dalsi.png);
	} #dalsi2 li.prazdne { background: none; }
#dalsi2 a {
	display: block;
	height: 40px;
	width: 200px;
	font: bold 11px arial;
	text-decoration: none;
	color: #999999;
	padding-top: 10px;
	} #dalsi2 a:hover { color: #ffffff; }
	
#copy {
	clear: both;
	position: relative;
	top: 38px;
	float: right;
	margin-right: 50px;
	font: 10px arial;
	color: #999999;
	}
	
#banner {
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 900px;
	z-index: 10;
	}
#banner .zavrit {
	position: relative;
	top: 30px;
	left: 300px;
	z-index: 100;
	}
	.zavrit a {
		font: bold 20px arial;
		color: #ffffff;
		} .zavrit a:hover { cursor: pointer; }
