body {
	margin: 5px 5px;
	padding: 0;
	background-color: white;
	font-family: Verdana;
	font-size: 12px;
	TEXT-ALIGN: left;
	color: black;
	} 
A:link {
	color: #000099;
} 
A:visited {
	color: #000099; 
} 
A:active {
	font-weight: bold;
	color: #000099;
} 
A:hover {
	font-weight: bold;
	color: #000099;
}
h1 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	display: inline;
}
h2 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	display: inline;
}
h3 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	display: inline;
}
h4 {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	display: inline;
}



/* Menu */
#menu {
	width: 990px;
	height: 100px; 
	background: url(index/img1.gif);
	text-align: left;
	color: silver;
	margin: 0;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	font-size: 12px;
	padding: 0px 15px 0 0px;
	text-decoration: none;
	color: #CCCCCC;
}
#menu a:hover, #menu .active a {
	font-weight: bold;
	color: white;
}
#menu table {
	width: 990px;
	height: 96px;
	text-align: left; 
	vertical-align:	top;
	border-width: 0px 0px 0px 0px;
	border-collapse: collapse;
	margin: 0px; 
	padding: 0px;
}
/* Menu2 */
#menu2 {
	width: 990px;
	height: 220px; 
	text-align: center; 
	margin: 0;
	padding: 0;
}
/* Obsah */
#obsah {
	width: 990px; 
	margin: 0 ;
	color: black;
}
/* Pruh1 */
#pruh1 {
	width: 320px; 
	height: 100%;
	margin: 0;
	padding: 0px 5px 5px 5px;
	background: url(index/img2.gif);
	float: left;
}
/* Pruh2 */
#pruh2 {
	width: 320px; 
	height: 100%;
	margin: 0;
	padding: 0px 5px 5px 5px;
	background: url(index/img2.gif);
	float: left;
}
/* Pruh12 */
#pruh12 {
	width: 650px; 
	height: 100%;
	float: left;
	padding: 0px 5px 5px 5px;
	background: url(index/img3.gif);
	float: left;
}


/* Pruh3 */
#pruh3 {
	width: 325px; 
	height: 100%;
	margin: 0;
	padding: 0px 0px 5px 5px;
	background: url(index/img2.gif);
	float: right;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	display: inline;
}


#pruh3 td {	
	text-align: left; 
	vertical-align:	top;
}


/* End */
#end {
	width: 990px;
	margin: 0 auto;
	padding: 5px 0;
	background: #666666;
	color: silver;
	font-size: 10px;
}
#end A:link {
	color: silver;
	text-decoration: none;
} 
#end A:visited {
	color: silver; 
	text-decoration: none;
} 
#end A:active {
	font-weight: bold;
	color: silver;
	text-decoration: none;
} 
#end A:hover {
	font-weight: bold;
	color: silver;
	text-decoration: none;
