* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/design/body-bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-color: #FDF8E8;;
	font-size: 100%;
	font-family: Verdana, sans-serif;
	color: #6A4A3C;
}

img {	border: none;}
.right {	float: right;}
.left { float: left;}
.right-img { float: right; margin: 0px 0px 10px 10px; }
.left-img {	float: left; margin: 0px 10px 10px 0px; }
.center { margin: 0px auto 0px auto;}
.clear {	clear: both; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: Georgia, serif;}

#wrapper {
	width: 100%;
	height: 100%;
	background-image: url(../img/design/wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
a:link, a:visited {
	color: #00A0B0;
	text-decoration: none;
}
a:hover {
	color: #00A0B0;
	text-decoration: underline;
}
h2, h3 {
	color: #EB6841;
	font-size: 22px;
	margin-bottom: 15px;
}
h3 a:link, h3 a:visited, h3 a:hover {
	color: #EB6841;
	text-decoration: none;
}
h4 {
	color:  #EB6841;
	margin-bottom: 10px;
}
/*===================== header ======================*/
#header {
	width: 960px;
	height: 244px;
	margin: 0px auto 0px auto;
}
h1 a {
	text-indent: -9000px;
	width: 672px;
	height: 209px;
	margin: 25px 0px 0px 116px;
	background-image: url(../img/design/cervenik-logo.jpg);
	background-repeat: no-repeat;
	display: inline;
	float: left;
}
/*===================== menu ======================*/
ul#menu  {
	background-image: url(../img/design/menu-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	display: block;
	width: 960px;
	height: 52px;
	list-style: none;
}
ul#menu li {
	display: inline;
}
ul#menu li a {
	display: inline; 
	float: left; 
	height: 21px;
	margin: 15px 12px 0px 13px;
	background-image: url(../img/design/menu-sprite.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
ul#menu li a.uvod {
	width: 54px; background-position: 0 0;
}
ul#menu li a.info {
	width: 42px; background-position: -54px 0;	
}
ul#menu li a.program {
	width: 92px; background-position: -96px 0;	
}
ul#menu li a.novinky {
	width: 84px; background-position: -188px 0;	
}
ul#menu li a.foto {
	width: 47px; background-position: -272px 0;	
}
ul#menu li a.video {
	width: 58px; background-position: -319px 0;	
}
ul#menu li a.historia {
	width: 82px; background-position: -377px 0;	
}
ul#menu li a.partneri {
	width: 88px; background-position: -459px 0;	
}
ul#menu li a.eshop {
	width: 69px; background-position: -547px 0;	
}
ul#menu li a.kontakt {
	width: 86px; background-position: -616px 0;	
}

ul#menu li#active a.uvod, ul#menu li a.uvod:hover, ul#menu li a.uvod:focus {
	width: 54px; background-position: 0 -21px;
}
ul#menu li#active a.info, ul#menu li a.info:hover, ul#menu li a.info:focus {
	width: 42px; background-position: -54px -21px;	
}
ul#menu li#active a.program, ul#menu li a.program:hover, ul#menu li a.program:focus {
	width: 92px; background-position: -96px -21px;		
}
ul#menu li#active a.novinky, ul#menu li a.novinky:hover, ul#menu li a.novinky:focus {
	width: 84px; background-position: -188px -21px;		
}
ul#menu li#active a.foto, ul#menu li a.foto:hover, ul#menu li a.foto:focus {
	width: 47px; background-position: -272px -21px;		
}
ul#menu li#active a.video, ul#menu li a.video:hover, ul#menu li a.video:focus {
	width: 58px; background-position: -319px -21px;		
}
ul#menu li#active a.historia, ul#menu li a.historia:hover, ul#menu li a.historia:focus {
	width: 82px; background-position: -377px -21px;		
}
ul#menu li#active a.partneri, ul#menu li a.partneri:hover, ul#menu li a.partneri:focus {
	width: 88px; background-position: -459px -21px;		
}
ul#menu li#active a.eshop, ul#menu li a.eshop:hover, ul#menu li a.eshop:focus {
	width: 69px; background-position: -547px -21px;		
}
ul#menu li#active a.kontakt, ul#menu li a.kontakt:hover, ul#menu li a.kontakt:focus {
	width: 86px; background-position: -616px -21px;		
}
/*=================== container ====================*/
#container {
	width: 960px;
	margin: 0px auto 0px auto;
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: 40px;
}
#content {
	width: 620px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
	font-size: 13px;
}
.left-half {
	width: 300px;
	float: left;
	display: inline;
}
.right-half {
	width: 300px;
	float: right;
	display: inline;
}
#content ul {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 30px;
	list-style: disc;
}
#content p {
	line-height: 21px;
	margin-bottom: 15px;
}
h2#co-mame-nove span {
	text-indent: -9000px;
	width: 222px;
	height: 25px;
	margin: 0px 0px 15px 0px;
	background-image: url(../img/design/co-mame-nove.png);
	background-repeat: no-repeat;
	display: block;
}
table.w300 {
	width: 300px;
	text-align: center;
	background-color: #FDF8E8;
}
table.w620 {
	width: 620px;
	text-align: center;
	background-color: #FDF8E8;
}
td {
	padding: 3px;
	border-bottom: 1px dashed #FFF;
}
h2#partneri span {
	text-indent: -9000px;
	width: 119px;
	height: 29px;
	margin: 0px 0px 15px 0px;
	background-image: url(../img/design/partneri.png);
	background-repeat: no-repeat;
	display: block;
}
h2#kontakt span {
	text-indent: -9000px;
	width: 116px;
	height: 29px;
	margin: 0px 0px 15px 0px;
	background-image: url(../img/design/kontakt.png);
	background-repeat: no-repeat;
	display: block;
}
h2#info span {
	text-indent: -9000px;
	width: 116px;
	height: 29px;
	margin: 0px 0px 15px 0px;
	background-image: url(../img/design/info.png);
	background-repeat: no-repeat;
	display: block;
}
h2#program span {
	text-indent: -9000px;
	width: 125px;
	height: 29px;
	margin: 0px 0px 15px 0px;
	background-image: url(../img/design/program.png);
	background-repeat: no-repeat;
	display: block;
}
h2#kontakt span {
	text-indent: -9000px;
	width: 116px;
	height: 29px;
	margin: 0px 0px 15px 0px;
	background-image: url(../img/design/kontakt.png);
	background-repeat: no-repeat;
	display: block;
}
h2#foto span {
	text-indent: -9000px;
	width: 63px;
	height: 29px;
	margin: 0px 0px 15px 0px;
	background-image: url(../img/design/foto.png);
	background-repeat: no-repeat;
	display: block;
}
h2#video span {
	text-indent: -9000px;
	width: 78px;
	height: 29px;
	margin: 0px 0px 15px 0px;
	background-image: url(../img/design/video.png);
	background-repeat: no-repeat;
	display: block;
}
h2#historia span {
	text-indent: -9000px;
	width: 111px;
	height: 29px;
	margin: 0px 0px 15px 0px;
	background-image: url(../img/design/historia.png);
	background-repeat: no-repeat;
	display: block;
}
h2#novinky span {
	text-indent: -9000px;
	width: 112px;
	height: 29px;
	margin: 0px 0px 15px 0px;
	background-image: url(../img/design/novinky.png);
	background-repeat: no-repeat;
	display: block;
}
.novinka-nahlad {
	clear: both;
	margin-bottom: 30px;
}
.novinka-nahlad p {
	margin-bottom: 0px !important;
}
.form_button {
	color: #FDF8E8;
	padding: 5px;
	background-color: #EB6841;
	border: none;
	cursor: pointer;
}
.red {
	color: #EB6841;
}
.comment-clanok {
	margin-bottom: 20px;
	background-color: #FDFAEE;
	padding: 3px;
}
.comment-header {
	border-bottom: 1px dashed #6A4A3C;
	padding-bottom: 5px;
	margin-bottom: 3px;
}
.video {
	width: 300px;
	margin-right: 10px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
.video h3 {
	font-size: 19px;
	margin-bottom: 5px;
}
/*=================== sidebar ====================*/
#sidebar {
	width: 290px;
	float: right;
	display: inline;
	background-color: #FDF8E8;
	padding-bottom: 50px;
	margin: 0px 10px 10px 0px;
	font-size: 12px;
}
h4#zaciname span {
	text-indent: -9000px;
	width: 262px;
	height: 37px;
	margin: 10px 0px 20px 15px;
	background-image: url(../img/design/zaciname-o.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#o-cerveniku {
	width: 285px;
	float: left;
	display: inline;
	background-image: url(../img/design/o-cerveniku.png);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 21px;
	padding: 7px 0px 0px 5px;
	color: #6A4A3C;
	font-family: Georgia, serif;
	height: 130px;
	margin-bottom: 25px;
}
/*=================== footer ====================*/
#foot {
	width: 960px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	line-height: 13px;
	
}
#footer {
	width:100%;
	background-image: url(../img/design/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 245px;
	padding-top: 10px;
}
#footer img {
	margin: 0px 0px 10px 0px;
}
#footer p {
	margin-top: 5px;
}
#footer a:link, #footer a:visited {
	color: #FDF8E8;
	text-decoration: none;
}
#footer a:hover {
	color: #FDF8E8;
	text-decoration: underline;
}

