@import url(middle.css);

@import url(header.css);

@import url(footer.css);

@import url(moduls.css);



html, body {

 	margin: 0 auto;

 	padding: 0;

 	background-image: url(../images/tz-header3.gif);

        background-repeat: no-repeat;

	background-color: #0099cb;

}



.body{

	

}



div, td, form {

 font-size: 11px;

 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}



.frame{

	width: 985px!important;

	background-image: url(../images/bg_transparent.png);

	top: 7px;

	background-repeat: no-repeat;

	position: relative;

	background: transparent;
	
	margin: 0 auto;

}







.middle_around{

	width: 910px;

	height: 200px;

	position: relative;

	left: 41px;

	background-color: Silver;

}







* STANDARD COMPLETE CSS FOR JOOMLA 1.0.X and MAMBO 4.5.X TEMPLATES */

/* By Dinh Viet Hung (C) http://www.joomlart.com: Free templates and Professional Templates Club */

 

 

/* DEFAULT SETTINGS */ 

/* Below are  default settings are used when no other style has been defined.*/

body {}/*Style for the body tag of your website, controls font family page background, etc.*/

p {} /*formatting all <div> (division) items.  This is a catch-all that only applies when no other 

style has been defined.*/

td {

   font-size: 11px;

   line-height: 15px;

}

tr {} /*formatting all 

<tr> items.  This default setting is used when no other style has been defined.*/

ul {} /*formatting all UL (unordered list) items. This default setting is used when no other style

has been defined.*/

a:link {

	color: #005A87;

	text-decoration: none;

	font-weight: normal;

} /* general links style*/

a:visited {



	text-decoration: none;

}

a:hover {

	color: #006da0;

	text-decoration: underline;

}

hr {} /* horizontal line in your template*/

hr.separator {}

 

/* FORMS SETTINGS */ 

.button {}

.inputbox {}

.search {} /*formatting the <div> which holds search items: inputbox, search button...*/

 

 

/* NAVIGATION/MENU SETTINGS */

 

a.mainlevel{} /* this styling is for the MAIN items in the menu */

a.mainlevel:link {}

a.mainlevel:visited {}

a.mainlevel:hover {}

 

#active_menu {} /* this styling is for the menu item when it is active, even in main/sub position*/

 

ul#mainlevel-nav {}

ul#mainlevel-nav li{}

#mainlevel-nav a:link {}

#mainlevel-nav a:visited{}

#mainlevel-nav a:hover {}

 

a.sublevel{} /* this styling is for menu items that HAS A PARENT */

a.sublevel:link {}

a.sublevel:visited {}

a.sublevel:hover {}

 

.pagenavbar {} /*Sets the style for the footer navigation ("<< Start < Prev Next > End >>") 

when they do not appear as hyperlinks (when only a few articles exist).*/

.pagenavbar:link {} /*Style for the footer navigation ("<< Start < Prev Next > End >>") when 

they become hyper links*/

.pagenavbar:visited {}

 

.pagenav {} /* as the name implies, this is for formatting texts for those 

"<< Start < Previous 1 Next > End >>" links */

a.pagenav:visited {}

a.pagenav:hover {}

 

a.readon:link {} /*Style for the "Read More" link that is displayed for large content items*/

a.readon:hover {}

a.readon:visited {}

 

.back_button {} /*Style for the "BACK" button*/

.pagenav_prev {} /*Style for the PRE button*/

.pagenav_next {} /*Style for the NEXT button*/

 

.latestnews ul {

margin: 0;

padding: 0;

list-style: none;

} /*Style for latest news list - by default, latest news is user1 module*/

.latestnews li { 

line-height: 15px;

padding-left: 15px;

padding-top: 0px;

background-image: url(../images/arrow.png);

background-repeat: no-repeat;

background-position: 0px 2px;

}

 

.mostread ul{} /*Style for most popular list - by default, most popular is user2 module*/

.mostread li{}

 

/* CONTENT PAGE SETTINGS */

a.category:link {}

a.category:hover {}

a.category:visited {}

 

.blogsection {} /* Formatting the links in Blog section */

.blog_more {} /*The "More" text in blog section*/

a.blogsection:link {} /* set the link format */

a.blogsection:visited {} /* same as above, but to set the visited link format */

a.blogsection:hover {} /* same as above, but for links with mouse pointer over it */

 

.componentheading {

	padding: 0 0 5px 0;

	margin-bottom: 10px;

	border-bottom: 0px solid #DDDDDD;

	font-size: 200%;

}

.componentheadingdva {



        padding: 0 0 5px 0;

	margin-bottom: 10px;

	border-bottom: 1px solid repeat-x #DDDDDD;

	font-size: 200%;

}

.contentheading {

	color: #006da0;

	font-size: 14px;

	padding-bottom: 11px;

	padding-top: 11px;

	vertical-align: top;

	border-bottom: 1px solid #d5e9f8;

	border-top: 1px solid #d5e9f8;

	font-weight: bold;

} /* Title of the content, article, etc. being displayed.*/

.contentheading2 {

	color: #006da0;

	font-size: 16px;

	vertical-align: top;

	font-weight: bold;

} /* Title of the content, article, etc. being displayed.*/

.contentpane {  } /* Table that holds all non-article information (components, 

category lists, contact forms, etc).*/

.contentpaneopen {

	color: #006da0;

} /* Table that holds the actual text for an article.*/

.contentpagetitle { } /*Title of articles*/

 

a.contentpagetitle:hover {} /*Title of articles when appeare as links */

a.contentpagetitle:link {}

a.contentpagetitle:visited {}

 

.contentdescription {} /* Formating the "DESCRIPTION" of sections, categories 

(News/Weblinks/Latest news...) */

table.contenttoc {} /* Formating the table of the Tables of Contents for multiple 

pages content or article */

table.contenttoc td {} /* same as above, used to format the td and able cells */

table.contenttoc th {} /* same as above, used to format the th of "Tables of 

Content" ( normally Article Index)*/

table.contenttoc td.toclink {} /* same as above, used to format toc link texts*/

a.toclink:link {} /* same as above, used to format toc link text status*/

a.toclink:visited {} 

a.toclink:hover {} 

 

 

/* JOOMLA - MAMBO SECTIONS LISTINGS */

.sectiontableheader {} /* This is for styling the section table headers on a 

SECTION's page. Example: table header of "Date", "Item Title", "Author" and "Hits"? */

.sectiontableentry1 {} 

.sectiontableentry2 {}

 

 

/* JOOMLA - MAMBO MODULES FORMATTING */

table.moduletable {

} /* Formatting the module table */

table.moduletable th {

        color: #006da0;

	font-size: 14px;

	padding-bottom: 11px;

	padding-top: 11px;

	vertical-align: top;

	border-bottom: 1px solid #d5e9f8;

	border-top: 1px solid #d5e9f8;

	font-weight: bold;

	text-align: left;

} 

/* Formatting the module header, and the module titles */

table.moduletable_info td {

      font-size: 9px;

  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

  color: #006697;

} 

table.moduletable_galerija {

      background: url(../images/galerija-module.gif) no-repeat;

}



table.moduletable_galerija td {

      font-size: 9px;

      font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

      color: #006697;

      background: url(../images/galerija-module.gif) no-repeat;

}



/* Formatting the table cells of the module table */



 

/* MISCELLANEOUS */

 

/* Dates , Authors*/

.createdate {} /* For styling the date the content/articles are created under contents title */

.modifydate {} /* Formating "Last updated on" text at the end of articles/contents */

.small {} /* Formating "Written by:...." text */

.smalldark {}/*Found in poll result page, for " Number of Voters".. text */

 

/* Polls */

.poll {} /* format the td of poll table */

.pollstableborder {} /* set the border properties of the polls voting table */

 

 

/* Weblinks */

.weblinks{} /* well.. to format the link's titles under the "Weblinks" 

  section on the frontend */

a.weblinks:hover {} /* same as above, but for link with mouseover */

 

/* Newsfeeds */

.newsfeedheading {} /* The newsfeed title. NOTE: This will not affect the newsfeed's

news title! */

.newsfeeddate {} /* yeah.. the date on the newsfeed */

.fase4rdf {} /* this is the body text of the newsfeed */

 

/* Search page */

table.searchintro {} /* This is for formatting the box with "Search Keyword: test

returned 4 matches" box that appears after you have entered a search value.

It appears on the mainbody with the search results */

 

 

/* JOOMLA - MAMBO TABBED FRONTEND ADMIN INTERFACE */

/* The CSS below efines how the frontend admin interface when logged in */

 

.ontab {}/* For styling of the "Tab" buttons when editing contents through the 

frontend as admin. 

This .ontab is the styling for the tab when it is active or after its "clicked" */

.offtab {} /* Same as above, used for styling of the "Tab" buttons when editing 

contents through the frontend. 

This the styling for the tab when it is NOT active or when it is NOT "clicked" */

.tabpadding {} /* this style is used set the size of the tab in the above */ 

.tabheading {} /* Not too sure what this is used for. Couldn't find anything 

related to it yet at the moment */

.pagetext {} /* this style is used to style the content of the editing form 

contents (where HTMLArea sits and all its forms + contents) in the frontend 

Administration interface */





a.mainlevel_tzmenu{

	display: block;

	float: left;

	text-decoration: none;

	background: url(../images/tzmenu_bg.png) no-repeat;

	border-bottom-color: #006da0;

 	padding-left: 13px;

 	padding-bottom: 3px;

 	padding-top: 3px;

 	width: 180px;

	font-size: 11px;

}

a.mainlevel_tzmenuinfo{

	display: block;

	float: left;

	text-decoration: none;

	background: url(../images/tzmenuinfo_bg.png) no-repeat;

	border-bottom-color: #006da0;

 	padding-left: 13px;

 	padding-bottom: 3px;

 	padding-top: 3px;

 	width: 150px;

	font-size: 11px;

}



/*pathaway setting*/

.pathway {

font-family: Tahoma, Arial, Helvetica, Arial, sans-serif;

font-size: 9px;

color:#bad9e7;

font-weight:bold;

}



a.pathway:link, a.pathway:visited {

  color            : #bad9e7;

  font-weight      : normal;

  text-decoration: underline;

}



a.pathway:hover {

  color            : #bad9e7;

  font-weight      : normal;

  text-decoration   : none;

}



a.mainlevel_hmenu{

	color: White;

	padding-right: 20px;

	font-style: italic;

 	font-size: 12px;

 	font-weight: bold;

}



a.mainlevel_hmenu:link, a.mainlevel_hmenu:visited {

  text-decoration: none;

}



a.mainlevel_hmenu:hover {

  text-decoration   : none;

}



/* JOOMLA - MAMBO MODULES FORMATTING */

table.moduletable_left {

	color: #006599;

} /* Formatting the module table */

table.moduletable_left th {

	text-align: left;

	font-weight: bold;

	font-style: italic;

	font-size: 12px;

	padding-top: 10px;

	padding-bottom: 5px;

} /* Formatting the module header, and the module titles */

table.moduletable_left td {

	text-align: left;

	font-size: 9px;

        font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

        color: #006697;

} 

/* Formatting the table cells of the module table */



/* JOOMLA - MAMBO MODULES FORMATTING */

table.moduletable_left_down {

	color: #006599;



	width: 180px;

	font-size: 9px;

} /* Formatting the module table */

table.moduletable_left_down th {

	text-align: left;

	font-weight: bold;

	font-style: italic;

	font-size: 12px;

	padding-top: 10px;

	padding-bottom: 6px;

} /* Formatting the module header, and the module titles */

table.moduletable_left_down td {

	background: #FFFFFF;

        text-align: left;

	font-size: 10px;

        color: #006599;

        font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

        line-height: 16px;

        padding: 3px;

} 

table.moduletable_left_down a{

	color: #006da0;

	background: url(../images/small-arrow.gif) no-repeat 0 3px;

	padding-left: 11px;



}

table.moduletable_left_down a:visited{

	color: #006da0;



}

table.moduletable_left_down a:hover{

	color: #006da0;

	font-weight: bold;



}



/* Formatting the table cells of the module table */

.sectiontableheader {

	padding: 7px 5px;

	border-top: 1px solid #EFEFEF;

	border-bottom: 1px solid #EFEFEF;

	background: url(../images/grad2.gif) repeat-x center #F7F7F7;

	font-weight: bold;

}



tr.sectiontableentry1 td {

	padding: 7px 5px;

	background: url(../images/dot.gif) repeat-x bottom;

}



tr.sectiontableentry2 td {

	padding: 7px 5px;

	background: url(../images/dot.gif) repeat-x bottom;

}



tr.sectiontableentry1:hover td,

tr.sectiontableentry2:hover td {

	background: url(../images/dot.gif) repeat-x bottom #F0F5FB;

}

.bignumber {

	float: left;

	margin-right: 8px;

	padding: 6px 7px;

	display: block;

	color: #FFFFFF;

	background: url(../images/ol-bg.gif) no-repeat top left;

	font: 20px/normal Arial, sans-serif;

	font-weight: bold;

}



.interaktiv {

  font-size: 9px;

  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

  color: #006697;

}



/* FORM

--------------------------------------------------------- */

form {

	margin: 0;

	padding: 0;

}



form label {

	cursor: pointer;

}



input, select, textarea, .inputbox {

	padding: 1px;

	font-family: Tahoma, Arial, sans-serif;

	font-size: 100%;

}



select, textarea, .inputbox {

	background: #FFFFFF;

	color: #666666;

}



.button {

	padding: 2px 5px;

	border: 1px solid #6E9DCD;

	color: #FFFFFF;

	background: url(../images/but-bg.gif) repeat-x center #6E9DCD;

}



* html .button, *+html .button {

	padding: 2px 3px !important;

	border: 1px solid #FFFFFF;

}



.inputbox {

	margin-bottom: 1px;

	padding: 3px 2px;

	border: 1px solid #DDDDDD;

	background: #FFFFFF;

}



.inputbox:hover, .inputbox:focus {

}

table.poll {

	padding: 0;

	width: 100%;

	border-collapse: collapse;



}



table.pollstableborder_left_down {

	padding: 0;

	width: 100%;

	border: none;

	text-align: left;

	color: #006697;

	font-size: 9px;

	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

}



table.pollstableborder_left_down .sectiontableheader_left_down {

	padding: 8px 5px !important;



}



table.pollstableborder img_left_down {

	vertical-align: baseline;

}



table.pollstableborder_left_down td {

	padding: 2px!important;

	border-collapse: collapse;

	border-spacing: 0;

	font-size: 10px;

	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

}



table.pollstableborder tr.sectiontableentry1 td {

	border: none;

	background: #F7F7F7;

}



table.pollstableborder tr.sectiontableentry2 td {

	border: none;

}



table.searchintro {

	padding: 10px 0;

	width: 100%;

}



table.searchintro td {

	padding: 5px!important;

}
