@charset "utf-8";
#content{
	margin-bottom: 30px;
}
#content table{
	width: 470px;
	margin-bottom: 10px;
}
.table-logo{
	width: 110px;

}
.table-nazev{
	padding-left: 20px;
}
#content img{
	margin: 0px;
	padding: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
#content a{
	color: #544236;
	font-size: 16px;
	font-weight: lighter;
}
#content a:hover{
	text-decoration: underline;
	color: #000;
}
#content tr:hover {
	background-color: #EFE9DC;
}

