/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial, Tahoma, Verdana, lucida, sans-serif;
	color: #000000;
}
p {
	padding: 0px;
	margin: 10px 10px 20px 10px;
}
table {
	margin: 0;
	padding: 0;
}
/******* hyperlink and anchor tag styles *******/
a, a:link, a:visited{
	color: #59B224;
	text-decoration: underline;
}
a:hover {
	color: #2A3681;
	text-decoration: none;
}
a.blueLink, a.blueLink:link, a.blueLink:visited{
	color: #2A3681;
	text-decoration: none;
}
a.blueLink:hover {
	color: #59B224;
	text-decoration: underline;
}
.underline {
	text-decoration: underline !important;
}
a.archiv, a.archiv:link, a.archiv:visited{
	float: right;
	font-size: 90%;
	text-transform: none;
	font-weight: normal;
	color: #59B224;
	text-decoration: underline;
	margin-top: -20px;
}
a.archiv:hover {
	color: #2A3681;
	text-decoration: none;
}
/************** header tag styles **************/
h1 {
	color: #9EBDCE;
	font-size: 140%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	text-transform: uppercase;
	line-height: 110%;
}
h2 {
	color: #9EBDCE;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 10px 5px 10px;
	padding: 0px;
	text-transform: uppercase;
}
h2.system {
	display: block;
	color: #9EBDCE;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 10px 5px 10px;
	padding: 0px;
	text-transform: uppercase;
	text-align: right;
}
h2.nadpis {
	display: block;
	color: #9EBDCE;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 10px -15px 10px;
	padding: 0px;
	text-transform: uppercase;
}
h1.aktualne {
	display: block;
	color: #000000;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 10px 5px 10px;
	line-height: 120%;
	padding: 0px;
	text-align: center;
	text-transform: none;
}
h2.headerBlue {
	display: block;
	color: #2A3681;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 10px 5px 10px;
	line-height: 120%;
	padding: 0px;
	text-align: left;
	text-transform: none;
}
.headerBlue {
	color: #2A3681;
	font-size: 120%;
	font-weight: bold;
	line-height: 120%; 
}
h2.mT0 {
	margin-top: 0;

}
h3 {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 10px 5px 10px;
	padding: 0px;
	text-transform: uppercase;
	font-style: italic;
	line-height: 120%;
}
h3.clanek {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin:  20px 10px -5px 10px;
	padding: 0px;
	text-transform: none;
	font-style: normal;
}
h4 {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 5px 0px 10px;
	_margin: 0px 0px 0px 5px;
	padding: 0px;
	font-style: italic;
	float: left;
}
/************************* slovnik *************/
div#slovnik p {
	font-size: 200%;
	/*color: #59B224;*/
	color: #FFFFFF;
	font-weight: bold;
	margin: 15px 10px 0px 10px;
	padding: 2px 0px 0px 5px;
	background: #F3FAEF url(../obr/h2_slovnik.gif) repeat-y left top;
	border-bottom: 1px solid #D5EEC7;
	line-height: 90%;
}
div#slovnik h2 {
	color: #2A3681;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 10px 5px 10px;
	padding: 0px;
	text-transform: none;
}
div#slovnik ul {
	margin-top: 0px;
}

/*************** oddelovac *********************/
div.hr {
	position: relative;
	height: 20px;
	background-color: #DCE6EC;
	margin-left: -20px;
}
.bg_blue {
	background-color: #DCE6EC;
}
.bg_green {
	background-color: #CCFFCC;
}
.bg_blue1 {
	background-color: #99CCFF;
}

.padd {
	padding: 5px;
}
table.texthr {
	background-color: #DCE6EC;
	margin-left: 0px;
	padding: 5px;
	font-size: 100%;
	color: #2A3681;
}
table.texthr td {
	padding: 5px;
	_padding: 10px 0px 10px 10px;
}
/*************** list tag styles ***************/
ul {
	margin-bottom: 20px;
	list-style-image: url(../obr/li_4moz.gif);
	_list-style-image: url(../obr/li_4.gif); 
}
li {
	line-height: 130%;
}
ul li ul {
	margin-bottom: 10px;
	margin-top: 5px;
}
ul li ul li {
	line-height: 130%;
}
ul.odr1 {
	list-style-image: url(../obr/li_1.gif); 
}
ul.odr2 {
	list-style-image: url(../obr/li_2.gif); 
}
ul.odr3 {
	list-style-image: url(../obr/li_3.gif); 
}
ul.odr4 {
	list-style-image: url(../obr/li_4moz.gif);
	_list-style-image: url(../obr/li_4.gif); 
}
/********* form and related tag styles *********/
form, input {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.box {
	width: 190px;
}
input.box1, textarea.box1 {
	width: 248px;
}
textarea.box1 {
	_width: 246px;
}
input.box2 {
	width: 170px;
}
textarea.box2 {
	width: 275px;
}
textarea.box2 {
	_width: 265px;
	height: 33px;
}
input.submit {
	_height: 23px;
	_margin-top: 1px;
	_margin-bottom: -1px;
	_width: 54px;
}
input.submit1 {
	_height: 23px;
	margin-top: 20px;
	_width: 54px;
}
/*********************** format styles **********/
.contBlue {
	color: #2A3681;
}
.contBlueclassic {
	color: #0033FF;
}
.contRed {
	color: #FF0000;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.justify {
	text-align: justify;
}
div.pjust p {
	text-align: justify;
}
.note, div.pjust p.note {
	text-align: right;
	font-style: italic;
	margin-top: -15px;
}
table.tableMargin tr td, tr.row1 td{
	background-color: #F0F2F5;
}
table.tableMargin tr.row2 td, tr.row2 td {
	background-color: #E8EBEF;
}
table.tableMargin {
	margin: 10px;
}
.border {
	border: 1px solid #D6DCE5;
}
div.foto img {
	border: 1px solid #ACB3C1;
	padding: 1px;
}
img.right {
	border: 1px solid #ACB3C1;
	padding: 1px;
	float: right;
	margin-left: 10px;
}
table.kontakty tr td form, form#kniha {
	padding: 10px;
}
form#kniha {
	margin-top: 0;
	padding-top: 0;
}
form#kniha table tr td {
	background-color: #F0F2F5;
}
form#kniha table tr.row td {
	background-color: #E8EBEF;
}
form#kniha table tr.noBg td, form#kniha table tr td.noBg {
	background: none;
}
img.knihaSPM {
	position: absolute;
	right: 105px;
	_margin-top: 25px;
	border: 1px solid #9EBDCE;
}
div.seminar form {
	padding: 20px 10px 10px 10px;
}
.mBott10 {
	margin-bottom: 10px;
}
.paddTop0 {
	padding-top: 0;
	margin-top: 0;
}
.cleaner {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
em {
	display: block;
	width: 98%;
}
/*************** nase realizace table rows ****************/
a.real, a.real:link, a.real:visited{
	color: #000000;
	text-decoration: underline;
}
a.real:hover {
	color: #59B224;
	text-decoration: none;
}
/********************** nabidka ************************/
ul.nabidka {
	padding: 0;
	margin: 0;
	padding-left: 15px;
	margin-left: 10px;
}
ul.f_size90 {
	font-size:90%;
	margin: 0;
}
p.h_ul {
	padding-bottom: 0;
	margin-bottom: 0;
}
#zaplata {
	position: absolute;
	margin: -10px 0px 0px -20px;
	height: 76px;
	_height: 80px;
	width: 20px;
	background-color: #DCE6EC;
}
/********************** studium ********************************/
table.studium {
	margin: 10px;
}
table.studium_reg {
	margin-left: 10px;
}
p.note1 {
	text-align: justify;
	font-style: italic;
	padding: 0;
	margin: 0;
	width: 98%;
}
ul.info li{
	margin-bottom: 5px;

}
/******************** form spam ********************************/
tr.spam {
	display: none;
}


