@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: #DFDFDF;
	background-color: #696969;
/*	background-image: url(images/bgbg.png);
	background-repeat: repeat-y;
	background-position: center top;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #FF6502;
	text-decoration: underline;
}
#header #up #kontaktyicon {
	float: right;
}
#header #up #logo {
	float: left;
}
#header #up {
	height: 100px;
}
#header #menu {
	float: left;
	width: 200px;
	margin-left: 40px;
	_margin-left: 20px;
	margin-top: 10px;
	height: 210px;
}
.twoColFixLtHdr #container {
	width: 770px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bg_in.png);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #all {
	background-image: url(images/bg_dw.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.twoColFixLtHdr #header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 324px;
	padding: 0px;
} 
.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: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 73px;
	clear: both;
} 
#mainContent #fotos {
	margin-top: 8px;
	margin-bottom: 5px;
}
#mainContent #fotos .img {
	margin-right: 30px;
}
#footer #copy {
	float: left;
	width: 200px;
	margin-top: 25px;
	margin-left: 30px;
	font-size: 11px;
	color: #999;
}
#footer #odkazy {
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	_margin-left: 20px;
	width: 480px;
	font-size: 11px;
	color: #CCC;
}
#footer  a {
	color: #999;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
#footer #copy a {
	margin-left: 0px;
}
.twoColFixLtHdr #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;
}
#header #foto {
	float: right;
	width: 523px;
	height: 209px;
	margin-right: 2px;
	margin-top: 8px;
}
#sidebar1 #shop {
	background-image: url(images/shop_bg.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 239px;
}
#sidebar1 #shop img {
	margin-top: 15px;
	margin-left: 40px;
}
#sidebar1 #aktuality {
	float: right;
	width: 220px;
	font-size: 11px;
	min-height: 320px;
}
#sidebar1 #aktuality #aktualitynadpis {
	background-image: url(images/leva_aktuality.png);
	height: 30px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
}
#sidebar1 #aktuality #aktualitynadpis h3 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-weight: normal;
	float: left;
}
#sidebar1 #aktuality #aktualitytext {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#aktualita .vpravo {
	color: #FFF;
	line-height: 20px;
}
#aktualita .info {
	font-size: 14px;
}
.teaser a {
	background-image: url(images/icon_more.png);
	background-position: left bottom;
	padding-left: 13px;
	background-repeat: no-repeat;
}
#aktualita a {
	color: #FF6502;
}
#aktualita {
	margin-bottom: 8px;
}
#aktualita .vpravo .teaser img {
}
.nadpismensi {
	font-size: 14px;
	line-height: 10px;
	color: #FFF;
}
#footer #odkazy a {
	color: #CCC;
}
#mainContent h1, #mainContent2 h1 {
	color: #FF6502;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: normal;
}
#mainContent h2, #mainContent2 h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}
#mainContent .teaser {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}
#menu ul {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#menu ul .last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#menu ul li a {
	color: #EEE;
	text-decoration: none;
	background-image: url(images/menu_list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#menu ul li a:hover {
	background-image: url(images/menu_list_hover.png);
	color: #FF6502;
}
#menu ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	list-style-type: none;
}
.twoColFixLtHdr #all1 {
	background-image: url(images/bgbg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#mainContent2 {
	margin: 20px;
}
#sidebar1 #menu {
	background-color: #696969;
}
#sidebar1 #menu a {
	background-image: url(images/odkaz_sede.png);
	padding-left: 30px;
	font-size: 12px;
}
#sidebar1 #menu ul {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin: 0px;
}
#mainContent #kontakty #form tr {
	margin-bottom: 5px;
}
#mainContent #kontakty #form table, #mainContent #kontakty #form table td {
	text-align: left;
	vertical-align: top;
}
#mainContent #kontakty #form #ctrl_1, #mainContent #kontakty #form #ctrl_2, #mainContent #kontakty #form #ctrl_3{
	background-color: #7F7F7F;
	width: 300px;
	margin-bottom: 3px;
	color: #FFF;
}
#mainContent #kontakty #form #ctrl_5{
	background-color: #7F7F7F;
	margin-bottom: 3px;
	color: #FFF;
}
#form .col_0 {
	width: 100px;
}

