	/*Body*/
	body {
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 50px;
		background: url("../images/merkury_bcg.jpg") repeat-x;
		background-color: #FAE9CD;
	}

	.clear {
		clear: both;
	}

	/* Obrazky*/
	img {
		border: 0px;
	}

  /* Ciara */
  hr {
     height: 1px;
     color: #f00;
     background-color: #f00;
     border: 0px solid #f00
  }

  /* Hx */
	h1{
		font-size: 14px;
		text-transform: uppercase;
	}
	h2{
		font-size: 13px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}
	h2.red{
		color: red;
	}
	h4{font-size:11px;}
	/* UL square */
	ul {
		list-style-type: square;
	}
	li {
		line-height: 15px;
	}


	/* Main div */
	#main {
		width: 800px;
		margin: auto;
		text-align: left;
		background: url("../images/background.png");
		background-position: 0px 0;
		position:relative;
	}

	/*Lave menu */
	#left {
		width: 225px;
		height: 607px;
		background: url("../images/left.png");
		float: left;
	}
	#left .inner {
		padding-top: 120px;
		padding-left: 25px;
		font-family: Tahoma, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}
	#left a{
		padding-left: 21px;
		word-spacing: 1px;
		font-family: Arial Narrow, Tahoma, Verdana, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: lighter;
		text-decoration: none;
		color: black;
	}
	#left a:hover{
		text-decoration: underline;
	}
	#left a.aktivna{
		color: red;
	}

	/* Pravy div*/
	#right {
		float: left;
	}

	/* Pravy header */
	#header {
		width: 575px;
		height: 183px;
	}
	#header-left {
		height: 183px;
		width: 111px;
		background: url("../images/right_top_01.png");
		float: left;
	}
	#header-right {
		float: left;
		width: 464px;
		height: 183px;
	}

	/* Horny pravy banner*/
	#banner {
		height: 137px;
		background: url("../images/banner.png");
	}
	#banner #flash-1 {
		float: left;
		padding-top: 10px;
		padding-left: 49px;
	}
	#banner #flash-1 .inner {
		width: 100px;
		height: 106px;
	}
	#banner #flash-2 {
		float: left;
		padding-top: 18px;
		padding-left: 14px;
	}
	#banner #flash-2 .inner {
		width: 248px;
		height: 100px;
	}

	/*Text v papieri*/
	#body1 {
		background: url("../images/right_middle1.png") no-repeat;
		clear: both;
		min-height: 500px;
		_height: 500px;
		width: 575px;
	}			
	
	#body {
		background: url("../images/right_middle.png") no-repeat;
		clear: both;
		min-height: 500px;
		_height: 500px;
		width: 575px;
	}
	#body .inner, #body1 .inner {
		padding-top: 60px;
		_padding-top: 50px;
		padding-left: 70px;
		padding-right: 40px;
		padding-bottom: 10px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	#body a{
		color: #ABABAB;
		font-family: Tahoma, Verdana, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
	}
	#body a:hover{
		text-decoration: underline;
	}

	/* Prave horne menu*/
	#menu {
		background: url("../images/menu_background.png") no-repeat;
		height: 46px;
	}
	#menu a{
		margin-left: 1px;
		_margin-left: 0px;
		font-family: "courier new", courier;
		font-weight: bold;
		font-size: 16px;
		color: black;
		text-decoration: none;
	}
	#menu a:hover{
		text-decoration: none;
	}
	#menu a.aktiv{
		color: red;
		text-decoration: underline;
	}

	/*Pata*/
	#footer {
		background: transparent;
		_position: relative;
		_top: 4px;
	}

	/*Kalkulacka*/
	.kalkulacka{
		border:1px solid #999999;
		width:400px;
		margin:0 15px;
		_margin:0 30px;
		padding: 15px;
		background-color:#eeeeee;
	}
	.kalkulacka table,select, option{
		font-size:11px;
	}
	.kalkulacka td{
		padding:4px
	}
	.vysledna_cena{
		border:none;
		background-color:#eeeeee;
		font-size: 18px;
		font-weight: bold;
		color: #00a3e9;
		text-align: right;
		width: 100px;
	}

	.okbuton {
		margin-top: 2px;
		font-weight: bold;
		font-size: 11px;
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
		background-color: #C26014;
		color: white;

	}
	.delbuton {
		margin-top: 2px;
		font-weight: bold;
		font-size: 11px;
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
		background-color: #F4CFB3;
		color: white;
	}
	
	#body .inner #leasing{margin:0 0 15px 0; padding:0;}
	#body .inner #leasing table{border-collapse:collapse; width:100%; font:normal 11px Arial, Helvetica, sans-serif;}
	#body .inner #leasing table th.section{background-color:#ddd; padding:3px 5px;}
	#body .inner #leasing table th{width:210px; text-align:left;}
	#body .inner #leasing textarea{width:246px; padding:2px; border:1px solid #888; height:70px;}
	#body .inner #leasing input{width:246px; padding:2px; border:1px solid #888;}
	#body .inner #leasing input.buton{background-color:#ccc; cursor:pointer;}
	#body .inner #leasing table td, #body .inner #leasing table th{border-bottom:1px solid #ccc;}
	
	#root {
		position:absolute;
		height:490px;
		width:350px;
		background-color:#fff;
		border:1px solid #333;
		top:150px;
		left:545px;
		}
	
	#root img.close{position:absolute; top:15px; right:15px;}

