@charset "windows-1250";
/* CSS Document */

* {
    font-family: 'Open Sans', sans-serif; 
}

body {
    /*background-color: #000;*/
    color: #000;
    height: 100%;
    margin: 0;
    padding: 0;
 	width: 100%;
}



img {
  border: none;
}

a {
  color: #000;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
 }
a.color {
    color: #e20147;
}
a.cervenytrpaslik
{
  text-decoration: underline;
  color: #e20147;
}

a:hover {
  text-decoration: underline;
  color: #e20147;
}


.clear {
	clear: both;
}

.fixed {
  position: fixed;
  width: inherit;
}

#background {
  width: 100%;
  height: 100%;
  /*min-width: 1200px; */
 /* min-height: 700px; */
	position: absolute;
  top: 0;
  left: 0;
	z-index: -1;
  background-position: 50% 50%;
  background-repeat: no-repeat;	
}

#content {
	width: 1200px;
  height: 700px;
	position: relative;
}

.window {
	position: absolute;
	z-index: 2;
	background-color: #FFF;	
	padding: 15px;
  display: none;
}

.window p:first-of-type {
  margin-top: 0;
}
v
.window p:last-child {
  margin-bottom: 0;
}

.window .close {
	display:block;
	width:15px;
	height:15px;
	background:url(../images/close.png) no-repeat;
	text-indent: -1000em;
	position: absolute;
	top: 5px;
	right: 5px;
}

.window img.thumb {
  width: 100px;
  margin: 0 5px;
}

.window img.design, .window img.opening {
  height: 100px;
  margin: 0 5px;
}





#foto {
	position: absolute;
	left: 20px;
	top: 0px;
	/* z-index: 2; */
}

#foto div {
	margin-top: .5em;
}

#foto a {
	text-decoration: none;
	color: #000;			
	padding: 0 2px;
}

#foto div a {
	padding: 0;
}

#foto-menu a {
	margin: 0 2px;
}
#foto-menu a:hover {
	color: red;
}

#foto-info {
	
	padding: 15px;
	background-color: #fff;

	opacity: .7;
}

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;} 

/*
.fb-like > span:first-child {
  position: absolute;
  left: 0 !important; 
}
.fb-like > span {
  position: absolute;
  left: -257px !important; 
}
*/



a.zavrit {
	display:block; 
	float:right; 
	background-image:url(../img/zavrit.gif); 
	width:16px; 
	height:16px;
	background-repeat:no-repeat;
 }
 a.zavrit:hover { background-position:-16px;}
.vypni {
	display:block; 
	background-image:url(../img/polo.png);
	padding-left:10px;
	padding-right:10px; 
 }

.cortez a { font-size: 1,3em; color: White; text-decoration: none; text-align: center; }