body {
	background-color: #000033;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida sans unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	font-size: 160%;
	color: #FFCC00;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 130%;
	color: #FFCC00;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 115%;
	color: #FF6600;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
a {
	color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
strong {
	color: #FFFFFF;
}

code {
	font-size: 100%;
	color: #FFCC00;
	font-weight: bold;
}





#menu ul {
	padding: 0px;
	list-style-position: inside;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#content {
	margin-left: 250px;
	padding-top: 100px;
	padding-left: 15px;
	border-left-style: none;
	padding-right: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#content a {
}
#content a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#menu ul li {
	margin-bottom: 5px;
	margin-top: 2px;
	list-style-position: outside;
}
#menu ul li li {
	list-style-type: disc;
}
#main {
	background-image: url(img/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 120px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#bg {
	background-image: url(img/main_bg.png);
	background-repeat: repeat-y;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(img/header_bg.png);
	height: 120px;
	width: 100%;
}
#header h1 {
	display: none;
}
#menu {
	width: 225px;
	padding-left: 15px;
	padding-right: 10px;
	float: left;
	padding-top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	margin-top: 50px;
}
.cleaner {
	clear: both;
	visibility: hidden;
}
.obrazek {
}
.item {
	float:left;
	width:300px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.item img {
	border: 1px solid #FFCC00;
}

.item h3 {
	color: #FFFFFF;
	margin-bottom: 5px;
}
.item p {
	text-align: center;
}
.item p img {
	padding-left: 10px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	clear: both;
	font-size: 80%;
	color: #7684E2;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 5px;
}
#footer a {
	color: #7684E2;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	text-align: center;
}
#footer img {
	vertical-align: top;
	margin-right: 2px;
}
.imgright {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
