@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image: url(images/pozadi_zahlavi.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the page in IE 5* browsers. The text is then set to the left aligned default in the #page selector */
	color: #18222b;
}

a:link {
color: #ff8c00;
text-decoration: underline;
}

a:visited {
color: #ff8c00;
text-decoration: underline;
}

a:hover,a:active {
color: #24678f;
text-decoration: underline;
}

h1 {
font-size: 170%;
color: #ff8c00;
}

h2 {
font-size: 130%;
color: #24678f;
}


.zvyrazneni {
font-weight: bold;
}

.zvyrazneniOrange {
font-weight: bold;
color: #fc8000;
}

.centr {
text-align: center;
}

#page {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#zahlavi {
	position: relative;
	background: #ffffff;
	background-image: url(images/pozadi_zahlavi.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 470px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #zahlavi instead of text, you may want to remove the padding. */
}
#zahlavi h1 {
	margin: 0; /* zeroing the margin of the last element in the #zahlavi div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#obr1 {
	position: absolute;
	top: 143px;
	left: 0px;
}
#obr2 {
	position: absolute;
	top: 59px;
	left: 448px;
}

#obr3 {
	position: absolute;
	top: 105px;
	left: 512px;
}

#logo {
	position: absolute;
	top: 36px;
	left: 10px;
}

#menu {
	position:absolute;
	left: -6px;
	top: 427px;
	float:left;
	width:100%;
	height: 37px;
	font-size:92%;
	overflow:hidden;
	line-height: 37px;
	}

#menu ul {
	height: 37px;
	margin:0;
	padding:0;
	list-style:none;
	
	}

#menu li {
	height: 37px;
	display:inline;
	margin:0;
	padding:0;
	}

#menu a {
height: 37px;
	float:left;
	background:url("images/menu_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 12px;
	text-decoration:none;
	cursor: pointer;
	}

#menu a span {
height: 37px;
	float:left;
	display:block;
	background:url("images/menu_right.gif") no-repeat right top;
	padding:0 15px 0 9px;
	color:#FFF;
	cursor: pointer;
	}

#menu a:hover {
height: 37px;
	float:left;
	background:url("images/menu_left_hover.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 12px;
	text-decoration:none;
	color: #ff8c00;
	cursor: pointer;
	}

#menu a:hover span {
height: 37px;
	float:left;
	display:block;
	background:url("images/menu_right_hover.gif") no-repeat right top;
	padding: 0 15px 0 9px;
	color:#ff8c00;
	cursor: pointer;
	}


#menu .current a {
height: 37px;
	float:left;
	background:url("images/menu_left_current.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 12px;
	text-decoration:none;
	cursor: pointer;
	}

#menu .current a span {
height: 37px;
	float:left;
	display:block;
	background:url("images/menu_right_current.gif") no-repeat right top;
	padding:0 15px 0 9px;
	color:#FFF;
	cursor: pointer;
	}

#obsahIndex {
	width: 520px;
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#obsahFotogalerie {
	width: 520px;
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#obsahReference {
	width: 520px;
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#zapati {
	position: relative;
	background-color: #24678f;
	background-image: url(images/pozadi_zapati.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 114px;
	color: #18222b;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 80%;
	z-index: 5;



}
#zapati p {
	text-indent: 0;
	margin: 0; /* zeroing the margins of the first element in the zapati will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 10px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#zapati img {
	position: absolute;
	top: -311px;
	left: 550px;
	width: 363px;
	height: 425px;
		overflow: visible;
}

#zapatiPozadi {
	position: relative;
	bottom: 0px;
	background-color: #24678f;
	background-image: url(images/pozadi_zapati.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 114px;
	color: #18222b;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	z-index: 1;
}

#zapatiKontejner {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#zapati a:link {
color: #00386a;
text-decoration: underline;
}

#zapati a:visited {
color: #00386a;
text-decoration: underline;
}

#zapati a:hover,a:active {
color: #b3d4f1;
text-decoration: underline;
}

#obsahIndex td {
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ff8c00;
}

#obsahIndex ul {
	list-style-type: square;
}

#obsahFotogalerie td {
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: none;
}

#obsahReference td {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ff8c00;
}

