body {
	background: #A8C9FF;
	font-family: Verdana, Arial, Geneva, Helvetica, Sans-serif;
	}

.mezera {
	padding: 0px 0px 0px 10px;
	background-color : #A8C9FF;
}

.ram {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	padding: 0px 0px 0px 0px;
	}

.text {
	font-size: 11px;
	color: Black;
	text-align: justify;
	}

.text_small {
	font-size: 9px;
	color: Black;
	text-align: justify;
	}

.text_red {
	font-size: 11px;
	color: #C00000;
	text-align: justify;
	}

.text_red_bold {
	font-size: 11px;
	color: #C00000;
	text-align: justify;
	font-weight: bold;
	}

.text_gray {
	font-size: 11px;
	color: Gray;
	text-align: justify;
}

.text_blue {
	font-size: 11px;
	color: Blue;
	text-align: justify;
	}

.text_404 {
	font-size: 12px;
	color: Black;
	text-align: justify;
	font-weight: bold;
	}

.text_padding {
	font-size: 11px;
	color: Black;
	text-align: justify;
	padding: 0px 0px 0px 10px;
	}

.text_center {
	font-size: 11px;
	color: Black;
	text-align: center;
	}

.text_bold {
	font-size: 11px;
	color: Black;
	text-align: justify;
	font-weight: bold;
	}

.datum {
	font-size: 11px;
	color: Black;
	text-align: center;
	font-weight: bold;
	}

.nadpis {
	font-size: 15px;
	color: Black;
	text-align: center;
	font-weight: bold;
	}

a:link {
	color: #44699E;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	}

a:visited {
	color: #44699E;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	}

a:active {
	color: #44699E;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	}

