
	/* obecne--------------------------------------------------------------------------------------------------------*/
	body
	{
		font-family: Arial, "Arial Narrow", "Times New Roman", Verdana;
		/*background-color: #000000;*/
		font: 10px;
	}

	.topmenubuttons
	{
		font: bold 13px;
		text-decoration: none;
	}

	.titlepage {
		/*color: black;*/
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.titlecitymenu {
		/*color: black;*/
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}

	h1 {
		color: red;
	}

	.mouscursor { /*zmeni se  kursor pri najeni mysi na objekt*/
		cursor: pointer;
		font-size: 12px;
	}

	.welcometitle {
		text-transform: uppercase;
		color: black;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}

	#hrdouble {
		color: #4e74a5;
		border-bottom-style: double;
		margin-top: 10px;
	}

	/* obce---------------------------------------------------------------------------------------------------------------*/

	#imgcity {
		margin-right: 10px;
		/*margin-left: 10px;*/
		margin-top: 10px;
		margin-bottom: 10px;
		width: 60px;
		height: 70px;
		text-align: center;
		border: 0px solid Black;
	}

	#imgcitycancel {
		width: 16px;
		height: 16px;
		text-align: right;
		text-align: right;
		vertical-align: top;
	}

	#cityhrline {
		background-color: #4e74a5;
		color: #4e74a5;
		width: 45em;
		height: 0.1px;
		text-align: center;
		margin-left: 40px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#citytable {
		color: #4e74a5;
		border: 0px solid #cccccc;
		background-color: #d0dee3;
		width: 50em;
		/*height: 150px;*/
		margin-left: 10px;

	}

	#citytable td {
		padding-left: 10px;

	}
	
	#citytd5 {
		font-size: 11px;
	}

	/* objekty---------------------------------------------------------------------------------------------------------------*/
	#imgobject {
		margin-right: 10px;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 130px; /*height: 100px;*/
		border: 1px solid Black;
	}




	/* formulare----------------------------------------------------------------------------------------------------------*/

	#cityform input, select {
		height: 18px;
		font-size: 10px;
		Position: relative;
		z-index: 1;
	}



	/* e-shop-------------------------------------------------------------------------------------------------------------*/
	.add-cart {
		WIDTH: 70px;
		Height: 25px;
		background-color: #cc0000;
		font: bolder 10px;
		color: White;
		BORDER-RIGHT: #cc0000 1px solid;
		BORDER-TOP: #cc0000 1px solid;
		BORDER-BOTTOM: #cc0000 1px solid;
		BORDER-LEFT: #cc0000 2px solid;
		PADDING-LEFT: 0px;
		PADDING-BOTTOM: 0px;
		PADDING-TOP: 2px;
		PADDING-RIGHT: 0px;
	}

	.button-cart {
		WIDTH: 160px;
		Height: 25px;
		background-color: #666666;
		font: bolder 10px;
		color: White;
		BORDER-RIGHT: #666666 1px solid;
		BORDER-TOP: #666666 1px solid;
		BORDER-BOTTOM: #666666 1px solid;
		BORDER-LEFT: #666666 2px solid;
		PADDING-LEFT: 0px;
		PADDING-BOTTOM: 0px;
		PADDING-TOP: 2px;
		PADDING-RIGHT: 0px;
	}

	.shopingbar {
		border-bottom: 1px;
		border-top: 10px;
		color: black;
		font-weight: bold;
		font-size: 12px;
	}
	/* email v e-shopu-------------------------------------------------------------------------------------------------------------*/
	#orderemail {
		background-color: white;
		border: 1px solid #FFCCCC;
	}

