/* ---- O B E C N E  D E K L A R A C E ---- */

* {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 16px;
	font-family: "Palatino Linotype", "New York CE", utopia, serif;
}

html {
	width: 100%;
	background: #302e6f url(./img/htmlBck.jpg) repeat-x;
	color: inherit;
}
body {
	width: 760px;
	margin: 10px auto;
	background: #f3f3f3 url(./img/pageBck.jpg) repeat-y;
	color: inherit;
}


table {
	border-collapse: collapse;
}
table caption {
	text-align: left;
}
table td, table th {
	padding: 0 10px 0 5px;
	border: 1px solid #e0e0e0;
}
table th {
	background: #e0e0e0;
	color: inherit;
	font-weight: normal;
}
dl dd {
	padding: 0 0 1em 15px;
}

a img {
	border: 0 none;
}
fieldset {
	border: 1px solid #e0e0e0;
}
fieldset input {
	border: 1px solid #e0e0e0;
	background: white;
	color: inherit;
}
fieldset>input.buttom {
	height: 20px;
}

fieldset input.buttom {
	padding: 0 10px;
}

.cleaner {
	clear: both;
}
.cleanerUn {
	visibility: hidden;
	height: 1px;
	font-size: 1px;
	clear: both;
}
.fRight {
	float: right;
	margin: 0 0 5px 20px;
}
.fLeft {
	float: left;
	margin: 0 20px 5px 0;
}
.center {
	text-align: center;
}
.wsn {
	white-space: nowrap;
}


/* ---- H L A V I C K A ---- */
a#header {
	position:relative;
	display: block;
	width: 760px;
	height: 200px;
	font-size: 30px;
	background-color: inherit;
	color: black;
}
a#header span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(./img/header.jpg) no-repeat;
	color: inherit;
	width: 760px;
	height: 200px;
	display: block;
}
/* az bude cas tak dodelat lepsi reseni tohoto elementu*/
/*a#goToMenu {
	position: absolute;
	z-index: 0;
}
a#goToMenu:active {
	z-index: 20;
	color: white;
}*/
a#goToMenu {
	display: none;
}




/* ---- T E L O ---- */
#pageContent {
	float: right;
	width: 518px;
	padding: 18px;
	margin-right: 5px;
}
#pageContent, #pageContent *, #pageContent h2 {
	text-align: justify;
}
#pageContent, #pageContent *, #pageContent h2, table caption {
	background-color: inherit;
	color: #494949;
	font-size: 16px;
}
#pageContent h1 {
	font-size: 22px;
	background-color: inherit;
	color: #5676a8;
	margin-bottom: 10px;
}
#pageContent h2, table caption  {
	padding-top: 1em;
}
#pageContent h2, table caption {
	font-weight: bold;
}
#pageContent p {
	text-indent: 25px;
	letter-spacing: 0.6px;
}
#pageContent fieldset {
	margin-top: 20px;
}
#pageContent legend {
	padding: 0 7px;
}
#pageContent ul li {
	list-style-type: none;
	background: transparent url(./img/odrazka.gif) 0 10px no-repeat;
	color: inherit;
	padding-left: 15px;
}
#pageContent a {
	text-decoration: underline;
}
#pageContent a:hover {
	background-color: #dbdbdb; 
	color: inherit;
}
#pageContent .error {
	background-color: inherit;
	color: red;
	text-indent: 0px;
}
#pageContent #casyTreninku {
	float: left;
/*	width: 250px; */
	margin-right: 50px;
}
#pageContent .infoBoxL {
	margin: 15px 10px 5px 0;
	float:left;
	padding: 0 10px 10px 10px;
	width: 300px;
	clear: both;
	background-color: #e0e3e9;
	border: 1px solid #d3c8ef;
	position: relative;
}
#pageContent .infoBoxL legend {
	background-color: #e0e3e9;
	border: 1px solid #d3c8ef;
	
}
#pageContent .infoBoxL h2 {
	padding-top:10px;
}






/* ---- M E N U ---- */
ul#menu {
	padding: 30px 10px 20px 10px;
	float: left;
	width: 173px;
	text-align: center;
	background-color: #5876a5;
	color: inherit;
	margin-left: 3px; /*Double margin bug*/
}
body>ul#menu {
	margin-left: 6px;
}
ul#menu {
	margin-bottom: 30px;
}
ul#menu a {
	text-decoration: none;
	background-color: inherit;
	color: #e0e6ef;
}
ul#menu a:hover {
	background: transparent;
	color: #a6caff;
}
ul#menu li {
	list-style-type: none;
}


p#toplist {
	margin-left: 60px;
}

h2.partners, p.partners {
	margin-left: 20px;
}
h2.partners {
	color: #99a4b5;
}
p.partners {
	padding-bottom: 50px;
	margin: 0 20px;
}
p.partners img {
	border: 1px solid black;
	margin: 0 auto;
	display: block;
}

/* ---- P A T I C K A ---- */
#footer {
	width: 720px;
	height: 20px;
	text-align: right;
	display: block;
	background: #265186 url(./img/footerBck.jpg) no-repeat;
	color: inherit;
	padding: 0 20px;
	clear: both;
}
#footer a {
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin-top: 1px;
	background-color: inherit;
	color: #7497bc;
	float:right;
}
#footer a:hover {
	color: #a5b9cd;
}

