@charset "utf-8";
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #121212;
}
#main {
	height: auto;
	width: 960px;
	margin: auto;
}

#main #coin-slider {
	margin-top: 140px;
}
#main #menu {
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	height: 221px;
	width: 173px;
	position: absolute;
	z-index: 1;
	top: 75px;
	margin-left: 20px;
	background-color: #121212;
	background-position: left bottom;
	display: none;
}
#main #menu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main #menu li {
	margin-bottom: 10px;
	background-image: url(../images/sipecka.png);
	background-repeat: no-repeat;
	background-position: 150px center;
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}
#main #menu li:hover {
	margin-bottom: 10px;
	background-image: url(../images/sipecka.png);
	background-repeat: no-repeat;
	background-position: 150px center;
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-color: #262626;
}

#main #menu .current {
	background-color: #262626;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}
#main #menu a {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
}
#main #menu a:hover {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFA500;
	text-decoration: underline;
	font-variant: normal;
}
#main #logo {
	position: absolute;
	z-index: 1;
	height: auto;
	width: auto;
	top: 370px;
	margin-left: 20px;
	display: none;
}
#main #pocitadlo {
	background-image: url(../images/navigace.png);
	background-repeat: no-repeat;
	height: 48px;
	position: absolute;
	z-index: 1;
	top: 630px;
	background-position: 20px top;
	width: 960px;
}
#obsah {
	height: 450px;
	width: 620px;
	position: absolute;
	z-index: 100;
	top: 120px;
	margin-left: 220px;
	 /* background-image: url(../images/pruhledny.png); */
	background-color: #000000;
}
#obsah_text {
	height: 440px;
	width: 600px;
	position: absolute;
	z-index: 100;
	top: 5px;
	margin-left: 10px;
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
text-align: justify;
}
#paticka {
	height: auto;
	width: 960px;
	margin: auto;
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
}
#paticka a:link{
	text-decoration: none;
	color: #FFA500;
}
#paticka a:visited{
	text-decoration: none;
	color: #FFA500;
}
#paticka a:hover{
	color: #FFA500;
        text-decoration: underline;
}

