/* CSS Document */
/*########## zakladni definice ############*/
body {
	background-image: url("pics/back.jpg");
	background-repeat: repeat-x;
	background-color: #31291b;
	color: #624f3f;
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
/*########## hlava ############*/
#header {
	position: relative;
	width: 750px;
	height: 115px;
	border: 0px solid black;
	margin: 0 auto;
	text-align: left;
}
#header img {
	position: relative;
	top: 10px;
}
#menuBar {
	background-color: #433f2f;
	width: 100%;
	height: 40px;
	position: absolute;
	z-index: 0;
	top: 115px;
	left: 0px;
	text-align: center;
	margin: 0 auto;
}
#menuBarMini {
	background-color: #433f2f;
	width: 750px;
	height: 40px;
	text-align: center;
	margin: 0 auto;
}
/*########## obsah ############*/
#wrapper {
	width: 758px;
	height: 100%;
	border: 0px solid black;
	text-align: left;
	position: relative;
	z-index: 2;
	margin: auto;
	padding: 0px;
	text-align: center;
}
#shadowLeft {
	background-image: url("pics/shadow.png");
	float: left;
	margin: 0px;
	width: 4px;
	min-height: 500px;
	height: 100%;
}
#shadowRight {
	background-image: url("pics/shadow_right.png");
	float: right;
		margin: 0px;
	width: 4px;
	min-height: 500px;
	height: 100%;
}
#content {
	background: url("pics/pozadi.png") #f2f1e7 repeat-y;
	width: 752px;
	height: 100%;
	position: relative;
	margin-top: 0px;
	min-height: 500px;
	margin-left: 4px;
	border: 0px solid black;
	margin-left: 4px;
	margin: auto;
}
/*########## obsah -- left ############*/
#leftBar {
	width: 465px;
	min-height: 800px;
	margin-left: 17px;
	float: left;
	border: 0px solid black;
	text-align: left;
	border-color: #624f3f;
}

#leftBar img {
  border: 2px solid #624f3f;
}

#rightBar {
	width: 230px;
	height: 100%;
	min-height: 480px;
	margin-right: 5px;
	margin-top: 20px;
	float: right;
	border: 0px solid black;
	text-align: left;
}
/*########## footer ############*/
#footer {
	background-image: url("pics/footer.png");
	width: 758px;
	height: 44px;
	position: relative;
	top: 0px;
	border: 0px solid black;
	margin: 0 auto;
	clear: both;
}
#footer a {
	color: #624f3f;
}
#footer a:hover {
	color: #adbe73;
}
/*########## spans ############*/
.invisible {
	display: none;
}
#footer span {
	position: relative;
	top: 10px;
}
#rightBar span {
	position: relative;
	left: 20px;
	top: 20px;
}
h2 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 30px;
	margin-top: 30px;
	margin-left: 20px;
		line-height: 30px;
}

h3 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 15px;
	margin-top: 20px;
	margin-left: 5px;
  line-height: 0px;
  font-weight: bold;
}
.clear {
	clear: both;
}
#leftBar a {
	color: #624f3f;
}
#leftBar a:hover {
	color: #adbe73;
}

.historie {
  text-indent: 40px;
}

/*########## right bar ############*/

#rightBar table {
font-size: 12px;
border-style: dotted;
border-color: #624f3f;
border-width: 2px;;
border-right-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
}

.znak {
position: relative;
left: 65px;
}

.nahodnyObrazek {
position: relative;
left: 20px;
}