

/*<group=MainFrame>*/

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px; 
	font-family: 'Helvetica', 'Helvetica CE', 'Arial', 'Arial CE', sans-serif;
	text-align: center;
}

table, input, button, textarea, select{
	font-size: 11px;
}

hr, .nodisplay {
	display: none;
}

#page {
	width: 756px;
	margin: 0 auto;
	text-align: left;
}


#head h1 {
	width: 756px;
	margin: 0 auto;
	/*background:#369CB4;*/
	color: white;
	background: url(../images/mainmenu-bg.gif) repeat-x;
	/*background: url(../images/topmenu-bg.gif) repeat-x;*/
	border-bottom: 1px solid white;
	font-size: 11px;
}	
#bluelinesmall {
	width: 756px;
	margin: 0 auto;
	height: 1px;
	background:#00A0C6;
}


/*</group>*/

/*<group=Banner>*/
#banner {
	position: absolute;
	width: 155px;
	height: 1278px;
	top: 96px;
	margin-left: 522px;
	float: left;
	/*border-left: 1px solid #FFC32D;*/
	/*border-left: 1px solid #00A0C6;*/
	border-left: 1px solid #E0E0E0;
	padding-left: 1px;
	background: white;
	color: #369CB4;
	text-align: center;
}

#banner .banblueline {
	clear:both;
	height:1px;
	background:#00A0C6;
}
#banner #banorangeline {
	height:15px;
	background:#FFC32D;
	color: white;
	border-top: 32px solid white;
	border-bottom:1px solid white;
}

#banner p {
  display:block; margin:5px 0 5px 0; border: 1px; border-color: red;
}

#banner p a {
  font-size:12px; font-weight:bold; color:#00A0C6; text-decoration: none;
}

#banner p a img {
  border: none; margin: 5px 0 0 0;
}

/*</group>*/

/*<group=Header>*/
#header {

}
#header a.logo span {
	display:none;
}
#header a.logo {
	position:relative;
	float:left;
	/*display: ;*/
	height:42px;
	width:164px;
	/*margin-top:15px;*/
	margin:15px 0 3px 15px;
	background: url(../images/logo-technorm.gif) no-repeat;
}
#header #blueline {
	clear:both;
	height:5px;
	background:#00A0C6;
	border-bottom:1px solid white;
}
#header #orangeline {
	height:15px;
	background:#FFC32D;
	border-top:1px solid white;
	border-bottom:1px solid white;
}
/*<group=TopMenu>*/
#topmenu {
	position:relative;
	float:right;
	top: 10px;
}
#topmenu ul, #topmenu li {
	margin:0;
	padding:0;
}
#topmenu li {
	position:relative;
	float:left;
	list-style:none;
	margin-left:10px;
}
#topmenu a:link, #topmenu a:visited {
	color:black;
	text-decoration:none;
	font-size:10px;
	background: url(../images/topmenu-bg.gif) 0px 1px no-repeat;
	padding-left: 8px;
}
#topmenu a:hover {
	color: gray;
	background: url(../images/topmenu-bg.gif) 0px -11px no-repeat;
}

/*<group=Infoline>*/
#infoline, .infoline{
	/*position:relative;*/
	/*float:right;*/
	/*clear:both;*/
	text-align:right;
	top:6px;
	margin-right:10px;
  	margin-bottom:5px;
	color:#00A0C6;
	font-size: 12px;
}	
#infoline a, .infoline a{
	color:#00A0C6; text-decoration: none;
}
#infoline a img, .infoline a img{
	border: 0px; color:#00A0C6; text-decoration: none;
}
#infoline img, .infoline img{
	border: 0px; color:#00A0C6; text-decoration: none;
}
/*</group>*/
/*</group>*/

/*<group=MainMenu>*/
#mainmenu {
	height:25px;
	background: url(../images/mainmenu-bg.gif) repeat-x;
}
/*
#mainmenu ul, #mainmenu li {
	margin:0;
	padding:0;
}
#mainmenu li {
	list-style:none;
	position:relative;
	float:left;
}
#mainmenu a:link, #mainmenu a:visited {
	
	display:block;
	padding: 6px 12px 6px 12px;
	color:white;
	text-decoration:none;
	border-right:1px solid white;
}
#mainmenu a:hover {
	color:lightgrey;
}
*/


/* main menu start*/

/* #menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
} */
#nav, #nav ul { /* all lists */
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 100;
/* line-height: 1;  */
}

#nav a {
	display: block;
	/*color: white;*/
	text-decoration: none;
	padding: 0px 3px;
	/* width: 10em;  */
}

#nav li { /* all list items */
	/* padding: 0 3px 0 3px; */
	/*width: 10em;  width needed or else Opera goes nuts */	
	position: relative;
	float: left;
	padding: 6px 8px;
	cursor: default;
	border-right:1px solid white;
	z-index: 110;
}
#nav li span{
	color:#FFFFFF;
}
#nav li li { 
	/* padding: 0 3px 0 3px; */
	/*width: 10em;  width needed or else Opera goes nuts */	
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	cursor: default;
	background-color: #838383;
	border-right:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #3E71A7;
	width: 175px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 0;
	margin: 5px 0 0 0;
	_margin: 6px 0 0 0px;
	border:1px solid white;
	border-top: none;
}
#nav li li a:link, #nav li li a:visited {
	display: block;
	text-align: left;
	padding: 5px 5px 5px 5px;
	width: 165px;
}

#nav li li a:hover {
	background-color: silver;
	color: white;
	
	}
	
#nav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 175px;
	_margin: -22px 0 0 165px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* main menu end*/



/*</group>*/

/*<group=Sidebar>*/

#sidebar {
	position:relative;
	float:left;
	width:225px;
	background: #CCCCCC url(../images/sidebar-form-bg.gif) left bottom repeat-x;
	border-right:1px solid white;
}

/*<group=Intro>*/

#section-top {
	background: #00A0C6 url(../images/sidebar-top-bg.gif) bottom repeat-x;
	/*height:225px;*/
	border-bottom: 1px solid white;
}


#section-top .motto {
	color:white;
	font-size:18px;
	height:166px;
	border-bottom: 1px solid white;
	padding: 3px 13px  10px 13px;
	/*letter-spacing: -1px;*/
	line-height:33px;
}
#section-top h1, #section-top h2 {
	font-size:18px;
	font-weight:normal;
	padding: 5px 0px  0px 0px;
}
#section-top .info {
	color:white;
	height: 35px;
	font-weight:bold;
	padding:10px 0 0 13px;
}

#dovolena {
	height: 115px;
	border-bottom: 1px solid white;
}

.section-form {
	background: #CCCCCC url(../images/sidebar-form-bg.gif) left bottom repeat-x;
	border-bottom: 1px solid white;
}
.section-form form {
	margin:0;
	padding:13px;
	
	
}
.section-form fieldset {
	margin:0;
	padding:5px 0 0 0;
	_padding: 0;
	border:none;
	border-top:1px solid white;
	color:white;
	font-weight:bold;
}
.section-form legend {
	margin:0;
	padding:0 2px 0 0;
	_padding:0 0 5px 0;
	color:white;
}
.section-form label {
	margin:0;
	padding:0;
	color:black;
	font-weight:normal;
	/*font-size:9px;*/
}
.section-form select {
	margin-bottom:5px;
	width:152px;
}
.section-form input {
	margin-bottom:5px;
	width:146px;
}
.section-form input.submit {
  font-size: 10px;
  width: 27px; 
}

.section-form form p {
	margin:5px 0 0 0;
	padding:0;
	font-size:10px;
}
.section-form form p a:link, .section-form form p a:visited {
	color:black;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}
.section-form form p a:hover {
	color:white;
}
.section-form div {
	padding: 13px;
}

	
/*</group>*/

/*<group=Page>*/
#section-top ul {
	
}
#section-top ul, #section-top li {
	margin:0;
	padding:0;
	list-style:none;
}
#section-top li a:link, #section-top li a:visited {
	display:block;
	text-decoration:none;
	color:white;
	border-bottom: 1px solid #4DB8D6;
	height:18px;
	padding:4px 0 0 10px;
	
	font-weight:bold;
}
#section-top li a:hover {
	background:#4DB8D6;
	color:white;
}
#section-top li a#current {
	border-bottom: none;
}
#section-top li li a:link, #section-top li li  a:visited {
	font-size:10px;
	display:block;
	text-decoration:none;
	color:white;
	border-bottom: none;
	height:14px;
	padding:1px 0 0 20px;
	font-weight:normal;
}
#section-top li li a:hover {
	background:#4DB8D6;
	color:white;
}
#section-top li ul {
	border-bottom: 1px solid #4DB8D6;
}
/*</group>*/
	
/*</group>*/

/*<group=Content>*/

#content {
	margin-left: 235px;
}

/*<group=Intro>*/

#mainbanner img {
	border:none;
	padding-bottom:1px;
	border-bottom: 1px solid #00A0C6;
}
#mainbanner {
position: relative;
float: right;
height: 225px;
	
}
#texts {
	position:relative;
	float:right;
		margin-left:13px;
	width:517px;
	_width:510px;

}
#texts #sluzby {
	position:relative;
	float:left;
	width:180px;
	padding: 13px 0 0 0;
}
#texts #info {
	padding: 13px 0 0 0;
	
	margin-left:200px;
}	

#info .new {
	height:89px;
	margin-top:10px;
	margin-bottom:10px;
}

 #texts #podsekce  {
clear:both;
}

#sluzby .HBlock, #info .HBlock, #podsekce .HBlock {
	font-size:10px;
	font-weight:bold;
	color:black;
	margin-top:0;
	margin-bottom: 10px;
	padding-top:0;
	border-bottom:1px solid black;
}

#sluzby h1, #info h1, #podsekce h1 {
	font-size:12px;
	/*letter-spacing:-1px;*/
	font-weight:bold;
	color:#027ABB;
	margin:0;
}
#info h2{
	margin-top: 10px;
}
#sluzby h2, #info h2 {
	font-size:12px;
	/*letter-spacing:-1px;*/
	font-weight:bold;
	color:#027ABB;
	margin:0;
}

#sluzby h3, #info h3 {
	font-size:11px;
	/*letter-spacing:-1px;*/
	font-weight:bold;
	color:#505050;
	margin:0;
	padding:5px 0 0 8px;
}

#sluzby h4, #info h4 {
	font-size:11px;
	/*letter-spacing:-1px;*/
	font-weight:normal;
	color:black;
	margin:0;
	background: url(../images/hacko.gif) 0px 1px no-repeat;
	/*padding-left: 8px;*/
	padding:4px 0 0 8px;
}

#sluzby .more, #info .more{
	font-weight: bold;
	/*border-bottom: 1px solid #00A0C6;*/
	/*border-bottom: 1px solid #FFC32D;*/
}

#sluzby p, #info p, #podsekce p {
	margin:2px 0 0 0;
	letter-spacing:.1px;
}

#sluzby .h1, #info .h1 {
	font-size:12px;
	/*letter-spacing:-1px;*/
	font-weight:bold;
	color:#027ABB;
	margin:0;
}

#info .h1 {
	margin-top: 10px;
}

#sluzby h3.h2 {
	font-size:12px;
	/*letter-spacing:-1px;*/
	font-weight:bold;
	color:#027ABB;
	margin:0;
	padding:0;
}


#sluzby p a:link, #sluzby p a:visited, #info p a:link, #info p a:visited {
	color:#027ABB;
	text-decoration:none;
}

#sluzby p a:hover, #info p a:hover {
	color:silver;
	text-decoration:none;
}

#sluzby p.more, #info p.more {
	margin: 0 0 10px 0;
	text-align:right;
	color:#FFC32D;
}
#info p.more {
	margin: 0 0 5px 0;
	text-align: left;
	color:#FFC32D;
}
#info p.more a{
	padding-right:33px;
}

#sluzby .more a:link, #info .more a:link {
	color:#FFC32D;
	text-decoration:none;
}
#sluzby .more a:visited, #info .more a:visited {
	color:#FFC32D;
	text-decoration:none;
}
#sluzby .more a:hover, #info .more a:hover {
	color:silver;
	text-decoration:none;
}

#links {
	margin-top: 5px;
	font-size: 9px;
	text-align: right;
}

#links a:link, #links a:visited {
	color: #909090;
	text-decoration: none;
}

#links a:hover {
	color: #027ABB;
	text-decoration: none;
}


/*<group=Page>*/
#content-box {
	width:515px;
	_width:512px;
	/*margin-left:225px;
	padding:10px 0 0 15px;
	_padding:10px 0 0 13px;*/
	padding: 10px 0px
	
}
#content-box #pathway {
	font-weight:bold;
	font-size:9px;
}
#content-box #pathway a:link, #content-box #pathway a:visited {
	text-decoration:none;
	color:black;
	background:transparent;
}
#content-box #pathway a:hover {
	color:silver;
	background:transparent;
}
#content-box h1 {
	margin: 10px 0 0 0;
	font-size:16px;
	font-weight:bold;
	color:#027ABB;
}
#content-box h2.h1 {
	margin: 10px 0 0 0;
	font-size:16px;
	font-weight:bold;
	color:#027ABB;
}

#content-box p {
	margin: 2px 0;
}

#content-box p.h1 {
	margin: 10px 0 0 0;
	font-size:16px;
	font-weight:bold;
	color:#027ABB;
}

#content-box #anotace p {
	padding: 0 0 0 50px;
}

#content-box #anotace p {
	margin-top: 10px;
  margin-bottom: 2px;
  text-indent: 30px;
}

#content-box .quicksearch {
	background: url(../images/quicksearch-bg.gif) left bottom repeat-x;
	border-bottom:2px solid white;
	height:50px;
	padding:0px 7px 0 12px;
	
}
#content-box .quicksearch form {
	margin: 0;
	padding:0  ;
	position:relative;
	float:right;
	top: 12px;
}
#content-box .quicksearch input, #content-box .quicksearch select {
	width: 125px;
	margin:0;
	padding:0;
	
}
#content-box .quicksearch input.submit {
	width: 41px;
	height:19px;
}
#content-box .quicksearch label {
	color: gray;
	font-size:9px;
	margin:0;
	padding:0;
}
#content-box table#outerTbl {
	border-collapse: collapse;
	border:1px solid #00A0C6;
	padding:0;
	margin:0;
	width:515px;
	_width:512px;
	background: transparent;
	
}

#content-box table#outerTbl thead {
	background: url(../images/thead-bg.gif) left bottom repeat-x;
	height:20px;
	color: white;
	font-weight:bold;
}
#content-box table#outerTbl thead td {
	padding:1px 5px 0 5px;
	border:1px solid #00A0C6;
}

#content-box table#outerTbl tbody td {
	padding: 5px;
	border:1px solid #00A0C6;
	/*border: 1px solid #F5BE37;*/
}
#content-box table#outerTbl tbody td span.label{
	color: #666666;

}
#content-box table#outerTbl tbody td input {
	width: 20px;
	text-align:right;
}
#content-box table#outerTbl tbody td img {
	position:relative;
	float:right;
}
#content-box table#outerTbl tbody td img.koupit {
float: none;
cursor: pointer;
}

#content-box table#outerTbl tbody td table.innerTbl td{
	border: none;
	padding:0px;
	text-align:left;
}


/*</group>*/

/*</group>*/


/*<group=footer>*/

#footer {
	clear:both;
	/*border-top: 10px solid #00A0C6;*/
	margin-top:1px;
}
#footer p {
	font-size: 9px;
	/*border-top: 1px solid #00A0C6;
	padding-top: 1px;
	padding-left: 4px;
	margin-top: 1px;*/
	color: #909090;
	/*line-height:10px;*/
}

#footer a {
	text-decoration: none;
	color: #909090;
}

#footer a:hover{
	color: #00A0C6;
}

#footer table {
	/*border-top: 1px solid #00A0C6;*/
	margin: 5px 0 0 0;
	padding: 0 0 0 2px;
	/*line-height:10px;*/
	border-collapse: collapse;
}

#footer table td {
	font-size:10px;
	text-decoration: none;
	color: #6C6C6C;
	text-align: center;
	letter-spacing: normal;
	padding-left: 3px;
	padding-right: 3px;
	border-left: 1px solid #909090;
	border-right: 1px solid #909090;
}

#footer table a:hover{
	color: #00A0C6;
}

#footer div {
  border-bottom: solid 1px #00A0C6;
  border-top: solid 10px #00A0C6;
  background-color: #fff;
  height: 1px;
  margin: 0 0 0 0;
}


#tooltip{
	position:absolute;
	border: 2px solid white;
	background-color: #FFC32D;
	color: white;
	padding: 10px;
	display: none;
	width: 200px;
	text-align: left;
	cursor: pointer;
}
#tooltip ul, #tooltip ul li{
	margin-left: 10px;
	padding-left: 0px;
}

#cartAlert{
	position:absolute;
	border: 2px solid white;
	background-color: #FFC32D;
	color: white;
	padding: 10px;
	display: none;
	width: 200px;
	text-align: left;
	cursor: pointer;
}
	
.bordered-img{
	border: 5px solid #FFC32D;
}
ul.s-mezerama li, ol.s-mezerama li{ margin-bottom: 10px; }
/*</group>*/	
/*</group>*/



#pictnav {
  padding-left:0px;
  display:block;
  margin-bottom:20px;
}

#pictnav a {
  text-decoration:none;
  font-size:11px;
  color:#027ABB ;
  margin:0px 0 0 0;
}

#pictnav a:hover {
  text-decoration:none;
  font-size:11px;
  color:black ;
  margin:0px 0 0 0;
}

#pictnav img {
  border:none;
  display:block;
  float:left;
  margin:1px 2px 0 1px;
}

#pictnav h1, #pictnav h2, #pictnav h3, #pictnav h4, #pictnav, #pictnav h6, #pictnav h7, #pictnav p {
  border:none;
  padding: 0;
  margin:10px 0 6px 0;
}

#pictnav div {
  background: url(http://www.technicke-normy-csn.cz/images/nav-bcgr.jpg) no-repeat;
  width:163px;
  height:110px;
  display:block;
  float:left;
  /*background:#fff;*/
  /*border-top:1px solid #FFC32D;*/
  border-top:1px solid #00A0C6;
  border-left:1px solid #00A0C6;
  margin:5px 0 0 5px;
}



