*{
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #fff;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #58585a;
}
input.text, textarea{
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 11px;
	line-height: 22px;
}
p {
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	color: #DF1616;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
fieldset{
	border: none;
}
h1 {
	display: block;
	font-family: Georgia, 'New York CE', utopia, serif;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px dotted #acb4bc;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #055097;
}
table {
	border-collapse: collapse;
	border: none;
	margin: 10px 0px 0px 0px;
}
tr {
	border: none;
}
td {
	border: none;
	text-align: left;
	vertical-align: center;
	padding: 2px 4px 2px 0px;
}
form {
	float: none;
	display: block;
	width: 560px;
	margin: 0px auto;
	padding: 0px 10px;
}
#prvni-sloup{
	width: 20px;
}

a.submit{
	float: left;
	width: 100px;
	height: 27px;
	padding: 0px 0px 0px 0px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	border: none;
	background-image: url("../img/contact_button.gif");
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 10px;
	cursor: pointer;
	text-decoration: none;
}
a.submit:hover{
	text-decoration: none;
}