* {
	margin: 0 auto;
	padding: 0;
}
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object {
	border: 0;
}
html {
	background: url(../images/bg.png) repeat-y #161516 center;
}
body {
	padding: 0 0 20px;
	font: normal 14px Corbel, "Trebuchet MS";
	margin: 0 auto;
	color: #fff;
}
/* links --------------------------------------------------------------- */
a {
	color: #fff;
	font-weight: bolder;
}
a:link {
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
textarea {
    height: 50px;

}
/* H1 - H5 --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 15px 0;
}

h1 {
  text-align: center;
  margin: 0;
	padding: 0;
	font-weight: normal;
}
/* Content --------------------------------------------------------------------*/
#content {
  width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	float: none;
	clear: both;
	overflow: hidden;
}

#header {
  width:766px;
  height: 112px;
  background: url(../images/header.gif);
  margin: 10px auto 10px auto;
}

#linka {
  width: 100%;
  height: 80px;
  background: url(../images/menu-bgx.png) center 50px repeat-x;  
}
#linka2 {
  width: 100%;
  height: 60px;
  background: url(../images/menu-bgxx.png) repeat-x;  
}
#menu {
  height: 60px;
  width: 960px;
  font-weight: bold;
  font-size: 16px; 
  background: url(../images/menu-bg.png) repeat-x; 
}

#menu ul {
  list-style: none;
}
#menu li {  
	float: left;
	height: 60px;
}
#menu li a {
  padding: 15px 10px 0 10px;
	text-decoration: none;
	height: 35px;
	float:left;  
}

#menu li a:hover, .active {
	text-decoration: none;
	color: #fff;
	background: url(../images/menu-bga.png) 0 1px repeat-x;
}

#obsah {
  width: 940px;
  padding: 10px;    
}

#fotog {
  width: 932px;
  height: 328px;
  margin: 10px auto 10px auto;
}
.fotoSloupec {
  float:left;
  width: 300px;
  height: 321px;
  margin: 3px;
  border: 1px solid #565656;
  background: /*white*/ url('../images/ajax-loader.gif') no-repeat 50% 50%;
}
.fotoSloupec img {
  width: 298px;
  height: 270px;
}
.fotoSloupec span {
  float:left;
  width: 298px;
  height: 39px;
  background: #000;
  text-align:center;
  padding-top: 10px;
  font: normal 16px Calibri, "Trebuchet MS";
  text-transform: uppercase;
  cursor: Pointer;
  
}
.fotoSloupec a span {
  color: #959595;
}
.fotoSloupec a:hover span {
  color: #fff;
  text-decoration: none;
}

#footer {
  float:left;
  width: 100%;
  height: 20px;
  margin-top: 10px;
  text-align: center;
}

.center {
  text-align:center;
}
.margin {
    margin: 20px;
}

#ajax-spinner {
    position:fixed;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    background: url('../images/ajax-loader.gif') no-repeat 50% 50%;
    padding: 13px;
    /*border: 2px solid #CCC;*/
    font-size: 0;
}

a.ajax:hover {
    color: #0ca700;
}