html, body{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #707070;
	background: #ebebeb;	
	
	margin: 0px;
	padding: 0px;

	height: 97%;
	text-align: center;
}

* html body{
 	height: 94%;
}
/* top bg */
div#bg-top{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 190px;
	background-image: url(bg-top.gif);
	background-repeat: repeat-x;
}
div#header{
	position: relative;

	height: 179px;
}

div#bg-header-left{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 385px;
	height: 179px;
	background-image: url(bg-header-left.jpg);
	background-position: 0 -1px;
	background-repeat: no-repeat;
	
	z-index: 1;
}
div#bg-header-right{
	position: absolute;
	top: 0px;
	right: 0px;

	width: 385px;
	height: 249px;
	background-image: url(bg-header-right.jpg);
	background-repeat: no-repeat;
	
	z-index: 1;
}

div#column-left{
	width: 450px;
	float: left;
	margin-top: 30px;
	margin-left: 37px;
	margin-bottom: 40px;
}
* html div#column-left{
 	margin-left: 18px;
}
div#column-right{
	margin-top: 70px;
	margin-left: 20px;
	width: 235px;
	float: left;
}
div.box{
	width: 236px;
	background-color: #f5f5f5;
	
	background-image: url(bg-box.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div.box H1{
	color: black;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	margin-top: 0px;
	margin-left: 0px;
}
div.box strong{
	color: #ff5500;
	font-size: 17px;
	font-weight: bold;
}

div.box div.in{
	padding: 15px;
}
/* hlavni  a nastaveni paticky na 100% vysku */
#main{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	position: relative;
	top: 25px;
		
	text-align: left;
	
	background-color: #ffffff;
	
	border: 1px solid #dcdcdc;
}
html>body #main{
	height: auto;
	min-height: 100%;
}
#padder{
	width: 731px;
	
	padding-bottom: 55px;

	margin: 0px;
	margin-left: 62px;
	margin-right: 62px;
	
}
#footer{
	height: 25px;
	width: 96%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	_top: expression(document.getElementById('main').offsetHeight - document.getElementById('footer').offsetHeight);

	background-color: #f0f0f0;
	border: 15px solid white;
}

/* CONTENT */

/* FOOTER */

div#footer-cleaner {
	clear: both;
	height: 50px;
}

#footer{
	font-size: 11px;
}

#footer .links{
	border-top: 1px solid #D1E0EB;
	border-bottom: 2px solid #17639D;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#footer .links ul{
	margin: 0px;
	padding: 0px;
	
	list-style: none;
	text-align: center;
}
#footer .links ul li{
	display: inline;
}
#footer .links ul li a{
	color: #B1B1B1;
	text-decoration: none;
	margin-left: 16px;
	margin-right: 16px;
}
#footer .links ul li a.active, #footer .links ul li a.active:hover{
	font-weight: bold;
	text-decoration: none;
}
#footer div.copyright{
	float: right;
	
	line-height: 25px;
	
	margin-right: 19px;
	_margin-right: 9px;
}
#footer .email{
	float: right;
}
.show-back{
	margin-top: 10px;
}
input.submit{
	background-color: #165e94;
	color: #d1e0eb;
	font-weight: bold;
	border: none;
}
input.text{
	background-color: #ffffff;
	color: #155c93;
	font-weight: normal;
	border: 1px solid #165e95;
}
textarea{
	border: 1px solid #155a8f;
	font-family: tahoma;
	font-size: 100%;
	height: 100px;
	width: 250px;
	color: #155c93;
}

div.cleaner{
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	clear: both;
	width: 100%;
}

a{
	color: #5b7fd8;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #ff5500;
}
a img{
	border: none;
}

p{
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

h1, h2, h3, h4, h5, h6{
	margin: 5px;
	margin-left: 20px;

	color: #ffaa00;
	text-decoration: none;
	
	 font-weight: normal;
	 text-transform: lowercase;
}
h1 A, h2 A, h3 A, h4 A, h5 A, h6 A{
	text-decoration: none;
	color: #17639d;
	
	font-weight: normal;
	text-transform: lowercase;
}

h1{ font-size: 240%; }
h2{ font-size: 220%; }
h3{ font-size: 200%; }
h4{ font-size: 180%; }
h5{ font-size: 160%; }
h6{ font-size: 140%; }

table{
	font-size: 12px;
}

ul{
	margin: 0px;
	padding: 0px;
	
	margin-left: 20px;
}

table.cenik td {
	padding: 4px 0 4px 0;
}

table.cenik th {
	font-size: 14px;
}

table.cenik td.italic {
	font-style: italic;
}

div.gallery {

	border-top: 3px double #cccccc;
	border-bottom: 3px double #cccccc;
	width: 450px;
	text-align: center;
}

div.gallery p {
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #cccccc;
}

div.gallery p.last-in-row {
	border-right: none;
}

div.gallery img {
	margin: 0px 10px 0px 10px;
}

strong {
	color: #000000;
}

em {
	font-style: normal;
	color: #000000;
}

div.partners {
	width: 236px;
	text-align: center;
	font-size: 11px;
}

div.partners span {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	display: block;
}

div.submenu {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 159px;
	background-color: #efefef;
	background-image: url(bg-submenu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 400px;
}

div.submenu ul {
	margin: 0em;
	padding: 0em;
}

div.submenu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-top: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	border-right: 1px solid #ffffff;
}

div.submenu ul li.last {
	border-right: none;
	margin-right: 0px;
}

div.submenu ul li a {
	color: #333333;
}

div.submenu ul li a:hover, div.submenu ul li a.active {
	color: #5b7fd8;
}

div.submenu p {
	text-align: right;
}

div.news {
	width: 180px;
	float: right;
	margin-top: 40px;
	text-align: center;
	margin-left: 40px;
}