@CHARSET "UTF-8";

body {
	background: white;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	color: black;

}

dl,dt,dd,ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position: relative;
	top: 0.5em;
	left: 0.5em;
	width: 250px;
	background-image:url(images/podklad_lavemenu.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 5px; 


}

#menu dt {
	cursor: pointer;
	background: transparent;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	border: 0px solid gray;
	text-align: left;
	font-weight: bold;
}

#menu dd {
	position: absolute;
	z-index: 0;
	left: 8em;
	margin-top: -1.4em;
	width: 10em;
	background-image:url("images/opaque.png");
	background-position: 0px 0px;
	background-repeat: repeat;
	border: 1px solid black;
}

#menu ul {
	padding: 2px;
}

#menu li {
	text-align: center;
	font-size: 85%;
	height: 18px;
	line-height: 18px;
}

#menu li a,#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
}

#menu li a:hover {
	text-decoration: underline;
}

#mentions {
	font-family: verdana, arial, sans-serif;
	position: absolute;
	bottom: 200px;
	left: 10px;
	color: #000;
	background-color: #ddd;
}

#mentions a {
	text-decoration: none;
	color: #222;
}

#mentions a:hover {
	text-decoration: underline;
}
