@import url(common.css);
@import url(menu.css);
@import url(pulldown.css);
@import url(divbook.css);

body {
    background: #FFFFDE;
    margin:0px auto;
    padding:0;
    font:normal 0.8em/1.2em verdana,aria,sans-serif;
    color: black;
    width: 100%;
    font-size: 8pt;
}

.clear {
    clear: both;
}

.alignright {
    text-align: right;
}
.wide {
    background-color: transparent;
}
.top {
    border-bottom: 1px solid #000;
}
.bottom {
    border-top: 1px solid #000;
    padding-bottom: 1px;
}
.to-right {
    float: right;
}
.to-left {
    float: left;
}

.wrapper {
    background: #1f991f url("../../images/200909/background.jpg") repeat-y center;
    position: relative;
    border: 1px solid #1f991f;
    min-width: 800px;
    max-width: 1200px;
    margin: auto;
}
.outer {
    margin-left: 160px; /* L */
    margin-right: 160px; /* R */
    border-left: 1px solid #1f991f;
    border-right: 1px solid #1f991f;
    background: transparent;
}
.wrap-cl {
    float: left;
    width: 100%;
    margin-right: -1px;
}
.centerbox {
    float: right;
    width: 100%;
    margin-left: -1px;
}
.left-column {
    float: left;
    position: relative;
    width: 160px;  /* L */
    margin-left: -161px;  /* -L-1 */
    margin-right: 2px;
    text-align: center;
}
.right-column {
    float: right;
    position: relative;
    width: 160px;  /* R */
    margin-right: -161px;  /* -R-1 */
    margin-left: 2px;
    padding-top: 190px; /* leave the place for recentnews */
    text-align: center;
}
.minwidth {
    min-width: 504px;
}

/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac \*//*/
* html .inleft, * html .inright, * html .incenter {
	width: 100%;
	overflow: hidden;
}
* html .wrap-cl {
	position: relative;
	margin-right: 0;
}
* html .centerbox {
	margin-left: 0;
}
* html .left-column {
	margin-right: 1px;
}
* html .right-column {
	margin-left: 1px;
}
* html .minwidth {
	border-left: 504px solid #fff;
}
* html .wrapper {
	margin-left: -504px;
	position: relative;
}
/**/

.outer {
    word-wrap: break-word;
}

.big {
    width: 500px;
    background-color: #f96;
}


#min-width-box
{
    line-height: 0px;
    width: 800px;
}

#headmenubox
{
    background-color: black;
    height: 25px;
    width: 100%;
    color: white;
    z-index: 3000;
}

/* Header styles  */
#header
{
    clear:both;
    display: block;
    position: relative;
    width:100%;

    padding: 0px;
    margin:  0px;
    text-align: center;
    color: inherit;
    height: 156px;
    border: 0px;
}

#headerTDGOT
{
    position: absolute;
    bottom: 36px;
    left: 0px;
}

#headerUJMO
{
    position: absolute;
    top: 6px;
    left: 0px;
}

#headerIK
{
    position: absolute;
    top: 6px;
    right: 155px;
}

#headerMotto
{
    position: absolute;
    top: 90px;
    left: 200px;
    color: black;
    font-size: 11pt;
    line-height: 14pt;
}

#mainmenubox
{
    position: absolute;
    height: 36px;
    width: 100%;
    background-color: black;
    color: white;
    bottom: 0px;
}


/* Login stuff */

#userbox
{
    position: absolute;
    width: 155px;
    right: 20px;
    top: 5px;
    font-family: verdana;
    font-size: 10px;
}

#userbox form
{
    margin: 0px;
}

#userbox div.h1
{
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 10px;
}

#userbox input.green
{
    margin-top: 3px;
    background-color: #006600;
    padding: .1em .5em .1em .5em;
    border: 1px solid #40b040;
    font-size: 9pt;
    width: 140px;
    color: white;
}

#userbox input.greenbutton
{
    margin-top: 3px;
    background-color: #006600;
    border: 1px solid  #40b040;
    color: white;
    padding: .1em;
    font-weight: bold;
    font-size: 8pt;
}

#userbox .image
{
    margin-top: 3px;
}

#userbox .loginlinks
{
    margin-top: 4px;
    color: white;
    text-align: right;
}

#userbox .register
{
    font-weight: bold;
}

#userbox a,
#userbox .loginlinks a
{
    color: white;
    line-height: normal;
}

#userbox a:hover
{
    text-decoration: underline;
}


#userbox .user-logged-in-as
{
    text-align: right;
    color: white;
    font-weight: normal;
    margin-bottom: 4px;
}

#userbox .user-name-profile
{
    text-align: right;
    color: white;
    font-weight: bold;
}

#userbox .user-name-profile a
{
    color: white;
    font-weight: bold;
}

#useractions
{
    text-align: right;
    list-style: none;
    color: black;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#useractions a
{
    color: black;
    font-weight: bold;
}

#useractions li
{
    margin-top: 3px;
}


#footer-wrapper
{
    clear: both;
    width: 100%;
    margin-top: 2em;
}

#footer
{
    padding: 1em;
    background-color: black;
    color: white;
}

#content-wrapper
{
}

#content
{
    background: white url('../../images/200909/ik_allando_hatter.png') repeat-y top right;
    padding: 10px;
    position: relative;
    min-height: 600px;
}

/* Search stuff */

#searchbox .h1
{
    font-size: 12px;
    font-weight: bold;
    font-family: verdana;
    margin-bottom: 4px;
    margin-top: 10px;
    color: black;
}

#searchbox .h2
{
    font-size: 10px;
    font-weight: normal;
    font-family: verdana;
    margin-top: 8px;
    margin-bottom: 3px;
    color: white;
}

#searchbox input.green
{
    background-color: #006600;
    padding: 1px 16px 1px 1px;
    margin: 0px;
    border-top: 1px solid #40b040;
    border-left: 1px solid #40b040;
    border-bottom: 1px solid #40b040;
    border-right: 1px solid #40b040;
    width: 100px;
    font-size: 9pt;
    height: 13pt;
    color: white;
}

#searchbox input.switch-off
{
    background: transparent url('../../images/200909/submitarrow.gif') no-repeat center;
    color: white;
    padding: 0px;
    margin: 2px;
    border: 0px;
    margin-left: -16px;
    font-weight: bold;
    font-size: 8pt;
    width: 16px;
}

#searchbox input.switch-on
{
    background: transparent url('../../images/200909/submitdownarrow.gif') no-repeat center;
    color: white;
    padding: 0px;
    margin: 2px;
    border: 0px;
    margin-left: -16px;
    font-weight: bold;
    font-size: 8pt;
    width: 16px;
}

#searchbox input.button
{
    margin-top: 20px;
    background: #d1f3d0;
    color: green;
    padding: 4px;
    border: 1px outset white;
}

#searchbox img.button
{
    margin-top: 20px;
}

#searchbox input.fancy_submit_hu
{
    display: block;
    margin: 20px auto;
    background: transparent url('../../images/200909/submit_hu.png') no-repeat center center;
    text-align: center;
    color: green;
    padding: 4px;
    width: 50px;
    height: 20px;
    border: 0px;
}

#searchbox input.fancy_submit_en
{
    display: block;
    margin: 20px auto;
    background: transparent url('../../images/200909/submit_en.png') no-repeat center center;
    text-align: center;
    color: green;
    padding: 4px;
    width: 50px;
    height: 20px;
    border: 0px;
}

#searchbox .menusearch_input
{
    background-color: white;
    border: 1px solid black;
    font-size: 9pt;
    width: 120px;
    color: black;
    padding-right: 20px;
}

#searchbox input.blacksubmitarrow
{
    background: transparent url('../../images/200909/blacksubmitarrow.gif') no-repeat center;
    color: black;
    padding: 0px;
    margin: 2px;
    border: 0px;
    margin-left: -16px;
    font-weight: bold;
    font-size: 8pt;
    width: 16px;
}



#searchbox a
{
    color: white;
}

#searchbox a:hover
{
    color: white;
    text-decoration: underline;
    font-size: 8pt;
}

#searchbox .results
{
    display: none;
    border: 1px solid black;
    background-color: #006600;
    width: 140px;
    max-height: 200px;
    overflow: auto;
    text-align: left;
    margin-left:  10px;
    color: white;
}

#searchbox .results ul
{
    list-style: none;
    margin-left:  0px;
    padding-left: 5px;
}

#searchbox .results li:hover,
#searchbox .results li.highlight
{
    background-color: #309630;
    margin-left: 0px;
    padding-left: 0px;
}

#ikads
{
    display: block;
    width: 120px;
    overflow: hidden;
    margin: 20px auto;
}

div.hint
{
    display: none;
    background-color: #d9e1ff;
    color: #666666;
    border: 1px outset #666666;
}

a
{
    position: relative;
}

a span.tooltip
{
    display: none;
    text-decoration: none;
    min-width: 12em;
}

a:hover span.tooltip
{
    position: absolute;
    top: 1em;
    display: block;
    background: #d9e1ff;
    border: 1px outset #666666;
    color: #666666;
    font-weight: normal;
    font-size: 8pt;
    z-index: 9999;
    text-align: left;
    padding: 3pt;
    text-decoration: none;
}

#header a
{
    border: 0;
    text-decoration: none;
}

#header a img
{
    border: 0;
}


/* NEWS */

#news
{
    display: block;
    height: 30px;
    padding-bottom: 0px;
    background: white;
    margin-bottom: 6px;
}


#newsdisplay
{
    background-color: white;
    padding: 2px 20px 2px 10px;
    color: black;
    z-index: 19;
}

#newsdisplay a
{
    font-size: 12px;
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

#newsdisplay .short
{
    display: block;
    color: black;
    font-style: italic;
    font-size: 10px;
}

#newsdisplay a:hover
{
    color: orange;
}

#newsdisplay .newsitemoff
{
    display: none;
}

#newsdisplay .newsitemon
{
}

#centercol
{
    position: relative;
    margin-top: 6px;
    border-top: 1px solid #d4c598;
}

#centercol .excl
{
    position: absolute;
    top: -1px;
    right: -8px;
    height: 32px;
    z-index: 200;
}

#recentnews
{
    display: block;
    position: absolute;
    top:  150px;
    right: 20px;
    width: 114px;
    height: 202px;
    background: white url('../../images/200909/ik_aktualis_gomb.png') no-repeat bottom right;
    color: black;
    z-index: 200;
    text-align: left;
    padding: 3px;
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
}

#recentnews a
{
    color: black;
}

#recentnews a:hover
{
    color: black;
    text-decoration: underline;
}

#recentnews .h1
{
    color: black;
    text-align: center;
    font-size: 11pt;
}

#recentnews .item
{
    text-align: center;
}

#publisher-chooser
{
    display: block;
    width: 200px;
    float: right;
    padding: 5px;
    border: 1px solid #808080;
}

#publisher-chooser .puboff
{
    color: #808080;
}

#publisher-chooser .publisher
{
    margin-left: 32px;
}

#publisher-chooser img
{
    margin-top: 6px;
    margin-bottom: -6px;
    margin-left: -32px;
}


#googleads
{
    margin-top: 20px;
    position: relative;
    width: 160px;
    overflow: hidden;
}

/* Logging */

#log
{
    background-color: #FFA500;
    color: red;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2000;
    overflow: auto;
}

#logToggle
{
    border: 2px solid red;
    font-size: 120%;
    background-color: #FFA500; /*orange*/
    color: red;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 1em;
    margin-left: -2em;
    text-align: center;
    z-index: 3001;
}


#searchResults
{
    display: block;
    background: white url('../../images/200909/ik_allando_hatter.png') repeat-y top right;
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    border: 3px outset gray;
}

.left-quarter-h1
{
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: -10px;
    margin-right: -185px;
    display: block;
    width: 185px;  
    height: 32px;  
    font-size: 12pt;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    color: white;
    overflow: hidden;
    background: transparent url('../../images/200909/headerpeak.png') no-repeat top left;
}

.centerinfo
{
    top: 10px;
    left: 5px;
    right: 5px;
    text-align: center;
}

.searchfield
{
    font-style: italic;
}

.searchterm
{
    font-style: italic;
}

.searchhits
{
    font-weight: bold;
}


.qsnavbar
{

}

.qsnavbar .prevpage,
.qsnavbar .nextpage
{
    font-weight: bold;
    color: gray;
}

.qsnavbar .thispage
{
    font-weight: bold;
    color: black;
}

.leftpanel
{
    width: 49.5%;
    float: left;
}

.rightpanel
{
    width: 49.5%;
    float: right;
}

.leftpanel .shortbook
{
    display: block;
    float: left;
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
}

.rightpanel .shortbook
{
    display: block;
    float: right;
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
}


#sidemenu-wrapper
{
    margin-top: 20px;
}

#sidemenu-wrapper .h2
{
    color: black;
    text-shadow: 0.1em 0.1em 0.05em #8A8;
}

#oldmsie
{
    position: absolute;
    z-index: 100;
    width: 610px;
    height: 200px;
    background: #ff8080;
    color: black;
    border: 2px outset red;
    padding: 10px;
}



.abclist_block
{
    margin-top: 6pt;
    margin-bottom: 3pt;
    clear: left;
    padding-left: 60px;
}

.bigletter-wrapper
{
    float: left;
    margin-left: -60px;
    width: 55px;
}

.bigletter
{
    font-size: 24pt;
    line-height: 24pt;
    color: black;
    font-weight: bold;
    padding-bottom: 12pt;
}

.bigletter a
{
    color: #006600;
}

.bigletter a:hover
{
    text-shadow: 0.1em 0.1em #80a080;
    text-decoration: none;
}

.abclist_block:hover .bigletter
{
    text-shadow: 0.1em 0.1em #80a080;
}

.abclist_block span.button
{
    background-color: transparent;
    color: black;
    border: 1px outset #AAFFAA;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 18pt;
}

.abclist_block a:hover .button
{
    background-color: #AAFFAA;
}

.abclist_block:hover .button
{
    background-color: #CCFFCC;
}



#pagetopmenulist
{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 10pt;
    color: black;
    text-align: center;
    line-height: 20pt;
}


#pagetopmenulist .menuSelected
{
    color: lime;
    font-weight: bold;
}


#pagetopmenulist li
{
    display: inline;
}

#pagetopmenulist li div
{
    display: inline;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10pt;
    border: 1px outset black;
    white-space: nowrap;
}


#pagetopmenulist li ul
{
    display: none;
}

#pagetopmenulist li hr
{
    display: inline;
    width: 0px;
}

#pagetopmenulist li hr:after
{
    content: '||';
    display: inline;
    color: black;
}

#bannerads
{
    background: transparent;
    width: 120px;
    margin: auto;
    color: green;
}

#bannerads .bannertop
{
    background: transparent url('../../images/200909/banner_top.png') no-repeat top center;
    width: 120px;
    height: 15px;
}

#bannerads .bannerbottom
{
    background: transparent url('../../images/200909/banner_bottom.png') no-repeat top center;
    width: 120px;
    height: 15px;
}

#bannerads .bannercontent
{
    background: transparent url('../../images/200909/banner_middle.png') repeat-y top center;
    width: 120px;
}

#bannerads .bannersep
{
    background: green;
    width: 90%;
    margin: 3px auto 3px auto;
    height: 1px;
    border: 1px solid green;
    font-size: 1px;
    line-height: 1px;
}

#bannerads .banner_item
{
    padding: 0px 4px 0px 4px;
    text-align: center;
    width: 110px;
}

#bannerads a
{
    text-decoration: none;
}

#bannerads a:hover
{
    text-shadow: 0.1em 0.1em #A0A0A0;
}

#bannerads .banner_title
{
    color: green;
    font-weight: bold;
    font-size: 120%;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bannerads .banner_text
{
    color: green;
    font-weight: bold;
    font-size: 110%;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bannerads .banner_contact_title
{
    color: green;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

#bannerads .banner_contact_telephone
{
    color: blue;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
}

#bannerads .banner_contact_email
{
    color: blue;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
}


#bannerads a
{
    color: blue;
    text-decoration: underline;
}

#bannerads a:hover
{
    color: #0000ff;
    background-color: #eeeeff;
    text-decoration: underline;
}

#paramChooser
{
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 200%;
}

#paramChooser .h2
{
    font-weight: bold;
    font-size: 110%;
}


#exchangeRates
{
    margin: 5px;
    padding: 5px;
    border: 1px solid green;
}

#exchangeRates th
{
    background-color: transparent;
    font-weight: bold;
}

#exchangeRates .h2
{
    color: black;
    background-color: transparent;
    font-weight: bold;
}

#exchangeRates table
{
    width: 100%;
}

.agent_user
{
}

.agent_bot
{
    color: red;
}

#outsider-download
{
    width: 400px;
    height: 400px;
    margin-left: -200px;
    padding: 100px;
    border: 2px solid red;
    background-color: orange;
    font-size: 120%;
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 999;
}

div.error
{
    font-size: 120%;
    border: 1px outset red;
    color: red;
    font-weight: bold;
    padding: .5em;
}

tr.storno td
{
    text-decoration: line-through;
}


ul.multiselect-checkbox-list
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.multiselect-checkbox-list li
{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

