/*--------------------body--------------------*/

body {
	font-family: verdana;
	font-size: 9pt;
	margin: 0px;
	padding-bottom: 15px;
	background-image: url(images/condent.png);
	background-repeat: repeat-x;
	background-color: #F98D17;
}

/*--------------------form--------------------*/

#formular {
	width: 680px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/obsah.png);
}

#obr_obsah_top {
	width: 680px;
	height: 8px;
	display: block;
}

#obr_obsah_bottom {
	width: 680px;
	height: 9px;
	display: block;
}

form {
	display: inline;
}

p {
	text-align: center;
	margin: 0px 0px 10px 0px;
}

p.hlaska {
	font-size: 9pt;
	font-weight: bold;
	color: Red;
}

p.odeslano {
	font-size: 9pt;
	font-weight: bold;
	color: Green;
}

p.inf {
	font-size: 7pt;
	color: #4B4B4B;
}

a {
	color: #2865AA;
	text-decoration: none;
}

a:hover {
	color: #2865AA;
	text-decoration:	underline;
}

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	font-size: 9pt;
}

td {
	height: 30px;
	padding: 0px;
	text-align: left;
	/*border: solid;
	border-width: 1px;
	border-color: Black;*/
}

#prvni-sloupec {
	width: 370px;
}

h1 {
	margin: 0px;
	margin-top: 5px;
	margin-left: 20px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 11pt;
	color: #FF6600;
}

h2 {
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #FF6600;
}

input {
	width: 250px;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

select {
	width: 252px;
	%width: 254px;
}

textarea {
	width: 250px;
	height: 82px;
	%height: 83px;
	%width: 252px;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	%margin-top: 3px;
	font-family: verdana;
	font-size: 9pt;
}