/**
 * ------------------------------------------
 *  RESET
 *  ------------------------------------------
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**
 * ------------------------------------------
 *  GLOBAL
 *  ------------------------------------------
 */
body {
    background: url(img/bg.gif);
    text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

html, body {
    height: 100%;
    font-family: tahoma, Arial, Helvetica, sans-serif;
}

ul {
    margin-left: 10px;
}

A {
    color: #000;
    text-decoration: underline;
}

B {
    font-weight: bold;
    color: #333;
}

A:hover {
    text-decoration: none;
    color: #FF0000;
}

A.small {
    font-size: 10px;
}

#container {
    position: relative;
    width: 780px;
    margin: 0 auto;
    min-height: 100%;
    background: url(img/bg_content.gif);
    background-repeat: repeat-y;
}

#wrapper {
    padding: 184px 57px 115px 10px;
}

#content {
    z-index: 20;
    position: relative;
}

#content-left {
    width: 475px;
    float: left;
    text-align: justify;
    font-size: 13px;
    line-height: 19px;
    position: relative;
}

#content-left-wide {
    text-align: justify;
    font-size: 13px;
    line-height: 19px;
    width: 740px;
}

#content-clear {
    clear: both;
}

h1 {
    width: 400px;
    border-bottom: 1px dashed #F3400F;
    border-left: 4px solid #F3400F;
    display: block;
    padding: 2px 0 3px 6px;
    color: #F3400F;
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin-left: -4px;
    margin-bottom: 10px;
}

h5 {
    color: #F3400F;
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 3px 3px 6px;
}

h4 {
    color: #000;
    font-size: 13px;
    padding: 25px 0 10px 0;
    text-decoration: underline;
}

.i1 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0px;
    padding: 0px;
}

.i1p {
    border: 1px solid black;
}

.i1d {
    border: 1px solid black;
    margin-top: 1px;
    width: inherit;
    background: #ddd;
    padding: 0px;
    font-size: 11px;
}

table {
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

td {
    padding: 0px;
}

td {
    padding: 0px;
}

select {
    width: 200px;
    font-size: 14px;
    font-weight: bold;
}

#lamp-form-loader {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-top: 2px;
    display: none;
    vertical-align: top;
    background: url(img/loader.gif);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

ul {
    list-style: square;
    margin-left: 30px;
    margin-bottom: 20px;
}

ol {
    list-style: decimal;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

sup {
    vertical-align: super;
    font-size: 10px;
}

.button {
    font-size: 11px;
    font-weight: bold;
}

label {
    display: block;
    display: inline-block;
    width: 160px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding: 0 5px 0 0;
}

.lamp-form {
    
    
    margin: 25px 0 25px 0;
    
}

.lamp-form-item {
    text-align: left;
    margin: 0 0 10px 20px;
    font-size: 0px;
}

.lamp-info {
    padding-left: 10px;
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    margin-top: 20px;
}

.lamp-info b {
    font-weight: normal;
    color: black;
}

.lamp-info-param {
    display: inline-block;
    width: 180px;
    font-weight: bold;
    color: #333;
}

.lamp-info-ico {
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    font-size: 13px;
}

.lamp-info-ico a {
    text-decoration: none;
    color: black;
}

.boldlink{
	font-weight: bold;
	color: #333;
}

/**
 * ------------------------------------------
 * RIGHT COLUMN
 * ------------------------------------------
 */
#content-right {
    margin-top: 25px;
    float: right;
    width: 218px;
}

#content-right span {
    font-family: tahoma, Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-bottom: 8px;
}

#content-right span.kontakt a {
    color: #666;
}

#content-right span.kontakt {
    text-align: center;
    color: #666;
    font-weight: bold;
}

.more-btn {
    font-family: Arial, Helvetica, tahoma, sans-serif;
    background: #ff6400;
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 1px 5px 1px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.more-btn:hover {
    background: #f3400f;
    color: white;
}

.more-btn-container {
    text-align: right;
    margin-bottom: 15px;
}

h3 {
    border-bottom: 1px dotted black;
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #f3400f;
    padding: 0 0 3px 25px;
    margin-bottom: 11px;
}

h3 span.ico {
    width: 16px;
    height: 16px;
    margin-left: -19px;
    float: left;
    background-repeat: no-repeat;
}

.ico-faq {
    background: url(img/ico-faq.png);
}

.ico-contact {
    background: url(img/ico-contact.png);
}

.ico-search {
    background: url(img/ico-search.png);
}

#quicksearch{
	width: 208px;
	margin-left: 3px;
	border: 1px solid #d5d5d5;
	background: #f9f9f9;
	padding: 2px;
	background: url(img/bg_input.png);
	background-repeat: repeat-x;
	
}

/**
 * ------------------------------------------
 * HEADER > MAIN MENU
 * ------------------------------------------
 */
#main-menu {
    position: absolute;
    top: 24px;
    left: 500px;
    width: 226px;
    z-index: 30;
}

#spacer-01 {
    height: 4px;
    background: url(img/m_01.gif);
}

#spacer-02 {
    height: 1px;
    background: url(img/m_03.gif);
}

#spacer-03 {
    height: 1px;
    background: url(img/m_05.gif);
}

#spacer-04 {
    height: 1px;
    background: url(img/m_07.gif);
}

#spacer-05 {
    height: 1px;
    background: url(img/m_09.gif);
}

#spacer-06 {
    height: 1px;
    background: url(img/m_11.gif);
}

#spacer-07 {
    height: 4px;
    background: url(img/m_13.gif);
}

#main-menu a {
    height: 26px;
    display: block;
}

.mm-link-01 {
    background: url(img/m_02.gif);
}

.mm-link-02 {
    background: url(img/m_04.gif);
}

.mm-link-03 {
    background: url(img/m_06.gif);
}

.mm-link-04 {
    background: url(img/m_08.gif);
}

.mm-link-05 {
    background: url(img/m_10.gif);
}

.mm-link-06 {
    background: url(img/m_12.gif);
}

/**
 * ------------------------------------------
 * FOOTER
 * ------------------------------------------
 */
#footer {
    position: absolute;
    bottom: 0;
    height: 95px;
    width: 100%;
}

#footer-start {
    height: 7px;
    background: url(img/bg_footer-start.gif);
}

#footer-content, #footer-copyrights {
    padding: 0 10px 0 10px;
}

#footer-content {
    padding-top: 6px;
    height: 43px;
    background: url(img/bg.gif);
    color: #ABABAB;
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
}

#footer-content a {
    text-decoration: none;
    color: #ABABAB;
}

#footer-content a:hover {
    color: #666666;
}

#footer-end {
    height: 7px;
    background: url(img/bg_footer-end.gif);
}

#footer-copyrights {
    text-align: center;
    padding: 5px;
    color: #999;
    font-size: 9px;
}

/**
 * ------------------------------------------
 * HEADER
 * ------------------------------------------
 */
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 780px;
    z-index: 10;
}

#header-start {
    height: 26px;
    background: url(img/bg_header-start.gif);
}

#header-end {
    height: 180px;
    background: url(img/bg_header-end.gif);
}

/*
 *********************************************************************************************
 *********************************************************************************************
 Contact form
 *********************************************************************************************
 *********************************************************************************************
 */
#c-f, #contact-window {
    width: 740px;
    font-size: 12px;
    text-align: left;
    line-height: 17px;
}

#c-l {
    float: left;
    width: 190px;
    font-size: 21px;
    line-height: 26px;
    color: #f96e4a;
}

#c-l span {
    display: inline-block;
    width: 40px;
}

#c-r {
    float: right;
    width: 540px;
    font-size: 13px;
    line-height: 19px;
}

#c-f-l {
    float: left;
    width: 410px;
}

#c-f-r {
    float: right;
    width: 320px;
}

.c-f-clear {
    clear: both;
    height: 20px;
}

p.h {
    font-size: 14px;
    margin: 15px 0 10px 0;
    font-weight: bold;
    color: #f96e4a;
}

#c-f div {
    line-height: 17px;
    text-align: justify;
}

#contact-form-fancybox span.lbl, #contact-form-fancybox span.frm {
    display: inline-block;
    width: 195px;
    padding: 0px;
    margin: 0px;
}

#c-f label {
    text-align: left;
    display: inline;
}

#contact-form-fancybox span.lbl {
    font-size: 13px;
    color: #666;
    padding-bottom: 3px;
    margin: 0;
}

#contact-form-fancybox span.frm {
    padding-bottom: 5px;
    margin: 0;
}

#c-f input.hi, #c-f select, #c-f textarea, #messageBox1, #c-f-cancel, #c-f-submit {
    width: 165px;
    border: 2px solid #d5d5d5;
    font-size: 13px;
    padding: 3px;
    background-color: #ececec;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url(img/bg_input.png);
    background-repeat: repeat-x;
}

#messageBox1 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-color: red;
    display: none;
}

#messageBox1 label {
    width: auto;
    font-weight: normal;
    display: block;
}

#c-f textarea, #c-f input.subject {
    width: 310px;
}

#c-f textarea {
    height: 164px;
}

#c-f .input-hover {
    border-color: #999;
}

#c-f .error {
    border-color: red;
}

#c-f-submit {
    background: #ff6400;
    border-color: #ff6400;
    color: white;
    margin-right: 10px;
    width: auto;
}

#c-f-submit:hover {
    background: #f3400f;
    border-color: #f3400f;
}

#c-f-cancel {
    background: #ccc;
    border-color: #ccc;
    color: #eee;
    width: auto;
}

#c-f-cancel:hover {
    background: #999;
    border-color: #999;
    color: white;
}

h6 {
    border-bottom: 2px dotted #f96e4a;
    display: block;
    padding: 2px 0 3px 3px;
    color: #F33F0F;
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

#c-f .form-send {
    width: 450px;
    font-size: 15px;
    margin: 80px auto 200px;
    font-weight: bold;
    text-align: center;
    border: none;
    padding: 15px;
    background: #111;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: .7;
    color: #fff;
    background-image: url(img/button_ok.png);
    background-position: 30px 8px;
    background-repeat: no-repeat;
}

#breadcrumbs {
    font-size: 10px;
    font-weight: normal;
    color: #ffff66;
    padding: 6px 0 0 10px;
}

#breadcrumbs a {
    color: #ffff66;
    text-decoration: underline;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

#missing-lamp-info {
    text-align: center;
    margin-top: 25px;
    position: relative;
}

#missing-lamp-info span {
    display: inline block;
    border: 1px dashed #aaa;
    background: #eee;
    padding: 5px;
    color: #aa0000;
    font-weight: bold;
    cursor: help;
    margin-bottom: 10px;
    z-index: 200;
}

#missing-lamp-info span a {
    color: #aa0000;
}



/*
 *********************************************************************************************
 *********************************************************************************************
 Jquery tip tip
 *********************************************************************************************
 *********************************************************************************************
 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	text-shadow: 0 0 1px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(80,80,80);
	background-color: rgba(80,80,80,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(80,80,80);
	border-top-color: rgba(80,80,80,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(80,80,80);
	border-bottom-color: rgba(80,80,80,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(80,80,80);
	border-right-color: rgba(80,80,80,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(80,80,80);
	border-left-color: rgba(80,80,80,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

/*
 *********************************************************************************************
 *********************************************************************************************
 Jquery autocomplete
 *********************************************************************************************
 *********************************************************************************************
 */


.ac_results {
	padding: 0px;
	border: 1px solid #d5d5d5;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	//background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #ff6400;
	color: white;
}
