@charset "iso-8859-2";
/* CSS Document */

body {
	background: #d96302;
}
p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
a {
	color: #ffb40a;
	font-size: 14px;
}
#banner {
	height: 400px;
	width: 900px;
}
#navigace {
	width: 900px;
	line-height: 15px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffb40a;
}
#obsah {
	width: 900px;
	background-color: #000000;
	padding: 10px;
}

