@charset "utf-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #DAEDFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	text-decoration: underline;
	color: #333;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatLeft {
	float:left;
	margin:10px;
}
.floatRight {
	float:right;
	margin:10px;
}
#header #logo {
	height: 50px;
	width: 245px;
	margin-top: 10px;
	float: left;
}
#header #vyhledavani {
	width: 260px;
	float: right;
	margin-top: 22px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #all {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	width: auto;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	height: 120px;
	padding: 0px;
	margin: 0px;
}
#all #footerDw {
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	height: 37px;
}
#footerDw #footerDwIn {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	text-align: right;
	font-size: 10px;
	color: #FFF;
	padding-top: 12px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 245px;
	text-align: justify;
	line-height: 19px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
}
.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;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar1 ul li {
	margin-bottom: 3px;
}
#sidebar1 ul ul li {
	margin-bottom: 0px;
}
#vyhledavani #ctrl_keywords, #search #ctrl_keywords{
	line-height: 20px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 21px;
	width: 227px;
	border: 0px none #AACAF0;
	float: left;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 11px;
}
#vyhledavani #ctrl_submit, #search #ctrl_submit {
	background-image: url(images/search_btn.png);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 21px;
	width: 23px;
	border: 0px none #A0C0E6;
}
#footerDwIn a {
	color: #FBD705;
	text-decoration: none;
}
#mainContent #col1 {
	width: 295px;
	float: left;
}
#mainContent #col2 {
	float: right;
	width: 242px;
}
#mainContent  h1 {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #065389;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent  h2 {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #065389;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent ul li {
	background-image: url(images/odrazka.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 3px;
}
#mainContent ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 3px;
}
#mainContent #aktuality a,
.mod_newslist a{
	color: #028ED2;
	font-weight: bold;
}
#mainContent #col2 #aktuality, #sidebar1 #aktuality {
	margin-top: 20px;
}
#header #menuHore {
	display: block;
	margin-top: 7px;
	clear: both;
	float: left;
	width: 800px;
}
#header #menuHore ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top:2px;
	margin-left: 25px;
}
#menuHore ul li {
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 26px;
	padding-bottom: 5px;
	padding-left: 26px;
}
#menuHore ul li a {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
#menuHore ul li a:hover {
	color: #F0CE02;
}
#mainContent #col2 table tr td {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
#allLeft {
	background-image: url(images/bg_leva.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuHore .active {
	color: #C9E3FE;
	font-size:13px;
	font-weight:bold;
}
#sidebar1 #menuleva {
	margin-top: 0px;
	margin-bottom: 20px;
}
#sidebar1 #menuleva ul li {
	background-image: url(images/menu_leva.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 180px;
	padding-top: 7px;
	padding-left: 35px;
	color: #0B75B1;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar1 #menuleva ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	text-decoration: none;
}
#sidebar1 #menuleva a:hover {
	color: #08588D;
}
#mainContent #search .mod_search.block .header {
	clear: left;
}
#sidebar1 table {
	margin-left: -2px;
}
#mainContent #col1  h2 {
	margin-top: 20px;
}
#sidebar1 #menuleva .level_1 .active a {
	color: #08588D;
}
#mainContent  h3 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent .fotogalerie img {
	margin: 5px;
	padding: 5px;
}
#mainContent h2 {
	margin-top: 10px;
}
#mainContent #produkt h2 {
	color: #A20F0F;
	font-size: 14px;
	padding-top: 10px;
}
#mainContent #produkt h3{
	margin-top: 20px;
}
#mainContent #formular input,
#mainContent #formular .formbody #ctrl_11, 
#mainContent #formular .formbody textarea,
#mainContent #formular .formbody #ctrl_10{
	margin-bottom: 2px;
	margin-top: 2px;
	width: 300px;
	background-color: #F2F9FF;
	border: 1px solid #666;
	color: #000;
	margin-left: 5px;
}
#mainContent #formular .formbody .submit_container input {
	width: 150px;
	background-color: #13375E;
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	height: 22px;
	margin-bottom: 10px;
}
#mainContent #formular .formbody table #opt_9_1, #mainContent #formular .formbody table #opt_9_0 {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D5EAFF;
	width: auto;
	margin: 0px;
	padding: 0px;
	margin-left:10px;
	
}
#formular .formbody #ctrl_9 {
	padding-top: 2px;
	padding-bottom: 2px;
}

#mainContent #kontakt-cz table td {
	border-color:#000000;
}
#mainContent #col2 .mod_newslist {
	text-align: left;
}
#footerDw #odkazyfoo {
	width: 805px;
	color: #13375E;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	font-size: 10px;
}
#footerDw #footerDwIn a {
}
#footerDw #odkazyfoo a {
	color: #13375E;
	text-decoration: none;
}
.tableorange {
	color: #000;
	background-color: #DBBB40;
}
.tableblue {
	color: #FFF;
	background-color: #00C;
}
#elektropermanentni-do-5t table tr td p {
	margin: 0px;
	padding: 0px;
}
#produkt #elektropermanentni-do-5t .clearnadpi h2 {
	clear: both;
}
#drilltronic-pro-vrtani-a-zavitovani .drilltext table td{
	padding: 4px;
	font-size: 10px;
	line-height: normal;
	text-align: center;
	vertical-align:top;
	border: 1px solid #DBBB40;
}
#drilltronic-pro-vrtani-a-zavitovani .drilltext td p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
