html {
	font-size: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 62.5%; 
	background-color: #4E78A5;
}
.aa{
	width: 750px;
	text-align: left;
	background-color: #ffffff;
}

h1 {
	color: white;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

/* Links
 ------------ */
a:link {
	color: #004F75;
	text-decoration: none;
}

a:active,
a:visited {
	color: #006597;
	text-decoration: none;
}

a:hover {
	color: #006597;
	text-decoration: underline;
}
.p2{
	color: #ffffff;
}
.p3{
	color: #FF0000;
}
.p4{
	color: #800000;
}
.p5{
	color: #CC00CC;
}
.p6{
	color: #D5D500;
}
.p7{
	color: #333333;
}
.p8{
	color: #006600;
}
.p9{
	color: #00FF00;
}
.p10{
	color: #FFFF00;
}
.p11{
	color: #808000;
}
.p12{
	color: #000000;
}
.p13{
	color: #80FFFF;
}
.p14{
	color: #0000FF;
}
.p15{
	color: #006666;
}
.biela{
	color: #ffffff;
}
.cierna{
	color: #000000;
}

/* Form Elementy ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}
table{
	color: #000000;

}
.TD{
	padding: 5px;
	border: 1px solid #0099CC;
}
input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin:0;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}
.xy{
	font-size: 18px;
	display: block;
	float: left;
	width: 25px;
	font-weight: bold;
	position: relative;
	left: -4px;
	top: -4px;
}
.image{
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
}
.image_X, .image_Y{
	margin-right: 0px;
	margin-left: 2px;
	display: block;
	float: left;
	width: 11px;
	background-repeat: no-repeat;
	height: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.image_Y{
	background-image: url(pic/__right.jpeg);
}
.image_X{
	background-image: url(pic/__left.jpeg);
}
.pata{
	font-size: 10px;
}

