@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 


:root {
	--uc-red:#be0027;
	--uc-gray:#cacaca;
	--uc-light-gray:#f2f3f3;
	--uc-content-width: 850px;
}

body, p, table, div, a, button, input, select {
	font-family: 'Montserrat', "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	color: #000;
}

body {
	background-color: #f2f3f3;
	text-align: center;
	margin: 0;
	padding: 0;
}

#header {
	margin: 0px auto;
	padding: 0px;
	height:150px;
	width: var(--uc-content-width);
	clear:both;
	background-image: url(../images/head_banner.png);
	background-repeat: no-repeat;
	background-size: 850px 150px;
	text-align: left;
}

#info-line {
	padding: 5px 0px;
	color: #ccc;
	clear:both;
	overflow: hidden;
}
#login {
	font-size: 70%;
	width: 180px;
	height: 80px;
/*	float:left;*/
	padding: 5px;
	border: solid 1px #ccc;
/*	background-image: url(../images/transparent_back.png);*/
}
#welcomemsg {
	float: left;
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

#location {
	padding-left: 10px;
	float: left;
}

#middle {
	width: 880px;
	/* padding: 0 15px; */
	display: block;
	clear: both;
	margin: 0 auto;
	background-color: white;
	/* background-image: url(../images/konfeti.png); */
	background-repeat: space;
}

#languages {
	padding-right:20px;
	float: right;
	vertical-align: middle;
	height: 22px;
}

#menu {
	width: 250px;
	float: left;
}

#content {
	padding-left: 0;
	margin: 0 auto;
	width: var(--uc-content-width);
	text-align: justify;
}

#main-content {
	width: calc(var(--uc-content-width) - 260px);
	padding: 0 0 0 10px;
	float: right;
}
#loaded {
		border: solid 0px red;
	}
#pagebottom {
	background-image: url(../images/page_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 10px;
}

.contentbox {
	background-repeat: repeat-y;
	border: solid 0px #000;
}
.contentboxbottom {
	background-repeat: no-repeat;
	height: 16px;
	background-position: bottom;
}
.contentboxtop {
	background-repeat: no-repeat;
	height: 16px;
	background-position: top;
}
.contentboxmain {
	 border: 0px dashed var(--uc-gray);
}

.webview_row {
	clear: both;
	display: block;
	margin-left: -6px;
}

.menubox {
	font-weight: bold;
	background-repeat: repeat-y;
}
.menuboxbottom {
	font-weight: bold;
	height: 11px;
}
.menuboxtop {
	font-weight: bold;
	height: 11px;
}
.menuboxmain {
	text-align: left;
}

.nav_item {
	font-weight: normal;
	color: white;
	background-color: var(--uc-gray);
	display: block;
	padding-top: 1px;
}
.nav_item:active {
	color: white;
	text-decoration: none;
}
.nav_item:link {
	color: white;
	text-decoration: none;
}
.nav_item:visited {
	color: white;
	text-decoration: none;
}
.nav_item:hover {
	color: #000;
	text-decoration: none;
}


A:active {
	color: #000;
	text-decoration: none;
}
A:link {
	color: #000;
	text-decoration: none;
}
A:visited {
	color: #000;
	text-decoration: none;
}
A:hover {
	color: #000;
	text-decoration: none;
}

/* ------------------------------------------------------------------------- */
.tblHeader {
	background-color: #ccc;
	color: #fff;
}
table.sortable {
	/*font-size: smaller;*/
	width: 590px;
	border: 1px solid #444;
}

table.sortable thead {
    background-color:#ccc;
    cursor: hand;
    cursor: pointer;
}

.row_nav {
	cursor: pointer;
	color: #000;
	text-decoration: none
}

/* ------------------------------------------------------------------------- */
	fieldset.inputFld {
		margin: 0;
		border: 0;
		/* border-top: solid 1px var(--uc-gray); */
	}
	.inputFld {
		clear:both;
		display:block;
		font-weight: bold;
		text-align: left;
		margin-bottom: 10px;
	}

	.inputFld label {
		float: left;
		display: block;
		width: 150px;
	}
	
	.inputFld input, .inputFld select, .inputFld textarea {
		border: solid 1px var(--uc-gray);
		width: calc(100% - 150px);
	}

	.inputFld legend {
		margin: 10px 0;
    	padding: 10px 0;
		width: 100%;
		background-color: var(--uc-light-gray);
	}


.annonce_table {
	width: 590px;
	border: 0px solid #fff;
	padding: 5px;
}
.annonce_table th {
	text-align: left;
	border: 0px solid #fff;
	left: 15px;
	padding-top: 5px;
	background-color: pink;
}
.Acategory {
	width: 590px;
	margin-top: 15px;
	cursor: hand;
	cursor: pointer;
}
.Acategory legend {
/*	font: 12;*/
	font-weight: bold;
	color: #b31b1b;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: capitalize;
	letter-spacing: 2px;
	cursor: hand;
	cursor: pointer;
}

.Acategory fieldset {
	border-top: 0px solid #501801;
	border-left: 0px solid #501801;
	color: #ccc;
	border-right: none;
	border-bottom: none;
	cursor: hand;
	cursor: pointer;
}

#imagepreview {
	border: solid 1px #000;
}

.pages {
	/*background: none;
	border: solid 1px #ccc; */
	overflow: hidden; 
}

.pages:hover {
/*	background-color: #ccc;*/
	}

.artikul  {
	width: 170px;
	margin: 5px;
	opacity: 1.00;
	filter: alpha(opacity=100);
}

.artikul:active  {
	opacity: 1.00;
	filter: alpha(opacity=100);
}

.artikul:visited  {
	opacity: 1.00;
	filter: alpha(opacity=100);
}

.artikul:hover  {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

div[id^="par_"] {
    padding: 10px 5px 10px 20px;
    margin: 3px 0 0 0;
    background-color: #cacaca;
}

div[id^="par_"].catalogopened {
    padding: 10px 5px 0px 20px;
}

div[id^="cat_"] {
    background-color: #cacaca;
}
div[id^="cat_"] div.subcatalog:last-child {
    padding: 1px 5px 10px 10px;
}
#catalog a {
    font-weight: 500;	
}

.catalog {
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../images/closedarrow.gif);
	text-align: left;
	list-style-type: none;
	padding-left:  14px;
	padding-right: 21px;
	margin : 5px 3px;
	color: white;
}

.catalogopened {
	background-repeat: no-repeat;
	background-image: url(../images/openarrow.gif);
	background-position-x: 5px;
	background-position-y: bottom;
    color: white;
}

.catalogclosed {
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../images/closedarrow.gif);
	text-align: left;
	padding-left:  14px;
	padding-right: 21px;
	margin : 5px 3px;
	color: white;
}


.subcatalog {
	font-weight: normal;
	text-align: left;
	background-position-x: left;
	background-position-y: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/subarrow1.gif);
	list-style-type: none;
	margin-left: 8px;
    padding: 1px 5px 1px 10px;
}


a.catalog:link {
	color: #fff;
	text-decoration: none;
}
a.catalog:visited {
	color: #fff;
	text-decoration: none;
}
a.catalog:hover {
	color: #000;
	text-decoration: none;
}
a.catalog:active {
	color: #fff;
	text-decoration: none;
}


a.catalogopened:link {
	color: #fff;
	text-decoration: none;
}
a.catalogopened:visited {
	color: #fff;
	text-decoration: none;
}
a.catalogopened:hover {
	color: #000;
	text-decoration: none;
}
a.catalogopened:active {
	color: #fff;
	text-decoration: none;
}


a.catalogclosed:link {
	color: #fff;
	text-decoration: none;
}
a.catalogclosed:visited {
	color: #fff;
	text-decoration: none;
}
a.catalogclosed:hover {
	color: #000;
	text-decoration: none;
}
a.catalogclosed:active {
	color: #fff;
	text-decoration: none;
}

#navigation {
	margin: 10px auto;
	padding: 0;
	height: 1em;
	width: var(--uc-content-width);	
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.011px;
}

#navigation A {
	padding: 5px 8px;
	margin: 0;
	margin-right: 3px;
	display:block;
	float: left;
	text-align: center;
	background-color: #cb0000; 
	color: white;
}
#navigation A:hover {
	text-decoration: none;
	background-color: #cb0000;
	color: white;
}

#navigation A:last-child {
	margin: 0;
}

#basket_info {
	/* padding-left: 15px; */
}

#basket {
	margin-left: 0;
	height: 30px;
	width: calc(100% - 4px);
	cursor: pointer;
	cursor: hand;
	border: solid 2px var(--uc-gray);
	color: var(--uc-gray);
}
#basket_content svg {
	color: var(--uc-gray);
    float: left;
    padding: 5px 10px 5px 2px;
}

#basket_content div {
	line-height: 30px;
}

.basketcontent tr td input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
}

#attachments input {
    clear: both;
    width: 100%;
}

.home {

}

.home table tr {
	/* margin-top: 10px; */
}

.home table tr:first-child td:first-child {
	padding-top: 0;
}

.home table tr:first-child td:first-child a {
  margin-left: -10px;
}

.home table tr td {
    text-align: center;
/*    padding-top: 10px;*/
/*    padding-right: 10px;*/
}

.home table tr img {
	width: 190px;
}

#footer {
		text-align: center;
		clear: both;
		font-size: smaller;
		padding: 4rem 0 1rem 0;
		display: block;
}

#footer_info {
	text-align: justify;
	font-size: smaller;
	padding-bottom: 80px;
}

#footer_info div {
	display: block;
}

#footer_info li {
	list-style-type: none;
}

#footer_left {
	float: left;
    margin-right: 20px;
    padding-right: 20px;
}
#artikul A:active {
	float: left;
	padding: 6px;
	height: 220px;
	display: block;
	text-decoration: none;
	border: dotted 1px #ccc;
}
#artikul A:link {
	float: left;
	height: 220px;
	padding: 6px;
	display: block;
	border: dotted 1px #ccc;
	text-decoration: none;
}
#artikul A:visited {
	float: left;
	padding: 6px;
	height: 220px;
	display: block;
	text-decoration: none;
	border: dotted 1px #ccc;
}
#artikul A:hover {
	float: left;
	padding: 6px;
	height: 220px;
	display: block;
	text-decoration: none;
	background-color: white;
	border: dashed 1px #000;
}