body {
	padding: 5px;
	margin: 3px;
	background-image: url(img/bg_main.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #000;
}

h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
	padding-left: 20px;
	letter-spacing: 1.5px;
	font-size: 1.3em;
	border-bottom: 1px solid #000;
}
h3 {
	margin: 14px 0px 5px 15px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-size: 0.8em;
	border-bottom: 1px solid #000;
}
h4 {
	margin-top: 3px;
	padding-left: 35px;
	letter-spacing: 1px;
	font-family: Arial;
}
h5 {
	margin: 0px;
	margin-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

h6 {
  margin: 1px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 1.2em;
	text-align: justify;
	color: rgb(255,0,0);
}

h7 {
  margin: 0px;
	letter-spacing: 1.5px;
	font-size: 1.2em;
}

acronym {
	cursor: help;
}
img {
	border: none;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}                  

iframe {
	width: 100%;
	height: 600px;
	border: none;
}

/* struktura */
div#kontejner {
	width: 905px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(img/bg_kont.jpg);
	background-repeat: repeat-y;
}
	div#head {
		width: 100%;
		height: 125px;
		margin: 0px;
		padding: 0px;
		background-image: url(img/bg_head.jpg);
		background-position: top;
		background-repeat: no-repeat;
	}
		div#head a {
			display: block;
			width: 100%;
			height: 125px;
			text-decoration: none;
		}
			div#head a span {
				visibility: hidden;
			}
	div#horiz_menu {
		width: 899px;
		height:24px;
		margin: 0px auto;
		padding: 0px;
		font-size: 0.85em;
		font-family: Verdana CE, Verdana, Arial CE, Arial, sans-serif;
		text-align: center;
		background-color: #b3b3b3;
		overflow: hidden;
	}
		div#horiz_menu span {
			display: none;
		}
		div#horiz_menu a {
			display: block;
			float: left;
			width: 130px;
			padding: 3px 0px;
			color: #000;
			font-weight: bold;
			font-size: 0.9em;
			text-decoration: none;
			border: 1px outset silver;
		}
			div#horiz_menu a:hover {
			  background-image: url(img/bg_menu_blu.jpg);
			  background-repeat: repeat-x;
				color: #000;
			}
			div#horiz_menu a#h_sel {
				background-color: #82caff;
				color: #000;
			}
	div#vert_menu {
		float: left;
		width: 200px;
	}
    
		div#vert_menu ul {
			margin: 0px;
			padding: 0px;
			margin-left: 35px;
			font-size: 0.9em;
		}
			div#vert_menu ul ul {
				margin: 0px;
				padding: 0px;
				margin-left: 5px;
				font-size: 1.1em;
			}
			div#vert_menu ul li {
				margin: 5px 0px;
				background-color: #b3b3b3;
			}
				div#vert_menu ul li a {
					width: 100%;
					display: block;
					color: #333;
					font-weight: bold;
					text-decoration: none;
					border: 1px outset silver;
				}
					div#vert_menu ul li a:hover {
						text-decoration: none;
						color: #000;
			      background-color: #82caff;
					}
					div#vert_menu ul li a#v_sel {
					  color: #000;
			      background-color: #82caff;	
					}
		div#vert_menu ul#jazyky {
			width: 150px;
			margin: 0px auto;
			padding: 0px;
			list-style-type: none;
			text-align: center;
		}
			div#vert_menu ul#jazyky li {
				float: left;
				width: 37px;
				margin: 3px
			}
			div#vert_menu ul#jazyky li a:hover {
				background-image: none;
			}
		div#vert_menu a#hide_menu {
			display: block;
			clear: both;
			width: 100%;
			padding-top: 15px;
			color: #000;
			font-size: 0.7em;
			font-weight: bold;
			text-align: center;
			text-decoration: none;
		}
			div#vert_menu a#hide_menu:hover {
				color: #999;
			}
	a#view_menu {
		display: none;
		float: left;
		width: 30px;
		margin: 25px 0px 0px 2px;
		text-align: right;
	}
		
	div#content {
		float: right;
		width: 650px;
		padding: 5px 15px 5px 5px;
		font-size: 0.9em;
	}
		div#content p {
			margin: 5px 0px 12px 0px;
			text-align: justify;
			line-height: 1.2em;
		}
		div#content a {
			color: #00f;
		}
			div#content a:hover {
				background-color: #fff;
			}
	div#alt_nav {
		clear: both;
		padding: 2px 0px;
		padding-left: 25px;
		font-size: 0.7em;
		font-weight: bold;
	}
		div#alt_nav a {
			color: #000;
			text-decoration: underline;
		}
			div#alt_nav a:hover {
				background-color: #000;
				color: #fff;
			}
	div#alt_nav div#bottom_menu {
		float: right;
		padding: 0px 10px;
		font-style: italic;
		font-size: 1.1em;
	}
		div#alt_nav div#bottom_menu a {
			text-decoration: none;
		}
	address {
		width: 900px;
		clear: both;
		margin: 0px auto;
		padding: 4px 0px;
		color: #333;
		font-size: 0.7em;
		font-weight: bold;
		font-style: normal;
		text-align: center;
		letter-spacing: 1px;
		background-image: url(img/bg_foot.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-color: #bababa;
	}
		address a {
			color: #333;
			text-decoration: none;
		}
			address a:hover {
				text-decoration: underline;
			}
	a.hide_nav {
		display: none;
	}

/* intro */

/*p#citat {
	width: 85%;
	margin: 15px auto !important;
	text-align: center !important;
}
	p#citat b {
		display: block;
		width: 100%;
		margin-top: 5px;
		text-align: right;
	}*/
div#intro_foto {
	float: right;
	}

div#intro_logo {
	float: left;
	}
div#intro_logo img {
		border-style: solid; 
    border-width: 2px; 
    border-color: #999;
	}

/* mapa webu */
ul#web_mapa li {
	margin-bottom: 8px;
}
	ul#web_mapa ul li {
		margin-bottom: 2px;
	}
/* odkazy stud. i ofic. */
ul#odkazy li {
	margin: 15px 0px;
	text-align: justify;
}
/* stravovani */
table#strav {
	width: 520px;
	margin: 0px auto;
	border-collapse: collapse;
	border: 1px solid #666;
}
	table#strav td {
		padding: 2px;
	}
	table#strav tfoot td {
		font-weight: bold;
		border-top: 1px solid #000;
	}
/* studijni plany */
table#stud_plan {
	width: 100%;
	border-collapse: collapse;
	clear: both;
	
	margin: 20px auto;
}
	table#stud_plan tfoot tr {
		font-weight: bold;
	}
	table#stud_plan tfoot tr td {
		border-top: 1px solid #000;
	}
table#stud_plan1 {
	width: 100%;
	border-collapse: collapse;
	clear: both;
	text-align : center;
	margin: 20px auto;
}
	table#stud_plan1 tfoot tr {
		font-weight: bold;
	}
	table#stud_plan1 tfoot tr td {
		border-top: 1px solid #000;
	}
.sloupec-levy {
text-align : left;
}
.soucet {
border-top: 1px solid #000;
font-weight: bold;
text-align : center;
}
/* kniha hostu */
ul#kniha_hostu li {
	list-style-type: none;
	margin: 10px 0px;
	padding: 5px 0px;
	text-align: justify;
	border-bottom: 1px solid #ccc;
}
/* inzerce */
ul#inzerce li {
	list-style-type: none;
	margin: 15px 0px;
	padding: 5px 0px;
	text-align: justify;
	border-bottom: 1px solid #ccc;
}
/* fotogalerie */
ul.fotogalerie {
	width: 515px;
	clear: both;
  margin: 20px auto;
	font-size: 0.75em;
}
	ul.fotogalerie li {
		list-style-type: none;
		width: 170px;
    float: left;
		margin-bottom: 15px;
		text-align: center !important;
	}
	ul.fotogalerie p {
		margin: 0px !important;
		text-align: center !important;
	}
body.fotogalerie {
	text-align: center;
}
/* rozvrhy a suplovani */
iframe.rozvrh_top {
	height: 40px;
}
iframe.suplovani {
	height: 650px;
}
/* formuláře kdekoliv */
form {
	width: 300px;
	padding: 5px;
	margin: 0px auto !important;
	border: 1px solid #666;
}
	form p {
		margin: 1px 0px !important;
		text-align: right !important;
	}
	form label {
		width: 100px;
		float: left;
	}
/* pedagogický sbor */
table#pedagogicky_sbor {
	margin: 20px auto;
	font-size: 0.9em;
	border-collapse: collapse;
}
	table#pedagogicky_sbor td {
		padding: 5px 10px;
	}
	table#pedagogicky_sbor th {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	table#pedagogicky_sbor th.jmeno {
		width: 75%;
	}
	table#pedagogicky_sbor em {
		display: block;
		clear: both;
		font-weight: bold;
	}

/* okno Akce školy */
table#okno {
  width: 100%;
}
  table#okno td {
	  padding: 8px;
    background-color: #eaeaea; 
    border-width: 8px; 
    border-style: solid; 
    border-color: #D9D9D9; 
	}
	  table#okno td img {
      float: right;
      padding: 0px;
      border-style: solid; 
      border-width: 2px; 
      border-color: #999;
    }
    table#okno td h6 {
      padding: 0px 0px 10px 8px;
	    font-family: Arial;
	    font-size: 1.1em;
	    color: #0A70BB;
    }
    table#okno td a {
      display: block;
			float: left;
			padding: 5px 25px 2px 25px;
      text-decoration: none;
    }

/* ostatní třídy a identifikátory */
li.no_dot {
	list-style-type: none;
}
p#alert {
	margin: 15px 0px !important;
	font-weight: bold;
}
p#mapa {
	padding: 15px 0px;
	text-align: center !important;
}

