a {
	font-size: 1em;
	font-weight: normal;
	color:#344052;
	text-decoration: none;
}
a:hover {
	color:#556B85;
	text-decoration: none;
}

a.v_ramecku {
	position: relative;
	font-size:10px;
	color:#ffffff;
	border: solid 1px #2765AD;
	padding: 2px 4px 2px 4px;
	color: #2765AD;
	text-decoration: none;
}
a.v_ramecku:hover	{
	border: solid 1px #556B85;
	color: #556B85;
	text-decoration: none;
}

p {margin: 1em 0;}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	font-style: normal;
	/*text-transform: uppercase;*/
	padding: 2px 0;
	margin: 0 0 .25em 0;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	font-weight: bold;
	color: #000;
	font-style: normal;
	/*text-transform: uppercase;*/
	padding: 2px 0;
	margin: 1.5em 0 0 0;
}

h3 {
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	color: #000;
	padding: 2px 0;
	margin: 1em 0 0 0;
}

h1 a {
	font-weight: bold;
}

div#content {
	line-height: 140%;
}

div#content table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
	margin-bottom: 10px;
	width: 100%;
}
div#content table th,
div#content table td {
	border: 1px solid #aaa;
	background-color: #ccc;
	padding: 5px 10px;
	vertical-align: top;
}

div#content table th {
	text-align: center;
}

div#content_in ul, div#content_in li {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-image: url(../images/li.gif);
	padding: 0 0 0 0;
	margin: .5em 0 .5em 1em;
}

.text_zarovnany_vlevo {
	text-align: left;
}
.text_zarovnany_nastred {
	text-align: center;
}
.text_zarovnany_vpravo {
	text-align: right;
}
/*
div.plave_vlevo {
	float: left;
}
div.plave_vpravo {
	float: right;
}
*/
table {
	border: 1px solid #00569f;
	background-color: #fff;
}
td {
	border: none;
	background-color: #e0f0ff;
}

/* -------------------------------------
*	Form
* -------------------------------------
*/

div.login_form {
	width: 200px;
	float: right;	
}
div.login_form input {
	height: 16px;
	width: 150px;
}
div.login_form input.submit {
	height: 25px;	
}

div.registracni_form {
	width: 300px;	
	float: left;
}

div.registracni_form input {
	height: 16px;
	width: 200px;
}
div.registracni_form input.submit {
	height: 25px;	
}

div.registracni_form label {
	display: block;
}
fieldset {
	margin: 1em 0;
	border: 1px solid #2765AD;
	padding: 1em 1em;
}

div#produkty div.wrap{
	margin:0 auto 10px; 
	width:500px; 
}

div#produkty div.item{
	width:250px; 
	text-align: center;
}

div#produkty div.item img {
	height: 218px;
	width: 230px;
}

div#footer {
	border-top: solid 1px #ccc;
	margin-top:10px; 
	=margin-top:24px;
  _margin-top: 20px; 
}

div#footer,
div#footer a {
	color: #888;
}

.clear {
	clear: both;
}
