@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #666666;
	background-image: url(IMAGES/bg_gray3.png);
}
img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

a {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #00F;
}
a:active {
	color: #F00;
	text-decoration: none;
}

.friendlySites {
	font-size: 70%;
	text-align: center;
	color: #0080C0;
}
.twoColFixLtHdr #container {
	width: 1000px; /* 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. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-color: #67A4FD;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(IMAGES/pozadi5.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #container #flags {
	float: right; /* since this element is floated, a width must be given */
	width: 100px;
	position: relative;
}
.twoColFixLtHdr #container #flags img {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.twoColFixLtHdr #container a  {
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.twoColFixLtHdr #container a:hover {
	text-decoration: none;
}
.twoColFixLtHdr #container a:active {
	text-decoration: none;
}




.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	font-size: small;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	clip: rect(auto,auto,auto,auto);
	background-color: #999;
	height: 450px;
	margin: 0px;
}

.twoColFixLtHdr #sidebar2 {
	float: right; /* Jelikož se jedná o plovoucí element, je nutné zadat šířku. */
	width: 160px; /* Odsazení vytváří mezeru mezi obsahem a okrajem tagu div. */
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 450px;
	background-color: #999;
}

.twoColFixLtHdr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 160px;
} 
.twoColFixLtHdr #mainContent_mail {
	width: 600px;
	left: 200px;
	position: relative;

}


.twoColFixLtHdr #footer {
	position: relative;
	bottom: 0px;
	width: 970px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0 auto;
	background-color: #DDDDDD;
	background-image: url(IMAGES/pozadi6.png);
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* Vynulováním okrajů prvního elementu v zápatí zabráníte možnému sbalení okraje – vzniku mezery mezi tagy div. */
	padding: 10px 0; /* Odsazení tohoto elementu vytvoří mezeru stejně jako okraj, avšak bez problému se sbalením okraje. */
	font-size: xx-small;
	color: #666;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 160%;
	font-weight: bolder;
	display: inline;
}
h2 {
	font-size: 140%;
	font-weight: bolder;
}
h3 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

h4 {
	display: inline;
	text-align: center;
}

input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #039;
	font-size: small;
}

.ToolText{
	background-image: url(IMAGES/otaznik20.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
} 
.ToolTextHover{
	position:absolute;
	background-image: url(IMAGES/otaznik20.png);
	width: 20px;
	background-repeat: no-repeat;
	height: 20px;
} 
.ToolText span{display: none;} 

.ToolTextHover span{
	display:block;
	position:absolute;
	border:1px solid black;
	left:1.3em;
	background-color:#999;
	color:white;
	text-align: center;
	width: 240px;
} 
.table_date {
	color: #900;
	font-size: x-small;
}
.table_info {
	font-size: x-small;
	font-weight: bold;
}
#side_icons {
	text-align: center;
	font-size: xx-small;

}
#side_icons a:hover {
	text-align: center;
	background-color: #999;
}

#side_icons #side_icons_left {
	width: 50%;
	float: left;
}
#side_icons #side_icons_right {
	width: 50%;
	float: right;
}




.mainFrame {
	float: left;
	height: 468px;
	margin: 0px;
	width: 660px;
}


.mainFrame #left_side {
	width: 47%;
	float: left;
	margin: 4px;
	padding: 4px;
	height: 400px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
}
.mainFrame #right_side {
	width: 47%;
	float: right;
	margin: 4px;
	padding: 4px;
	height: 400px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999;
}
.mainFrame #flag {
	background-image: url(IMAGES/EU48.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;

}
.mainFrame #flagcz {
	background-image: url(IMAGES/Czech48.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
}
ol , ul{
	margin: 10px;
	padding-left: 20px;
	font-size: small;
}
.mainFrame ul {
	padding-left: 15px;
	margin: 6px;

}
tr, th {
	text-align: left;
}
.table_small {
	font-size: small;
	text-align: center;
	width: 50%;
}
.table_cena {
	font-size: 300%;
	font-weight: bold;
	text-align: center;
}
