@charset "windows-1250";
html, body, #wrapper {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
    height:100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
    border: none;
	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;
}
#wrapper {
   margin: 0 auto;
   text-align: left;
   vertical-align: middle;
   width: 100%;
}
img {
	border: 0px;
}
.oneColElsCtr #container {
	width: 80em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.upoutavka {
	font-size: 9px; color: #FFFFFF; background-color: #00baff;
}
.upoutavka a, .upoutavka a:hover {
	font-size: 9px; color: #FFFFFF; background-color: #00baff; text-decoration: none
}
.datum {
	font-size: 11px; color: #FFFFFF; font-weight: bold
}
.nadpis {
	color: #FFFFFF; font-weight: 300; background-color: #b6b6b6; text-transform: uppercase
}
.nadpis a {
	color: #FFFFFF; font-weight: 300; background-color: #b6b6b6; text-transform: uppercase; text-decoration: none
}
.nadpis a:hover {
	color: #FFFFFF; font-weight: 300; background-color: #F20000; text-transform: uppercase; text-decoration: none
}
.nadpis_inv {
	color: #FFFFFF; font-weight: 300; background-color: #F20000; text-transform: uppercase
}
.nadpis_inv a {
	color: #FFFFFF; font-weight: 300; background-color: #F20000; text-transform: uppercase; text-decoration: none
}
.nadpis_inv a:hover {
	color: #FFFFFF; font-weight: 300; background-color: #b6b6b6; text-transform: uppercase; text-decoration: none
}
.small_text {
	font-size: 11px; 
}
.submenu_text {
	font-size: 11px; 
	color: #F20000
}
.submenu_text a {
	text-decoration: none
}
.submenu_text a:hover {
	text-decoration: underline
}
a {
	color: #F20000; 
	text-decoration: none
}
a:hover {
	color: #F20000; 
	text-decoration: underline
}
a.text {
	color: #F20000; 
	text-decoration: none
}
a:hover.preview img {
	filter: gray;
	border: 0px
}
a:hover.text {
	color: #F20000; 
	text-decoration: underline
}
a.zapati {
	font-size: 13px; 
	color: #000000; 
	text-decoration: none
}
a:hover.zapati {
	color: #000000; 
	text-decoration: none; 
	border-top: 5px solid #F20000
}
