body {
	background-image: URL('images/background.jpg'); /* obrázek na pozadí */
	text-align:center;
	margin:0;
	padding:0;
}
.main {
	background-image: URL('images/background_main.bmp'); /* obrázek na pozadí */
	background-repeat: repeat-x;
	background-color: #0f0905; /* prípadná barva pozadí cerná */
}
.left {
	background-image: URL('images/background_left.jpg'); /* obrázek na pozadí */
	background-repeat: no-repeat;
}
.frame_vertical {
	background-image: URL('images/frame_vertical.jpg'); /* obrázek na pozadí */
	background-repeat: repeat-x;
	background-color: #000000; /* prípadná barva pozadí cerná */
}
.right {
	background-image: URL('images/background_right.jpg'); /* obrázek na pozadí */
	background-repeat: no-repeat;
}
img {
	border:none;
}
.menu_active {
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.menu_pasive {
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #e8d9ce;
	text-decoration: none;
}
.menu_pasive:hover {
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.text_clasic {
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #e8d9ce;
}
.news_date {
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}
.news_text {
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #e8d9ce;
	text-align: justify;
}
.uloz {
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #e8d9ce;
}	
.zapati {
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #e8d9ce;
}
.kontakty_link {
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #e8d9ce;
	text-decoration: none;
}
.kontakty_link:hover {
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.zapati_link {
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #e8d9ce;
	text-decoration: none;
}
.zapati_link:hover {
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
.odkazy {
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.odkazy:hover {
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}
.cd {
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #e8d9ce;
	text-decoration: none;
}

.cd:hover {
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.popunder{
	z-index:100;
	position:absolute;
	top:350px;
	left:40%;
	background-color:white;
	background-repeat:no-repeat;
	width:250px;
	border:10px solid #FFF;
	font-family: tahoma;
	text-align:center;
	font-size:13px;
}
.popunder a{
	color:black;
	text-decoration:none;
}