body {
	margin: 0 auto;
	padding: 0;
	background: url('bg.jpg') #eeeeee repeat-x;
	font-family: Arial;
	font-size: 16px;
	color: #666666;
}

div#main {
	display: block;
	margin: 20px auto 0;
	padding: 0;
	background: #ffffff;
	box-shadow: 0 0 10px #666666;
	width: 800px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url('bg-start.jpg') #ffffff no-repeat;
}

div#header {
	display: block;
	margin: 0;
	padding: 0;
	height: 450px;
	position: relative;
}

div#logo {
	display: block;
	margin: 0;
	padding: 10px 0 10px 10px;
	width: 270px !important;
	width: 280px;
	float: left;
}

div#menu {
	display: block;
	margin: 0;
	padding: 10px 5px 10px 0;
	width: 515px !important;
	width: 520px;
	float: left;
	text-align: right;
}

#menu > a, #menu > a:visited {
	display: inline-block;
	margin: 0 5px;
	padding: 4px 0;
	text-decoration: none;
	color: #224488;
	font-size: 1em;
	text-shadow: #bbeeff 2px 2px 10px;
}

#menu > a:focus, #menu > a:hover {
	display: inline-block;
	margin: 0 5px;
	padding: 4px 0;
	text-decoration: none;
	color: #99ccff;
	font-size: 1em;
	text-shadow: #bbeeff 0 0 10px;
}

#menu > a#list, #menu > a#list:visited {
	background: url('arrow-a.png') no-repeat;
	padding-left: 20px;
	background-position: left center;
	cursor: cell;
}

#menu > a#list:hover, #menu > a#list:focus {
	background: url('arrow-b.png') no-repeat;
	padding-left: 20px;
	background-position: left center;
	cursor: cell;
}

#menu img {
	vertical-align: top;
}

div#show {
	position: absolute;
	top: 42px;
	right: 15px;
	background: url('66ccff-75.png');
	border-top: solid 2px white;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: none;
}

#show > a, #show > a:visited {
	display: block;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	color: #ffffff;
	font-size: 1em;
	text-shadow: #bbeeff 2px 2px 10px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#show > a:focus, #show > a:hover {
	text-decoration: none;
	color: #ffdd00;
}

a img {
	border: none;
}

div#page {
	display: block;
	margin: 0;
	padding: 0;
}

div#pageleft {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 550px;
}

div#pageright {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 250px;
}

#page h1 {
	display: block;
	margin: 6px 0;
	padding: 0;
	font-size: 0.9em;
	text-align: left;
}

#page h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-family: Times New Roman;
	text-align: center;
	font-weight: normal;
}

#page p {
	display: block;
	margin: 6px 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: normal;
}

div#podpis {
	margin: 10px 50px;
	margin-left: 300px;
	text-align: center;
	padding: 3px 0;
	min-height: 64px !important;
	min-height: 70px;
	/*background: url('podpis.png') no-repeat;
	background-position: center center;*/
}

#podpis > p {
	font-size: 0.8em;
}

#podpis > p > span {
	font-size: 0.8em;
}

div#stopka {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#stopka > p {
	margin: 1px auto;
	padding: 0;
	font-size: 0.75em;
	color: #999999;
}

#stopka img {
	border: none;
	vertical-align: top;
	padding-top: 1px;
}

#stopka a, #stopka a:visited {
	color: inherit;
	text-decoration: none;
}

#stopka a:hover, #stopka a:focus {
	color: #0066ff;
	text-decoration: none;
}

br.clear {
	clear: both;
}