/* global styles*/ * {
    margin: 0;
    padding: 0;
}



body {
    background: url(images/body-bg.png) top repeat-x white;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

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

h2 {
	font-size: 22px;
	margin: 0 0 20px 30px;
}

h3 { font-size: 16px; border-bottom: 1px solid #007b29; }

h3 span {
	font-size: 12px;
	margin-left: 20px;
}

h4 { display: inline; font-size: 14px;  border-bottom: 1px solid #007b29; }

hr { margin-top: 15px; }
p { margin: 1em 0; }
img { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); }

ul { margin-left: 2em;}
ul  li { margin: 0.5em 0; }

.all { text-align: left; }
.alr { text-align: right; }
.floatleft { float: left; }

/* HEADER STYLES */
#header {
    display: block;
    width: 100%;
    height: 173px;
    position: relative;
    text-align: center;
}

#header h1 a {
    display: block;
    width: 100%;
    height: 130px;
    margin: 0 auto;
    background: url(images/logo.jpg) center center no-repeat;
}

#header h1 a span {
    display: none;
}

.clear {
    clear: both;
}

/* form definition */
#order-form { margin-top: 20px; }
label { display:block; margin-top:1em; line-height: 20px; }

legend { font-weight: bold; margin-left: 2em; padding: 0 1em; }
legend span {font-weight: normal;}

fieldset { margin-bottom: 1em; padding: 1em; }

input, textarea, select { border: 1px solid #999; margin-right: 20px; }
input, textarea { background: url(/images/input-bg.gif) top left no-repeat; padding: 0 5px;  }
input { height: 20px; }
input:focus, textarea:focus, select:focus { border: 1px solid #00990B; }
option { padding: 0 10px; }
#chbx-dodaci-adresa { float: left; margin-right: 10px; }

#opt-blue { background-color: #5abbff; }
#opt-red { background-color: #ff5a5a; }
#opt-yellow { background-color: #fdff5a; }
#opt-green { background-color: #5aff71; }

#submit { height: 30px; padding: 0 10px; line-height: 30px; font-weight: bold; }
/* validation styles */
em.error { background: url("images/unchecked.gif") no-repeat center left; padding-left: 18px; }
em.success { background: url("images/checked.gif") no-repeat center left; padding-left: 18px; }
form.order-form label.error { margin-left: auto; width: 250px; }
em.error { color: red; }
#warning { display: none; }

#form-check div { margin: 20px; }
#form-check h4 { border-bottom: 1px solid #999; margin-top: 20px; }

#formnotice { padding: 10px; padding-left: 58px; margin: 10px; background: url("images/infoicon.png") no-repeat 5px center #EEE; border: 1px solid #DDD; -webkit-border-radius: 12px; -moz-border-radius: 12px; }

/* end form definition */

div#submit {
	text-align: center;}

/* CONTENT BOX */
#mainblock {
    margin: 0 auto;
    width: 900px;
}

#contentblock {
	margin: 30px 30px 0;
    padding: 20px 0;
}

/* FOOTER BOX */
#footerblock {
    display: block;
	width: 100%;
    margin: 30px 0 0;
    font-size: 12px;
    color: #9a9a9a;
	clear: both;
    background: url(images/footer-bg.gif) center top repeat-x #272727;
}

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
}

#footerlinks {
	line-height: 28px;
}

#footerlinks ul {
    list-style-type: none;
}
#footerlinks li {
	float: left;
}

#footerlinks a {
    color: #9a9a9a	;
    margin-right: 15px;
    text-decoration: none;
}

#footerlinks a:hover {
    text-decoration: underline;
}

#copyright {
	float: right;
	text-align: right;
	line-height: 14px;
	font-size: 10px;
}
#copyright a { text-decoration: none; color: #9a9a9a; }

#exchangelinks { clear: both; margin-top: 50px; font-size: 10px; color: #555555; }
#exchangelinks a { text-decoration: none; }

/* BOX STYLES */
.box {
    background: url(images/box-bg.gif) center top repeat-x #ffffff;
    display: block;
    border: 1px solid #c7c7c7;
    padding: 16px;
    margin: 0 0 20px;
    position: relative;
	text-align: justify;
}

.corner {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(images/corners.gif) no-repeat;
    margin: -1px;
}

.cornertl {
    top: 0;
    left: 0;
    background-position: top left;
}

.cornertr {
    top: 0;
    right: 0;
    background-position: top right;
}

.cornerbl {
    bottom: 0;
    left: 0;
    background-position: bottom left;
}

.cornerbr {
    bottom: 0;
    right: 0;
    background-position: bottom right;
}

/* PHOTO BLOCK */
div.block {
	width: 60%;
	margin: 15px auto;
	text-align: center;
	border:1px dashed #CAF2CD;
	padding: 15px 0;
}
.block a { margin: 15px 5px; }
.block a img { border: 1px solid #007b29; }
.block a:hover img  { border-color: #00b044; }

.backtotop { display: block; text-align: right; margin: 0 0 30px; }
.backtotop a { text-decoration: none; }

/* TABLE STYLES */
table {
	margin: 15px auto;
	text-align: center;
	background-color: #CAF2CD;
	border-collapse: collapse;
}
table thead th { font-weight: bold; padding: 4px 2px; }
table tbody th { font-weight: bold; }
td, th { padding: 4px 4px; border: 1px solid white; }
tr:nth-child(odd) { background: #d8fbda; }
table caption { margin: 4px 0; }

#lightbox #imageContainer img {
	border-width: 0;
	margin: 0;
	padding: 0;
}

table#kontakt {
	margin: 15px auto;}

thead th {
	background-color: #9ee0a3;
	text-align: center;}

.tdl {
	text-align: left;}
.tdc {
	text-align: center;}
.tdr {
	text-align: right;}

th {
	background-color: #bce9c0;
	text-align: left;
	font-weight: normal;}

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

table a.keser-link-show {
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/camera-icon.png) left center no-repeat;
	margin: 0 auto;
}
table a.keser-link-hidden { display: none; } 

table ul.sitovina-detail  {
	text-align: left;
	line-height: 14px;
	margin: -2px 5 -2px 12px;
}
table ul.sitovina-detail li  {
	margin: 0;
}

/*table div.sitovina-detail { display: none; }*/

/* HOME PAGE SPECIFIC STYLES */
#rightblock {
	float: right;
	display: block;
	width: 280px;
	margin: 0 20px 20px 40px;
}

.box h2 {
    text-align: center;
	width: 80%;
	margin: 0 auto 15px;
	padding: 0 0 5px;
	border-bottom: 2px solid #CCC;
	font-size: 18px;
}

.floatbox {
    width: 216px !important;
	width: 209px;
    float: left;
    min-height: 200px;
}

#rightblock a {
	text-decoration: none;
	font-weight: bold;
}
#online-order-link {
	font-size: 14px;
	text-align: center;
	padding-left: 32px;
	line-height: 32px;
	height: 32px;
	display: block;
	background: url(images/online-order.png) left center no-repeat;
}

#rightblock p {
	margin-top: 0px;
}

.exhibition {
	margin-bottom: 1em;
	padding-left: 50px;
	background: center left no-repeat;
}
/* EXHIBITION LOGOS */
.exh-rybareni { background-image: url(images/exhibition/vystava-rybareni.png); }
.exh-golfshow { background-image: url(images/exhibition/vystava-golf-show.png); }
.exh-forarch { background-image: url(images/exhibition/vystava-forarch.png); }
.exh-jagenundfischen { background-image: url(images/exhibition/vystava-jagen-und-fischen.png); }
.exh-modernirybar { background-image: url(images/exhibition/vystava-moderni-rybar.png); }
.exh-diehohe { background-image: url(images/exhibition/vystava-die-hohe-jagd.png); }

.exhibition h3 { font-size: 12px; border: none; }

#homestoly { text-align: center; }
#homestoly a img { border: 1px solid #007b29; margin-top: 10px; display: inline; }
#homestoly a:hover img  { border-color: #00b044; }



.place {
	margin-left: 1em;
}

#sign {
	margin: 20px 30px;
}

#cipisek {
	float: right;
	margin-left: 10px;
}

#homepage-links { margin-top: 20px; list-style-type: square; line-height: 15px;}
#homepage-links li ul { margin-left: 15px; list-style-type: square; }
#homepage-links a { text-decoration: underline; }

/* CONTACTS STYLES */
#contacts { margin: 0 auto; }
#contacts td { padding: 5px; }
#contacts th { text-align: right; margin-right: 10px; }



#showonmap {
    display: block;
    width: 240px;
    height: 142px;
    margin: -10px -10px 10px;
    background: url(gfx/cze-map.png) center center no-repeat;
	z-index: 150;
}

#showonmap span {
    display: none;
}

#contactshowonmap {
	position: absolute;
	right: 290px;
	top: 60px;
	display: block;
    width: 240px;
    height: 142px;
    margin: -10px -10px 10px;
    background: url(gfx/cze-map.png) center center no-repeat;
	z-index: 150;
}

#contactshowonmap span {
	display: none;
}

#whatwedo {
    list-style-type: square;
    margin-left: 2em;
}

#whatwedo li {
    height: 20px;
}

#whatwedo li a {
    font-size: 13px;
    font-weight: bold;
}

#phone {
    font-size: 26px;
}

/* CONTACT STYLES */
#contactcontent {
	height: 200px;
}

#contactcontent address {
	margin-left: 1em;
}

#contactcontent div {
	float: left;
} 
#contactcontent #showonmap {
	float: right;
	margin: 0 300px 0 0;
}

/* PHOTOGALLERY */
#photogallery a {
	display: inline;
	margin: 5px;
}

#photogallery h3 a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	margin: 30px 10px 10px;
	color: #414141;
	border-bottom: 1px solid #414141;
}

#photogallery h3 a:hover {
	color: #414141;
}

#photogallery a img {
	border: 1px solid #CCC;
	padding: 10px;
}

#photogallery a:hover img {
	background-color: #DDD;
}
.photobox {
	text-align: center;
}

