body {
	background-color: silver;
	margin: 0px; 
	padding: 0px;
	text-align: center;
}

#main {
	position: relative;
	top: 50px;
	width: 750px;
	margin: auto;
	padding: 0px;
	text-align: left;
	background: white;
	border: 1px solid #000;
}

#hlavicka_image { background: #E8E8FF url(../image/hlavicka.jpg); width: 750px; height: 100px; margin: 0px;  padding: 0px; background-repeat: no-repeat; background-position: bottom right;}

/* - - - - - horne menu - - - - - - - */
#menu {  }
#menu ul { margin: 0px 0px 0px 0px;  padding: 2px; list-style: none; }
#menu li { 
float: left; width: 100px; margin: 0px;  padding: 2px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; 
font-weight: bold; color: #000000; text-align: center;
}
#menu a { padding: 0px; text-decoration: none; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; 
font-weight: bold; color: #000000; text-align: center;}
#menu a:hover { padding: 0px; text-decoration: underline; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; 
font-weight: bold; color: blue; text-align: center;}
/* - - - - - - - - - - - - - - - - - - - - - - */

#obsah_index {
	width:750px; height:233px; margin: auto;  padding: 0px;
	background: #FFFFFF url(../image/obsah_index.jpg) no-repeat bottom left; 
	}
	
	
/* - - - - - - - - - - - - - - - - - - - - - - */
#pata_image { background: #E8E8FF url(../image/pata_bg.jpg); width: 750px; height: 50px; margin: 0px;  padding: 0px; background-repeat: no-repeat; background-position: bottom right;}
	
.pata_copy{
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000; text-align: center; position: relative; top: 50px; margin: 0px 0px 20px 0px;
}
.text_red{
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: red;
}
