
/*	________________________Hlavní DIVy_________________________	*/
body { 	
	background-color: #004494;
	/*background-image:  url(../images/bg-1c.jpg); obrázek pro podklad dokumentu - opakuje se 
	background-repeat: no-repeat;
	background-position: center top;*/
	text-align: center;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

#sub {
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image:  url(../images/text.jpg);/* obrázek pro textové tělo dokumentu - opakuje se svisle */
	background-repeat:repeat-y;
	background-position: center top;
	text-align: center;
	width:1000px;
	height:auto;
	min-height: auto;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	color: #000000;
}
#all {
	position: relative;
	width:1000px;
	height: auto;
	min-height: 457px;
	background-image:  url(../images/head.jpg);/* obrázek v hlavičce - výška obrázku změnit min-height */
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	text-align:justify;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	color: #350017;/*_________________________________________________________________základní barva písma______________________*/
}
#obsah {
	position: relative;
	float: right;
	text-align:center;
	height:auto;
	width: 950px;
	padding: 0 0 0 0;
	margin:0;
}
#obsah a {/*_________________________________________________________________odkazy_____________________________________________*/
	color: navy;
}
#obsah a:hover {
	color: #0066CC;
}


/*	____________________P A T A - začištění dle okna___________	*/
#cistic {
	clear:right;
	min-height: 120px;
	height: 120px;
	width: 1000px;
	background-image:  url(../images/pata.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	color: #000033;/*_________________________________________________________________barva písma PATA_________________________*/
	font-size:11px;
	text-decoration: none;
	font-weight: normal;
	line-height:27px;
	text-align: center;
	padding: 0 0 0 0;
}
#cistic p {
	padding: 50px 0 0 0;
}
#cistic a {/*_________________________________________________________________odkazy_____________________________________________*/
	color: navy;
	text-decoration: none;
}
#cistic a:hover {
	color: #0066CC;
	text-decoration: none;
}

/*	________________________OBSAH STRÁNKY_________________________	*/
#main {
	float: right;
	width: 700px;
	
	margin: 260px 0 0 0;
	padding: 0 150px 0 0;
	font-size: 12px;
	color: #000033;/*_________________________________________________________________barva písma OBSAH_________________________*/
	text-align: justify;
}
#main a {/*_________________________________________________________________odkazy_____________________________________________*/
	color: navy;
}
#main a:hover {
	color: #0066CC;
}

#main h1 {	
	font-size: 19px;
	text-align: right;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 60px;
	color: #0066CC;/*____________________*/
}
#main h2 {	
	font-size: 15px;
	text-align: right;
	font-weight: normal;
	line-height: 25px;
	color: #0066CC;/*____________________*/
}
#main h3 {	
	font-size: 13px;
	text-align:left;
	line-height: 25px;
	color: #0066CC;/*____________________*/
}
#main h4 {	
	font-size: 12px;
	text-align:left;
	font-weight: normal;
	line-height: 16px;
	color: #0066CC;/*____________________*/
}
#main hr {	
	width: 100%;
	height: 1px;
	color: #0066CC;/*____________________*/
}


/*	______________BOX jazykové mutace______________*/
#langbox {
	/*background-color:#FFCC33;*/
	position: absolute;
	line-height: 20px;
	left: 802px;
	top:    5px;
	height: auto;
	width:  auto;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}
#langbox a img {
	border:1px solid #CCCCCC;
}
#langbox a:hover img { 
	border:1px solid #0000FF;
}
#langbox a img:hover { 
	border:1px solid #0000FF;
}


