/* HLAVNÍ DESIGN STRÁNEK */

BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	MARGIN: 0px;
	background-color: #FFFFFF;
	TEXT-ALIGN: center;

	font-family: Tahoma, Times New Roman;
	font-style: normal;
	font-size: 13px;
}

#centrovani-page {
	MARGIN: 0 auto;    
	WIDTH: 750px;
	HEIGHT: auto; 
	TEXT-ALIGN: left;

	/* border: 1px dotted #615D88; */
}

#zahlavi {
	HEIGHT: 175px;
	width: 750px;
	overflow: hidden;
	background-image: url('../images/zahlavi.jpg');
}

#navigace {
	color: #808080;
	font-family: Tahoma, Times New Roman;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	margin-top: 216px;	
}

.navigace-odkazy {
	color: #808080; 
	font-family: Tahoma, Times New Roman;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	margin-top: 216px;	
	text-align: center;
	font-weight: bold;	
}


/* *********************************************************************** */


#obsah {
	FLOAT: left;
	WIDTH: 750px;
	HEIGHT: auto;
	margin-top: 0px;
	overflow: visible; 
	text-align: justify;

	font-family: Tahoma, Times New Roman;
	font-style: normal;
	font-size: 13px;
	
	border-left: 2px dotted #C0C0C0; 
	border-right: 2px dotted #C0C0C0; 

}


#obsah-navigace {
	FLOAT: left;
	WIDTH: 221px;
	HEIGHT: auto;
	margin-top: 0px;
	text-align: center;
	
	
	font-family: Tahoma, Times New Roman;
	font-style: normal;
	font-size: 13px;

}

#obsah-text {
	FLOAT: right;
	WIDTH: 525px;
	HEIGHT: auto;
	overflow: visible; 
	/* Aby ot neslo az do praveho okraje stranky*/
	padding-right: 5px;

	font-family: Tahoma, Times New Roman;
	font-style: normal;
	font-size: 13px;
}

/* *********************************************************************** */

#zapati {
	CLEAR: both;
	width: 750px;
	HEIGHT: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E2E6EF; 
	line-height: 27px;	
	
}


#zapati-text { 	
	color: #000000;
	font-family: Tahoma, Times New Roman;
	font-style: normal;
	font-size: 11px;
	text-align: right;
	width: 725px;
}








