body {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background: white url(../images/body_bg.gif) top center repeat-y;
	
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #333;
}

a {
	color: #0078AE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#top_bg {
	display: block;
	height: 63px;
	background: transparent url(../images/top_bg.gif) top left repeat-x;
}

#top_wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 760px;
	text-align: right;
}

#lang {
	display: block;
	position: absolute;
	margin: 1px 0 0 0;
	padding: 0 18px 0 0;
	right: 148px;
	background: transparent url(../images/lang_line.gif) top right no-repeat;
}

#lang a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

#search {
	position: absolute;
	right: 0;
	width: 130px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search input.t_field {
	margin: 0;
	padding: 2px 1px;
	width: 79px;
	border: 1px solid #ccc;
	float: left;
	color: #0078AE;
	font-size: 11px;
}

#search input.btn {
	margin: 0;
	padding: 0;
	
}




#wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding: 0;
	width: 760px;
	
}

#logotip {
	position: absolute;
	display: block;
	top: -94px;
	left: -52px;
	width: 584px;
	height: 200px;
	background: transparent url(../images/senca_head.png) top left no-repeat;
}


.homelink {
	position: absolute;
	display: block;
	width: 230px;
	height: 40px;
	top: -65px;
	left: 128px;
}

#menu_bottom_layer {
	position: relative;
	display: block;
	width: 241px;
	float: left;
	height: 1%;
}

#menu_top_layer {
	position: absolute;
	display: block;
	width: 241px;
	top: 0;
	left: 0;
/*	height: 1%;*/
}

#menu_bottom_layer ul,
#menu_top_layer ul {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_bottom_layer ul li,
#menu_top_layer ul li {
	margin: 1px 0 0 0;
	padding: 0;

}

#menu_bottom_layer ul li a,
#menu_top_layer ul li a {
	margin: 0;
	padding: 0;
	height: 32px;
	display: block;
}


#menu_bottom_layer ul ul,
#menu_top_layer ul ul {
	display: block;
	margin: 0;
	padding: 5px 0;
	
}

#menu_bottom_layer ul ul li,
#menu_top_layer ul ul li {
	margin: 0;
	padding: 0;
}

#menu_bottom_layer ul ul li a,
#menu_top_layer ul ul li a {
	font-size: 11px;
	line-height: 14px;
	font-family: Trebuchet MS;
	color: #666;
	height: 1%;
	margin: 0;
	padding: 3px 0 3px 17px;
	text-decoration: none;
	background: transparent url(../images/submenu_bullet.gif) 8px 8px no-repeat;
}

#menu_bottom_layer ul ul li a {
	background: none;
	color: white;
}

#menu_top_layer ul ul li a:hover,
#menu_top_layer ul ul li a.selected {
	background: transparent url(../images/submenu_bullet_over.gif) 8px 8px no-repeat;
	color: #0078ae;
}

#menu_bottom_layer ul ul li a.selected {}



#mainframe {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 519px;
}

#toolbox {
	position: absolute;
	top: -24px;
	right: 2px;
	text-align: right;
}

#toolbox a {
	margin: 0 0 0 10px;
	padding: 0;
}




#picture {
	position: relative;
	display: block;
	margin: 1px 0;
	padding: 0;
}


#content_wrapper {
	position: relative;
	display: block;
	margin: 0 24px 0 0;
	padding: 0 0 0 15px;
	border-top: 1px solid #ccc;
}
ul {
	margin-left: 40px;
}

h1 {
	margin: 0;
	padding: 12px 0 8px 0;
	font-size: 21px;
	color: #0078AE;
}

h2 {
	margin: 0;
	padding: 0px 0 4px 0;
	font-size: 16px;
	color: #0078AE;
}

h3 {
	margin: 0;
	padding: 0px 0 4px 0;
	font-size: 13px;
	font-weight: bold;
	color: #0078AE;
}

#list_item {
	margin: 0;
	padding: 18px 0;
	display: block;
	height: 1%;
	border-bottom: 1px solid #ccc;
}

#list_item.last { border: none; }

#list_item h3 span {
	font-size: 12px;
	font-weight: normal;
	color: #444;
}

.bottom_links {
	position: relative;
	display: block;
}

.bottom_links a {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 3px 10px;
	background: transparent url(../images/submenu_bullet.gif) 0px 8px no-repeat; 
}

.bottom_links a:hover {
	background: transparent url(../images/submenu_bullet_over.gif) 0px 8px no-repeat; 
}

.clear {
	position: relative;
	display: block;
	height: 1%;
	clear: both;
	overflow: hidden;
}

#footer {
	position: relative;
	display: block;
	margin: 50px 0 30px 0;
	padding: 5px 25px;
	background: transparent url(../images/footer_bg.gif) top left no-repeat;
	font-size: 10px;
	color: #999;
}

#footer .copyright {
	float: left;
	display: block;
}

#footer .legal {
	display: block;
	text-align: right;
}

#footer a {
	color: #999;
	text-decoration: none;
	padding: 0 5px;
}
/* Banner */
#banner {
	position: relative;
	display: block;
	margin: 22px 0 0 0;
	width: 218px;
	border: none;
}

/* enews */

#enews {
	position: relative;
	display: block;
	margin: 22px 0 0 0;
	width: 218px;
	border: 1px solid #ccc;
}

#enews .title {
	border-bottom: 1px solid #ccc;
}

#enews .content {
	padding: 6px;
	padding-bottom: 8px;
}

#enews .content span {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	line-height: 14px;
	padding: 0 0 6px 0;
}

#enews form {
	margin: 0;
	padding: 0;
}

#enews input.t_field {
	margin: 0 0 0 18px;
	padding: 2px 1px;
	width: 117px;
	border: 1px solid #ccc;
	float: left;
	color: #0078AE;
	font-size: 11px;
}

#enews input.btn {
	margin: 0 0 0 8px;
	padding: 0;
	width: 56px;
}

#enews .vogalcek {
	position: absolute;
	left: -1px;
	bottom: -1px;
}


/**
*	sitemap
*/

#sitemap ul {
	margin:0;
	padding:0;
	list-style: none;	
}
#sitemap li {
	height: 1%;
}
#sitemap li a {
	display: block;
	padding-left: 25px;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #0078AE;
	text-decoration: none;
}

#sitemap li ul {
	padding-left: 35px;
}
#sitemap li li {
	background: none;
}
#sitemap li li a {
	font-size: 11px;
	font-weight: normal;
	background: transparent url(../images/submenu_bullet.gif) 0px 6px no-repeat;
	padding-left: 12px;
	color: #999;
}

#sitemap li li a:hover {
	color: #0078AE;
	background: transparent url(../images/submenu_bullet_over.gif) 0px 6px no-repeat;
}
#sitemap li li ul{
	padding-left: 20px;
}
#sitemap li li li a {
	font-weight: normal;
	color: #999;
}
#sitemap li li li a:hover {
	color: #0078AE;
}


/* search po arhivu novic */

#search_archive {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 18px 0;
	height: 1%;
	border-bottom: 1px solid #ccc;
}

#search_archive form {
	margin: 0;
	padding: 0;
}

#search_archive input.t_field {
	margin: 0;
	padding: 2px 1px;
	width: 120px;
	border: 1px solid #ccc;
	float: left;
	color: #0078AE;
	font-size: 11px;
}

#search_archive input.btn {
	margin: 0 0 0 8px;
	padding: 0;
	
}



/* SEARCH RESULTS */


.searchresultfirst, .searchresult {
	position: relative;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	height: 1%;
}


.searchresultfirst a, .searchresult a {
	position: relative;
	margin: 0;
	padding: 0;
	color: #0078AE;
	text-decoration: none;
	font-weight: bold;
}
.search_keyword {
	font-weight: bold;
}
.pages {
	margin: 10px 0 0 0;
}


/* forms */

#forms {
	margin: 20px 0 0 0;
	padding: 0;
}

#forms form {
	margin: 0;
	padding: 0;
	height: 1%;
}
/*
#forms_inner {
	margin: 0 0 20px 0;
	padding: 0 0 18px 0;
	
	background: transparent url(images/pikica.gif) bottom left repeat-x;
}
*/
#forms .esm_form_field {
	margin: 0;
	padding: 0;
	display: block;
	clear: both; 
}

#forms label {
	display: block;
	float: left;
	
	padding-top: 4px;
	margin-right: 5px;
	
	width: 90px;
}

#forms .inputfield_i, #forms .inputfield_t {
	margin: 3px 0;
	padding: 2px;
	
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #333;
	
	width: 300px;
	border: 1px solid #CCC;
}


/*
#forms .esm_form_field div.inputfield_r {
	margin-top: 5px;
	padding: 0;
}
#forms input.inputfield_r {
	float: left
}

#forms label.inputfield_r {
	display: inline;
	float: none;
	clear: right;

	padding-top: 0px;
	margin: 2px 0 0 0;
	
	line-height: 20px;
}

#forms div.inputfield_r {
	position: relative;
	display: block;
	width: 220px;
	margin-left: 100px;
}

#forms form div.inputfield_r span {
	display: block;
	width: 220px;
	clear: right;
	padding: 0 0 5px 0
}
*/
#forms .inputfield_s {
	width: 150px;
	
	font-size: 11px;
	font-family: Trebuchet MS;
	
	margin: 0 0 10px 0;
	padding: 2px;
	
	border: 1px solid #CCC;
}

#forms .submit {
	margin: 3px 0 0 85px;
	padding: 2px 10px;
	
	font-family: Trebuchet MS;
	font-size: 11px;
	
	border: none;
}

#pages {
	display: block;
	margin: 10px 0;
	text-align: center;
}

#documents {
	margin-top: 20px;
}

#documents .title {
	font-size: 14px;
	font-weight: bold;
	color: #0078AE;
}

.more{
	/*display: none;*/
}

/*
	simplnet link
*/
#poweredby {
	margin-left: 0px;
	margin-top: 20px;
}

#poweredby a {
	color: #666;
	text-decoration: none;
	padding: 0px 5px 0 0;
	font-family: Tahoma;
	font-size: 10px;	
}
#footerlogo {

	letter-spacing: 1px;
	font-family: Tahoma;
	font-size: 10px;
}
#footerlogo1 {
	color: #C3000D;
}
#footerlogo2 {
	color: #E94F00;
}
#footerlogo3 {
	color: #F08D00;
}
