@charset "utf-8";

@import "../common/inscenace.css";

body, td {
	color: white;
}

body {
	background-color: #6D5D57;
	background-image: url(bck.gif);
	background-repeat: repeat-y;
}

p {
	margin-bottom: 1em;
}

a {
	color: #90C2FF;
	font-weight: bold;
}

a:hover {
	background-color: #90C2FF;
	color: #6D5D57;
}

img.foto {
	border: 1px solid white;
}

#levysloupec {
	position: absolute;	left: 0; top: 32px; width: 470px;
}

#levysloupec .info {
	background-image: url(img2.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}

#levysloupec .info td {
	text-align: right;
	padding-right: 30px;
	padding-left: 30px;
}

#pravysloupec {
	position: absolute;	left: 494px; top: 50px; width: 270px;
}


