@charset "utf-8";
/* CSS Document */

body
{
    background: #ebebeb;
    color: #444444;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 80%;
}

h2 {
	font-size: 100%;
	}
	
h3 {
	font-size: 90%;
	}

#mainContainer {
    background: #ffffff;
}


#header {
    background: #180000 url('img7.gif') left top repeat-x;
    color: #ebebeb;
    font-weight: bold;
    margin: 0;
    padding: 0px 20px 0 0;
}

	#header img {
		margin: 0;
		padding: 0;
		float: left;
	}

	#header .title {
		margin: 0;
		padding: 15px 0 0 240px;
		font-weight: bold;
		font-size: 140%;
	}

	#header .contact {
		margin: 0;
		padding: 0 0 0 240px;
	}

	#header .contact a {
		font-weight: bold;
		text-decoration: none;
	}

	#header .contact a:link,a:active, a:visited {
		color: #727272;
		text-decoration: none;
	}
	
	#header .contact a:hover {
		color: #eeeeee;
		text-decoration: underline;
	}


#upperbar {
	background-color: #e50000;
	margin: 0;
	padding: 0 10px;
}

	#upperbar ul {

		color: #ebebeb;
		text-align: right;
		margin: 0;
		padding-bottom: 2px;
		padding-top: 2px;
	}

	#upperbar ul li {
		display: inline;
	}

	#upperbar ul li a {
		padding: 2px 10px 2px 10px;
		color: #ebebeb;
		font-weight: bold;
		text-decoration: none;
		border-right: 1px solid #ebebeb;
	}

	#upperbar ul li a:hover {
		text-decoration: underline;
	}


#sidebar {
    background: #ffffff;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
}

	#sidebar ul {
	   list-style-type: none;
	   border-top: 1px solid #ebebeb;
	   margin: 0;
	   padding: 0 0 20px 0;
	}


	#sidebar ul li{
	   list-style-type: none;
	   margin: 0;
	   padding: 0;
	}

	#sidebar a {
	   display: block;
	   padding: 3px 3px 3px 5px;
	   background: #ffffff;
	   color: #595454;
	   border-bottom: 1px #ebebeb solid;
	   border-right: 1px #ebebeb solid;
	   font-weight: bold;
	   text-decoration: none;
	}

	#sidebar a:hover {
	   background: #e50000;
	   color: #ffffff;
	   border-right: 1px #ebebeb solid;
	   border-bottom: 1px #ebebeb solid;
	   padding-bottom: 3px;
	}

	#sidebar a.slika_link {
   	background: #ffffff;
	   border: 0;
	   text-decoration: none;
	}

	#sidebar a.slika_link:hover {
	   background-color: #ffffff;
	   border: 0;
	   text-decoration: none;
	}
  
	#sidebar .title {
	display: block;
   	padding: 15px 3px 3px 5px;
        background: #180000 url('img7.gif') left top repeat-x;
   	color: #ebebeb;
   	border-bottom: 1px #ebebeb solid;
   	border-right: 1px #ebebeb solid;
   	font-weight: bold;
   	text-decoration: none;
	}
	
	#sidebar .invert {
	   display: block;
   	padding: 3px 3px 3px 5px;
   	background: #FE4C4C;
   	color: #ebebeb;
   	border-bottom: 1px #ebebeb solid;
   	border-right: 1px #ebebeb solid;
   	font-weight: bold;
   	text-decoration: none;
	}
	
	#sidebar .boxed_border {
    	background: #FFFFFF;
    	color: #595454;
    	width: 215px;
    	margin: 40px 0 0 0;
    	padding: 2px;
    	border: 1px solid #ebebeb;
    	border-left: 0;
    	text-align: center;
    	float: left;
    	vertical-align: bottom;
	}

	#sidebar .spacer {
		border: 1px solid #ebebeb;	
	}

#content
{
    background: #ffffff url('a1.gif') top left repeat-x;
    margin: 0;
    padding: 10px 25px 10px 15px;
    border-top: 1px solid #ebebeb;

}

	#content .boxed {
   		background: #ffffff url('a1.gif') top left repeat-x;
	    	margin: 0 0 10px 0;
	    	padding: 10px 15px 10px 15px;
    		border: 1px solid #ebebeb;
	    	border-bottom: 0;
	    	text-align: justify;
	    	vertical-align: bottom;
	}
	
	#content .boxed ul {
	   list-style-type: none;
	}


	#content .boxed ul li {
	   list-style-type: none;
	   margin: 0;
	   padding: 0 5px;
	}

	#content .boxed a {
		color: #000080;
		font-weight: bold;
		text-decoration: none;
	}
	
	#content .boxed a:link,a:active {
		color: #000080;
		text-decoration: none;
	}
	
	#content .boxed a:visited {
		color: #727272;
		text-decoration: none;
	}
	
	#content .boxed a:hover {
		text-decoration: underline;
	}


	#content .boxed_noborder {
	   	background: #FFFFFF;
	    	margin: 5px;
	    	padding: 0 5px;
	    	text-align: justify;
	    	vertical-align: bottom;
	}

	#content .boxed_noborder ul {
		   list-style-type: none;
		   margin: 0;
	  	   padding: 0 10px;
	}


	#content .boxed_noborder ul li {
		list-style-type: none;
		margin: 0;
		padding: 0 20px;
	}

	#content .boxed_noborder a {
		color: #000080;
		font-weight: bold;
		text-decoration: none;
	}
	
	#content .boxed_noborder a:link,a:active {
		color: #000080;
		text-decoration: none;
	}
	
	#content .boxed_noborder a:visited {
		color: #727272;
		text-decoration: none;
	}
	
	#content .boxed_noborder a:hover {
		text-decoration: underline;
	}

	
	#content .boxed_sided {
   		background: #FFFFFF;
    		margin: 10px 0 0 0;
    		padding: 10px 15px 10px 15px;
    		border-left: 1px solid #ebebeb;
	    	border-right: 1px solid #ebebeb;
    		text-align: justify;
	    	vertical-align: bottom;
	}

	#content .breadcrumb {
		color: #7F0000;
		margin: 15px 0 10px 0;
	}
	
	#content .breadcrumb a {
		color: #7F0000;
		font-weight: bold;
		text-decoration: none;
	}
	
	#content .breadcrumb a:link, a:visited, a:active {
		color: #7F0000;
		text-decoration: none;
	}
	
	#content .breadcrumb a:hover {
		text-decoration: underline;
	}
	
	#content .invert {
		text-decoration: none;
		font-weight: bold;
	}	
		
		
	#content .lowerbar {
   		background: #ffffff url('a1.gif') top left repeat-x;
		margin: 0;
		padding: 15px 5px 5px 5px;
		border-bottom: 1px solid #ebebeb;
	}

	#content .lowerbar ul {
		color: #7F0000;
		text-align: left;
		margin: 0;
		padding-bottom: 5px;
		padding-top: 5px;
	}

	#content .lowerbar ul li {
		display: inline;
		margin-left: 5px;
	}

	#content .lowerbar ul li a {
		white-space:nowrap;
		padding: 5px 5px 5px 5px;
		color: #7F0000;
		font-weight: bold;
		text-decoration: none;
		border-right: 1px solid #727272;
	}
	
	#content .lowerbar ul li a:link, a:visited, a:active {
		color: #7F0000;
		font-weight: bold;
		text-decoration: none;
	}
	
	#content .lowerbar ul li a:hover {
		text-decoration: underline;
	}
	
	#content .lowerbar .invert {
		text-decoration: none;
		font-weight: bold;
		color: #180000;
	}	
		

.clearleft {
    clear: left;
}

#footer {
    background: #180000 url('img7up.gif') left bottom repeat-x;
    color: #ebebeb;
    margin: 0;
    padding: 0 10px;
}

	#footer p {
	    text-align:right;
	    padding: 0 10px;
	}

#end
{
    background: #727272;
    color: #ebebeb;
    margin: 0;
    padding: 0 10px;
}

	#end p {
	    text-align:right;
	    margin: 0;
	    padding: 0;
	}








