@charset "utf-8";
body  {
	font: 100% Arial, Verdana,  Helvetica, sans-serif;
	background: #330000;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	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: #ffff99;
	
}
.twoColFixLt #container { 
    background-image:url(images/menuPozadi.gif);
	background-repeat:repeat-y; 
	background-position:left;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #ffff99;*/
	color:#000000;
	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. */
    min-height:810px;}

a{
color: #ffff99;
text-decoration:none;
font-weight:bold
}
a:hover {
	color:#ffffcc;
}
/*.twoColFixLt #sidebar1 .menu a:link {color:#CC99FF;
} */
a:visited {
	color:#ffcc33;
} 


.odrazka{
padding:5px 10px;
vertical-align:middle;
}
.odrazka2{
padding:5px 10px;
margin-left:20px;
vertical-align:middle;
}
/*----------------------------SIDEBAR--------------------------------*/
.twoColFixLt #sidebar1 {
    background-image: url(images/menuSloupec.gif);
	background-repeat:no-repeat;
	background-position:top; 	
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further
	padding: 15px 10px 15px 20px; */
	min-height:800px;
}
.twoColFixLt #sidebar1 .menu{
color: #ffff99;
font-size:20px;
font-weight:bold;
margin-top:180px;
padding-left:5px
}
.twoColFixLt #sidebar1 .menu .US{
padding: 11px 10px 0px 0px;
}
.twoColFixLt #sidebar1 .menu .AB{
padding-top: 30px;
}
.twoColFixLt #sidebar1 .menu .PB{
padding-top: 3px;
}
.twoColFixLt #sidebar1 .menu .PT{
padding-top: 3px;
}
.twoColFixLt #sidebar1 .menu .OT{
padding-top: 30px;
}
.twoColFixLt #sidebar1 .menu .KK{
padding-top: 30px;
}
.twoColFixLt #sidebar1 .ikony{
margin-top:350px;

}
.twoColFixLt #sidebar1 .ikony img{

border:none;
padding-top:5px;
}

/*----------------------------MAIN CONTENT--------------------------------*/
.twoColFixLt #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 20px 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	width:804px;
	background-image:url(images/hlavicka.gif);
	background-repeat:no-repeat;
	background-position:left top ;
	background-color:#ffff99;
} 
.twoColFixLt #mainContent .Content{ 
	margin: 170px 15px 0px 10px; 
	padding: 0 15px 20px 15px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#ffff99;
    text-align:justify;
	
} 
.twoColFixLt #mainContent .Content p{
padding-right:15px;
}
.twoColFixLt #mainContent .footer{
background-image:url(images/oddelovatkoHnede2.gif);
background-position:right top;
background-repeat:no-repeat;
color:#000000;
font-size:8px;
background-color:#ffff99;
padding: 15px 30px 15px 0px; 
text-align:right;
}
.twoColFixLt #mainContent .footer .menu{
font-size:10px;
font-weight:bold;
}

.twoColFixLt #mainContent .ODD_ZL{
margin: 5px 0 10px 0;
}





.twoColFixLt #mainContent .Content a {
	color:#660000;
}
.twoColFixLt #mainContent .Content a:hover {
	color:#CC0000;
}
 .twoColFixLt #mainContent .Content a:link {
	color:#990033;
} 
.twoColFixLt #mainContent .Content a:visited {
	color:#660033;
} 
.twoColFixLt #mainContent .footer a {
	color:#660000;
	font-weight:bold;
}
.twoColFixLt #mainContent .footer a:hover {
	color:#CC0000;
}
 .twoColFixLt #mainContent .footer a:link {
	color:#990033;
} 
.twoColFixLt #mainContent .footer a:visited {color:#660033;
} 


h1{
color:#990000;
}
h2{
color:#990000;
}
h3{
color:#990000;
}
strong{
/*color:#990000;*/
}
.odrazkyCB {
	list-style-image:url(images/odrazkaCR.gif);
	vertical-align:middle;
	padding-left:10px;
	padding-right:15px;
	margin-left:15px;
	padding-bottom:5px;
}
li{
padding:5px 0;}

.odsazene{
padding: 0 0 15px 55px;}

.galerie img{
border:solid 3px #990033;
margin:10px;
}
/*------------------------------------------------------------*/



.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;
}
