.form p{
	margin: 1px;
}

.form p label{
	float: left;
	width: 100px;
	
	text-align: right;
	margin-right: 2px;
	margin-top: 2px;
}

.form input{
	border: solid #000 1px;
}

.form input:focus{
	border: solid #0000ff 1px;
}

.form .submit{
	margin-left: 105px;
	
	padding-left: 10px;
	padding-right: 10px;
}

.error{
	color: #ff0000;
}

#admin ul{
	list-style-type: none;
}

#login{
	margin: auto;
	width: 300px;
	padding: 40px;
	
	border: solid #000 1px;
}

.table{
	width: 90%;
	font-size: 12px;
}

.table th{
	border: solid #000 1px;
	background-color: #efefef;
}

.table td{
	border: solid #000 1px;
	text-indent: 10px;
}

.table tr:hover{
	background-color: #ffff00 !important;
}

#zbozi{
	margin-top: 20px;
}

#zbozi .submit{
	margin-top: 20px;
}

.admin-foto{
	float: left;
	
	position: relative;
	left: -15px;
}

.first{
	border: solid #ff0000 1px !important;
}


body{
	padding: 0px;
	margin: 0px;
	
	font-family: Enriqueta,serif;
}

#header{
	width: 1080px;
	margin: auto;
	
	margin-top: 30px;
	margin-bottom: 20px;
	
	border-bottom: solid #004477 2px;
}

.cleaner{
	clear: both;
}

h1{
	font-family: Enriqueta,serif;
	text-transform: uppercase;
	font-weight: normal;
	
	color: #0088bb;
	float: left;

	padding: 0px;
	margin-bottom: 5px;
	margin-top: 20px;
}

h1 span{
	color: #004477;
}

h2{
	font-family: Enriqueta,serif;
	font-weight: normal;
	
	color: #afafaf;

	margin: 0px;
	margin-top: 10px;
}


#title{
	width: 1000px;
	margin: auto;
}

#footer{
	border-top: solid #004477 2px;

	width: 1080px;
	margin: auto;
	
	margin-top: 20px;
	color: #004477;
	
	padding-top: 5px;
	text-align: right;
	font-size: 8pt;
}

#footer a{
	color: #004477;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#sluzby{
	width: 940px;
	margin: auto;
	
	margin-top: 10px;
}

.sluzba{
	float: left;
	position: relative;
	
	width: 300px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.sluzba h3{
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 300px;
	height: 40px;
	
	margin: 0px;
	line-height: 40px;
	
	background-color: #004477;
	color: #fff;
	
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
	
	text-align: center;
}

.sluzba p{
	position: absolute;
	bottom: 0px;
	
	margin: 0px;
	padding: 5px;
	width: 290px;
	
	text-align: justify;
	background-image: url('/images/sluzby.png');
	color: #101010;
}

.hidden{
	display: none;
}

.gallery-h3{
	clear: both;
}

.gallery{
	float: left;
	margin: 5px;
	
	border: solid #000 1px;
}

address{
	font-size: 14pt;
}

a{
	text-decoration: none;
	color: #0000ff;
}

a img{
	border: none;
}

#menu{
	list-style-type: none;
	float: right;
	
	margin: 0px;
	padding: 0px;
	
	margin-top: 20px;
}

#menu li{
	display: block;
	float: right;
	
	margin-left: 5px;
}

#menu li a{
	display: block;
	padding: 7px 30px 7px 30px;
	text-decoration: none;
	
	font-family: Enriqueta,serif;
	text-transform: uppercase;
	font-weight: normal;

	color: #efefef;
	background-color: #0088bb;
}

#menu li a:hover{
	color: #ffff00 !important;
}

#menu li .selected{
	background-color: #004477 !important;
}

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

#shopmenu{
	position: absolute;
	
	top: 20px;
	width: 200px;
	
	border-right: solid #cfcfcf 1px;
}

#shopmenu h3{
	color: #0088bb;
	font-size: 11pt;
	
	clear: both;
	
	margin: 2px;
	padding-top: 10px;
}

#shopmenu a{
	color: #004477;
	font-size: 10pt;
	
	diplay: block;
	float: left;
	
	margin-left: 10px;
	clear: both;
}

#shopmenu a:hover,#shopmenu .selected{
	color: #000;
}

#shop{
	width: 790px;
	min-height: 400px;
	float: right;
}

#shop .product-small{
	float: left;
	width: 340px;
	height: 200px;
	
	padding: 10px;
	margin: 10px;
	
	border-bottom: solid #cfcfcf 1px;
	position: relative;
}

#shop .product-small h4{
	position: absolute;
	top: 0px;
}

#shop .product-small h4 a{
	color: #0088bb;
}

#shop .product-small p{
	float: right;	
	width: 180px;
	
	font-size: 9pt;
	text-align: justify;
}

#shop .product-small .image{
	position: relative;
	top: 40px;
	display: block;
	
	width: 140px;
	height: 140px;
}

#shop .product-small a img{
	border: none;
	width: 140px;
	height: 140px;
}

#shop .product-small .price{
	position: absolute;
	font-size: 9pt;
	font-weight: bold;
	
	bottom: 10px;
}

#shop #product h3{
	color: #004477;
	font-size: 20pt;
}

#shop #product img{
	width: 300px;
	float: left;
	
	margin: 20px;
}

#shop #product .description{
	float: right;
	width: 430px;
	font-size: 10pt;
	
	text-align: justify;
}

#shop #product .price{
	float: left;
	clear: left;
	
	font-size: 11pt;
	font-weight: bold;
}

#shop #product-images{
	clear: left;
	float: left;
	
	width: 300px;
	text-align: center;
}

#shop #product-images img{
	width: 110px;
	
	float: left;
}


