body {
	background-color: #C40000;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	width:100%;
}
#nav  a{
	margin-bottom: 0px;
}
#menuHrnek {
	background-image: none;
	height: 100px;
	display: block;
	margin: 0 auto;
	margin:20px 0px 0px 5px;
	padding:0;
	height: 160px;
	/*width: 233px;*/
	width: 185px;
}
#teloHo {
	background: url(images/bg/bg_homepage.jpg) no-repeat fixed 190px 0px;
	height: 700px;
	width: 1024px;
}
#obsahHome {
	background-color: #6F0000;
	display: block;
	float: right;
	width: 412px;
	height: 690px;
	margin: 0px 0px 0 0;
	background-image: url(../images/bg-obsah-tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}

/* -------- AKCE TITULNI STRANA----------------------------------------------------------------------- */
#akceAll {
	margin: 30px auto 0px auto;
	display:block;
	width: 330px;
	clear:both;
}

.akceText {
	position:absolute;
	top:-10000px;
	left:0;
	height:1px;
	overflow:hidden;
}
#akceAll .spacer{
	margin: 0px auto 0px auto;
	display:block;
	float:left;
	width: 8px;
	height: 161px;
}
#obsahEnd {
	margin: 0;
	padding:0;
}

#copyTit {
	display: block;
	text-align:right;
	/*padding: 150px 0 0 0 !important;*/
	padding: 0px 10px 0 0;
	color:#FFFFFF;
	font-size: 90%;
	max-width: 1024px;
	min-width: 800px;
	width: expression(document.body.clientWidth<804 ? "800px" : (document.body.clientWidth>1024 ? "1024px" : "auto" ) );
}
#copyTit a{
	color:#FFFFFF;
	text-decoration:none;
}
#copyTit .odkazy a {
	text-decoration:underline;
}

html.hasFlash .sIFRobject {
	display: none !important;
}