* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #ffffff;
	font-family: 'Tahoma';
	font-size: 11px;
	line-height: 150%;
	color: #3f4a5d;
	}

.clear {
	clear: both;
	}

h3 {
	margin-top: 2px;
	padding: 4px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	background: url('pic/bg_h3.gif') no-repeat top;
	}

a {
	text-decoration: none;
	color: #6584b5;
	}

a:hover {
	text-decoration: underline;
	}

p {
	padding-bottom: 13px;
	}

hr {
	border: 1px solid #eeeeee;
	border-bottom: none;
	}



#container {
	width: 780px;
	margin: 0 auto;
	}

#top {
	margin-top: 10px;
	position: relative;
	height: 80px;
	}

#logo a {
	float: left;
	height: 70px;
	width: 90px;
	background: url('pic/logo.gif') no-repeat top;
	padding-bottom: 10px;
	padding-left: 5px;
	}

	/* ***** navigation ***************************** */

	#navigation {
		position: absolute;
		right: 0;
		bottom: 0px;
		float: right;
		padding-right: 5px;
		}

	/*
	* html #navigation { 
		bottom: -1px;
		}
	*/

	#navigation ul {
		list-style: none;
		}

	#navigation span {
		display: none;
		}

	#navigation ul li {
		list-style: none;
		float: left;
		margin-right: 2px;
		}

	#navigation ul li a {
		display: block;
		float: left;
		height: 45px;
		}

		#navigation ul li a:hover, #navigation a.selected, #navigation ul li a:active {
			background-position: 0 -45px;
			}

		#navDomov {
			width: 63px;
			background: url('pic/g_domov.gif') no-repeat;
			}

		#navUhani {
			width: 57px;
			background: url('pic/g_uhani.gif') no-repeat;
			}

		#navZapestnice {
			width: 85px;
			background: url('pic/g_zapestnice.gif') no-repeat;
			}

		#navVerizice {
			width: 69px;
			background: url('pic/g_verizice.gif') no-repeat;
			}

		#navKompleti {
			width: 75px;
			background: url('pic/g_kompleti.gif') no-repeat;
			}

		#navDrevescka {
			width: 82px;
			background: url('pic/g_drevescka.gif') no-repeat;
			}

#header {
	height: 170px;
	background: url('pic/bg_header.jpg') no-repeat;
	}

#footer {
	margin-top: 15px;
	height: 42px;
	text-align: center;
	color: #9eabc3;
	padding-top: 5px;
	background: url('pic/bg_footer.gif') no-repeat top;
	}


/* ***** images, thumbnails ******************** */

.image {
	padding: 5px; 
	/*background-color: #e1e4e9;
	float: left;*/
	margin: 0 auto;
	}

.image img {
	border: 5px solid #e1e4e9;
	}

.tmb {
	padding: 0px; 
	background-color: #e1e4e9;
	}

.tmb img {
	border: 1px solid #ffffff;
	}

.tmb a {
	display: block;
	padding: 5px;
	}

.tmb a:hover {
	background-color: #b4bac5;
	}

.tmbTable {
	background-color: #f7f7f7;
	padding: 1px;
	width: 40px;
	margin-top: 2px;
	}

.cena {
	font-weight: bold;
	color: green;
	}

.zaloga {
	font-weight: bold;
	color: green;
	}

.opis {
	color: #79879f;
	}



input, select, textarea {
	font-size: 11px;
	padding: 3px;
	border: 1px solid #dddddd;
	width: 200px;
	}


option {
	padding: 0 3px 0 3px;
	}

fieldset {
	margin: 10px;
	width: 300px;
	padding: 10px;
	border: 1px solid #dddddd;
	}

	legend {
		padding: 0 10px;
		color: #bbbbbb;
		}

.button {
	width: auto;
	border: 0;
	padding: 0;
	}



