/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0px;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
color: #666;
background-image:url("../images/background.jpg");
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a {
	text-decoration:none;
}
a:link, a:visited, a:active, a:focus {
	color: #4f8aab;
}
a:hover {color: #70A1BD;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/*other*/
table {
	border-collapse:collapse;
}

/* #######################  END GENERAL SETTINGS ############################ */

/* #######################  LAYOUTS ############################ */
/* top bar nav on top of template good for staic links link sections etc.*/
.topbar{
color:#fff;
background-color:#222;
/*ajust the top bar height*/
height:30px;
text-align:right;
text-decoration:none;
padding-top:5px;
padding-right:5px;
display:block;
white-space:nowrap;
}
.topbar a:link{color:White;}
.topbar a:visited{color:White;}
.topbar a:hover{color:White;}

/* Wrapper Footer Trick */
#Wrapper {
height:auto !important;
width:840px;
margin: 5px auto;
border: 1px solid #aaaaaa;
background-color:#FFFFFF;
}

/* Heading Color and Height control*/
#Header {
	height:100px;
	padding:10px;
	background-color:#3f6d86;
}
#logo {
	position:relative;
	top:15px;
	width:200px;
	float:left;
}
#HeaderAnim {
	width:400px;
	text-align:center;
	float:right;
}
#HeaderRight {
	width:205px;
	height:100%;
	float:right;
	position:relative;
	text-align:right;
	color:#CCCCCC;
}
#login {
	font-size:9px;
	font-weight:bold;
}
#search {
	position:absolute;
	bottom:0;
	right:0;
}

#top_bar {
	margin-top:20px;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#e9e3c3;
}
#breadcrumbs {
	padding:0 8px;
	font-weight:bold;
	float:left;
	width:620px;
}
#lang {
	width:200px;
	float:right;
}
#jflanguageselection {
	margin:0;
}
#jflanguageselection span {
	margin-right:5px;
}
#jflanguageselection a:link, #jflanguageselection a:visited, #jflanguageselection a:active, #jflanguageselection a:focus {
	color:#735237;
}
#jflanguageselection #active_language {
	font-weight:bold;
}
#jflanguageselection .rawimages {
	margin-top:0;
}

#left {
	width:160px;
	float:left;
	margin:20px 0 30px 0;
}
#main_menu {
	display:block;
	background-color:#4f8aab;
	margin-left:5px;
	padding:0;
}

#chat {
	float:right;
	margin-top:20px;
}

#PageWrapper {
	margin:10px 25px;
	float:left;
}

#PageWrapper a {
	font-weight:bold;
}

.page, .blog, .contact {
	width:625px;
}

.naslovna {
	width:440px;
}

#right {
	margin:20px 5px 10px 0;
	float:right;
	border:1px solid black;
	width:170px;
	padding:5px;
	background-color:#e9e3c3;
}

#right h4, #right th {
	margin:0;
	line-height:0.9em;
	background-color:#4f8aab;
	color:#cccccc;
	padding:5px;
	font-size:1em;
	border:1px solid black;
}

#link_list {
	border-top:1px solid #DBD19D;
	border-bottom:1px solid #DBD19D;
	padding:5px 0;
	width:75%;
	margin:5px auto 15px auto;
	text-align:center;
}
#link_list a {
	color:#DBD19D;
}
#link_list a:hover {
	font-weight:bold;
	color:#735237;
}
#link_list ul {
	margin:0;
	padding:0;
}
#link_list li {
	display:inline;
	margin:0 5px;
}

#FooterWrapper {
	padding:10px;
	background-color: #222;
	color:#ffffff;
	text-align:right;
	font-size:10px;
}
#FooterLeft {
	float:left;
}
#sitemap {
	display:inline-block;
}
.bcarss {
	display:inline-block;
	margin-left:5px;
}
#FooterRight {
	margin-top:3px;
}

/* Main Body Padding */
.MainBody{padding:8px;}
	
/* Start of layout Center Mass */

/* End of layout Center Mass */

/* Centers the footer links etc.*/
.center{margin:0 auto;text-align: center; }
/* #######################  END LAYOUTS ############################ */



/* #######################  COMPONENTS ############################ */
/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */

/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
/* Element |ID   | Class 			  |Suffix */
/* Div     |NA   |contentheading   |pageclass_sfx*/
/* com_content AKA CORE ARTICLES FOR JOOMLA */
/* I */

/*  Needs Edit component heading */
/* Element |ID   | Class 			  |Suffix */
/* Div     |NA   |contentheading   |YES */
/* Top of any article is Parameters - Component : Show Article Title*/
.componentheading {
	margin-top:30px;
	line-height:0.8em;
}
	
/* Element |ID   | Class 			  |Suffix */
/* Div     |NA   |contentheading   |YES */
/* Top of any article is Parameters - Component : Show Article Title*/
.contentheading {
	margin-top:30px;
}

/* article rating needs to turn on via the back-end */
.content_rating {}
.content_vote {}
/* .button class to be added see forms css */


/* Element |ID   | Class 			    |Suffix */
/* Div     |NA   |contentpagetitle   |YES */
/* Top of any article is Parameters - Component : Show Article Title*/
/* content title and links href links happens if turned on via the back-end*/
.contentpagetitle{}
a.contentpagetitle:link{}
a.contentpagetitle:visited {}
a.contentpagetitle:hover{}

/* top box like a category description */
.contentdescription {}

/* Icons Print E-mail PDF etc.*/
.buttonheading{}

/* Writen by Authors name can also be seen on search com results href and intro text & Category listing if it has a article count*/
.small {}

/* Dates */
.createdate {}
.modifydate {}
.newsfeeddate {}
/* Dates */


/* Main Body Text */
.contentpane {}
/* Main Body Text */
.contentpaneopen {}
/* edit button if you have access to it */
.contentpaneopen_edit{}


/* Article Table of contents */
table.contenttoc {float:right;}
	
/* Heading Top TOC */
table.contenttoc th {}

/* Table Data can add color */
table.contenttoc td {}

/* Links Article Table of contents index */
a.toclink:link,	a.toclink:hover, a.toclink:visited  {}
/* End Article Table of contents  */

/* Main Body Text */

/* << Prev - Next >> */
.pagenavbar{}
.pagenavcounter{}

/* Page footer nav  « StartPrev12NextEnd » */
.counter {
	margin-bottom:2px;
}
.pagination, .counter {
	text-align:center;
}
.pagination li {
	display:inline;
	padding:0 5px;
}
.pagination span {}
a.pagination  a   {} 
a.pagination:hover {}

/* Table layout types "list"ings  Archived, weblink etc..*/
.sectiontableheader {}
	
/* Table odd and Even Rows */
.sectiontableentry1 {}
.sectiontableentry2 {}
.sectiontablefooter {}
/* End Sectiontable */

/* Category */
.category {}
a.category:link, a.category:visited, a.category:hover  {}
/* End category */


/* blogs Layout Style Top of the page Blog style Layouts */
.blog {}
.blog_heading {}
/*  At the footer of the blog style pages */
.blog_more{}
/* UL List at the footer of the Page */
.blogsection{}

/* Read more link to full article  */
.readon{
	float:right;
}

/* space from bottom of article */
.article_separator{}
  
/* new and Added  */
 /* This is table's TD tag that goes around the hole frontpage and blog com's 
 the backround would cover both td's or all colums
 */
.article_column{}

/* this class add formating to the right side of the content front page. 
it will overwrite the hole right and take formating over article_column after the first col
*/
.column_separator{}
/* End blogsection */


/* Need to Edit this is not My code See plugins images */
/* thumbnails */
div.mosimage         {}
div.mosimage_caption {}

div.caption       {}
div.caption img   {}
div.caption p     {}
/* Need to Edit this is not My code See plugins images */

/* New added */
/* com_archive */
/* 
li      |row                  | 1
h4      |title                |
h5		  |metadata					|
span    |created-date         |
span    |author               |
div     |intro                | */

/* It's LI in a UL list  */
 .row1{}
 /* H4 Header tag for Title */
 .title{}
 
 
 /* Plugin content Items Archived Article List */
 /* It a h5 HTML tag which wraps around the authors name meta etc.. */
 /* needs div id forul list type layout */
.author{}
.metadata{}
.intro{}
.MsoNormal{}

/*Com Polls*/
/* Has Styles inside its own com folder */
/*td      |smalldark          	| */
.smalldark  {}

/*com_search*/
.searchintro{}
/*Search Form keyword highlight*/
.highlight {
	background-color:#FFFFCC;
}

/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/

/* #######################  END COMPONENTS ############################ */

/* #######################  MODULES ############################ */
/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */

/* ##################### MODULE TABLE STYLE  #################*/	
/* Element |Class 			  |Suffix */
/* table   |moduletable      | moduleclass_sfx*/
/* <jdoc:include type="modules" name="left" style="table" /> */

/* Table Control */
table.moduletable {
	margin-bottom:25px;
	width:170px;
}

/* Font Control */

/* Title Control */
table.moduletable th {}

/* Module tbody Control*/
/*table.moduletable tbody{} */

/* Module Row Control*/
/*table.moduletable tr {}*/
table.moduletable tr{}

/* Module table Data Content Control*/
table.moduletable td {}

/* List Control */
table.moduletable ul {}
table.moduletable li {}

/* Link Control*/
table.moduletable a:link{}
table.moduletable a:visited {}
table.moduletable a:hover {}
table.moduletable a:active {}


/* ##################### MODULE TABLE STYLE CUSTOM SUFFIX #################*/

/* ##################### MODULE TABLE STYLE CUSTOM SUFFIX #################*/

/* ##################### END MODULE TABLE STYLE  #################*/


/* ##################### MODULE XHTML DIV STYLE #################*/	
/* Element 	|Class 			  	|Suffix */
/* div   	|moduletable      | moduleclass_sfx*/
/* h3    	|moduletable      | 
/* <jdoc:include type="modules" name="left" style="xhtml" /> */

/* Table Control */
/* Module Content Control*/
div.moduletable {}

/* Font Control */

/* Title Control */
div.moduletable h3 { }

/* List Control */
div.moduletable ul {}
div.moduletable li {}

/* Link Control*/
div.moduletable a:link{}
div.moduletable a:visited {}
div.moduletable a:hover {}
div.moduletable a:active {}


/* ##################### MODULE XHTML STYLE CUSTOM SUFFIX #################*/
/* ##################### MODULE XHTML STYLE CUSTOM SUFFIX #################*/

/* ##################### END MODULE MODULE XHTML STYLE  #################*/


/* ##################### MODULE ROUNDED STYLE #################*/
/* Element 	|Class 			  	|Suffix */
/* div   	|module           | moduleclass_sfx*/
/* h3    	|module           | 
/* <jdoc:include type="modules" name="left" style="rounded" /> */

/* Module Content Control*/
div.module {}

/* Font Control */

/* Title Control */
div.module h3 { }

/* List Control */
.module ul {}
.module li {}

/* Link Control*/
.module a:link{}
.module a:visited {}
.module a:hover {}
.module a:active {}

 /* Round Conners example */
.module {background: url(../images/bl_grey.gif) 0 100% no-repeat #dddddd; width: 20em; margin-bottom: 10px;}
.module div {background: url(../images/br_grey.gif) 100% 100% no-repeat}
.module div div {background: url(../images/tl_grey.gif) 0 0 no-repeat}
.module div div div {background: url(../images/tr_grey.gif) 100% 0 no-repeat; padding:10px; padding-top: 0px; padding-bottom: 2px;}
.module div div div div {background: none;}


/* ##################### MODULE ROUNDED STYLE CUSTOM SUFFIX #################*/
/* ##################### END MODULE ROUNDED STYLE CUSTOM SUFFIX #################*/

/* ##################### END MODULE ROUNDED STYLE  #################*/


/* ##################### MODULE HORZ #################*/	
/* table   |moduletable      | moduleclass_sfx*>*/
/* <jdoc:include type="modules" name="left" style="horz" /> */
/* Its a table module above has most of the control try using a suffix to have more control*/
.nowrap{}

/* ##################### MODULE HORZ STYLE CUSTOM SUFFIX #################*/
 


/* ##################### MODULE BANNERS #################*/
/* mod_banners */
/*
div     |bannergroup      | moduleclass_sfx
div     |bannerheader     | moduleclass_sfx
div     |banneritem       | moduleclass_sfx 
div     |bannerfooter     | moduleclass_sfx*/

/* Group */
div.bannergroup {}

/* Header  */
div.bannerheader{}

/* Text advert style */
div.banneritem {}

/* footer */
div.bannerfooter {}

/* ##################### MODULE BANNERS STYLE CUSTOM SUFFIX #################*/
/* Group */
div.bannergroup-ban-sfx{}

/* Header  */
div.bannerheader-ban-sfx{}

/* Text advert style */
div.banneritem-ban-sfx{}

/* footer */
div.bannerfooter-ban-sfx{}
/*  ##################### END MODULE BANNERS STYLE CUSTOM SUFFIX #################*/

/* ##################### END MODULE BANNERS #################*/


/* ##################### MODULE BREADCRUMBS #################*/
/* mod_breadcrumbs Move to navigation.css*/

/* ##################### MODULE BREADCRUMBS #################*/

/* ##################### MODULE CUSTOM #################*/
/*  mod_custom No styles at this time */
/* ##################### MODULE CUSTOM #################*/


/* ##################### MODULE FOOTER #################*/
/* mod_footer No styles at this time */
/* ##################### END MODULE FOOTER #################*/

/* ##################### MODULE LATESTNEWS #################*/
/* mod_latestnews */
/* 
ul      |latestnews      | moduleclass_sfx
li      |latestnews      | moduleclass_sfx
a       |latestnews      | moduleclass_sfx */
.latestnews{}
/* List Control */
.latestnews ul {}
.latestnews li {}

/* Link Control*/
.latestnews a:link{}
.latestnews a:visited {}
.latestnews a:hover {}
.latestnews a:active {}
/* ##################### END MODULE LATESTNEWS STYLE CUSTOM SUFFIX #################*/
/* mod_latestnews */
/* 
ul      |latestnews      | moduleclass_sfx
li      |latestnews      | moduleclass_sfx
a       |latestnews      | moduleclass_sfx */
.latestnews-news-sfx{}

/* ##################### END MODULE LATESTNEWS STYLE CUSTOM SUFFIX #################*/

/* ##################### END MODULE LATESTNEWS #################*/


/* ##################### MODULE FEED #################*/
/*mod_feed
Element		| ID		| CLASS				| SUFFIX
table			NA			moduletable			YES
ul				NA			newsfeed				YES
*/
.newsfeed{}
/* ##################### END MODULE FEED #################*/
.newsfeed-feed-sfx{}
/* ##################### MODULE FEED SUFFIX #################*/

/* ##################### END MODULE FEED SUFFIX  #################*/


/* ##################### MODULE MAINMENU #################*/
/* NOTE: see navigation.css */
/* ##################### END MODULE MAINMENU #################*/


/* ##################### MODULE LOGIN #################*/
/* mod_login */
/* 
NOTE: see forms.css
/* Element 		|ID   				| Class 			  |Suffix 
input-submit 	|NA					| button			  |NO
fieldset			|NA					|input			  |NO
input-text		|modlgn_username	|inputbox		  |NO
input-password	|modlgn_passwd		|inputbox		  |NO
input-checkbox	|modlgn_remember	|inputbox		  |NO
input-submit	|NA					|button			  |NO
*/
/* ##################### END MODULE LOGIN #################*/
form-login{}

/* ##################### MODULE MOSTREAD #################*/
/* mod_mostread */
/* 
ul      |mostread      | moduleclass_sfx
li      |mostread      | moduleclass_sfx
a       |mostread      | moduleclass_sfx */
.mostread{}
/* ##################### MODULE MOSTREAD STYLE CUSTOM SUFFIX #################*/
/* ul      |mostread      | moduleclass_sfx
   li      |mostread      | moduleclass_sfx
   a       |mostread      | moduleclass_sfx */
.mostread-read-sfx{}
/* ##################### END MODULE MOSTREAD STYLE CUSTOM SUFFIX #################*/
/* ##################### END MODULE MOSTREAD #################*/


/* ##################### MODULE NEWSFLASH #################*/
/* mod_newsflash */
/* 
These are the same as the Componet class but if your add a suffix you can control
with affecting the main Componet class.
table   |moduletable      | moduleclass_sfx
table   |contentpaneopen  | moduleclass_sfx
td      |contentheading   | moduleclass_sfx
a       |contentpagetitle | moduleclass_sfx
span    |article_separator|  */

/* ##################### END MODULE NEWSFLASH STYLE CUSTOM SUFFIX #################*/
/*
table   |moduletable      | moduleclass_sfx
table   |contentpaneopen  | moduleclass_sfx
td      |contentheading   | moduleclass_sfx
a       |contentpagetitle | moduleclass_sfx
span    |article_separator|  */
moduletable-news-sfx{}
article_separator-news-sfx{}
contentpaneopen-news-sfx{}
contentheading-news-sfx{}
contentpagetitle-news-sfx{}
contentpaneopen-news-sfx{}
/* ##################### END MODULE NEWSFLASH STYLE CUSTOM SUFFIX #################*/

/* ##################### END MODULE NEWSFLASH #################*/

/* ##################### MODULE POLL #################*/
/* mod_poll */
/* 
this module has a special style sheet in its front page com 
loaction: components\com_poll\assets\poll_bars.css
it calls a Javascript that adds the  class at rendering time of page.

table   |pollstableborder   	|

See" forms.css
input-submit	|NA	 |button

!Theses classes are component class see components.css!
div     |componentheading     | pageclass_sfx
div     |contentpane          | pageclass_sfx
th      |sectiontableheader 	|
tr      |sectiontableentry  	| pageclass_sfx |odd color 0 1
*/
/* Polls Outside Table Border */
.pollstableborder {}

/* ##################### MODULE POLL STYLE CUSTOM SUFFIX #################*/
/* NA */
/* ##################### END MODULE POLL STYLE CUSTOM SUFFIX #################*/

/* ##################### END MODULE POLL #################*/


/* ##################### MODULE RANDOM IMAGE #################*/
/* mod_random_image No styles at this time*/
/* ##################### END MODULE RANDOM IMAGE #################*/


/* ##################### MODULE REALTED ITEMS #################*/
/*mod_related_items*/
/* ul      |relateditems      | moduleclass_sfx */
relateditems{}
/* ##################### MODULE REALTED ITEMS STYLE CUSTOM SUFFIX #################*/
relateditems-related-sfx{}
/* ##################### END MODULE REALTED ITEMS STYLE CUSTOM SUFFIX #################*/
/* ##################### END MODULE REALTED ITEMS #################*/


/* ##################### MODULE SEARCH #################*/
/* mod_searc & com_search  */
/* should add form foramtting in the forms.css sheets */
/*Element		| ID								| CLASS		| SUFFIX
input-submit	  mod_search_searchword		 inputbox		YES
input-image		 NA								 button			YES
input-submit	 NA								 button	      YES
div				NA								    search		   YES*/

.search {}
/* last 2 for search class's are in com_search but added here*/
/* results if not search google */

/* End Search Form */
/* ##################### END MODULE SEARCH #################*/
/* ##################### MODULE SEARCH SUFFIX  #################*/
.search-sea-sfx {}
/* last 2 for search class's are in com_search but added here*/
/* results if not search google */
/* ##################### END MODULE SEARCH SUFFIX #################*/


/* ##################### MODULE SECTIONS #################*/
/* mod_sections */
/*
 ul      |sections      | moduleclass_sfx */
 .sections{}
 /* ##################### END MODULE SECTIONS  #################*/
/* ##################### MODULE SECTIONS SUFFIX  #################*/
.sections-sec-sfx{}
/* ##################### END MODULE SECTIONS SUFFIX #################*/
 
/* ##################### MODULE STATS #################*/
/* mod_stats No styles at this time */
/* ##################### END MODULE MODULE STATS#################*/

/* ##################### MODULE SYNDICATE #################*/
/* mod_syndicate No styles at this time */
/* ##################### END MODULE SYNDICATE #################*/

/* ##################### MODULE WHOSONLINE #################*/
/* mod_whosonline No styles at this time */
/* ##################### END MODULE SYNDICATE #################*/

/* ##################### MODULE WRAPPER #################*/
/* mod_wrapper */
/*Element	|ID	|CLASS	|SUFFIX
  iframe	   |NA	|wrapper	|YES*/
.wrapper{}
/* ##################### MODULE WRAPPER SUFFIX #################*/
/* ##################### END MODULE WRAPPER SUFFIX #################*/

/* ##################### ACYMAILING MODULE #################*/
.acymailing_mootoolsbutton {
	margin-top:10px;
}
.acymailing_module_form {
	width:145px;
	overflow:hidden;
	padding:5px;
	margin:0;
}
.acymailing_module_form .button {
	display:block;
	width:100px;
	text-align:center;
	margin-top:3px;
}
.acymailing_mootoolsbutton p {
	margin:0;
}
/* ##################### END ACYMAILING MODULE #################*/
/* ##################### ARTCATS MODULE #################*/
ul.menu_novosti {
	padding:0 25px;
}
/* ##################### END ARTCATS MODULE #################*/
/* #######################  END MODULES ############################ */


/* #######################  NAVIGATION ############################ */
/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
/*##################### NAVIGATION SECTION #####################*/
/* Pathway Breadcrumbs is Module*/	
   a.breadcrumbs pathway{}
   .pathway {}
	a.pathway:link {}
	a.pathway:visited {}
	a.pathway:active {}
	a.pathway:hover {}
   
/* Menu J1.5 new List vertical*/
/* level 1 or Top Level*/
.menu {
display:block;
list-style:none;
}
ul.menu {
display:block;
list-style:none;
}
.menu a{}
.menu a:hover{}
/* end of Level 1 */

/* Level 2 */
.menu ul {
display:block;
list-style:none;
}
.menu ul a{}
.menu  ul li a:hover{}

.menu li ul li {
	width:150px;
}

/* End of Level 2 */

/* Level 3 *
.menu ul ul  {}
.menu ul ul a {}
.menu  ul li ul li a:hover{}
/* End of Level 3 */


/* Level 4 *
.menu ul li ul li ul li {}
.menu ul li ul li ul li a{}
.menu ul li ul li ul li a:hover{}
/* End of Level 4 */

/* Level 5 *
.menu ul li ul li ul li ul li{}
.menu ul li ul li ul li ul li a{}
.menu ul li ul li ul li ul li a:hover{}
/* End of Level 5 */

/* Current highlighted link Icon Arrow *
#current li {}
#current {}
/*  */

/* Legacy Mainlevel menu
.mainlevel {}
a.mainlevel {}
a.mainlevel:hover {}
/*  Sub Menu *
.sublevel{}
a.sublevel{}
a.sublevel:hover {}
/* End Legacy Sub Menu */

/* MAIN MENU */
#main_menu .menu li a:link, #main_menu .menu li a:visited, #main_menu .menu li a:active, #main_menu .menu li a:focus, .sf-menu a.sf-with-ul {
	background-color:#4f8aab;
	color:#cccccc;
	font-weight:bold;
	text-transform:uppercase;
}

.sf-menu a.sf-with-ul {
	cursor:default;
}

#main_menu .menu li a:hover {
	background-color:#3e6c85;
	color:#ffffff;
}

.sf-menu {
	margin-bottom:0;
}

.sf-menu a {
	border:0;
}

.sf-vertical, .sf-vertical li {
	width:160px;
}

#main_menu li {
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

#main_menu .last-child {
	border-bottom:1px solid #000000;
}

.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
	left:160px;
	top:-1px;
}

/* BREADCRUMBS */
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active, #breadcrumbs a:focus {
	color:#735237;
}

#breadcrumbs a:hover {
	color:#956A47;
}
/* #######################  END NAVIGATION ############################ */

/* #######################  FORMS ############################ */
/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
/* ##################### FORM SECTION  #####################*/	
form{
}

/*Border that goes around some forms*/
fieldset{
	border:0px;
	margin-right:0;
	padding-right:0;
	margin-bottom:5px;
}

/* Input Field */
#HeaderRight input{
	background-color:#fffffb;
	color:#3f6d86;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 9px;
	border:none;
	vertical-align:middle;
	margin:0;
}

/* Text Area */
#HeaderRight .inputbox {
	padding:1px 3px;
}

#HeaderRight .checkbox {
	padding:0;
}

/* Text Area */
.text_area {}

/* Pull down menu */
.selectbox {}

/* Submit Button */
.button {}

/* Contact Email Form */
.contact_email {}

/*Body of the form*/
.adminform{}

.kontakt label {
	display:block;
}

.kontakt label.copy {
	display:inline;
}
/* ##################### END FORM SECTION  ##################### */	
/* #######################  END FORMS ############################ */

/* ##################### MISC ##################### */	
.tool-tip {
	border:1px solid black;
	background-color:yellow;
	padding: 5px;
}

#system-message {
	width:440px;
}

#system-message dd ul {
	color:#4f8aab;
	border:3px solid #4f8aab;
}
/* ##################### END MISC ##################### */	