@charset "iso-8859-1";
/* CSS Document */
body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background: url(http://www.regionplzen.cz/graphics/pozadi_katalog.gif) repeat-y center;
}

.footer {
	font-size:11px;
	line-height:13px;
	color:#403F3B;
	font-family:tahoma, arial, verdana, courier;
}
.footer a {
	color:#403F3B;
	text-decoration:none;
}
.footer a:hover {
	color:#403F3B;
	text-decoration:underline;
}
.form {
	font-size:11px;
	color:#636363;
	font-family:Tahoma, verdana, arial, courier;
	width:212px;
	height:23px;
	padding:0px 0px 0px 5px;
	vertical-align:top;
	border:#959595 solid 1px;
}

/* MENU */
#menu_sub{
}
#menu_sub ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	font: bold 66% Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}
#menu_sub ul li {
	height: 1.8em;
	line-height: 1.8em;
	margin:0;
	padding:0;
	background-color: #dcddde;
	border-bottom:1px solid white;
	background-image: url("/graphics/horiz-arrow.gif");
	background-repeat: no-repeat;
	background-position: 8px;
}
#menu_sub ul li a{
	display: block;
	margin: 0px;
	cursor: pointer;
	cursor: hand;
	background-color: #dcddde;
	background-image: url("/graphics/vert-arrow.gif");
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	padding-left: 8px;
}

#menu_sub .menusub li a{
	background-color: #dcddde;
	color: black;
}
#menu_sub .menusub li a:hover{
	color: black;
	background-color: #ffd200;
}
