html, body {
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:hover {
	color: #465584;
	text-decoration: none;
	font-weight: bold;
}

table.main {
	width: 750px;
}

td.logo {
	padding:10px;
	margin:0px;
	height:100px;
	height: 100px;
	width: 100%;
	background: #bfd3ee url("../images/logo.png");
	vertical-align: top;
	text-align: right;
}

td.menu {
	height: 30px;
	width: 100%;
	background: #bfd3ee url("../images/menu.png");
	padding-left: 10px;
}

td.context {
	width: 100%;
	background: #e4eaf2;
	padding: 10px;
}

td.stopka {
	text-align: center;
	height: 30px;
	background: #bfd3ee;
}

code {
	display: block;
	background: #bfd3ee;
	border: 1px solid #000;
	margin: 0.5em;
	padding: 0.5em;
}

img {
	border: 0px;
	vertical-align: middle;
}