/* ////////////BASICS/////////////////////////////////////////////////////////////////////////////////////// */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font: 75% Verdana, Arial, sans-serif;
	background: #4A4625 url("https://www.jahodapetr.cz/images/main-bg.png") 0 0 repeat-x;
	line-height: 1.3em;
	text-align: center;
	color: #fff;
}

strong {
        color: #F9EBAC;
}

a, a:link {
	color: #FFF; /*#E5C056;*/
}

a:visited {
	color: #FFF; /*#E5C056;*/
}

a:hover {
	text-decoration: none;
	background-color: none;
	color: #E5C056;
}

a:active {
	color: #E5C056;
}

h1 {
	font-size: 100%;
        padding: 0em;
}

h2, h3, h4 {
        color: #E5C056;
}

h2 {
	font-size: 140%;
	margin: 0em 0em 1em 0em ;
	padding: 0em;
}

h3 {
	font-size: 130%;
	margin: 2.5em 0em 0.8em 0em;
	padding: 0em;
}

h4 {
	font-size: 120%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
}

h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

ul, ol, li {
	list-style-type: none;
}

p {
	margin: 1.5em 0;
}

/* ////////////PAGE//////////// */

#page {
	width: 950px;
	height: auto;
	background-color: transparent;
	margin: 0 auto 10px auto;
}

/* ////////////HEADER//////////// */

#header {
	width: 940px;
	height: 253px;
	background: transparent url("https://www.jahodapetr.cz/images/header-bg.jpg") 0 0 no-repeat;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	position: absolute;
	left: 2px;
	top: 16px;
	width: 198px;
	height: 237px;
	overflow: hidden;
	color: #FFF
}

#header h1 span {
	display: block;
	width: 198px;
	height: 237px;
	background: transparent url("https://www.jahodapetr.cz/images/jahoda.jpg") 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	cursor: hand;
}

/* ////////////SUB-HEADER//////////// */

#sub-header {
	width: 950px;
	height: 31px;
	background: url("https://www.jahodapetr.cz/images/page-top-bg.jpg") 0 0 no-repeat;
	margin: 0 auto;
}

#content {
	width: 950px;
	height: auto;
	background: url("https://www.jahodapetr.cz/images/page-bg.png") 0 0 repeat-y;
	margin: 0 auto;
}

/* ////////////LEFT-COLUMN/////////////////////////////////////////////////////////////////////////////////////// */

#left-column {
	width: 190px;
	height: auto;
	background-color: transparent;
	margin: 0 auto;
	float: left;
	padding: 3px 0 3px 3px;
}

/* ////////////SPONSORS//////////// */

#sponsors {
	width: 200px;
	background-color: transparent;
	margin: 20px auto 0 auto;
}

#sponsors h3 {
	background: transparent url("https://www.jahodapetr.cz/images/sponsors-bg.png") 1px 7px no-repeat;
	margin: 0.5em auto;
	font-size: 110%;
	color: #E5C056;
}

/* ////////////RIGHT-COLUMN/////////////////////////////////////////////////////////////////////////////////////// */

#right-column {
	width: 700px;
	height: auto;
	background-color: transparent;
	text-align: left;
	margin: 0 auto;
	float: right;
	padding: 0 20px 10px 30px;
}

#right-column h2 {
	text-align: center;
}

/* ////////////FOOTER//////////// */

#footer {
	width: 950px;
	height: auto;
	background: #4A4625 url("https://www.jahodapetr.cz/images/footer-bg.png") 0 0 no-repeat;
	margin: 0 auto;
	padding-top: 1em;
	font-size: 80%;
	color: #E5C056;
}

#footer p {
	margin: 0;
}

#footer a {
	/*color: #E5C056;*/
}

/* ////////////CLEARER//////////// */

.clearer {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


/* Stylesheet: Insight - Global Modified On 2014-10-14 12:20:52 */
div.imageleft, div.imageright, p.imageleft {width: 315px; margin: 0px 0px 0.5em 0px;}
div.imageleft img, p.imageleft img {padding-right: 10px;}
div.imageright img {padding-left: 10px;}

div.imageleft, p.imageleft {float: left;}
div.imageright {float: right;}

div.imageleft p, div.imageright p {margin: 0px; font-size: 90%; color: #E5C056;}
div.imageright p {padding-left: 7px;}
div.imageleft p {padding-right: 7px;}

div.imageleft img, div.imageright img, #right-column img {border: 1px solid #E5C056; padding: 2px;}

.odsadit {clear: both;}

div.imageleft p em, div.imageright p em {display: block; color: #999;}

.noborder_img {border:0; padding:0;}

.vpravo5px img {margin-right: 5px;}
.vlevo5px img {margin-left: 5px;}
.vpravo10px img {margin-right: 10px;}
.vlevo10px img {margin-left: 10px;}

.reklamni-banery a img {
 float: left;
 margin-right: 5px;
}

.foto-odkaz{
float:left;
margin-right: 15px;
}

a.objednat {
  background-color: #C99238;
  color: white;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a.objednat:hover {
  color: #663300;
}

  .white-popup {
    position: relative;
    background: #FFF;
    padding: 30px;
    width: auto;
    max-width: {$width}px;
    margin: 0 auto;
  }

  .white-popup img {
    display: block;
    width: 100%;
  }

/* Stylesheet: Insight - Other Modified On 2014-05-11 06:01:07 */
