@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(img/bg_pattern.gif);
	font-size: 12px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px dashed #ffffff;
	text-align: left;

}
.oneColFixCtr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	margin-top: 10px;
	background-image: url(img/bg_dark.gif);
}
.oneColFixCtr #mainHlava {
	padding: 0 auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FF00CC;
	height: 580px;
	background-image: url(img/bg_dark.gif);
	margin-top: 50px;
	margin-bottom: 80px;
}
.oneColFixCtr #mainTela {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000000;
	margin-top: 10px;
	color: #000000;
}
.oneColFixCtr #mainFooter {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
	background-image: url(img/bg_dark.gif);
	margin-bottom: 50px;
	text-align: center;
}
.oneColFixCtr #mainCredits {
	padding: 0px;
	margin-top: 10px;
}
h2{
	color: #000000;
	margin:0px;
}
h3{
color: #ffffff
}
.thumb {
	margin: 0px;
	border: 0;
}
p{
	color: #000;
	background-color: #fff;
	margin: 0px;
	padding: 10px;
}
pCerna{
	color: #fff;
	background-color: #000;
	margin: 30px;
	padding: 2px;

	}
pModra{
	color: #fff;
	background-color: #13007C;
	margin: 60px;
	padding: 2px;


}
pRuzova{
	color: #fff;
	background-color: #F0027F;
	margin: 128px;
		padding: 2px;
}
pCervena{
	color: #fff;
	background-color: #FF0000;
	margin: 25px;
		padding: 2px;

}
pZelena{
	color: #fff;
	background-color: #008837;
	margin: 85px;
	padding: 2px;

}
pSmodra{
	color: #fff;
	background-color: #00A0C6;
	margin: 60px;
	padding: 2px;
	cursor: wait;

}
pZluta{
	color: #000;
	background-color: #ffff00;
	margin: 10px;
	padding: 2px;
	cursor: crosshair;
}
pBila{
	color: #000;
	background-color: #fff;
	margin: 2px;
	padding: 2px;
	cursor: help;
	margin-left: 10px;
}
pSeda{
	color: #000;
	background-color: #999999;
	margin: 2px;
	padding: 2px;
	cursor: help;
	margin-left: 10px;
}
pCervenaScreen{
	color: #fff;
	background-color: #FF0000;
	margin: 25px;
	padding: 0px;
	font-size: 18px;
}


a.Red {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF0000;
		border-left:solid 2px #FF0000;

}

a.Blue {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000099;
		border-left:solid 2px #000099;

}
a.Sblue {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00A0C6;
	border-left:solid 2px #00a0c6;

}
a.Green {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #008837;
		border-left:solid 2px #008837;

}
a.Yellow {
	text-decoration: none;
	color: #000000;
	background-color: #ffff00;
		border-left:solid 2px #ffff00;

}
a.Pink {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #F0027F;
	border-left:solid 2px #F0027F;
}
a {	text-decoration: none;}
#mainFooter a:hower {
	color: #FFF;
	background-color: #000;
	text-decoration: underline;	
}