@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;
	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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 995px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(containerbig_bg.gif);
} 
.thrColFixHdr #header {
	height: 185px;

} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* padding keeps the content of the div away from the edges */
}
#nav {
	height: 30px;
	width: 560px;
}

#sidebar2 {
	float: left;
	width: 215px;
}
#MFholder {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 545px;
	height: auto;
}

.button {
  background-color: #CCFF66;
  border: none;
}



#menu_left {
	padding: 5px;
	float: right;
	height: 700px;
	width: 190px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.menuleft_holder {
	float: right;
	height: 662px;
	width: 170px;
	margin-right: 15px;
}


.thrColFixHdr #mainContent {
	width: 565px;
	float: left;

} 

#sidebar2 {
	float: left;
	width: 213px;
}
#clanky_holder {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 545px;
	height: 300px;
	overflow: scroll;
}
.text_intro {
	margin: 10px;
	padding: 5px;
	float: left;
	width: 505px;
}

#clanek1_text {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	float: left;
	width: 505px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	height: auto;
}


.fotogallery {
	float: left;
	height: 307px;
	width: 194px;
}

.thrColFixHdr #footer {
	padding: 2px;
	background-image: url(obrazky/footer.jpg);
	font-size: small;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#modaastyl_menu_holder {
	float: left;
	width: 535px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#obchody_menu {
	float: left;
	width: 535px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	height: 95px;
}

#seznam {
background: url(obrazky/fotogalerie1.jpg) no-repeat;
width: 195px;
height: 306px;
float:right;
position: relative;
left: -20px;
}

#seznam a {
  color:#ffffff;
  text-decoration: underline;
}

#seznam a:hover {
  color:rgb(255,255,204);
  text-decoration:underline;
}

#seznam a:visited {
  color:#ffffff;
  text-decoration: underline;
}
