body {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	background-color: #06080c;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.layout {
	width: 960px;
	margin: auto;
}

#homepage_obsah {
	float: left;
	width: 919px;
	height: 547px;
	margin: 65px 0 65px 0;
	padding: 20px 0 0 40px;
	color: #e4d7d9;
	background-image: url(../images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.text {
	width: 402px;
	float: left;
	margin-left: 395px;
	font-size: small;
}

a {
	color: #b9162a;
}

a:hover {
	text-decoration: none;
}




