/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Oswald&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin-ext);

/* ARCHITECURE */
body {
  font-family: arial,verdana,tahoma,helvetica,sans-serif;
  font-size: 85%;
  color: #777;
  margin: 0;
  padding: 0;
  background-color: #e7e7e7;
  background-image: url('pattern.png');
}

#wrapper {
  width: 920px;
  min-height: 1000px;
  margin: 30px auto 0 auto;
  padding: 30px;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;

	box-shadow: 0px 0px 15px rgba(0, 0, 0, .43);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .45);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .45);
  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, .45);
  /* The Ugly Code: For IE Browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); /* IE5 - 7 */
}

#logo {
  float: left;
  width: 400px;
  height: 100px;
}

#nav {
  float: right;
  width: 520px;
  height: 100px;
}

#overview {
  width: 920px;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  clear: both;
}

.left {
  float: left;
  width: 440px;
  margin: 0 20px 0 0;
}

.right {
  float: right;
  width: 440px;
  margin: 0 0 0 20px;
}

#footer {
  width: 400px;
  height: 60px;
  margin: 0 auto;
  clear: both;
}
#footer p {
	background: #ddd;
	text-align: center;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  color: #888;
  margin: 25px 0 0 0;
  padding: 5px 7px;
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer p a {
  color: #666;
  text-decoration: none;
}

#footer p a:hover {
  color: #111;
  text-decoration: none;
}

/* NAVIGATION */

#nav ul {
  float: right;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}

#nav li {
  display: inline;
  font-family: 'Oswald', sans-serif;
  font-size: 1.35em;
  color: #bbb;
  margin: 0 0 0 6px;
  padding: 0;
}

#nav li a {
  color: #111;
  text-decoration: none;
  padding: 7px 9px;
  background: #fff;
}

#nav li a:hover {
  color: #fff;
  text-decoration: none;
  background: #107FC9;
}

#footer ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer li {
  float: left;
  display: inline;
  font-size: 0.9em;
  line-height: 60px;
  color: #999;
  margin: 0 16px 0 0;
  padding: 0;
}

#footer li a {
  color: #999;
  text-decoration: underline;
}

#footer li a:hover {
  color: #111;
  text-decoration: underline;
}

/* TYPOGRAPHY */

#wrapper h1 {
	font-family: 'Oswald', 'Plau', sans-serif;
  font-size: 2.8em;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: -1px;
  color: #bbb;
  margin: 0;
  padding: 0;
}

#wrapper h1 a, #wrapper h3 a {
  color: #111;
  text-decoration: none;
}

#wrapper h1 a:hover, #wrapper h3 a:hover {
  color: #fff;
  text-decoration: none;
  background: #107FC9;
}

#wrapper h3 {
  font-family: 'Oswald', 'Plau', sans-serif;
  font-size: 1.9em;
  font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -1px;
  color: #111;
  margin: 20px 0 9px 0;
  padding: 3px 1px 1px 1px;
  border-top: 0px solid #e0e0e0;
}

#wrapper p {
  font-family: 'Cuprum', Arial, sans-serif;
  font-size: 1.2em;
  font-weight:400;
  letter-spacing: 0px;
  line-height: 1.45em;
  margin: 0 0 4px 0;
}

#wrapper p strong {
  font-weight:normal;
  color: #222;
}

#main p a, #main li a {
  color: #111;
  text-decoration: underline;
}

#main p a:hover, #main li a:hover {
  color: #999;
  text-decoration: underline;
}

#main p a.btn {
  color: #fff;
  text-decoration: none;
  padding: 5px 7px 4px 7px;
  background: #999999;
  font-size: 0.95em;
}

#main p a:hover.btn {
  color: #fff;
  text-decoration: none;
  padding: 5px 7px 4px 7px;
  background: #107FC9;
}

#main ul {
  margin: 0 0 0 14px;
  padding: 0;
  list-style: square;
}

#main li {
  font-size: 1.0em;
  line-height: 1.5em;
  margin: 0;
  padding: 6px 0;
}

br.clearit {
  clear: both;
}

/* IMAGES */

.left img, .right img {
  margin: 0px 0px 0px 0px;
  border: 0;
}
.img_grayscale {
  background-color: #555;
}

#emailicon {
	vertical-align:baseline;margin:0px 3px -1px 1px;
}


#logo img {
  border: 0;
}

/* FORMS */

form,fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

label {
  display: block;
  font-family: arial,verdana,tahoma,helvetica,sans-serif;
  font-size: 1.0em;
  margin: 0 0 5px 0;
}

input.field, textarea.field {
  display: block;
  font-family: arial,verdana,tahoma,helvetica,sans-serif;
  font-size: 1.0em;
  color: #111;
  margin: 0 0 20px 0;
  padding: 7px;
  background: #f5f5f5;
  border: 1px solid #ddd;
}

input.field:focus, textarea.field:focus {
  color: #fff;
  background: #111;
  border: 1px solid #111;
}

input.button {
  font-size: 1.0em;
  color: #111;
  padding: 3px 4px;
}

.novinka {
  padding-right: 45px;
  /* padding-bottom: 4px; */
  background: transparent url(icon_new.gif) no-repeat center right;
}
.novinka:hover {
  background: transparent url(icon_new.gif) no-repeat center right;
    /* background: #107FC9; */
}

.onhover img {
	opacity:0;
}

#fbplikebox {display: block;padding: 0;z-index: 99999; position: fixed;background-color:#fff;-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.4);-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.4);box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.4); }
.fbplbadge {background-color:#999999;display: block;height: 120px;top: 50%;margin-top: -60px;position: absolute;left: -37px;width: 37px;background-image: url('../img/fb-white-txt.png');background-repeat: no-repeat;overflow: hidden;-webkit-border-top-left-radius: 8px;-webkit-border-bottom-left-radius: 8px;-moz-border-radius-topleft: 8px;-moz-border-radius-bottomleft: 8px;border-top-left-radius: 8px;border-bottom-left-radius: 8px; }
/* fblue 3B5998 */
