body {
	background-color: #000000;
	background-image: url(gfx/tlo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 11px;
	font-family: tahoma;
	padding-top: 50px;
	margin: 0px;
	cursor: default;
	}

div.main {
	background-color: black;
	filter: Alpha(Opacity=85, Style=0);
	-moz-opacity: 0.85;
	opacity: 0.85;

	padding-top: 30px;
	padding-bottom: 5px;

	padding-left: 5px !important;
	padding-right: 5px !important;

	padding-left: 50px;

	font-size: 10px;
	font-weight: bold;
	color: #fd7e0d;
	width: 780px;
	margin: auto;
	text-align: justify;
	}

div.menuPlacer {
	width:790px;
	filter: Alpha(Opacity=85, Style=0);
	-moz-opacity: 0.85;
	opacity: 0.85;
	background-color: #000000;
	background-image: url(gfx/menu.gif);
	background-repeat: repeat-x, repeat-y;
	background-position: bottom;
	margin: auto;
	}

div.menu {
	font-size: 10px;
	font-weight:bold;
	color: #fd7e0d;
	width: 780px;
	margin: auto;
	text-align: justify;
	padding: 5px;
	}

a.menuitem {
	color: #fd7e0d;
	display: inline;
	background-color: #000000;
	border: 1px solid #fd7e0d;
	border-bottom: 0px;
	text-decoration: none;
	padding: 3px;
	padding-bottom: 5px;
	}

a.menuitem:hover {
	color: #ff0000;
	display: inline;
	background-color: #000000;
	border: 1px solid #fd7e0d;
	border-bottom: 0px;
	text-decoration: none;
	padding: 4px;
	}

hr {
	border: 0px;
	border-top: 1px solid #fd7e0d;
	}

div.stopka {
	background-color: black;
	padding-top: 30px;
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #fd7e0d;
	}

a {
	color: #ff0000;
	}

a.header {
	text-decoration:none;
	color: #ffb400;
	}

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: #fd7e0d 1px solid;
	background-color: black;
}

.code {
	border: #fd7e0d 1px solid;
	width: 615px;
	margin: auto;
	background-color: #9feba3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}
