html {
	background-color: #2f2f2f;
}

body {
background-image:url("back.png");
width: 1100px;
margin: auto;
background-color: #111;
color: #fff;
font-family: Comic Sans, cursive, sans-serif;
font-size: 80%;
}

div.logo {
	width: 900px;
	height: 260px;
	background-image: url("logo2.jpg");
	margin-left: 100px;
}

div.menu {
	margin-left: 100px;
	margin-bottom: 5px;
	width: 180px;
	padding:5px;
	color: #fff;
	background-color: #000;
	float: left;
	font-size: 1em;
	overflow: hidden;
}

.menu ul li {
	list-style-image: url("li.png");
}

.menu ul li a{
	display: block;
	color: #fff;
	width: 100%;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #aaa;
	background-color: #333;
}

div.content {
	margin-bottom: 5px;
	padding-top: 20px;
	padding-left: 15px;
	width: 685px;
	float: left;
}

div.content a {
	padding: 3px;
	color: #aaa;
}

div.content pre {
	background-color: #ddd;
	color: #333;
}

div.footer {
	clear: both;
	width: 900px;
	margin-left: 100px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-top: 1px dotted #777;
	color: #777;
	text-align: center;
}

div.after {
	height: 5px;
	width: 1100px;
	background-image: url("foot.png");
}

div.footer a {
	color: #777;
}

.nadpis {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}

