/* CSS Document */

body {
	font-family: Times New Roman, Arial;
 	background-color: #588bb4;
	margin-top: 25px;
}

.hlavni {
	background-color: #A1C8E7;
	width: 800px;
}

.lista {
	background-color: #A1C8E7;
	float:left;
	width: 222px;
}

.male {
font: italic small Times New Roman, Arial;
color: #003399;
font-size: 12px;
}

.lista_kontakt {
	color: #003399;
	font-size: 16px;
	font-style: bold;
	text-align: center;       
}

.protext {
	background: #FFFFFF;
	width: 550px;
	height:100%;
	float:left;
	}

.protextokraje {
	padding: 30px 5px 60px 30px;	
}

.titulek1 {
	color: #003399;
	font-size: 20px;
	font-style: bold;
	text-align: center;     
}
.titulek2 {
	color: #003399;
	font-size: 24px;
	font-style: bold;
	text-align: center;     
}

.titulek {
	color: #003399;
	font-size: 18px;
	font-style: bold;
	text-align: center;     
}
.textLista {
	color: #003399;
	font-size: 16px;
  text-align: left;
  padding: 5px 2px 5px 10px; 	
}

.textLista_horni {
	color: #062DF6;
	font-size: 16px;	
}
.textjustify, .textcenter {
	color: #003399;
	font-size: 16px;	
}

.textcenter {
	text-align:center;
}	
.textjustify {
	text-align: justify;                      
}

a:link {text-decoration: underline; color: #003399;}
a:hover {text-decoration: underline; color: #000000;}
a:visited {text-decoration: underline; color: #003399;}
a:active {text-decoration: underline; color: #003399;
}
