@charset "utf-8";
/* CSS Document */

body {
    background: #faf9f7 top center fixed no-repeat;
    background-size: cover;
    color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#hlavni {
    position: relative;
    z-index: 100;
    float: right;
    padding: 0 0 0 100px;
    text-align: right;
    height: 100%;
    background: #fff;
}
.logo {
	text-align: right;
	margin: 30px 0 35px 0;
}
.store, .top {
	margin-right: 66px;
    margin-top: 30px;
}

.store {
	margin-bottom: 20px;
}

.top p {
	font-size: 12px;
	font-weight: bold;
}

a {
	text-decoration: none;
}
a:hover {
	border-bottom: 1px #999 dotted;
}

.soutez {
	color: #148c2b;
}
.soutez a {
	color: #148c2b;
}

.fb {
	color: #3b5998;
	margin-top: 3px;
}

.fb a {
	color: #3b5998;
}

#hlavni h2 {
	font-size: 13px;
	margin-bottom: 0px;
	color: #333;
}
p {
    font-family: 'Arial';
    font-weight: normal;
	padding: 4px 0;
	margin: 0;
	font-size: 11px;
	color: #999;
}

#blanket {
   background-color:#000;
   opacity: 0.75;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	width:400px;
	height:400px;
	z-index: 9002;
}

#popUpDiv a {position:relative; color: #fff; font-weight: bold; padding-bottom: 20px; border: none; line-height: 30px;}
#popUpDiv .prejit {position:relative; top:387px; left:80px; color: #fff; font-weight: bold; border: none;}
