BODY {
	background: #FBF4EE;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* vycentrovane pre IE */
	margin: 40px;
}

td,tr,p,div {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #333333;
}

ul {
  margin           : 0px 0px 0px 0px;
}

li {
  list-style       : inside url(../images/arrow.gif) 2px;
  list-style-image : url(../images/arrow.gif);
}

hr {
  background       : #C0C0C0;
  height           : 1px;
  width            : 100%;
}

table.searchintro {
	background-color: Fuchsia;
	border: solid 1px #777777;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  /*font-size        : 100%;*/
  color            : #ff6600;
/*  text-decoration  : none;*/
  font-family      : verdana, sans-serif;;
}

a:hover {
  color            : #444444;
	background-color: #E8E8E8;
/*  text-decoration  : none;*/
}

a.category:link, a.category:visited {
  color            : #999999;
  font-weight      : bold;
}

a.category:hover {
  color            : #37C9C0;
}

a.buttonbar:link, a.buttonbar:visited {
  color            : #FFFFFF;
  font-weight      : bold;
  text-transform   : uppercase;
}

a.buttonbar:hover {
  color            : #37C9C0;
  text-decoration  : bold;
}

/* ###################### MAIN MENU SETTINGS ###################### */

.mainlevel {
  font-family      : verdana, sans-serif;;
  font-weight      : normal;
  width            : 95%;
  text-align       : left;
 /*   text-decoration  : none;
filter           : Alpha(opacity=100, finishopacity=0, style=1);
  -moz-opacity     : 0.65;
  letter-spacing   : 2px;
  text-indent      : 5px;*/
  padding-bottom          : 3px;
  padding-left          : 5px;
  display          : block;
/*  margin-top       : 2px;*/
}

a.mainlevel:link, a.mainlevel:visited {
/*  border-top       : 1px solid #BBE5E3;
  border-bottom    : 1px solid #BBE5E3;
  background       : #FFFFFF;*/
	font-size		: 110%;
  color            : #ff6600;
	background: url("../images/out.gif") no-repeat left;
	padding-left: 20px;
}
a.mainlevel:hover {
/*  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #FFFFFF;
  background-color : #BBE5E3;*/
  color            : #444444;
     background: url("../images/over.gif") no-repeat left;
}
/* ###################### MAIN level-nav MENU SETTINGS ###################### */

#mainlevel-nav {
	list-style-type: none;
	text-align: center;
}
#mainlevel-nav li {
	display: inline;
	margin-left: 10px;
}
a.mainlevel-nav:link, a.mainlevel-nav:visited {
	background: url("../images/out.gif") no-repeat left;
	padding-left: 20px;
}
a.mainlevel-nav:hover {
	color            : #444444;
	background: url("../images/over.gif") no-repeat left;
}
/* ###################### MODULE SETTINGS ###################### */
table.moduletable {
  margin-top    : 10px;
  width            : 100%;
  margin-bottom    : 5px;
}
table.moduletable th {
	font: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-align: left;
	border-bottom: none;
	padding: 1px;
	padding-left: 3px;
	background-color: #FCE9D8;
}

.newsflash {
  font-family      : Verdana, sans-serif;
  font-size        : 10px;
  color            : #27A19A;
}

.frameheader {
  font             : Verdana, sans-serif;
  font-size        : 18px;
  font-weight      : none;
  color            : #808080;
}

.poll {
	font-size: 11px;
	padding-bottom: 5px;
}
.pollbutton {
	margin-top: 5px;
	width: 60px;
  font-size        : 10px;
  color            : #000000;
  border           : 1px solid;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Verdana, sans-serif;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #000000;
  border           : 1px solid;
}

.inputbox {
  font-family      : Verdana, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  color            : #000000;
  background       : #FFFFFF;
  border           : 1px solid;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane, .contentpaneopen {
	text-align       : justify;
	padding-left     : 5px;
	padding-right    : 5px;
}
.contentpane img {
	margin-right: 5px;
	margin-bottom: 5px;
}
.contentpaneopen {
}

.contentheading, .componentheading {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border-bottom: 1px solid #FCE9D8;
	padding: 1px; /* background       : url("../images/dotimage.gif") repeat-x bottom;*/
}

.contentdescription {
  font-family      : Verdana, sans-serif;
  font-size        : 11px;
  color            : #333333;
  text-align       : left;
}
.contentdescription img {
	margin-right: 5px;
	margin-bottom: 5px;
}
.category {
  color            : #999999;
  font-family      : Verdana, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  text-decoration  : none;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableentry1 {
	background-color: #F8F0EA;
	border-bottom: 1px solid #FFFFFF;
}

.sectiontableentry2 {
	background-color: #F0DACA;
	border-bottom: 1px solid #FFFFFF;
}

.sectiontableheader {
  background-color : #EDC8A7;
  color            : #FFFFFF;
  height           : 20px;
  font-weight      : bold;
  border-bottom    : 1px solid #FFFFFF;
}
/*juro*/
.rmargin {
	padding-right: 20px;
}
/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, sans-serif;
  font-size        : 9px;
  color            : #CC6600;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font-family      : Verdana, sans-serif;
  font-size        : 9px;
  color            : #000000;
  font-weight      : normal;
}
/* ****************** juro ****************************** */
#obal {
	width: 769px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
   margin-right: auto;
	text-align: left;
	padding: 0;
	border: 1px solid #EDC8A7;
	background: #FFFFFF;
}
#hlavicka-o {
     width: 100%;
     padding: 0;
     border: 0;     
}
#hlavicka {
	margin-bottom: 10px;
	height: 99px;
	background: url("../images/logo.jpg") no-repeat right;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hlavicka img {
	float: left;
}
#slogan {
	padding-right: 135px;
	padding-top: 15px;
	text-align: right;
	padding-bottom: 0px;
}
#slogan h4 {
	font-size: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-weight: bold;
}
#obsah-o {
	float: right;
	width: 570px;
	padding: 0;
	border: 0;
}
#obsah {
	padding-right: 15px;
	padding-bottom: 20px;
}
#obalmenu-o {
	float: left;
	width: 145px;
   padding: 0;
   border: 0;     
}
#obalmenu {
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-right: 0px solid #EDC8A7;
}
#menu {
	/*padding-left: 15px;*/
}
#body {
	padding-left: 20px;
	padding-right: 10px;
}
#frontpage {
}
#user1 {
}
#user2 {
	margin-left: 10px;
	border-left: 1px solid #EDC8A7;
	padding-left: 10px;
	width: 100px;
	text-align: center;
}
#koniec-o {
	clear: both;
	width: 100%;
	padding: 0;
	border: 0;     
}
#koniec {}
#peta-o {
	width: 100%;
	padding: 0;
	border: 0;     
}
#peta {
	padding: 3px;
	text-align: center;
}
H1 {
	padding-left: 25px;
	background: url("../images/sipka_dolu.gif") no-repeat left 5px !important;
	margin-top: 10px;
	color: #CC6600;
	font-size: 18px;
}
H2 {
	padding-left: 25px;
	background: url("../images/sipka_vpravo.gif") no-repeat left center;
	color: #CC6600;
	font-size: 16px;
	text-decoration: none;
}
H2 a {
	text-decoration: none;
}
#webtvorba {
	margin: 20px 40px 20px 40px;
	padding: 10px;
	border: 1px solid #EDC8A7;
	height: 60px;
}
#webtvorba h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	color: #999999;
}
#webtvorba img {
	float: left;
	margin-right: 20px;
}
#referencie {
	margin: 10px 10px 10px 10px;
	padding: 10px;
	border: 0px solid #EDC8A7; /*	height: 220px;*/
	background-color: White;
	text-align: left;
}
#referencie h3 {
	margin-top: 4px;
	margin-bottom: 4px;
	color: #666666;
	font-size: 100%;
	font-weight: normal;
}
#referencie img {
	float: left;
	margin-right: 10px;
	border: 1px solid #EDC8A7;
}
#referencie span {
	border-bottom: 0px solid #EDC8A7;
	font-weight: bold;
	color: #CC6600;
}
#medzi {
	height: 12px;
	width: 100%;
	background: url("http://www.itc-nr.sk/images/ico/sipka-dole.gif") no-repeat center;
	margin-bottom: 20px;
}
table#webkat-tab {
	font-size: 100%;
	border-collapse: collapse;
}
table#webkat-tab td,
table#webkat-tab th {
	border-color: #EDC8A7;
	border-style: solid;
	border-width: 1px 0px;
	padding: 10px 10px;
	vertical-align: top;
}
.vlavo {
	float: left;
}
#sidlo {
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidlo img {
	margin-right: 10px;
}
.foto {
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#ref {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 2px solid #EDC8A7;
}
#odsad {
	margin-left: 10px;
}
#odsad ul {
	margin-left: 10px;
	list-style-type: decimal;
}
#odsad li {
	margin-top: 10px;
}
.noscreen { 
     display: none
}
#dat {
	width: 765px;
	display: none;
}
#naj {
	display: none;
	float: left;
}
#count {
	display: none;
	float: right;
}
#obal {
	width: 750px !important;
	width: 750px;
	background: #ffffff;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px; 
	border: 10px solid #EBF2F3;
	border: 1px solid White;
}
#linky{
	width: 747px !important;
	width: 747px;
	background: #F0F8FF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 2px;
	font-family: Arial;
	font-size: 12px;
	color: black;
	border: 10px solid #EBF2F3;
	border: 1px solid White;
}
