* {
	font-family: arial black, sans-serif;
	font-size: 10pt;
}

body {
	background-color: #FFFFFF;
	background-image: URL('images/bgm2.jpg');
	background-attachment: fixed;
	margin: 0;
	background-color: #111;
}

#page {
	width: 1000px;
	background-image: URL('images/bgm3.jpg');
	margin: 4px auto;
	background-color: #FFFFFF;
	background-color: #333;
	border: 2px dotted #eee;
}

#header {
	height: 144px;
	background-color: #FFF;
	background-image: URL('images/bg3.jpg');
	background-position: 723px 0;
	border-bottom: 2px dotted #eee;
	padding-bottom: 22px;
}

#header:hover {
	border-bottom: 2px dotted yellow;
}

#nav {
	position: absolute;
	width: 900px;
	top: 50px;
	margin-left: 10px;
	text-align: right;
}

#nav li a {
	font-size: 15px;
	color: #404040;
}

#nav li a:hover {
	color: #FFF;
}

#main {
	width: 1000px;
	min-height: 266px;
	background-repeat: no-repeat;
}

#content {
	margin: 26px;
	color: #111;
}

#content img {
	float: left;
	width: 266px;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	background-color: #111;
	margin: 30px 0 10px 10px;
}

#header ul {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: middle;
}

#header li {
	float: left;
	margin-right: 10px; /* mezery v menu mezi kategoriema */
	list-style: none;
	color: red;
}

.l {
	font-size: 9pt;
	color: #F8FA1A;
	text-decoration: none;
	background-color: red;
}

li a {
	color: #f00;
	text-decoration: none;
}

li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

li .a:hover {
	color: #F00;
}

h1 {
	margin: 32px 0 50px 70px;
	width: 650px;
	font-size: 50px;
	top: 0;
	text-align: left;
	color: #404040;
	background-color: #FFF;
	color: #0A0A0A;
	background-image: URL('images/hbg.jpg');
	background-repeat: no-repeat;
	background-position: 400px 0;
	padding-left: 16px;
	border: 2px dotted #222;
}

h1:hover {
	border-top: 2px dashed #222;
	border-bottom: 2px dashed #222;
	cursor: default;
}

h2 {
	float: right;
	font-family: arial black;
	font-size: 15pt;
	font-weight: normal;
	color: #404040;
	background-color: #111;
	padding: 8px;
	cursor: default;

	border: 2px dotted #222;
	border-top: 4px dashed #222;
	background-image: URL('images/bgm2.jpg');
}

h3 {
	font-size: 11pt;
	font-weight: normal;
	color: #404040;
	background-color: #FFF;
}

h3 a {
	color: #F8FA1A;
	text-decoration: none;
}

i {
	font-weight: normal;
}

b {
	color: #FFF;
	background-color: #0A0A0A;
}

a {
	color: #0600E2;
}

p {
	background-image: url('images/bg4.jpg');
	padding: 26px 50px;
	display: block;
}

.pozadi {
	background-image: url('images/bgm2.jpg');
	padding: 26px 50px;
	display: block;
	border: 2px dotted #222;
}

#footer {
	background-image: url('images/bg3.jpg');
	width: 1000px;
	margin: 0 auto;
	height: 83px;
	text-decoration: none;
	background-color: #FFF;
	color: #333;
	border-top: 2px dotted #404040;
}

.websitez {
	width: 400px;
	float: right;
	text-align: right;
	color: #333;
	margin: 0;
}

.websitez b {
	float: left;
	text-align: right;
	margin-right: 10px;
	color: #404040;
}

.websitez a {
	text-decoration: none;
	color: #AAA;
}

.websitez a:hover {
	text-decoration: none;
	color: #FFF;
}

#content div, #content h1, #content h2, #content img {
	box-shadow: 7px 7px 77px #555;
}
#content img {
	border:1px solid #333;
}