@import url("navigation.css");
@import url("../switch_panel.css");

html, body
{
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	background: #808080;
}

body,
td,
a
{
	font-family: tahoma, helvetica;
	color: #000000;
}

html,
body,
td,
li,
input
{
	font-size: 12px;
}

form
{
	padding: 0px;
	margin: 0px;
}






/* containers */
.top
{
	margin: 20px auto 0px auto;
	width: 990px;
	height: 5px;
	font-size: 4px;
	background: #808080 url(../container_main_top.png) no-repeat;
}

.main
{
	margin: 0px auto;
	width: 990px;
	background: #F6F6F6 url(../container_main_bg.png) repeat-y;
}

.bottom
{
	margin: 0px auto;
	padding: 10px 0px;
	width: 990px;
	height: 5px;
	font-size: 5px;
	background: #808080 url(../container_main_bottom.png) no-repeat;
}

.banner
{
	width: 980px;
	margin-left: 5px;
	height: 150px;
	background: #4C51AD url(banner.jpg) no-repeat;
	position: relative;
}

.banner a
{
	position: absolute;
	top: 17px;
	left: 0px;
	width: 100%;
	height: 50px;
	display: block;
}

.banner span
{
	display: none;
}

#navigationcontainer
{
	margin: 0px 5px;
}


#leftPane,
#rightPane
{
	width: 180px;
	overflow: hidden;
	list-style: none;
}

#leftPane
{
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 10px;
	float: left;
}

#rightPane
{
	margin: 5px 5px 0px 0px;
	padding: 0px 10px 0px 5px;
	float: right;
}

#leftPane .text,
#rightPane .text
{
	width: 150px;
}

.adminPane .text
{
	width: 550px;
}

#leftPane p,
#rightPane p
{
	margin: 5px 0px 0px 0px;
}

#leftPane h2,
#rightPane h2
{
	font-size: 95%;
	background: #4C51AD url(pane_h2.png) repeat-x;
	padding: 4px 10px;
	margin: 0px;
	color: #ffffff;
	text-align: left;
}

#leftPane ul,
#rightPane ul
{
	border-right: 1px solid #4C51AD;
	border-bottom: 1px solid #4C51AD;
	border-left: 1px solid #4C51AD;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#leftPane li,
#rightPane li
{
	margin: 10px 0px;
	padding: 0px;
	background-color: #ffffff;
}

#leftPane li li,
#rightPane li li
{
	padding: 0px 10px;
	margin: 0px;
}

#leftPane li ul,
#rightPane li ul
{
	padding: 10px 0px;
}

.centerPane
{
	width: 200px;
	margin: 0px auto;
}

.centerPane300
{
	width: 300px;
	margin: 0px auto;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}


.content
{
	width: 560px;
	margin: 0px 10px;
	float: left;
	overflow: hidden;
}

.advertising
{
	margin: 10px auto 0px auto;
	width: 468px;
}

.copyright
{
	text-align: center;
	padding: 40px 0px;
}

.leftPart
{
	float: left;
	width: 240px;
	margin: 0px 15px;
}

ul.leftPart,
ul.rightPart
{
	list-style: none;
	padding: 0px;
}

ul li,
ol li
{
	padding: 2px 0px;
}

label
{
	cursor: pointer;
}

.rightPart
{
	float: right;
	width: 240px;
	margin: 0px 15px;
}

input.text,
textarea.text,
select.text
{
	border: 1px solid #000000;
	font-size: 100%;
	width: 200px;
}

p.button
{
	width: 200px;
	text-align: center;
}

input.button
{
	border: 1px solid #000000;
	font-size: 100%;
	width: 100px;
	cursor: pointer;
}

.table
{
	margin: 0px auto;
	background: transparent;
	border: solid #4C51AD 2px;
	border-bottom-width: 1px;
}

.table thead td
{
	border-bottom: solid #4C51AD 2px;
	border-right: solid #4C51AD 1px;
	padding: 1px 5px;
	background-color: #4C51AD;
	color: white;
	font-weight: bold;
	text-align: center;
}

.table tbody td
{
	border-bottom: solid #4C51AD 1px;
	border-right: solid #4C51AD 1px;
	padding: 1px 10px 1px 10px;
}

.table tbody td.last
{
	border-right-width: 0px;
}

.fotoalbum
{
	width: 165px;
	height: 140px;
	margin: 0px 7px;
	padding: 0px;
	overflow: hidden;
	float: left;
	text-align: center;
}

.fotoalbum img,
.fotoalbumPicture img
{
	border: 3px solid #989898;
	padding: 1px;
	margin-bottom: 15px;
}

.fotoalbum img.active,
.fotoalbumPicture img.active

{
	border: 3px solid #4C51AD;
}

.fotoalbumPicture
{
	text-align: center;
}

.sitemap
{
	margin: 10px 0px;
}

ul.noStyle
{
	list-style: none;
}

ol.letter
{
	list-style: lower-alpha;
}

.downloadTableLeft
{
	float: left;
	width: 370px;
}

.downloadTableMiddle,
.downloadTableRight
{
	float: left;
	width: 90px;
	text-align: center;
}

.anketaGreen
{
	background: #007F0E url(../anketa_bg_green.png) repeat-x;
	height: 11px;
	width: 5px;
	margin: 2px 5px 5px 0px;
	float: left;
}

.anketaBlue
{
	background: #00137F url(../anketa_bg_blue.png) repeat-x;
	height: 11px;
	width: 5px;
	margin: 2px 5px 5px 0px;
	float: left;
}

.anketaRed
{
	background: #7F0000 url(../anketa_bg_red.png) repeat-x;
	height: 11px;
	width: 5px;
	margin: 2px 5px 5px 0px;
	float: left;
}

.anketaBlack
{
	background: #000000 url(../anketa_bg_black.png) repeat-x;
	height: 11px;
	width: 5px;
	margin: 2px 5px 5px 0px;
	float: left;
}






/* header */

h1
{
	margin: 0px;
	padding: 0px;
	display: none;
}

h2
{
	margin: 20px 0px;
	padding: 0px;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

h3
{
	margin: 15px 0px;
	font-size: 12px;
}

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

small
{
	font-size: 90%;
}

img
{
	border: 0px;
}





/* header */
.clear
{
	clear: both;
}

.message
{
	width: 90%;
	border: 2px solid #639E1A;
	background: #E8E8D0;
	font-weight: bold;
	text-align: center;
	color: #267F00;
	padding: 10px;
	margin: 10px auto;
}

.error
{
	width: 90%;
	border: 2px solid #4C51AD;
	background: #E8E8D0;
	font-weight: bold;
	text-align: center;
	color: #4C51AD;
	padding: 10px;
	margin: 10px auto;

}




/* kurzovy listok */
li#kurzovylistok li
{
	display: block;
	margin: 1px 0px;
	padding-bottom: 2px;
	background: none;
}

table.kurzovylistok
{
	empty-cells: show;
	margin: 0 auto 5px auto;
}

#kurzovylistok td
{
	padding: 1px 3px;
	text-align: center;
}

#kurzovylistok caption
{
	text-align: left;
	padding-bottom: 5px;
}

#kurzovylistok thead td
{
	font-weight: bold;
}

#kurzovylistok th
{
	text-align: center;
}

.rozvrh .leftPart
{
	width: 140px;
	float: left;
}

.rozvrh .centerPart
{
	width: 200px;
	float: left;
}

.rozvrh .rightPart
{
	width: 140px;
	float: left;
}

.rozvrh ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.triedy
{
	width: 100px;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

.triedy li
{
	width: 30px;
	padding: 3px 0px;
	margin: 0px;
}

.studenti
{
	width: 500px;
	float: left;
	margin-left: 50px;
}

.studenti ul,
.studenti ol
{
	padding: 0px;
	margin: 0px;
}

.studenti ul
{
	list-style: none;
}

.studenti li
{
	width: 250px;
	float: left;
	padding: 3px 0px;
	margin: 0px;
}

.novinky,
.novinky p
{
	margin: 0px;
	padding: 0px;
}

.novinky h3
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.novinky
{
	list-style: none;
}

.results
{
	list-style: none;
}

.results li
{
	float: left;
	margin-right: 10px;
}


li.logo
{
background: #000000 url(../logo.png) 15px 0px no-repeat;
width: 150px;
height: 120px;
margin: 0px;
padding: 0px;
}

li.logo span
{
display: none;
}

.googleSideBar
{
width: 160px;
height: 620px;
border: none;
overflow: hidden;
}

.fotoalbumPicture .next
{
	float: right;
	margin: 10px 40px 10px 0px;
}

.fotoalbumPicture .prev
{
	float: left;
	margin: 10px 0px 10px 40px;
}

.facebook
{
	margin-top: 10px;
	border-top: 1px solid silver;
	padding-top: 5px;
	height: 150px;
}

.w50
{
	width: 50px;
}

.w100
{
	width: 100px;
}

.w150
{
	width: 150px;
}

.w200
{
	width: 200px;
}

.zmluvyYears
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.zmluvyYears li
{
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
}

.tabs
{
	background: #4C51AD url(tab_navigation_bg.png) repeat-x top;
	line-height: 25px;
	height: 25px;
}

.tabs ul
{
	margin: 0px;
	padding: 0px;
}

.tabs ul li
{
	float: left;
	list-style: none;
	padding: 1px 20px 0px 20px;
}

.tabs ul li a
{
	padding: 2px 20px 1px 20px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	margin: 1px 1px 0px 1px;
}

.tabs ul li a.active
{
	background-color: #F6F6F6;
	color: black;
	margin: 0px;
	line-height: 20px;
	display: block;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
}

.sub-zmluvy,
.sub-zmluvy-active
{
	border: 1px solid #4C51AD;
	margin-top: -1px;
}

.sub-zmluvy
{
	display: none;
}

.sub-zmluvy .table, 
.sub-zmluvy-active .table
{
	border: 1px solid #4C51AD;
	margin: 5px;
}

.sub-zmluvy .table td,
.sub-zmluvy-active .table td
{
	border: 0px;
}

.sub-zmluvy .table thead td,
.sub-zmluvy-active .table thead td
{
	background-color: #4C51AD;
}

.sub-rok
{
	border: 1px solid #4C51AD;
	border-top-color: #808080;
	padding: 5px;
	margin-top: -1px;
}

.table caption
{
	margin: 15px 0px;
	font-size: 16px;
	font-weight: bold;
}

tr.dark td
{
	background-color: #E7E7E7;
	padding-top: 5px;
	padding-bottom: 5px;
}

tr.light td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

