html {
	background: #F0F0F0;
	margin: 0 20px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}
body {
	width: 750px;
	background: white;
	margin: 0 auto 30px;
	padding: 0;
	border: solid 1px #bbb;
	border-top: 0;
	text-align: left;
}
/* CONTENT */
.info{
	padding: 10px;
	margin:20px;
	border: 1px solid #31B229;
	background-color: #e6f5de;
	font-size:10pt;
}
.info a{
	border-bottom: 2px solid #31B229;
}

#content {
	padding: 10pt;
}

h2 {
	margin: 0 0 5px;
	padding: 0 0 2pt 2pt;
	border-left: solid 10px #555;
	font-size: 13pt;
	color: #555;
}

h3 {
	font-size: 11pt;
}

h4 {
	font-size: 10pt;
}

p {
	text-align: justify;
	text-indent: 20pt;
	margin: 0;
	padding: 0 0 10pt;
}

a {
	color: #197e05;
	text-decoration: none;
}

a:hover {
	color: #25b109;
}

code {
	font-family: Courier, 'Courier New', monospace;
	background: #f5f5f5;
	color: #111;
	font-size: 10pt;
}

pre{
	border: 1px solid #888;
	border-left-width: 5px;
	background: #f5f5f5;
	margin: 5pt;
	padding: 5pt;
	display:block;
	overflow: auto;
	width: 690px;
}

/* TOP */
#top {
	position: relative;
	background: white;
	height: 169px;
	border-bottom: solid 1px #BBB;
}

#top h1 span {
	position: absolute;
	top: -1000px;
	left: -1000px;
}

#top h1 {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 169px;
	background: url('logo.jpg') no-repeat 10px -2px;
}

#top h2 {
	margin: 0;
	padding: 5px 0 0 10px;
	width: 295px;
	height: 45px;
	position: absolute;
	top: 10px;
	left: 270px;
	font-size: 13pt;
	border: 0;
}

#top p {
	width: 285px;
	height: 80px;
	position: absolute;
	top: 55px;
	left: 270px;
	margin: 0;
	padding: 10px;
}

#top ul {
	position: absolute;
	top: -1px;
	right: 0;
	width: 175px;
	height: 170px;
	background: #eee;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top ul li {
	margin: 0;
	padding: 0;
	border-top: solid 1px #BBB;
}
#top ul li a{
	display: block;
	height: 26px;
	padding: 5pt 0 0 10pt;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
	border-left: solid 3px #BBB;
}
#top ul li a:hover {
	border-left: solid 10px #BBB;
}
/* STOPKA */
#stopka{
	font-size: 7.5pt;
	padding: 3pt;
	width: 300px;
	text-align: right;
	background: #F0F0F0;
	margin: 0 0 0 441px;
	border-top: solid 1px #BBB;
	border-left: solid 1px #BBB;
	
	position:relative;
	right:-1px;
	bottom:-1px;
}
