body
{
	margin:20px 0;
	padding: 0;
  text-align: center;
	background:#111;
}

.invisible {
  position:absolute;
  top:-2000px;
  left:0;
  width:1px;
  height:1px;
  overflow:hidden;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
	display:block;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}

/*Page*/
#page {
	width:960px;
	margin:0px auto;
	text-align:left;
}
/*Page*/

/*Header*/
#header {
	height:220px;
	background: url(../files/images/layout/bg-header.jpg) left top no-repeat;
	position:relative;
	overflow:hidden;
}

/*Logo*/
#logo-box {
	position:absolute;
	top:36px;
	left:36px;
}
a.logo{
	color:#ffffff;
	font-weight:bold;
	font-size:1.5em;
	display:block;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	width:195px;
	height:34px;
}
a.logo span{
	display:block;
    position:absolute; left:0; top:0; z-index:1;
	background:url(../files/images/layout/logo.png) top left no-repeat;
	width:195px;
	height:34px;
}
/*Logo*/

/*Main-menu*/
#main-menu {
	background:#333333;
	border-bottom:1px solid #ffffff;
 	margin-bottom: 20px;
	text-align:center;
	padding:13px 0px;
}
#main-menu ul li{
	list-style-type:none;
	display:inline;
	font-size:1.2em;
	font-weight:bold;
	padding:0px 25px;
}
#main-menu ul li a{
	font: Verdana, Arial, sans-serif;
  color:#FF941D;
  text-transform: uppercase;
	text-decoration:none;
}
#main-menu ul li.act a, #main-menu ul li a:hover{
	color:#f42106;
	text-decoration:none;
}
/*Main-menu*/
/*Header*/

/*Main*/
#main {
	
}

/*Columns*/
#left-column {
  width: 300px;
	float:left;
	overflow:hidden;
}
#right-column {
	width: 640px;
  float:right;
	overflow:hidden;
  background-color: #131313;
}
#right-inner {
  padding: 30px 15px 30px 30px;
}
/*Columns*/

/*Main-soubory*/
#menu-soubory {
	width:300px;
	overflow:hidden;
	margin-top:-5px;
	margin-bottom:40px;
}
#menu-soubory ul li{
	list-style-type:none;
	width:139px;
	height:119px;
	padding:3px;
	float:left;
	overflow:hidden;
	background:url(../files/images/layout/bg-menu-soubory-li.png) left top no-repeat #333333;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.2em;
}
#menu-soubory ul li#ms-zezeny, #menu-soubory ul li#ms-skytafky{
	margin-right:10px;
}
#menu-soubory ul li a{
	font: Verdana, Arial, sans-serif;
    color:#FF941D;
    text-transform: uppercase;
	text-decoration:none;
	width:139px;
	height:116px;
	padding-top:3px;
	display:block;
}
#menu-soubory ul li.act a, #menu-soubory ul li a:hover{
	color:#f42106;
	text-decoration:none;
}
#menu-soubory ul li#ms-zezeny a{
	background:url(../files/images/layout/bg-ms-zezeny.jpg) left bottom no-repeat;
}
#menu-soubory ul li#ms-pidalky a{
	background:url(../files/images/layout/bg-ms-pidalky.jpg) left bottom no-repeat;
}
#menu-soubory ul li#ms-skytafky a{
	background:url(../files/images/layout/bg-ms-skytafky.jpg) left bottom no-repeat;
}
#menu-soubory ul li#ms-hlav-kyzeli a{
	background:url(../files/images/layout/bg-ms-hlav-kyzeli.jpg) left bottom no-repeat;
}
#menu-soubory ul li#ms-aslerovo-kamikadze {
	width:294px;
	height:99px;
	background:url(../files/images/layout/bg-menu-soubory-li-big.png) left top no-repeat #333333;	
}
#menu-soubory ul li#ms-aslerovo-kamikadze a{
	width:294px;
	height:96px;
	background:url(../files/images/layout/bg-ms-aslerovo-kamikadze.jpg) left bottom no-repeat;	
}
/*Main-soubory*/
/*Main*/

/*Footer*/
#footer {
  margin: 40px 0 0 0;
  padding: 10px 0;
  border-top:1px solid white;
}
/*Footer*/

/* Typography */
body
{
	font-family: Verdana, sans-serif;
  line-height: 1;
  color: #707070;
	font-size: 0.7em;
}

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#f42106;}

h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}

h1 {
  font: 2.7em Georgia, "Times New Roman", serif;
  letter-spacing: 1px;
  line-height:1;
  margin-bottom:0.5em;
}

h2 {
  font: bold 1em Verdana, Arial, sans-serif;
  color:#FF941D;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom:0.75em;
}
h3 {
  font: bold 1.1em Georgia, "Times New Roman", serif;
  letter-spacing: 1px;
}

p {
  text-align: left;
  line-height: 1.8em;
  margin: 0 0 1em;
}

b,strong {
  color: white;
}
i,em {
  font: 1.3em Georgia, "Times New Roman", serif;
  font-style:italic;
  letter-spacing: 1px;
}

a, a:visited {
  color:#FF941D;
}
a:hover {
  color:#f42106;
	text-decoration:none;
}
input, select, textarea {
	font-family: Verdana, sans-serif;
	font-size:1em;
	padding:2px 3px;
}
#right-inner img {
  background-color: #333;
	padding: 1px 0px 1px 0px;
  border: 0;
  border-bottom: 0px solid white;
}
img.img-right {
  float:right;
  margin: 10px;
  margin-right: 0px;
}
img.img-left {
  float:left;
  margin: 10px;
  margin-left: 0px;
}

/* Novinky */
.podtrhnout {
  padding-bottom: .5em;
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
}
.novinka-datum {
  margin-top: 2em;
  margin-bottom:.5em;
}

/* fotogalerie - prehled */
.fg {
  width:185px;
  height:160px;
  margin-right:16px;
  overflow:hidden;
  float:left;
}
.fg img {
  background-color: #000;
	padding: 5px;
}
.fg-popis {
  padding-top:.7em;
}

/* fotogalerie */
.fotogalerie {
  margin-bottom:20px;
  width:640px;
  overflow:hidden;
}

.fotogalerie .img-out {
  text-align: center;
  width:195px;
  float:left;
  margin:5px 10px 5px 0px;
  display:table;
  height:180px;
  background-color: #111;
  overflow:hidden;
  =position: relative;
}
.fotogalerie .fotog-navysku
{
  height:152px;
}

.fotogalerie .fotog-prava {
  margin:4px 0px 4px 0px;
}

.fotogalerie .img-out .img-in {
  text-align: center;
  margin:0px auto;
  display:table-cell;
  vertical-align: middle;
  background-color: #111;
}
.fotogalerie a{=position: absolute; =top: 50%;}

.fotogalerie img{
	background-color: #fff;
	padding: 5px;
	border: 1px solid #b5b5b5;
  margin-top:2px;
  =left: -50%; =top: -50%; =position: relative;
}

.cistic {
	clear: both;
}

/* diskuze */
#right-inner #vzkaz img, #right-inner .vzkaz img {
  padding:0px;
}