@charset "utf-8";
/* CSS Document */

/* banner */
#bnr {
	position: absolute;
	left: 185px;
	top: 180px;
	width: 599px;
	height: 192px;
	background: url(../img/banner.png) no-repeat;
	z-index: 100;
	display: none;
}
#bnrClose {
	position: absolute;
	left: 535px;
	top: 29px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
/* konec banner */

html, body, #main {
	height: 100%;
}
body {
	background: url(../img/bg/main.gif) repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	list-style-image: url(../img/bg/list.jpg);
}
h2, h3, h4 {
	color: #ed1c24;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 15px;
}
h3 {
	font-size: 12px;
	padding-bottom: 5px;
}
h4 {
	font-size: 11px;
}
a {
	color: #5290c8;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
img {
	border: none 0px;
}
.blue {
	color: #5290c8;
	font-weight: normal;
}

body, ul, #main, #top, #menu, #submenu, #footer p {
	margin: 0;
	padding: 0;
}
td {
	vertical-align: top;
}


#main, #top {
	width: 812px;
}
#main {
	position: relative;
	margin: 0 auto;
	height: auto !important;
	min-height: 100%;
	background: url(../img/bg/txt.jpg) repeat-y 24px top;
}
#top {
	position: relative;
	height: 249px;
	background: url(../img/bg/top.png) no-repeat;
}
	#top #logo {
		position: absolute;
		top: 17px;
		left: 55px;
		width: 100px;
		height: 159px;
		background: url(../img/bg/logo.png) no-repeat;
	}
	#top #logo h1 {
		position: absolute;
	}
	#top #logo h1 a {
		position: absolute;
		top: -16px;
		width: 100px;
		height: 159px;
		display: block;
		text-indent: -3000px;
	}
	#top p {
		position: absolute;
		left: 245px;
		top: 20px;
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 7px;
		line-height: 24px;
	}
	#top strong {
		font-weight: normal;
	}
	
#menu {
	position: absolute;
	top: 152px;
	left: 242px;
	list-style-image: none;
}
	#menu li {
		position: relative;
		float: left;
		text-transform: uppercase;
		text-align: center;
		line-height: 16px;
		width: 86px;
		height: 25px;
		background: url(../img/bg/btn-menu.jpg) no-repeat 0 0;
		list-style-type: none;
	}
	#menu li:hover, #menu #sel {
		line-height: 20px;
		background-position: 0 -25px;
	}
	#menu li a {
		display: block;
		width: 86px;
		height: 25px;
		color: #000;
		text-decoration: none;
	}
	#menu li a:hover {
		color: #fff;
	}
	
#submenu {
	padding: 0 0 25px 8px;
	list-style-image: none;
	text-transform: uppercase;
	line-height: 23px;
	font-size: 10px;
}
	#submenu li {
		width: 143px;
		height: 23px;
		background: url(../img/bg/submenu.jpg) no-repeat 0 0;
		list-style-type: none;
		margin-bottom: 3px;
	}
	#submenu li:hover, #submenu #subSel {
		background-position: 0 -23px;
	}
	#submenu a {
		width: 143px;
		height: 23px;
		display: block;
		color: #000;
		text-decoration: none;
	}
	#submenu a:hover {
		color: #fff;
	}

#txt {
	position: relative;
	float: right;
	top: -50px;
	height: 100%;
	width: 545px;
	padding: 0 50px 30px 0;
	letter-spacing: 1px;
	text-align: justify;
}
	#txt p {
		padding-bottom: 8px;
		line-height: 16px;
	}
	#txt ul {
		padding-left: 26px;
		padding-bottom: 15px;
	}
	#txt li {
		padding-bottom: 3px;
	}
	#txt .imgTxt {
		float: right;
		padding: 0 0 10px 15px;
	}
	#txt #prace {
		padding-left: 16px;
		width: 450px;
	}
	#txt #prace a {
		float: left;
		padding: 10px;
		opacity: 0.7;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
	}
	#txt #prace a:hover {
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 100);
	}
	
#kalkulace {
}
	#kalkulace select,
	#kalkulace input {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 11px;
		width: 200px;
	}
	#kalkulace input {
		width: 194px;
	}
	#kalkulace #odeslat {
		width: auto;
		background-color: #5290c8;
		color: #fff;
		border: none;
		padding: 3px;
		text-transform: uppercase;
		cursor: pointer;
		border: #5290c8 solid 1px;
	}
	#kalkulace #odeslat:hover {
		border: #fff solid 1px;
	}


#cisla {
	position: relative;
}
	#cisla img {
		position: absolute;
		top: 0;
		border: #666 solid 1px;
		padding: 5px;
	}
	#cisla div {
		position: relative;
		float: left;
		width: 121px;
		padding-top: 120px;
		padding-right: 15px;
		text-align: left;
	}

#typD {
	position: relative;
	top: -15px;
	padding-top: 0px;
	clear: both;
}
	#typD img {
		padding: 5px;
		margin-right: 13px;
		border: #666 solid 1px;
		float: left;
	}
	#typD ul {
		position: relative;
		left: 26px;
	}

.padLef {
	padding-left: 50px;
}

#left {
	position: relative;
	float: left;
	width: 162px;
	padding-left: 26px;
	text-align: center;
	padding-top: 3px;
}
	#left h2 {
		font-size: 11px;
		font-weight: bold;
		padding: 0px 0 6px 0;
		margin-bottom: 15px;
		background: url(../img/bg/left-h2.jpg) no-repeat center bottom;
		letter-spacing: 2px;
	}
	#left img {
		padding-bottom: 18px;
	}

#clear {
	height: 1px;
	clear: both;
}

#footer {
	position: absolute;
	bottom: 15px;
	margin-left: 186px;
	width: 591px;
	height: 43px;
	clear: both;
	background: url(../img/bg/footer.jpg) no-repeat;
}
	#footer p {
		color: #383838;
		padding-top: 5px;
		line-height: 15px;
		text-align: center;
	}
	#footer a {
		text-decoration: none;
		color: #383838;
	}
	#footer a:hover {
		text-decoration: underline;
	}
