/* default font settings */

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/* main layout settings and tag optimizing */

body { #behavior: url(styles/csshover.htc); }

body
{
	margin: 0px;
	padding: 0px;
	background-color: #DEE0E2;
	background-image: url(../images/layout/background.gif);
	background-repeat: repeat-y;
}

form
{
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

hr
{
	background-color: #CCCCCC;
	color: #CCCCCC;
	border: #CCCCCC;
	height: 2px;
	margin: 6px 0px 6px 0px;
}

/* standard hyperlink layout */

a:link {
	color: #BB0033;
	text-decoration: none;
}

a:visited {
	color: #BB0033;
	text-decoration: none;
}

a:focus {
	color: #FF0033;
	text-decoration: underline;
}

a:active {
	color: #FF0033;
	text-decoration: underline;
}

a:hover {
	color: #FF0033;
	text-decoration: underline;
}


/* headlines and paragraph */

h1
{
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	margin: 6px 2px 6px 2px;
	
}

p {
	margin: 0px 0px 11px 0px;
}


/* lists */

ul {
	margin: 5px 0px 10px 15px;
}

li
{
	margin: 0px;
	margin-bottom: 8px;
}

#top
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 230px;
	background: #DEE0E2;
}

#top-prva
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 330px;
	background: #DEE0E2;
}

#left
{
	display: block;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 230px;
	width: 200px;
	height: auto;
	background: #F3F5F7;
}

#left-prva
{
	display: block;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 330px;
	width: 200px;
	height: auto;
	background: #F3F5F7;
}

#middle
{
	display: block;
	position: absolute;
	left: 200px;
	top: 230px;
	width: 700px;
	height: auto;
	background: #FFFFFF;
}

#middle-prva
{
	display: block;
	position: absolute;
	left: 200px;
	top: 330px;
	width: 700px;
	height: auto;
	background: #FFFFFF;
}

#head
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 80px;
	background: #DEE0E2;
}

#globalnavi
{
	display: block;
	position: absolute;
	left: 208px;
	top: 57px;
	width: 650px;
	height: auto;
}

#language
{
	display: block;
	position: absolute;
	left: 806px;
	top: 1px;
	width: 110px;
	height: 80px;
	background: #DEE0E2;
}

#search
{
	display: block;
	position: absolute;
	left: 0px;
	top: 80px;
	width: 200px;
	height: 148px;
	background: #F3F5F7;
	border-bottom: 2px thin #DEE0E2;
}

#search-prva
{
	display: block;
	position: absolute;
	left: 0px;
	top: 80px;
	width: 200px;
	height: 248px;
	background: #F3F5F7;
	border-bottom: 2px thin #DEE0E2;
}

#breadcrumb
{
	display: block;
	position: absolute;
	left: 200px;
	top: 80px;
	width: 200px;
	height: 150px;
	background: #CBCDCF;
}

#breadcrumb-prva
{
	display: block;
	position: absolute;
	left: 200px;
	top: 80px;
	width: 200px;
	height: 250px;
	background: #CBCDCF;
}

#image
{
	display: block;
	position: absolute;
	left: 400px;
	top: 80px;
	width: 500px;
	height: 150px;
}

#image-prva
{
	display: block;
	position: absolute;
	left: 400px;
	top: 80px;
	width: 500px;
	height: 250px;
	background: #CBCDCF;
}

#content
{
	display: block;
	position: relative;
	width: 660px;
	height: auto;
	margin: 20px;
}

#localnavi
{
	display: block;
	position: relative;
	width: 200px;
	height: auto;
}

#masthead
{
	display: block;
	position: relative;
	width: auto;
	height: auto;
	margin: 25px 0px 0px 0px;
	padding: 10px 12px 0px 12px;
	border-top: 2px solid #DEE0E2;
}

#left > #masthead
{
	border-top: 2px solid #DEE0E2;
}

#footer
{
	display: block;
	position: relative;
	width: 660px;
	height: auto;
	font-size: 9px;
	margin: 12px 20px 20px 20px;
}


/* global menu */

#globalnavi a
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#globalnavi a.special
{
	color: #FF0033;
}


/* local navigation */

div.localnavi
{
	display: block;
	margin: 12px;
}

div.localnavipoint, div.localnavipointspecial
{
	display: block;
	padding: 0px 2px 0px 0px;
	text-indent: -15px;
	padding-left: 15px;
}

div.localnavipoint img, div.localnavipointspecial img
{
	margin: 0px 3px 0px 0px;
}

div.localnavipoint a,
div.localnavipoint a:link,
div.localnavipoint a:visited,
div.localnavipoint a:focus,
div.localnavipoint a:active
{
	color: #000000;
}

div.localnavipointspecial a,
div.localnavipointspecial a:link,
div.localnavipointspecial a:visited,
div.localnavipointspecial a:focus,
div.localnavipointspecial a:active
{
	color: #FF0033;
}

div.localnavipoint a:hover, div.localnavipointspecial a:hover
{
	color: #FF0033;
}

#news{
   padding: 10px 0px 10px 10px;
   width: 180px;
}

/* localnavi katalog meni */
div.localnavi ul {
	border-top: 1px solid #ccc;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.localnavi ul ul {
	border-bottom: 0;
}

div.localnavi ul li {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}

div.localnavi ul li.podmeni {
	margin: 0;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

div.localnavi ul li ul li {
	margin-left: 10px;
}

div.localnavi ul li a {
	display: block;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 2px 0 2px 0;
}

div.localnavi ul li.current a {
	font-weight: bold;
}

div.localnavi ul li.current li a {
	font-weight: normal;
}

div.localnavi ul li.current li.current a {
	font-weight: bold;
}

div.localnavi ul li a:hover {
	color: #FF0033;
}
div.localnavi ul li.podmeni2 a {
	display: block;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	margin-left: 10px;
	padding: 2px 0 2px 0;
}

div.localnavi ul li.podmeni2 a {
	font-weight: bold;
}

div.localnavi ul li.podmeni2 li a {
	font-weight: normal;
}

div.localnavi ul li.podmeni2 li.podmeni2 a {
	font-weight: bold;
}

div.localnavi ul li.podmeni a:hover {
	color: #FF0033;
}

div.localnavi ul li.podmeni2 a:hover {
	color: #FF0033;
}

/* end katlog meni */

/* katalog */

#artikel {
	display: block;
	width: 320px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
}

#artikel-levo {
	display: block;
	position: relative;
	float: left;
	padding-right: 5px;
	width: 85px;
	height: 85px;
	z-index: 100;
}

#artikel-levo-offer {
	display: block;
	position: relative;
	float: left;
	padding-right: 5px;
	width: 90px;
	height: 90px;
	z-index: 100;
}

#artikel-desno {
	display: block;
	position: relative;
	left: 0px;
	height: 70px;
}

#artikel-desno-offer {
	display: block;
	position: relative;
	left: 0px;
	height: 45px;
}

#artikel-st {
	display: block;
	position: relative;
	left: 0px;
}

.art A:link {
	color: #000000;
	text-decoration: none;
}
.art A:visited {
	color: #000000;
	text-decoration: none;
}
.art A:focus {
	color: #000000;
	text-decoration: underline;
}

.art A:active {
	color: #000000;
	text-decoration: underline;
}

.art A:hover {
	color: #000000;
	text-decoration: underline;
}

.akcija A:link {
	font-size: 16px;
	font-weight: bold;
	color: #BB0033;
	text-decoration: none;
}
.akcija A:visited {
	font-size: 16px;
	font-weight: bold;
	color: #BB0033;
	text-decoration: none;
}
.akcija A:focus {
	font-size: 16px;
	font-weight: bold;
	color: #FF0033;
	text-decoration: underline;
}

.akcija A:active {
	font-size: 16px;
	font-weight: bold;
	color: #FF0033;
	text-decoration: underline;
}

.akcija A:hover {
	font-size: 16px;
	font-weight: bold;
	color: #FF0033;
	text-decoration: underline;
}

div.slika-katalog {
float: right;
margin: 0 0 10px 25px;
clear: right;
}

#katalog-box
{
width: 306px;
margin: 5px auto;
margin-right: 10px;
padding: 4px;
padding-bottom: 7px;
border-width: 2px;
border-style: solid;
border-color: #CCCCCC;
background: #dee0e2;
float: left;
z-index: 100;
}

#blank
{
width: 1px;
}

/* end katalog */

/* prva */
#prva-box
{
width: 641px;
padding: 4px 4px 4px 4px;
padding: 6px 6px 6px 6px;
margin-bottom: 10px;
border-width: 2px;
border-style: solid;
border-color: #CCCCCC;
background: #F3F5F7;
}

#prva-box-desno
{
margin-left: 260px;
}

div.prva-box ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	line-height: 15px;
}

div.prva-box ul li {
	margin: 0;
	padding: 0;
}

.slika-prva {
float: left;
margin: 0px 5px 0px 0px; 
}

/* news */
#novica
{
width: 660px;
height: 150px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
padding-top: 6px;
padding-bottom: 6px;
}

#novica-levo
{
float: left;
height: auto;
width: 156px;
}

#novica-desno
{
height: auto;
margin-left: 150px;
}

#novica-crta
{
width: 660px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
}

/* tree navigation */


table.treemenu
{
	width: 176px;
	border-top: 1px solid #C5C5C5;
}

table.treemenu td
{
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #C5C5C5;
}

table.treemenu a, table.treemenu b
{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 10px;
	text-decoration: none;
}

table.treemenu a,
table.treemenu a:link,
table.treemenu a:visited,
table.treemenu a:focus,
table.treemenu a:active
{
	color: #000000;
}

table.treemenu a:hover
{
	color: #FF0033;
}

table.treemenu td.open {
	/*border: none;*/
}

table.treemenu table {
	margin: 0px 0px 7px 12px;
}

table.treemenu table td {
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #D9D9D9;
}

/* main product groups table */

table.mainProductGroups table
{
	width: 320px;
	height: 160px;
	background-color: #DEE0E2;
	margin: 0px 20px 20px 0px;
}

table.mainProductGroups table.last
{
	margin-right: 0px;
}

table.mainProductGroups table td
{
	padding: 10px;
}

table.mainProductGroups table td a,
table.mainProductGroups table td a:link,
table.mainProductGroups table td a:hover,
table.mainProductGroups table td a:active,
table.mainProductGroups table td a:focus,
table.mainProductGroups table td a:visited
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}


/* sub product groups table */

table.subProductGroups
{
	width: 100%;
}

table.subProductGroups thead th
{
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF; /*#FFBBAA;*/
	background-image: url(../images/layout/square.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

table.subProductGroups thead td
{
	font-size: 7px;
}

table.subProductGroups tbody td.type_a
{
	background-color: #FFDDCC;
}

table.subProductGroups tbody td
{
	background-image: url(../images/arrows/grey_right.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
}

table.subProductGroups tbody td a
{
	color: #000000;
}

table.subProductGroups tbody td a:hover
{
	color: #FF0033;
}

table.subProductGroups tbody td:hover
{
	background-image: url(../images/arrows/red_right.gif);
}

table.subProductGroups thead th, table.subProductGroups tbody td {
	padding: 1px 0px 1px 15px;
}


/* product group details */

div.cataloglink
{
	display: block;
	position: relative;
	width: 200px;
	height: auto;
	background-color: #FFBBAA;
	margin: 0px 0px 12px 0px;
	padding: 4px 6px 6px 6px;
}

div.intobasket
{
	display: block;
	position: relative;
	width: 200px;
	height: auto;
	background-color: #FFDDCC;
	margin: 0px 0px 12px 0px;
	padding: 4px 6px 6px 6px;
}

div.print
{
	display: block;
	position: relative;
	width: 200px;
	height: auto;
	background-color: #FFDDCC;
	margin: 0px 0px 12px 0px;
	padding: 4px 6px 6px 6px;
}


/* basket */

table.basket
{
	width: 100%;
}

table.basket td
{
	vertical-align: top;
}


/* product table */

table.products
{
	width: 100%;
}

table.products th
{
	padding: 2px 4px 2px 4px;
	background: #DEE0E2;
	text-align: left;
	vertical-align: top;
}

table.products td
{
	padding: 4px;
	vertical-align: top;
}

table.products tr.type_b td
{
	background: #F3F4F5;
}


/* paging */

table.paging
{
	margin: 6px 0px 6px 0px;
}


/* froms */

table.formular td {
	padding-right: 20px;
}


/* error box */

fieldset.error
{
	border:  2px solid #FF0000;
	margin:  0px 0px 20px 0px;
	padding: 0px 10px 10px 10px;
	width:   80%;
}

fieldset.error legend
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 3px 5px;
}

fieldset.error ul
{
	margin: 0px 0px 0px 15px;
}

fieldset.error li
{
	margin: 0px 0px 0px 0px;
}


/* hint box */

fieldset.hint
{
	border:  2px solid #336699;
	margin:  0px 0px 15px 0px;
	padding: 0px 10px 10px 10px;
	width:   70%;
}

fieldset.hint legend
{
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 3px 5px;
}

fieldset.hint ul
{
	margin: 0px 0px 0px 15px;
}

fieldset.hint li
{
	margin: 0px 0px 0px 0px;
}

fieldset.hint p
{
	margin: 4px 0px 0px 0px;
}

/* general product information */

table.general tr td
{
	vertical-align: top;
	padding: 0px 10px 3px 0px;
	border: none;
	
}

/*  product properties */

table.productDetailProperties tr td
{
	padding: 3px 3px 3px 10px;
	border-bottom: 1px solid #EEEEEE;
}

table.productDetailProperties tr td.productDetailPropertiesSection
{
	padding: 3px 4px 3px 4px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: none;
}

/* product documents */

ul.documents li
{
	margin: 1px 0px 1px -15px;
	padding: 2px 0px 2px 18px;
	background-image: url(../images/icons/16x16/document.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}

/* Produktvarianten */

table.productvariant{

}

table.productvariant thead tr td{
	background-color: #FFDDCC;
	font-weight: normal;
	font-size: 9px;
	padding: 2px 0px 2px 2px;
}

table.productvariant tbody tr td{
	border-bottom: 1px solid #DEE0E2;
	padding: 3px 0px 3px 3px;
}

table.productvariant tbody tr.special{
	border-bottom: 1px solid #DEE0E2;
}


ul.static{
	margin-left: 20px;
}
ul.static li{
	margin: 0px 0px 2px 0px;

}
div.staticstart {
	width: 640px;
	height: 318px;
	padding-top: 25px;
	background-image: url(../images/static/bgstart.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

table.dropdown{
	padding: 2px 2px 2px 2px;
}



table.dropdown td{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 10px;
	width: 174px;
}

table.dropdown td.bgdrop{
	background-color: #000000;
	width: 10px;
}

/* Dropdown Kapitelauswahl */

div#chapterselect
{
	position: relative;
	border: 1px solid #999999;
	padding: 0px;
	background-color: white;
	margin-bottom: 10px;
	width: 174px;
}

div#chapterselect div.headline
{
	padding: 3px 5px 3px 5px;
	background-image: url(../images/layout/chapterselect.gif);
}

div#chapterselect div.options
{
	border-top: 1px solid #999999;
	display: none;
}

div#chapterselect div.options a
{
	display: block;
	width: auto;
	color: #444444;
	border-top: 1px solid #CCCCCC;
	padding: 4px 5px 4px 5px;
}

/* Statisches Zeugs englisch */
ul.serviceList {
	padding: 0px 0px 0px 0px;
	

}

ul.serviceList li{
		margin: 0px 0px 0px 0px;
}

#katalogform .levo {
	width: 170px;
	float: left;
	margin-top: 10px;
}

#katalogform .desno {
	float: left;
	margin-top: 10px;
}

#katalogform .desno-radio {
	float: left;
	width: 213px;
	margin-top: 10px;
}

#katalogform .desno-checkbox {
	float: left;
	width: 140px;
	margin-top: 10px;
}

#katalogform .konec {
	clear: both;
}

#katalogform label.error {
	margin-left: 5px;
	color: #BB0033;

}

#katalogform fieldset {
	border:1px solid #000000;
	width: 590px;
}

#katalogform legend {
	 padding: 0.2em 0.5em;
	 border: 1px solid #000000;
	 color: #000000;
	 font-size: 90%;
}

p.opozorilo {
	color: #BB0033;
}

#slider {
    position:relative;
    width:500px; /* Change this to your images width */
    height:250px; /* Change this to your images height */
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

