body {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
}

a {
	text-decoration: none;
	color: #FF8C00;
}
a:hover, a:active {
	text-decoration: underline;
}

#main {
	width: 930px;
	margin: 0px auto;
	background-image: url(images/petice-quickstat.gif);
	background-repeat: no-repeat;
	background-position:  right 12px;
	padding-top: 0px;
	text-align: left;
	position: relative;
}
#top {
	text-align: left;
}
#top_left {
	float: left;
	width: 630px;
}
#top_right {
	float: right;
	width: 257px;
	text-align: center;
	padding: 49px 20px 0px 0px;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
}
#top_right a {
	color: White;
	text-decoration: none;
}
#top_right h3 {
	font-size: 18px;
	margin: 0px;
	text-transform: uppercase;
}
#top_right p {
	margin: 0px;
	padding: 4px 0px;
	font-size: 14px;
	font-weight: bold;
}
.big {
	font-size: 38px;
	font-weight: bold;
}
.indent {
	padding: 18px 0px !important;
}
.black {
	color: Black;
}
.blue {
	color: #002F59;
}


#main_left {
	float: left;
	wwidth: 710px;
	padding: 15px;
}
#main_right {
	float: right;
	width: 200px;
	padding-top: 20px;
}

/*********************************************** HLAVICKA */
#homelink {
	height: 178px;
	width: 633px;
}
#homelink img {
	border: 0px;
}

.navigation {
	margin: 4px 2px 5px 5px;
	padding: 0px 0px;
	background-image: url(images/petice-menu-pozadi.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.navigation a {
	padding: 0px 3px;
	color: White;
}
.navigation img {
	vertical-align: -55%;
}
.navigation .menu-home {
	background-image: url(images/petice-menu-pozadi2.gif);
	float: right;
}

/*********************************************** HORNI MENU */
#topmenu {
	padding: 0px 0px 12px 10px;
	margin: 10px 1px 4px 0px;
	background-image: url(images/topmenu_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#topmenu a {
	color: #515151;
	padding: 0px 3px;
	text-decoration: none;
}
#topmenu img {
	border: 0px;
	vertical-align: -30%;
}


/*********************************************** STRED/TEXT */
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #FFA500;
}


/*********************************************** PATICKA */
#footer {
	clear: both;
	border-top: 1px solid #e4e4e4;
	padding: 10px;
	color: #515151;
	text-align: center;
	line-height: 1.4em;
	margin: 20px 0px 10px 0px;
}
.bottom_menu a {
	color: #515151;
	padding: 0px 15px;
}


/*********************************************** PODEPSAT PETICI */
.statement {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	kfont-weight: bold;
	margin-bottom: 20px;
	line-height: 19px;
	color: #002F5A;
	ccolor: #0000CD;
}
.cs {
	font-size: 20px;
	font-weight: normal;
}

.sudy {
	background-color: #f3f3f3;
}

.missing {
	border: 1px solid red;
	width: 200px;
}

.petice-form {
	background-image: url(images/petice-form-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #e0e0e0;
	border-bottom: 8px solid #FFA500;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.petice-form table {
	width: 100%;
}

#letter-field {
	padding: 10px 20px;
	font-size: 12px;
}

#friends {
	padding: 20px;
	background-image: url(images/petice-letter-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
}

.message {
	color: Red;
	font-weight: bold;
	width: 600px;
}

table.letters {
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	width: 48%;
}
table.letters td {
	padding: 3px;
}
table.letters th {
	padding: 10px 5px;
	background-color: #E0E0E0;
	text-align: left;
}

h2 {
	color: Gray;
	font-size: 17px;
}

.sign {
	background-image: url(images/petice-button.gif);
	height: 50px;
	width: 172px;
	border: 0px;
	font-size: 20px;
	font-weight: bold;
	color: white;
}

.sign:hover {
	cursor: pointer;
	_cursor: hand;
}

.hidden {
	display: none;
}

.textfield {
	width: 200px;
}

textarea {
	width: 600px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 13px;
	padding: 3px;
}

.sipka {
	position: relative;
	left: 14px;
	top: 2px;
}

.visible {
	display: visible;
}