html {
	margin: 0;
	padding: 0;
	width: 100%;/*IE only*/
	/*height: 100%;IE only*/
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #010101;
	/*height: 100%;IE only*/
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
body.main {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(images/back_main.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #010101;
	/*height: 100%;IE only*/
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
body.cover {
	margin: 0;/*auto 0 auto */
	padding: 0;
	background-color: #000000;
	height: 100%;/*IE only*/
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	/*vertical-align: middle;*/
}
p, ul, ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #010101;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 18px;
	/*text-align: left;*/
}
a, a:active, a:visited {
	color: #010101;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
a.lang, a.lang:active, a.lang:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #555555;
	margin-top: 0;
	text-decoration: none;
}
a.lang:hover {
	color: #888888;
}
p.logo, a.logo, a.logo:active, a.logo:visited, a.logo:hover {
	font-family: 'Courier New', Courier, monospace;
	font-size: 24px;
	color: #fcfcfc;
	text-align: center;
	width: 230px;
	margin: 60px 0 0 0;
	text-decoration: none;
}
td.menu {
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	height: 36px;
}
td.menu a, td.menu a:active, td.menu a:visited {
	font-family: "Courier New", Courier, monospace;
	color: #ffffff;
	background-color: #000000;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 36px;
	width: 230px;
}
td.menu a:hover {
	color: #ffffff;
	background-color: #323232;
}
table.pildidTableMain {
	margin: 40px 0 0 300px;
	border-collapse: collapse;
	/*border: 1px solid #ff6600;*/
}
table.pildidTableMain td {
	text-align: center;
	vertical-align: top;
	padding: 0;
}
table.pildidTableSub {
	margin: 0;
	border-collapse: collapse;
}
table.pildidTableSub td p {
	text-align: center;
	margin: 18px 0 0 0;
}
table.pildidTableSub td.pilt {
	height: 450px;
	text-align: center;
	vertical-align: middle;
	padding: 0 140px 0 140px;
}
table.pildidTableSub td.allkiri {
	text-align: center;
	vertical-align: top;
}
input.kast, textarea.kast {
	background-color: #f5f5f5;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	color: #111111;
	border: 1px solid #999999;
	margin: 0px;
	width: 350px;
}
.fontred {
	color: #900;
}