body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
form {
	margin: 0px;
	padding: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
	display: block;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}


/* ODKAZY */
a:link, a:visited, a:active {
	color: #47518c;
}
a:hover {
	color: #f15a22;
}

.whitelink:link, .whitelink:visited, .whitelink:active {
	color: #FFFFFF;
}
.whitelink:hover {
	color: #E3E6F0;
}

.orangelink:link, .orangelink:visited, .orangelink:active {
	color: #FFA800;
}
.orangelink:hover {
	color: #FFFFFF;
}



/* NADPISY */
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F15A23;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F15A23;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #47518C;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/* LAYOUT WEBU */
.layout-wrapper {
	width: 971px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-y;
}
.layout-top-mid {
	float: left;
	height: 299px;
	width: 240px;
	background-color: #47518c;
	color: #FFFFFF;
	overflow: hidden;
}
.layout-top-right {
	float: left;
	height: 299px;
	width: 200px;
	background-color: #34346e;
	color: #FFFFFF;
	overflow: hidden;
}
.layout-top-menu {
	color: #FFFFFF;
	background-color: #F15A23;
	height: 33px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 701px;
	float: left;
}
.layout-top-search {
	background-color: #d8430d;
	float: left;
	height: 23px;
	width: 260px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
}
.layout-logo {
	display: block;
	height: 82px;
	width: 248px;
	margin-left: 275px;
}
.layout-left {
	float: left;
	width: 248px;
}
.layout-right {
	float: left;
	width: 720px;
	padding-bottom: 20px;
}


.content-halp {
	padding-right: 20px;
}

.column-half {
	width:50%;
	float:left;
}



/* KATALOG */
.catalog-producers {
	background-color: #EEEEEE;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
.catalog-item-wrapper {
	float: left;
	height: auto;
	width: 154px;
	padding: 6px;
	border: 1px solid #EBEBEB;
	margin: 2px;
}
.catalog-item-photo {
	height: 130px;
	text-align: center;
}
.catalog-item-info {
	height: 120px;
	overflow: hidden;
	text-align: center;
	width: 154px;
}



/* MENU A SEZNAMY */
.top-menu-item:link, .top-menu-item:visited, .top-menu-item:active {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
}

.top-menu-item:hover {
	color: #FFFFFF;
	background-color: #D8430D;
}


.ul-menu {
	margin: 0px;
	padding: 0px;
}
.ul-menu li {
	list-style-position: outside;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C7DD;
	font-weight:bold;
}

.ul-menu .sub {
	font-weight:normal;
}

.ul-menu .active:link, .ul-menu .active:visited, .ul-menu .active:active {
	font-weight:bold;
	background-color: #47518c;
	color: #FFFFFF;
}

.ul-menu li a:link, .ul-menu li a:visited, .ul-menu li a:active {
	text-decoration:none;
	padding: 5px;
	display:block;
}


.ul-topmenu {
	margin: 0px;
	padding: 0px;
}
.ul-topmenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	list-style-position: outside;
}

.ul-topmenu li a:link, .ul-topmenu li a:visited, .ul-topmenu li a:active {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

.ul-topmenu li a:hover {
	color:#FFFFFF;
	background-color:#C02118;
}

.ul {
	margin: 0px;
	padding: 0px;
}
.ul li {
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.ol {
	margin: 0px;
	padding: 0px;
	color: #666666;
}
.ol li {
	padding: 0px;
	list-style-type: decimal;
	list-style-position: inside;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.ul-subcategories {
	float: left;
	margin-right: 10px;
	width: 130px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}




.banner-01 {
	background-image: url(../images/banner/01.jpg);
	height: 299px;
	width: 530px;
	float: left;
	margin-right: 1px;
}



/* FORMULARE */
.textfiled-search {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #999999;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 160px;
	margin-right: 4px;
	margin-left: 4px;
	height: 15px;
}

.combo {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #999999;
}

.button-1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F15A23;
	margin: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding: 4px;
}

.button-2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #47518C;
	margin: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding: 4px;
}



/* OSTATNI */
.div-msg {
	padding: 8px;
	margin-bottom: 10px;
	text-align: center;
}

.content-01 {
	padding: 15px;
}
.content-02 {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.photogallery {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	border: 1px solid #EEEEEE;
	padding: 1px;
}
.application-item {
	float:left; 
	width:160px; 
	margin:4px; 
	padding:2px; 
	height:200px; 
	text-align:center; 
	overflow:hidden;
}


/* BARVY WEBU */
.to-left {
	float: left;
}
.to-right {
	float: right;
}
.to-annotation {
	font-size: 11px;
	line-height: 16px;
}
.to-small {
	font-size: 10px;
}
.to-big {
	font-size: 18px;
	font-weight: bold;
}
.to-orange {
	color: #ffa800;
}
.to-green {
	color: #7DA600;
}
.to-blue {
	color: #47518c;
}

.to-gray {
	color: #666666;
}
.to-lightgray {
	color: #999999;
}
.to-white {
	color: #FFFFFF;
}
.to-bkg-light-gray {
	background-color: #F0F0F0;
}
.to-bkg-green {
	background-color: #7DA600;
}

.to-bkg-orange {
	background-color: #F15A23;
}

.to-bkg-blue {
	background-color: #47518c;
}

.navigateCategory:link,
.navigateCategory:active,
.navigateCategory:visited
{
	font-size: 17px;
	width: 500px;
	border: 4px solid #EEEFF7;
	background-color: #EEEFF7;
	color: #47518C;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	text-decoration: none;
	padding: 10px;
}

.navigateCategory:hover
{
	background-color: #F15A23;
	color: #FFF;
}


/* STRANKOVANI */
.paging {
	font-size:10px;
	color: #FFFFFF;
	background-color: #47518C;
	float: left;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	display:block;
}

.paging-separator {
	font-size:10px;
	color: #999999;
	float: left;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.paging:link, .paging:active, .paging:visited { color:#FFFFFF; text-decoration:none; }
.paging:hover {	color:#FFFFFF; background-color:#666666; text-decoration:none; }

.paging-active {
	background-color: #F15A23;
	color: #FFFFFF;
}



.clearboth {
	clear: both;
}

.ncsv {
	display: none;
}

