@charset "charset-name";

body
{
	background: #fff url('../img/bg.gif') repeat scroll 50% 0; 
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow:visible;
}

h1 {
    font-size: 16px;
    font-weight: bold;
color: #650000;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    color: #650000;
    text-align: center;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #650000;
    display: inline;
}
.page
{
	margin: 0 auto;
	width: 1000px;
	padding: 10px 0 0 0;
}

.header
{	position:relative;
	top:150px;
	background-image: url('../img/header-bg.gif');
	border-bottom: 1px solid #1566b1;
	height: 80px;
	padding: 25px 0 0 0;
}
.bottom
{
	background-position: top left;
	background-color: #ef9d16;
	border-top: 3px solid #eeba04;
	clear: both;
	position:relative;
	color: #000000;
	font-size: 10px;
	padding: 1px 0;
	width: 100%;
	text-align: center;
	line-height: 40%;
}
.links
{
	text-align: justify;
	text-decoration: none;
	line-height: 140%;
}

.links a
{
	color: #660000;
	text-decoration: none;
	line-height: 140%;
}

.links a:hover
{
	color: #d03900;
	text-decoration: underline;
}

.breadcrumb a, li
{
	display: inline;
	color: #660000;
	text-decoration: none;
	line-height: 140%;
	padding-left: 0px;
}
.image-view-link
{
	display: inline-block;
	width: 300px;
}

.box
{
/*	border: 1px solid #1566b1; */
	clear: both;
	margin: 0 1px 10px 1px;	
	background: #f9fbe0;
}

.box-caption
{
	background-color: #808080;
	/*
	background-image: url('../img/corner.gif');
*/
	background-image: url('../img/box-bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 10px;
}

.box-content
{
	padding: 10px;
}

.link_display_in_category 
{
	clear: both;
	margin: 0 0 0px 0px;
	padding: 0px;
	background: #f9fbe0 url('../img/bgshade.gif') repeat-x;
	color: #303030;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.partners
{
	background-position: top left;
	background-color: #f9fbe0;
	border: 1px solid #eeba04;
	clear: both;
	position:relative;
	color: #000000;
	font-size: 9px;
	padding: 10px 10px;
	margin: 10px;
	text-align: left;
}

.partners a
{
	color: #650000;
	font-weight: bold;
	line-height: 170%;
}



/* Container principal */
.content {
    display: flex;
    flex: 1;
    gap: 0;
    margin-top: 10px;
}

/* Coloana centrală */
.middle {
    order: 2;
    flex: 1;
    padding: 5px;
    background: #ffffff;
}

/* Sidebars */
.left, .right {
    width: 20%;
    background: #f2f2f2;
    padding: 2px;
    transition: all 0.3s ease;
    overflow: auto;
}

.left { order: 1; }
.right { order: 3; }

/* Butoane fixe */
.left-control, .right-control {
    position: fixed;
    top: 80px;
    z-index: 1000;
}

.left-control { left: 40px; }
.right-control { right: 40px; }

.toggle-btn {
    width: 28px;
    height: 22px;
    border: 1px solid #333;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.toggle-btn div {
    width: 14px;
    height: 2px;
    background: #333;
    margin: 2px 0;
}

/* Ascundere coloane */
.hidden {
    width: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    display: none;
}

/* Footer */
.footer {
    background: #34495e;
    color: white;
    text-align: center;
    padding: 15px;
}

