body {
	font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	/*font: 16px/1.5 Helvetica, arial, sans-serif;*/
	color: #333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

.all {
	/*width:990px;*/
	width:1170px;
	margin:auto;
	text-align:left;
	position:relative; /*temp?*/
}

ol, ul {
	list-style: none;
}

	a:hover {
		text-decoration: underline;
	}

h1 {
	font-size: 150%;
	color: #3484D2;
}

input.text {
	padding:0.4em;
	width:95%;
}

/* for browsers with native support for placeholder */
:-moz-placeholder { color: #aaa; }
::-webkit-input-placeholder { color: #aaa; } /* nemoze to byt na 1 riadku za sebou, potom to webkit nezoberie */

 /* for browsers withOUT native support for placeholder */
.placeholder { color: #aaa; }

#logo img {
    width:361px;
    height:69px;
}

#content {
	position:relative;
}

.docView {
    width:100%;
    font: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align: center;
}

/****************************************/
/* Error Module     			   		*/
/****************************************/
	.errorContent {
		line-height:1.3em;
	}

	.errorContent p {
		padding: 10px 0;
	}


/****************************************/
/* Custom Classes      			   		*/
/****************************************/


#footer {
	position: absolute;
		right: 50px;
		bottom: 10px;
	text-align:right;
	font-size: 10px;
	color: #bab8b6;
}

#footer a {
  color: #bab8b6;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a.masked,
#footer a.masked:hover {
	text-decoration:none;
	cursor:text;
}


/****************************************/
/* Custom Hotspots Classes 		   		*/
/****************************************/


.hotspot-container {
    position: absolute;
        top:0;left:0;bottom:0;right:0;
    z-index: 10; /* to beat nivoSlider */
}

.hotspot:hover .hotspot-bg {
    background-position: -51px center;
}

/*.floattest{
	float:left;
	margin:10px 10px 10px 10px;
	padding:10px 110px 10px 10px;
	}*/

/****************************************/
/* Low Resolution Devices 		   		*/
/****************************************/

.overlay {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.alert {
    background: url("../images/warning.png") no-repeat scroll 15px center #FCF8E3;
    border: 1px solid #CACACA;
    border-radius: 4px;
    border-spacing: 0;
    font-size: 13px;
    padding: 15px 15px 15px 50px;
}

.low-resolution-visible {
	display: none;
}
@media (max-width: 1023px) {
  .low-resolution-visible {
    display: block;
  }
}