/* 
barva pozadi stranky: #C0D8F8 (+ reverzní písmo u tabulek)
nejtmavsi: #002D96 (text, ramecky,...)
tmava: #4A79CA(headery tabulek apod.)
licha: #8EB3E7 (liche radky tabulky)
suda: #A5C5EE (sude radky + obecna tabulka)
*/

/* ******** Styly pro MENU ******** */	
/* CercanyNet WEB; text properties for states: normal, hover */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #002D96;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* CercanyNet WEB; box properties for states: normal */
.TM0o0 {
	background: #A5C5EE;
	border: 1px solid #002D96;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* CercanyNet WEB; box properties for states: hover, click */
.TM0o1 {
	background: #FFDD9B;
	border: 1px solid #002D96;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* CercanyNet WEB; text properties for states: click */
.TM0i2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B15B0F;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/* ******** konec stylu pro MENU ******** */

/* Styly pro ostatni stránky */
body	{
		background-color:#C0D8F8;
		color: #002D96;
		font-family: Arial; 
		font-weight: normal; 
		font-size: 10pt 
	}

div,p,li,td  {
		color: #002D96;
		font-family: Arial; 
		font-weight: normal; 
		font-size: 10pt 
	}

div.oznac {
		color:red; 
		font-family: Arial; 
		font-weight: normal; 
		font-size: 10pt; 
		background-color:black
	}
	
legend{
		color: #002D96; 
		padding-bottom: 6pt; 
		font-size: 9pt
	}
	
A:link  {
		text-decoration: none; 
		Color: #002D96; 
		font-weight:bold; 
	}
	
A:visited { 
		text-decoration: none; 
		Color: #002D96; 
		font-weight:bold; 
	}
	
A:hover { 
		background:#FFFFFF;
		text-decoration: none; 
		Color: #002D96; 
		font-weight:bold;
	}
 

	
input,textarea {
		color:#002D96; 
		background-color:white; 
		border:1px #002D96 solid; 
		font-family: Arial; 
		font-weight: normal; 
		font-size: 10pt
	}
	
input.checkbox {
		color:#002D96; 
		background-color:#C0D8F8; 
		border-width:0;  
		font-family: Arial; 
		font-weight: normal; 
		font-size: 10pt 
	}
	
input.tlacitko {
		color:#002D96; 
		background-color:#A5C5EE; 
		border-width:1; 
		border-color:#002D96; 
		border-style:solid; 
		font-family: Arial; 
		font-weight: normal; 
		font-size: 10pt 
	}

img {
		border: 0px;
	}

img.preview {
		cursor: hand;
	}
	
table.art {
		width: 100%; 
		background-color:#A5C5EE; 
		border: 1px #002D96 solid;
	}
	
tr.art_tit {
		background-color: #4A79CA;
		color: #C0D8F8;
		border: 0px;
	}
	
tr.art_licha {
		background-color:#8EB3E7;
	}
	
tr.art_suda {
		background-color:#A5C5EE;
	}

td.art {
		border: 0px;
	}
td.art a:link, a:visited, a:hover {
    text-decoration: underline;
    font-weight: normal;
    }	

td.art_tit {
		border: 0px;
		color: #C0D8F8;
	}
td.art_tit a:link, a:visited, a:hover {
    text-decoration: underline;
    font-weight: normal;
  }

td.left_tit {
		background-color:#4A79CA;
		color: #C0D8F8;
		border: 1px #002D96 solid;
		text-align: center;
		font-weight: bold;
	}
	
td.left {
		background-color:#C0D8F8;
		border: 0px;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 15px;
	}

td.left a:link, a:visited, a:hover {
    text-decoration: none;
    }

td.bottom {
		background-color:#A5C5EE;
	}
	
