body {
	font: 12px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #333;
	background: #f9f6ed;
	margin: 0;
	padding: 0;
}

html{
	margin: 0;
	padding: 0;
}

img {border:0;}

img.ram{
	border:1px solid #ededed; padding:3px;
}

a:hover img.ram {
	border:1px solid #00BFF3;
}


h1 {font-size: 150%; margin:0; padding:0;}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('./images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #f9f6ed;
	border: 1px solid #E0E0E0;
	padding: 1em;
	margin: 0 100px 1em 100px;
}

a[href^="error:"] {
	background: red;
	color: white;
}

a{
	text-decoration: none;
	color: #06F;
}

a:hover{
	color: #0000FF;
}

.center{text-align:center;}

#obal{
	width: 960px;
	margin: 0 auto 20px auto;
}

#bg{
	background: url('../images/design/top.png') repeat-x top;
	height: 100%;
}

#content{
	background: url('../images/design/bg.png') repeat-y;
	padding: 20px 0; min-height: 200px;
	position: relative;
}

#top_content{
	background: url('../images/design/top-bg.png') no-repeat;
	height: 6px;
	font-size: 5px;
}

#bottom_content{
	background: url('../images/design/bottom-bg.png') no-repeat;
	height: 6px;
}

.art{
	padding: 0 110px;
}

.article{
	padding: 0 310px 0 110px;
	min-height: 60px;
	margin: 0 0 20px 0;
}

.art>p, .article>p{
	padding: 0 0 10px 0;
	margin: 0;
}

p{
	margin: 5px; padding: 0 0 10px 0;
}


#hlavicka{
	position: relative;
	height: 148px;
}

#menu{
	position: absolute;
	top: 70px; right: 100px;
}

ul#menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu li{
	float: left;
	margin: 10px;
}

#menu a{
	border-bottom:3px solid #FFF ;
	padding: 2px 5px;
}

#menu a.active{
	font-weight: bold;
	border-bottom:3px solid #424242 ;
	color: #424242;
}

#foot{
	text-align: center;
	background: url('../images/design/foot-content.png') center repeat-x;
	height: 83px;
}

#foot_content{
	height: 83px;
	line-height: 40px;
}

#foot a{
	color: black;
}

h2 span{
	position: absolute;
	background: url('../images/design/date.png') -10px 0 no-repeat;
	display: block; color: white; font-size: 18px; line-height: 14px;
	height: 45px; text-align: center; padding: 15px 0 0 0;
	width: 100px; top: 0; left: -100px; font-weight: normal;
}

h2, .comment{
	position: relative; margin: 0;
}

.number{
	position: absolute;
	background: url('../images/design/com.png') top -10px no-repeat;
	display: block; color: white; font-size: 14px; line-height: 14px;
	height: 24px; text-align: right; padding: 7px 12px 0 0;
	width: 88px; top: 5px; left: -93px; font-weight: normal;
}

.comment{
	margin: 10px -8px;
	padding: 10px 8px;
}

.comments_form input.long{
	width: 400px;
}

.comments_form textarea{
	width: 400px;
}

.podmenu-obal{
	position: absolute;
	right: 44px; width: 200px;
}

.podmenu{
	color: white; width: 200px;
	background: #424242 url('../images/design/submenu.png') no-repeat bottom right;
	padding-bottom: 33px;
}

.podmenu ul{
	margin:0;
	padding: 10px;
	list-style: none;
}

.podmenu h3{
	margin:-10px -10px 10px -10px; font-size:12px; background: #000;
	padding: 2px 7px; color: #FFF; font-variant: small-caps;
}

.podmenu a{
	display: block;
	color: #DDD;
	padding: 3px;
	/*border-bottom: 1px solid #333;*/
	background: #424242;
}

.podmenu a:hover, .podmenu a.active:hover{
	background: #323232;
	color: #FFF;
}

.podmenu a.active{
	background: #FFF;
	color: #333;
}

.more{
	background: url('../images/design/more.png') right no-repeat;
	padding: 5px 20px 5px 0;
}

.paginator{
	margin: 0 100px;
	position: relative;
	height: 1em;
}

.prev{
	position: absolute;
}

.forw{
	position: absolute;
	top: 0; right: 0;
}

/** wrapper */

.infiniteCarousel {
  width: 500px;
  position: relative;
  background: url('../images/design/okno.png') no-repeat;
  height: 300px; margin: 0 0 0 151px;
}

.infiniteCarousel .wrapper {
  width: 400px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 300px;
  margin: 0 50px;
  position: absolute;
  top: 0;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:25px 0 0 0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0px;
  height: 200px;
  width: 400px;
  text-align: center;
}

.infiniteCarousel ul li img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../images/design/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 132px;
  cursor: pointer;
  outline: 0;
  z-index: 5;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

.vignette{
	position: absolute; display: block;
	z-index: 4; width: 500px; height: 300px;
	background: url(../images/design/vignette.png) no-repeat;
	_background:none;
}

.black{
	background: #f9f6ed; margin: -25px 79px 30px 79px; padding: 20px 0;
}
