@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-image: url(../design/oa/background.png);
	background-position: center top;
	background-repeat: no-repeat;
	font: 12px arial;
	color: #333333;
	}

#page {
	width: 1000px;
	margin: auto;
	}

/* ----------------------------------------- HEAD ---------------------------------- */
#head {
	width: 1000px;
	height: 200px;
	background-image: url(../design/oa/bg_head.png);
	background-repeat: no-repeat;
	}
#skoly {
	width: 380px;
	height: 25px;
	background-image: url(../design/bg_skoly.png);
	position: relative;
	top: 130px;
	float: right;
	text-align: center;
	line-height: 25px;
	font-size: 10px;
	color: #ffffff;
	}
	#skoly a { color: #666666; } #skoly a:hover { text-decoration: none; }

#headbanner {
	position: absolute;
	top: 139px;
	border: 1px solid #ffffff;
	}

/* ------------------------------------------ MENU ---------------------------------- */
#menu {
	width: 1000px;
	height: 30px;
	padding: 0px;
	margin: 10px 0 0 0;
	background-image: url(../design/oa/bg_menu.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 50;
	}
#menu ul {
	padding: 0px;
	margin: 0px 0 0 10px;
	}
#menu ul li.uroven1 {
	display: block;
	float: left;
	width: 150px;
	height: 30px;
	padding: 0px;
	margin-right: 2px;
	font: bold 12px arial;
	text-align: center;
	}
#menu li.uroven1 .menu_odkaz {
	display: block;
	width: 150px;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../design/butt_menu.png);
	background-repeat: no-repeat;
	} #menu li.uroven1 .menu_odkaz:hover { background-image: url(../design/butt_menu-on.png); cursor: default; }

#menu ul.uroven2 {
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	}
#menu li.uroven2 {
	display: block;
	width: 150px;
	height: 25px;
	padding: 0px;
	margin-right: 2px;
	font: 11px arial;
	text-align: center;
	}
#menu li.uroven2 a {
	display: block;
	width: 150px;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../design/butt_menu2.png);
	} #menu li.uroven2 a:hover { background-image: url(../design/butt_menu2-on.png); border-left: 3px solid #aa1324; padding-right: 3px; width: 144px; }
#menu li.uroven2 a.menu_oddel { border-top: 1px solid #aa1324; line-height: 24px; }
	
li.uroven1:hover ul.uroven2 li.uroven2 { visibility: visible; }

/* -------------------------------------- MAIN ------------------------------------- */
#main {
	width: 1000px;
	position: relative;
	z-index: 10;
	}
#text {
	width: 700px;
	float: left;
	}
#text a {
	color: #aa1324;
	} #text a:hover { text-decoration: none; }
	
/* ...................... banner .................... */
#banner {
	width: 300px;
	float: right;
	margin: 10px 0px;
	padding: 0px;
	background-color: #eeeeee;
	}
.banner_top {
	width: 300px;
	height: 15px;
	background: url(../design/banner_bg-top.png) top no-repeat #ffffff;
	}
.banner_bottom {
	width: 300px;
	height: 15px;
	background: url(../design/banner_bg-bottom.png) bottom no-repeat #ffffff;
	}
.banner_text {
	padding: 0px 10px;
	}
#banner h3 {
	font: 11px arial;
	color: #999999;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
.banner_div {
	margin: 0px 0px 10px 0px;
	}
.banner_div img {
	border: 1px solid #cccccc;
	}
.banner_mezera {
	height: 10px;
	}
.banner_foto {
	text-align: center;
	} .banner_foto img { border: 1px solid #cccccc; }
	
#banner_dole {
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 900px;
	z-index: 10;
	}
#banner_dole .zavrit {
	position: relative;
	top: 43px;
	left: 310px;
	z-index: 100;
	}
	.zavrit a {
		font: bold 20px arial;
		color: #ffffff;
		} .zavrit a:hover { cursor: pointer; }

	
/* -------------------------------------- BOTTOM ----------------------------------- */
#bottom {
	width: 1000px;
	height: 30px;
	clear: both;
	background-image: url(../design/bg_bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	font: 10px arial;
	color: #999999;
	line-height: 30px;
	} 
	#bottom a {
		color: #999999;
		} #bottom a:hover {
			text-decoration: none;
			}

