/* ----------------------------
simple reset
---------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

fieldset,img { border: 0; }

legend { color: #000; }

li { list-style: none; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

table
{
/*	border-collapse: collapse;*/
	border-spacing: 0;
}
/*
caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
*/
input, textarea, select
{
	font-size: 110%;
	line-height: 1.1;
}

textarea {
	resize:none
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

/**********************************************************/
a:link, a:active, a:hover {
	text-decoration: none; 
}

body,td,th 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea 
{
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
	border: 1px solid #B8B8B8;
	padding: 2px;
	height: 200px;
    width: 350px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea:focus {
    background-color: #b5ffcf;
	outline:0;
	border:1px solid #B8B8B8;
	-webkit-box-shadow: 0 0 5px 4px #d9d9d9;
	-moz-box-shadow: 0 0 5px 4px #d9d9d9;
	box-shadow: 0 0 5px 4px #d9d9d9;
}


input[type="image"] {
	-moz-border-radius:0.0em;
	-webkit-border-radius:0.0em;
	border: 0px;
	padding: 0px;
}

input[type="image"]:focus {
	background-color: #DEE6F1;
	outline:0;
	border:0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0 0 0 0 #DEE6F1;
}

input {
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
	border: 1px solid #B8B8B8;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

input:focus {
    background-color: #b5ffcf;
	outline:0;
	border:1px solid #B8B8B8;
	-webkit-box-shadow: 0 0 5px 4px #d9d9d9;
	-moz-box-shadow: 0 0 5px 4px #d9d9d9;
	box-shadow: 0 0 5px 4px #d9d9d9;
}

fieldset { border: none }

/**********************************************************/
.content {
   box-shadow: 0 0 20px #999999;
}


#tinymce {
	background: none repeat scroll 0 0 #FFF;
}

canvas#bg {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

body {
	    margin: 0;
	color:  #000000;
}


/********************* SEARCH FORM ***************/


#search-form {
	width: 190px;
	position: relative;
}
#search {
	background: #FFF;
	border: 3px solid #515153;
	color: #2b1e11;
	height: 20px;
	line-height: 20px;
	width: 150px;
	padding: 2px 4px;
	position: absolute;
	top: 4px;
	left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#search-submit {
	background: #FFF url(../images/search.png) no-repeat 4px 4px;
	border: 3px solid #515153;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	right: 20px;
}

.empty {
	color: #FFF;
}

/* CSS3 */
#search { 
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#b2a48c), to(#9b8d74));
	background: -moz-linear-gradient(top, #b2a48c, #9b8d74);*/
	text-shadow: rgba(0,0,0,.2) 0 0 5px;
}

#search-submit {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-mox-box-shadow: 0 0 5px black;

	/* Webkit-transition */
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.4s, 0.4s;
	-webkit-transition-timing-function: linear, ease-in;
}

/*********************/

.smanji{
	heigth: 174px;
	overflow: hidden;
	max-height:174px;
}



.tl_select{
    border: 1px solid #B8B8B8;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
}


.tl_select:focus{
    border: 1px solid #B8B8B8;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
	background-color: #b5ffcf;
}


#contactform input[type="submit"], #contactform input[type="button"], #contactform input[type="reset"], #contactform input[type="image"] {
	width: auto;
}

#contactform input {
	width: 350px;
}

/* ################################################################### */

/* ################################################################### */

/* ################ ADMINISTRATION ################################### */

.admin_frametitel
{
background-color: #2B2B2B;
color:#ffffff;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 6px;
font-weight:900;
}
 
.admin_box {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
} 

.boxadmin{
	background-color: #2B2B2B;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.welcome{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.admin_tabelle_1
{
background-color: #DEE6F1;
color:  #000000 !important;
/*color:;*/
/*
border-left: 1px solid ;
border-right: 1px solid ;
border-top: 1px solid ;
*/
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 6px;
font-weight:900;
}

.tv_table {
	color:  #000000 !important;
}

.crta_admin {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/* ################################################################# */

.linkovimenu 
{
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
}

.linkovinaslov 
{
padding: 6px;
border-bottom: 1px solid #000000;
background-color: #8f8f8f; 
color:  #F5F5F5; 
font-weight:900;
text-align: left;
border-radius: 12px 12px 0 0;
}


.linkovitekst
{
padding: 4px 6px;
/*background-image: url(images/nav_dots.gif);
background-repeat: repeat-x;*/
border-bottom: 1px dashed #D3D0CF;
background-position: center 19px;
background-color: #ffffff;  
}

.linkovitekst_bez
{
border-bottom: 0; 
}
.tabela2 
{

border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-top: 1px solid #ffffff;
min-height: 370 ;
height: auto ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color:  #ffffff;
box-shadow: 0 2px 2px #ffffff;
border-radius: 0 0 0px 0px;
}


.tabela150{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:  #2B2B2B;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}

.sitna_slova td{
	font-size: 11px;
}

.tabela3 
{
/*
border-left: 1px solid black;
border-bottom: 1px solid black;
border-top: 1px solid black;
*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.tabela4
{
/*
border-right: 1px solid black;
border-bottom: 1px solid black;
border-top: 1px solid black;
*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.tabela5
{
/*
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-top: 1px solid black;
*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #FFFFFF;
}

.linkovitabela 
{
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
}


.IP{
	font-size: 13px;
	background-color: #FFFFFF;
	color:  #AAAAAA;
}


.space{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height:  0px;
	font-size: 1px;
}

.top{
	border-bottom: 1px solid #000000;
	height:  5px;
	font-size: 1px;
}

.crta{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.bold{
	font-weight:bold;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #000000;
}

.nobold{
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
}

.box{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-radius: 12px 12px 0 0;
	box-shadow : 0 2px 2px rgba(0, 0, 0, 0.8);
}

.boxB{
	border-bottom: 1px solid #000000;
}
.boxT{
	border-top: 1px solid #000000;
}

.crtice{
	border-bottom: 1px dotted  #000000;
}

.boja1{
	background-color: ;  
}

.boja2{
	background-color: ;  
}

.linkovitekst:hover {
	background-color:#FF822D;  
}

.footeradminlink A:link {text-decoration: none; color:#2B2B2B;}
.footeradminlink A:visited {text-decoration: none; color:#2B2B2B;}
.footeradminlink A:active {text-decoration: none; color:#2B2B2B;}
.footeradminlink A:hover {text-decoration: none; background-color: transparent; color:#2B2B2B;}

.footerLink {
	color:#AAAAAA;
}
.footerLink A:link {text-decoration: none; color:#AAAAAA;}
.footerLink A:visited {text-decoration: none; color:#AAAAAA;}
.footerLink A:active {text-decoration: none; color:#AAAAAA;}
.footerLink A:hover {text-decoration: none; background-color: transparent; color:#2D9EFF;}

.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: none; background-color: transparent;}

.class2 A:link {text-decoration: none; color:#2D9EFF;}
.class2 A:visited {text-decoration: none; color:#2D9EFF;}
.class2 A:active {text-decoration: none; color:#2D9EFF;}
.class2 A:hover {text-decoration: none; color:#2D9EFF;}

.class3 A:link {text-decoration: none; color:#000;}
.class3 A:visited {text-decoration: none; color:#000;}
.class3 A:active {text-decoration: none; color:#000;}
.class3 A:hover {text-decoration: none; color:#000;}

.adminLink A:link {text-decoration: none; color:#2D9EFF;}
.adminLink A:visited {text-decoration: none; color:#2D9EFF;}
.adminLink A:active {text-decoration: none; color:#2D9EFF;}
.adminLink A:hover {text-decoration: none; background-color: transparent; color:#2D9EFF;}

.admintitle A:link {text-decoration: none; color:#990000;}
.admintitle A:visited {text-decoration: none; color:#990000;}
.admintitle A:active {text-decoration: none; color:#990000;}
.admintitle A:hover {text-decoration: none; background-color: transparent; color:#990000;}

img { 
	border: 0;
}

a img {border: none; }
/*
a :hover img {border: none; background-color: transparent;}
*/



.center img {
    border: 0 none;
	float: left;
 	margin-right: 10px;
	padding: -1px 0;
}

.vcenter{
    margin: 0px;
    line-height: 14px;
	font-size: 12;
}
.footer
{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #2B2B2B;  
color:  #AAAAAA; 
}

.center {
    margin: auto;
    position: relative;
	vertical-align: middle;
    width: auto;
}
/******* GALERY *******/
#gallery img {
	margin: 5px; 
	border: 1px solid black;
    border-radius: 15px 15px 15px 15px;
    -moz-box-shadow: 6px 6px 3px black;
	-webkit-box-shadow: 6px 6px 3px black;
	box-shadow: 4px 4px 10px black;
}
#gallery, #controle {
	padding: 29px 0 10px 15px;
	width: 1100px;
}

#content {
	padding: 29px 0 10px 42px;
	float: left;}
#logo {
	font-family:  Economica;
	font-size:     34pt;
	color: #ffffff;
	margin-left: 14px;
}

#article {
	width:100%;
	float: left;
	color: #ffffff;
	padding: 29px 0 10px 17px;
}

.form_gallery_label {
	float: left;
	width: 120px;
}
.form_gallery_input {
	margin-bottom: 10px;
	width: 300px;
	background-color: #FCFAA2;
    border: 1px solid #B8B8B8;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
}

.bigFont {
	font-size: 18px;
}
.user_login {
    font-family: Chau Philomene One;
    font-size: 18px;
    font-weight: normal;
	color: #ffffff;
}

.folder {
 padding: 10px;
}

.error{
	font-family: Chau Philomene One;
    font-size: 18px;
    font-weight: normal;
	padding: 29px 0 10px 17px;
	color: #ffffff;
}

#article a:link {
	color: #ffffff;
}
#article a:visited {
	color: #ffffff;
}
#article a:active {
	color: #ffffff;
}
#article a:hover {
	color: #ffffff;
}
    
/* kod ordera u administaciji */
.form_centar{
	text-align: center;
}	
    
.searchbutton, .searchbutton:focus {
	background-color: #8f8f8f;
	-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;
    color: #F5F5F5;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px;
    text-transform: uppercase;
}

.input_search{
	background-color: #FCFAA2;
    border: 1px solid #B8B8B8;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
}

.input_search:focus{
	background-color: #FCFAA2;
    border: 1px solid #B8B8B8;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
}

.input_frontend:focus {
    background-color: #F9F0E1;
	outline:0;
	border:1px solid #B8B8B8;
	-webkit-box-shadow: 0 0 5px 4px #d9d9d9;
	-moz-box-shadow: 0 0 5px 4px #d9d9d9;
	box-shadow: 0 0 5px 4px #d9d9d9;
}

.load_data_titel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px ! important;
    color: #1a27b8;
}

.dock_navi {
    font-size: 11px !important;
}

.admintitle
{
font-size: 26px;
background-color: #FFFFFF;
font-size: 170%;
line-height: normal;
text-shadow: 0 1px 0 #F1F1F1, 0 1px 3px #999999;
}