@charset "ISO-8859-1";
html, body {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
}

a:link {
	text-decoration: none;
	color: #FF9000;
}

a:visited {
	text-decoration: none;
	color: #FF9000;
}

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

a:active {
	text-decoration: underline;
	color: #000000;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	line-height: 56px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: -0.02em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: -0.02em;
}
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#error {
	width: 460px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 140px;
	padding-left: 220px;
}
body.timeout {
	background-image: url(/fotoweb/errorpages/images/timeout_cow.jpg);
	background-repeat: no-repeat;
	background-position: center 260px;
}
body.error404 {
	background-image: url(/fotoweb/errorpages/images/404.jpg);
	background-repeat: no-repeat;
	background-position: center 140px;
}
body.paym_failed {
	background-image: url(../images/payment_failed.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
body.paym_succeeded {
	background-image: url(../images/payment_succeeded.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
