/* basic styles begin */
body {
	color: #ededed;
	background-color: #404040;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 13px;
	text-align: center;
	min-width: 990px;
}

#exp  {
	width: 70px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 0em;
	top: 0em;
	clip: rect(20px, 120px, 80px, 150px);}

#main {
	text-align: left;
	position: relative;
	width: 900px;
	margin: auto;
	margin-top: 5px
}
#background_layer_left {
	padding-left: 35px;
	background-image: url('/design/main_border_left.gif');
	background-repeat: repeat-y;
	margin-top: -5px;
}
#background_layer_right {
	padding-right: 35px;
	background-image: url('/design/main_border_right.gif');
	background-repeat: repeat-y;
	background-position: right;
	margin-top: -5px;
}
img {
	border: none;
}
h1 {
	color: #ff9933;
	font-size: 30px;
	font-variant: small-caps;
	margin: 10px;
	margin-top: 20px;
	padding-left: 30px;
	border-bottom: 1px dashed  #969696;
}
h2 {
	color: #ff9933;
	font-size: 27px;
	font-variant: small-caps;
	margin: 10px;
	margin-top: 20px;
	padding-left: 30px;
	border-bottom: 1px dashed  #969696;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #ff9933;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
ul {
	margin-left: 25px;
	list-style: url(odrazka.gif);
}
.img_border {
	/*display: inline-block;
	padding: 7px;
	background: #bbbbbb;
	margin: 10px;
	text-align: center;
	font-size: 17px;
	font-variant: small-caps;
	font-weight: bold;
	color: #ffffff;
	z-index: 10;
*/
	background: #bbbbbb;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80,style=0);
	border: 7px solid #bbbbbb;
	border-bottom: 12px solid #bbbbbb;
	margin: 7px;
}
.small_img_border {
	float: left;
	padding: 5px;
	background: #bbbbbb;
	filter: alpha(opacity=80,style=0);
	-moz-opacity: 0.8;
	opacity: 0.8;
	margin: 20px;
}
p {
	text-align: justify;
	margin: 15px 25px;
}
strong {
	color: #ff9933;
}
.nodisplay {
	display: none;
}
/* basic styles end*/
/* head layers begin*/
#head {
	height: 115px;
	width: 900px;
	font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	text-align: center;
	font-variant: small-caps;
	font-size: 25px;
}
#head span {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("head_background1.gif");
	background-repeat: repeat-x;
	height: 115px;
	width: 900px;
	display: block;
	font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	text-align: center;
	font-variant: small-caps;
}
#head_layer_1 {
	background-color: #454545;
	background-image: url("head_background2.gif");
	height: 115px;
	width: 900px;
	filter: alpha(opacity=15,style=0);
	-moz-opacity: 0.15;
	opacity: 0.15;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#head_layer_2 span {
	cursor: hand;
	background-image: url("logo.gif");
	height: 115px;
	width: 349px;
	display: block;
	position: absolute;
	top: 0px;
	left: 55px;
	z-index: 10;
	color: #ffffff;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#head_layer_3 {
	background-image: url("menu_off.gif");
	height: 147px;
	width: 900px;
	filter: alpha(opacity=40,style=0);
	-moz-opacity: 0.4;
	opacity: 0.4;
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 2;
}
#head_layer_4 {
	background-image: url("nexo.gif");
	height: 115px;
	width: 360px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	filter: alpha(opacity=80,style=0);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* head layers end */
/* basic menu styles begin*/
#menu {
	font-variant: small-caps;
	position: absolute;
	left: 0;
	top: 128px;
	height: 22px;
	width: 900px;
	z-index: 4;
	background: #565656;
	font-size: 15px;
	margin: 0px;
}
#menu_batten {
	position: absolute;
	top: 108px;
	left: 0;
	width: 900px;
	background: url("menu_background.gif") repeat-x;
	background-position: bottom;
	height: 20px;
	filter: alpha(opacity=65,style=0);
	-moz-opacity: 0.65;
	opacity: 0.65;
	z-index: 10;
}
#menu li {
	font-weight: bold;
	float: left;
	list-style: none;
	z-index: 10;
	width: 149px;
}
#menu li a {
	color: #cccccc;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 22px;
	border-bottom: 2px solid rgb(204,204,204);
}
#menu li a:hover {
	background: rgb(120,120,120);
	border-bottom: 2px solid rgb(243,146,32);
	cursor: hand;
}
#menu li .actual {
	border-bottom: 2px solid rgb(243,146,32);
	cursor: hand;
}
/* basic menu styles end */
/* menu animated items begin */
#uvod a {
	width: 80px;
	position: absolute;
	left: 58px;
	background-image: url("head_02.gif");
}
#uvod a:hover span {
	background-image: url("head_02.gif");
	height: 146px;
	width: 90px;
	position: absolute;
	top: -127px;
	left: -2px;
	z-index: 0;
	display: block;
}
#vybaveni a {
	width: 120px;
	position: absolute;
	left: 153px;
	background-image: url("head_03.gif");
}
#vybaveni a:hover span {
	background-image: url("head_03.gif");
	height: 147px;
	width: 133px;
	position: absolute;
	top: -127px;
	left: -7px;
	z-index: 0;
	display: block;
}
#reference a {
	width: 140px;
	position: absolute;
	left: 285px;
	background-image: url("head_04.gif");
}
#reference a:hover span {
	background-image: url("head_04.gif");
	height: 147px;
	width: 152px;
	position: absolute;
	top: -127px;
	left: -6px;
	z-index: 0;
	display: block;
}
#fotogalerie a {
	width: 158px;
	position: absolute;
	left: 438px;
	background-image: url("head_05.gif");
}
#fotogalerie a:hover span {
	background-image: url("head_05.gif");
	height: 147px;
	width: 171px;
	position: absolute;
	top: -127px;
	left: -7px;
	z-index: 0;
	display: block;
}
#odkazy a {
	width: 100px;
	position: absolute;
	left: 610px;
	background-image: url("head_06.gif");
}
#odkazy a:hover span {
	background-image: url("head_06.gif");
	height: 147px;
	width: 115px;
	position: absolute;
	top: -127px;
	left: -8px;
	z-index: 0;
	display: block;
}
#kontakty a {
	width: 118px;
	position: absolute;
	left: 724px;
	background-image: url("head_07.gif");
	border: 1px soild red;
}
#kontakty a:hover span {
	background-image: url("head_07.gif");
	height: 147px;
	width: 133px;
	position: absolute;
	top: -127px;
	left: -7px;
	z-index: 0;
	display: block;
}
/* menu animated items end */
/* content styles begin*/
#content_left {
	display: block;
	width: 190px;
	float: left;
	font-weight: bold;
	padding: 20px;
}
.h_vybaveni {
	padding-top: 25px;
	margin-bottom: -15px;
	font-size: 18px;
	line-height: 27px;
	font-variant: small-caps;
	background: url("repro_odrazka.gif") no-repeat bottom left;
	margin-left: 10px;
	padding-left: 30px;
	font-weight: bold;
}
.h_vybaveni a {
	text-decoration: none;
}
.h_vybaveni a:hover {
	text-decoration: underline;
}
.top_vybaveni {
	margin: 20px;
	z-index: 1;
	position: relative;
}
.info_vybaveni {
	font-size: 15px;
	float: right;
}
#content_right {
	display: block;
	width: 670px;
	float: right;
}
#content_background {
	background: url("content_bg.gif") repeat-y right;
}
#content {
	padding-top: 30px;
	display: block;
	width: 900px;
	background: url("body_bg.jpg") no-repeat bottom right;
	z-index: 5;
}
#preview {
	position: absolute;
	z-index: 15;
	cursor: hand;
	margin: 30px 42px;
	text-align: center;
}
#geo_s {
	background: url(/design/geo.jpg);
	width: 229px;
	height: 345px;
	z-index: 10;
	display: block;
	margin: 20px -20px 135px -20px;
	cursor: hand;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
/* content styles end */
/* bottom styles begin*/
#bottom {
	width: 890px;
	height: 20px;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	background: #565656;
	color: #969696;
	padding: 5px;
}
#bottom_image {
	width: 900px;
	height: 80px;
	background: url("bottom.gif");
	position: absolute;
	bottom: 30px;
	left: 0;
	filter: alpha(opacity=40,style=0);
	-moz-opacity: 0.4;
	opacity: 0.4;
	z-index: 10;
}
#bottom_batten {
	clear: both;
	background: url("menu_background.gif") repeat-x;
	background-position: bottom;
	height: 20px;
	width: 900px;
	margin: 15px 0;
	top: 15px;
	position: relative;
	filter: alpha(opacity=65,style=0);
	-moz-opacity: 0.65;
	opacity: 0.65;
	z-index: 5;
}
/* bottom styles end*/
