body {
	color: #000000;
	font: normal normal normal 12px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-left: 20px;
}

h1 {
	font-size: 24px;
	color: #005BB2;
	margin-top: 30px;
}

h2 {
	font-size: 16px;
}

p {
	margin-left: 5px;
	margin-bottom: 30px;
}

pre {
	background-color: #FFFFD7;
	padding: 10px 0 10px 10px;
	margin: 10px 10px 30px 10px;
	font: normal normal normal 12px/1.4em "Courier New", Courier, monospace;
	border: 1px solid #777700;
}

a {
	text-decoration: none;
	color: #005BB2;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 1px solid #000000;
}
.comment {
	font: normal normal normal 12px/1.4em "Courier New", Courier, monospace;
	color: #777700;
}

ul {
	padding: 0px;
	list-style-type: none;
}
li { padding-left: 5px; }
div#menu li a {
	text-decoration: none;
	color: #C17E00;
}
div#menu li a:hover {
	text-decoration: underline;
}

ul.q  {
	list-style-type: disc;
	margin-left: 20px;
}

#pasek {
	background-color: #FFFF8A;
	height: 5px;
}
#ajpasek {
	background-color: Lime;
	height: 5px;
}

#top {
	text-align: center;
	margin: 0px 0px 30px -20px;
	border-top: 15px solid #4682B4;
}
#ajtop {
	text-align: center;
	margin: 0px 0px 30px -20px;
	border-top: 15px solid #DC143C;
}

#menu {
	width: 200px;
	float: left;
}

#content {
	width: 700px;
	margin-bottom: 40px;
	margin-top: 20px;
	padding-left: 20px;
	float: left;
	border-left: 1px dashed #B1CAF5;
}

#footer {
	text-align: center;
	clear: both;
	margin-left: -20px;
	border-bottom: 15px solid #1E90FF;
}
