body {
  margin:0px;
  font-family: Arial, Helvetica, Verdana, Tahoma;
}

body td {
  font-size:12px;
}

a {
  text-decoration:none;
  color:#000000;
}

#sh_right, #sh_left {
  width:10px;
}

#sh_right {
  background: url(images/shadow_left.png) repeat-y;
}

#sh_left {
  background: url(images/shadow_right.png) repeat-y;
}

#top {
  height:17px;
  background: url(images/bg_top.png);
}

#header {
  height:86px;
  background: url(images/header.gif) no-repeat;
}

#info {
  height:100%;
}

#info td {
  padding-left:13px;
  font-size:12px;
  color:#394163;
}

#breadcrump {
  height:22px;
  background: url(images/bg_blue.png);
  color:#FFFFFF;
  padding-left:5px;
  padding-right:5px;
}

#breadcrump a {
  color:#FFFFFF;
  text-decoration:none;
}

#date {
  position:relative;
  right:0px;
  color:#FFFFFF;
  text-decoration:none;
}

#bread_footer {
  height:13px;
  background: url(images/bg_bread.png) repeat-X;
}

#menu {
  width:180px;
  border-right:1px;
  border-right-style:solid;
  border-right-color:#636563;
}

td#menu ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
	padding-left: 0;
	margin-left: 0;
}

td#menu ul li {
	list-style: none;
	margin: 0;
}

td#menu ul li a {
	display: block;
	padding: 5px 5px 5px .3em;
	border-left: 8px solid #f0f0f0;
	text-decoration : none;
	color: #394163;
}

td#menu ul li a:hover {
	display: block;
	padding: 5px 5px 5px .3em;
	background: #f0f0f0;
	border-left: 8px solid #c0c0c0;
	text-decoration : none;
}

td#menu ul li.act {
	border-left: 8px solid #394163;
	background: #f0f0f0;
}

td#menu ul li.act a {
	background: #e0e0e0;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px .3em;
	border-left-width: 0px;
	text-decoration : none;
	color: #394163;
}

td#menu ul li.act a:hover {
	display: block;
	padding: 5px 5px 5px .3em;
	border-left-width: 0px;
	text-decoration : none;
}


td#menu ul li.act ul {
	font-size: 12px;
}

td#menu ul li.act ul li {
	background: none;
}

td#menu ul li.act ul li a {
	background: none;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding: 3px .2em 3px 3px;
	padding-left: 15px;
	border-left-width: 0px;
	text-decoration : none;
	color: #394163;
}

td#menu ul li.act ul li a:hover {
	background: #f0f0f0;
	display: block;
	border-left-width: 0px;
	padding: 3px .2em 3px 3px;
	padding-left: 15px;
	text-decoration : none;
	color: #94A25A;
}


td#menu ul li.act ul li.act {
	border-left-width: 0px;
	background: #f0f0f0;
}


td#menu ul li.act ul li.act a {
	background: #C0C0C0;
	font-weight: bold;
	display: block;
	padding: 3px .2em 3px 3px;
	padding-left: 15px;
	border-left-width: 0px;
	text-decoration : none;
	color: #394163;
}

/*################### Menü 3 ##################*/

td#menu ul li.act ul li {
	font-size: 10px;
}

td#menu ul li.act ul li.act ul {
	background: none;
}

td#menu ul li.act ul li.act ul li a {
	background: none;
	font-size: 11px;
	font-weight: normal;
	display: block;
	padding: 3px .2em 3px 3px;
	padding-left: 25px;
	text-decoration : none;
	color: #394163;
}

td#menu ul li.act ul li.act ul li a:hover {
	background: #f0f0f0;
	display: block;
	border-left-width: 0px;
	padding: 3px .2em 3px 3px;
	padding-left: 25px;
	text-decoration : none;
	color: #94A25A;
}


td#menu ul li.act ul li.act ul li.act {
	border-left-width: 0px;
	background: #999999;
}

td#menu .special {
  height:1px;
}

#content_main {
  width:100%;
}

#content {
   padding: 15px;
   height: 400px;
   text-align: justify;
}

#content .news-single-timedata {
  text-align:right;
}

#content .csc-textpic-text p.bodytext {
  width: 100%;
  text-align: justify;
}

.csc-searchform td {
  padding: 5px;
  text-align:left;
}

input, textarea, select  {
  border:1px solid #636563;
  margin:5px;
  font-size:11px;
  font-family:Arial, Helvetica, Verdana, Tahoma;
  padding:2px;
}

.print {
  position:relative;
  right:30px;
  top:0px;
  color:#000000;
  text-decoration:none;
  float:right;
}

h1 {
  font-size: 15px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 13px;
}

#footer {
  height:35px;
  background: url(images/bg_blue.png);
  border-top:1px;
  border-top-style:solid;
  border-top-color:#636563;
  padding-right:10px;
  text-align:right;
  color:#FFFFFF;
}

#footer a {
  color:#FFFFFF;
}

#footer a:hover {
  color:#E0E0E0;
}

#bottom_l {
  height:5px;
  background: url(images/shadow_corner_l.png) no-repeat;
}

#bottom {
  background: url(images/shadow_bottom.png) repeat-x;
}

#bottom_r {
  background: url(images/shadow_corner_r.png) no-repeat;
}