@charset "utf-8";
/* CSS Document */
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #292929;
	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:#CCC;
	scrollbar-base-color: #FCFCFC;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #787878;
    scrollbar-darkshadow-color:#292929;
    scrollbar-face-color:#292929;
    scrollbar-highlight-color:#292929;
    scrollbar-shadow-color: #292929;
    scrollbar-track-color: white; }

.twoColFixLtHdr #container { 
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/main.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid white;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:700px;
} 

.twoColFixLtHdr #container2 { 
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/main2.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid white;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #up_header { 
	background: url(../images/up_header.jpg);
	height:34px;
	width:775px;
	margin:0px;
	padding:0px;}

.twoColFixLtHdr #header { 
	background:#292929 url(../images/header.jpg) no-repeat;
	height:169px;
     padding:0;
	width:775px;  /* 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. */
} 

.twoColFixLtHdr #up_header2 { 
	background: url(../images/up_header2.jpg);
	height:34px;
	width:775px;}

.twoColFixLtHdr #header2 { 
	background:#292929 url(../images/header2.jpg) no-repeat;
	height:169px;
	width:775px;  /* 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. */
} 

.twoColFixLtHdr #up_header3 { 
	background: url(../images/up_header3.jpg);
	height:34px;
	width:775px;}

.twoColFixLtHdr #header3 { 
	background:#292929 url(../images/header3.jpg) no-repeat;
	height:169px;
	width:775px;  /* 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. */
} 

.twoColFixLtHdr #sub_header { 
	background: url(../images/sub_header.jpg);
	height:33px;
	width:775px;}
	
.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: 110px; /* 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:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	margin-left:40px;
	_margin-left:20px;
	height:364px;
}
.twoColFixLtHdr #sidebar1 h4{font-size:1.2em;} 

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* 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:0px 30px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:364px;
}

.twoColFixLtHdr #mainContent2 { 
	margin: 0 30px 0 200px; /* 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:0px 30px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:380px;
	overflow:auto;
	width:500px;
} 

.twoColFixLtHdr #mainContent2 p{ margin:7px 0}

.twoColFixLtHdr #mainContent2 H3,H4,H5{ margin:10px 0;}

.twoColFixLtHdr #mainContent2 H4{color:#f5db48;}

.twoColFixLtHdr #mainContent2 .h3_color{color:#f5db48;}

.twoColFixLtHdr #mainContent2 H5{color:#00a364;}

.twoColFixLtHdr #mainContent a{color:#f5db48;}

.twoColFixLtHdr #mainContent a:hover{color:white;}

.twoColFixLtHdr #mainContent2 a{color:#f5db48;}

.twoColFixLtHdr #mainContent2 a:hover{color:white;}

.title a{text-decoration:none;}

.twoColFixLtHdr #footer { 
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer.jpg); 
	height:80px;
	padding:30px 70px 10px 50px;
}

.twoColFixLtHdr #footer img{margin-left:20px;}

.twoColFixLtHdr #footer2 { 
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer2.jpg); 
	height:80px;
	padding:30px 70px 10px 50px;
} 

.twoColFixLtHdr #footer2 img{margin-left:20px;}

.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;
}

#menu2 {
    float:left;
	width: 175px;
	height:167px;
    background:none;
    padding:0;
	font-size:1.2em;
    margin-top:1px;
	}
	
#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;

	
	}

#menu2 li a {
	height: 26px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 17px;
	text-decoration: none;
	width:165px;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: white;
	display: block;
	padding: 8px 20px 8px 20px;
	}
	
#menu2 li a:hover {
	color: #f3dc86;
	padding: 8px 20px 8px 30px;
	}

.id_1 a{background:#d3b201;}
.id_2 a{background:#a40045;}
.id_3 a{background:#0077a2;}
.id_4 a{background:#00a364;}
.id_5 a{background:#292929; border-bottom:2px solid #292929;}

.error {
    border:1px solid #D00;
    background-color:#FCC;
    width:80%;
    margin:auto;
    padding:5px 20px;
	color:black;
}

.main_box{
	width:250px;
	height:170px;
	float:left;
	margin:5px;
	background:none;}
	
.main_img{
	margin:0px;border:none;}

.main_box p{
	text-align:justify;
	padding:0 5px;
	margin-top:10px;
}

.title{
	font-size:1.3em;
	margin:0 0 10px 0;}
	
.main_box ul{
	
}

.main_box li{
	margin:3px 0;
	width:160px;
}

label{font-size:1.3em;color:white;}

.menu{margin-top:30px;}

.odkaz a{
color:#f5db48;
text-decoration:none;}

.odkaz a:hover{
color:white;
text-decoration:underline;}

H3{
margin:5px 0;}

.side_img{
border:2px solid #c5c5c5; margin-bottom:5px;}

.menu a{
	color:white;
	text-decoration:none;}
	
.menu a:hover{
	text-decoration:underline;}
	
.galerie_img{
	width:120px;
	height:90px;
	float:left;
	margin:6px;
_margin:3px;
   }
	
.galerie_img img {border:2px solid #f5db48;}

.galerie_img a:hover img {border-color:white;}

.message{
	margin:0px 0 10px 5px;
	width:95%;
	padding:0 0 5px 0;
	border-bottom:1px solid white;}
	
#navigace{margin:auto; width:50px;}

#navigace a{color:#f5db48;}

.il_img{margin:5px 50px;}

.message a{color:#f5db48;}

.guestbook{margin-top:5px;}

.magda_img{margin:0 10px 0 15px;border:none;}






