body {
	background-color: white;
	background-image: url(gfx/gory2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 11px;
	font-family: tahoma;
	padding-top: 225px;
	margin: 0px;
	cursor: default;
	color: #4e97d1;
	}

div.main {
	width: 780px;
	margin: auto;
	text-align: justify;
	padding-left: 0px !important;
	padding-left: 50px;
	}

div.menuPlacer {
	padding: 0;
	position:absolute;
	top: 1px;
	width:100%;
}

div.menu {
	font-size: 10px;
	font-weight:bold;
	color: white;
	width: 780px;
	margin: auto;
	text-align: justify;
	padding: 5px;
	}

a.menuitem {
	background-color:#508EBD;
	border-color:#478BB4 rgb(71, 139, 180) -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px 0px;
	color:white;
	display:inline;
	padding:6px 6px 11px;
	text-decoration:none;
}

a.menuitem:hover {
	background-color:transparent;
	border:0px none;
	color:white;
	display:inline;
	padding:7px;
	text-decoration:none;
}

hr {
	border: 0px;
	border-top: 1px solid #39A3FE;
	}

div.stopka {
	background-color: white;
	padding-top: 30px;
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #8BB7DF;
	}

a {
	text-decoration:none;
	color: #0464BB;
	}

a.header {
	text-decoration:none;
	color: white;
	}

a.header:hover {
	color: #39A3FE;
	}

ul {
	list-style-type: none;
	padding: 5;
	margin: 0;
}

li {
	background-image: url(gfx/ikonka.png);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 20px;
}

input {
	font-size: 10px;
	padding: 2px;
	border: #C7D0CF 1px solid;
	background-color: white;
}

.code {
	border: #0464BB 1px solid;
	width: 615px;
	margin: auto;
	background-color: #8BB7DF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}