@charset "iso-8859-2";


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	line-height: 1.4em;
	font-size: 0.80em;
}

body, table, a, form, textarea {
	font-family: Verdana,"Geneva CE",sans-serif;
	color: #303030;
}

table, a { font-size: 1.0em; }

textarea { font-size: 1.1em; }

a {
	text-decoration: underline;
	color: #6e4b4a;
}

a:hover { color: #EF7C00; }

a[name], a[name]:hover { color: #303030; }


/* LAYOUT STRANEK */

#column-main {
	margin: 0 auto;
	width: 740px;
}

#column-left {
	float: left;
	margin-top: 10px;
	width: 215px;
	background: #E5E5E5;
	color: #5D5D5D;
}

#column-left a {
	color: #5D5D5D;
}

#column-right {
	background: url('../images/back-main.gif') repeat-y;
}

#column-right-out {
	margin: 10px 0 0 215px;
	width: 522px;
}

#column-right-in {
	margin: 0 auto;
	width: 494px;
	min-height: 520px;
	_height: 520px; /* FOR IE */
	border: 0;
}

#part-1 {
	width: 740px;
	height: 149px;
	background: #CFCFCF url('../images/part-1.gif') center center no-repeat;
}

#foot {
	clear: both;
	margin: 10px 0 10px 0;
	border-top: #CFCFCF 8px solid;
	padding: 5px 0;
}

h1 {
	margin: 0;
	padding: 35px 0 20px;
	background: url('../images/logo.png') center right no-repeat;
	font-family: "Times New CE", "Times CE", "Times New Roman", times, serif;
	color: #707070;
	font-size: 2.5em;
}

h1 span {
	font-size: 0.8em;
}

h2 {
	margin: 5px 0 10px 0;
	padding: 10px 0 0 0;
	color: #6D6D6D;
	font-size: 1.3em;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #303030;
	font-size: 1.1em;
}

h4 {
	margin: 30px 0 10px 0;
	padding: 1px;
	background: #CAAAA9;
	font-size: 1.1em;
	color: #563C47;
}


/* MENU */

.menu {
	margin: 8px 0 0 0;
	padding: 6px;
	width: 202px;
	background: #A5A5A5;
	color: #FFFFFF;
}

.menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF !important;
}

.menu a:hover{
	color: #646464;
        text-decoration: underline;
}

.menu li {
	margin-left: 20px;
	padding: 5px 0;
        list-style-type: none;
}


/* UVODNI STRANKA */

address {
	margin: 20px 0;
	padding: 5px;
	font-style: normal;
}

.vedeni-skoly {
	margin-top: 10px;
}


/* HISTORIE SKOLY */

.historie-skoly p {
	text-align: justify;
}

.zdroj p {
	text-align: right;
}
.historie-skoly img {
	border: #CFCFCF 1px solid;
}

.prvni-ucitele {
	border-collapse: collapse;
	width: 100%;
	font-size: 0.8em;
}

.prvni-ucitele td, .prvni-ucitele th {
	border: #303030 1px solid;
}


/* VYUKA */

.rozdeleni-trid {
	border-collapse: collapse;
	width: 235px;
}

.rozdeleni-trid td, .rozdeleni-trid th {
	border: #303030 1px solid;
}


/* UZITECNE ODKAZY */

.uzitecne-odkazy ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}


/* FOTOGALERIE */

.fotogalerie {
	margin-top: 10px;
}

.fotogalerie td {
	vertical-align: top;
}

.fotogalerie img {
	border: #707070 2px solid;
}

.fotogalerie a:hover img {
	border: #452944 2px solid;
}

.fotogalerie span {
	font-size: 0.8em;
}


/* projekt */

.projekt h3 {
	margin: 10px 0 5px 0;
	font-size: 1.0em;
}

.projekt p {
	text-align: justify;
}

.projekt ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}
.ico-pet-p {
padding: 0 5px;
}

/* RUZNE */

.hr {
	margin: 20px 0 10px 0;
	width: 100%;
	height: 1px;
	background: url('../images/dotted.gif') repeat-x;
	font-size: 0;
}

.tab-collapse {
	border-collapse: collapse;
	width: 235px;
}

.tab-collapse td, .tab-collapse th {
	border: #303030 1px solid;
}


/* OBECNE DEKLARACE */

.txt-justify, .txt-justify p { text-align: justify; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

.txt-top { vertical-align: top; }

.txt-bold { font-weight: bold; }

.txt-red { color: #FF0000; }

.txt-little { font-size: 0.8em; }

.clear-left { clear: left; }
.clear-right { clear: right; }
.fleft { float: left; }
.fright { float: right; }

.absolute { position: absolute }

.margT10 { margin-top: 10px; }
.margT20 { margin-top: 20px; }
.margT30 { margin-top: 30px; }
.margT50 { margin-top: 50px; }

.padd5 { padding: 5px; }

.w100p { width: 100%; }

.

.nowrap{ white-space: nowrap; }

