
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 font-weight: normal;
 font-family: Arial, Geneva, sans-serif;
}
body {
/*  line-height: 1.3334; */
  line-height: 1.51;
}
li {
  list-style: none;
}
.hidden{
display: none;
}

#wrapper {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
  position: relative;
  font-family: Arial, Geneva, sans-serif;
  font-size: 14px;
  color: #4D4D4D;
padding: 5px;
}
#wrapper a:link,
#wrapper a:visited,
#wrapper a:active {
  color: #888A87;
  margin-right: 5px;
  text-decoration: none;
}
#wrapper a:hover {
  color: #FE6D02;
  text-decoration: underline;
}
/* header */
#wrapper #Header {
  height: 110px;
  left: 0;
  margin: 0 auto;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 18;
}
#wrapper #Header #HeaderIdentity {
  left: 0;
  position: relative;
  top: 0;
  margin-top: 5px;
}
#wrapper #Header #HeaderIdentity span.separator {
  background: url("../images/t1_header_top_separator.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 15px;
  padding: 0;
  width: 20px;
}
#wrapper #Header #HeaderIdentity #Logo {
  left: 15px;
  position: absolute;
  top: 29px;
}
#wrapper #Header #HeaderIdentity #Baseline {
  left: 196px;
  position: absolute;
  top: 40px;
}
#wrapper #Header #HeaderTop {
  font-size: 0.95em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 19;
}
#wrapper #Header #HeaderTop #HeaderActions {
  float: left;
  padding: 5px;
}
#wrapper #Header #HeaderTop #HeaderActions ul{
margin: 0;
padding: 0;
}
#wrapper #Header #HeaderTop #HeaderActions ul li{
display: block;
font-size: .9em;
margin: 8px 10px 7px 0;
}
#wrapper #Header #HeaderTop span.separator {
  background: url("../images/t1_header_top_separator.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 15px;
  padding: 0;
  width: 20px;
}
#wrapper #Header #HeaderTop #fontSizeChooser {
  border: 0 solid #0000FF;
  float: left;
  height: auto !important;
  overflow: hidden;
  padding-top: 5px;
  position: relative;
  width: auto;
}
#wrapper #Header #dugvilla {
  position: absolute;
  right: 12px;
  top: 35px;
}

#wrapper #Header #HeaderTop #HeaderActions.first {
    background-image: none;
}

#wrapper #Header #HeaderTop #HeaderActions {
    background: url("../images/t1_footer_separator.gif") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    display: inline;
    font-weight: 700;
    padding: 0 0 0 10px;
}

#wrapper .mainNavCont {
  background-image: url("../images/menuBackCsik.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#wrapper .mainNavCont #MainNavigation {
  background: url("../images/menuback.jpg") repeat-x scroll 50% 0 rgba(0, 0, 0, 0);
  border-radius: 5px;
  box-shadow: 0 5px 8px #ACACAC;
  height: 26px;
  left: 0;
  margin: 0 auto 10px;
  overflow: hidden;
  padding: 3px 0;
  position: relative;
  top: 0;
  width: 980px;
  z-index: 15;
}
#wrapper .mainNavCont #MainNavigation ul.mainMenu li {
display: block;
float: left;
list-style: none;
/* background: transparent url("../images/menuspacer.jpg") no-repeat; */
padding-left: 2px;
}
#wrapper .mainNavCont #MainNavigation ul.mainMenu {
position: absolute;
top: -4px;
z-index: 50;
}


#wrapper #Content {
  clear: both;
  margin: 0 auto 5px;
  padding: 0;
  position: relative;
  width: 100%;
}
#wrapper #Content #Breadcrumb {
  color: #777777;
  font-size: 0.9em;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
  top: -5px;
}
#wrapper #Content #Breadcrumb #selector {
    font-size: 90%;
    padding-left: 2px;
    padding-right: 2px;
}

/* footer */
#wrapper #Footer {
  background-image: url(../images/NKM-logo-48x26.svg);
  background-size: 48px 26px;
  background-repeat: no-repeat;

  clear: both;
  float: none;
  margin: 40px auto 0;
  padding: 15px 0 0;
  position: relative;
  text-align: left;
  top: 5px;
  width: 100%;
  display: block;
  font-size: 85%;
}
#wrapper #Footer #FooterActions {
  background: url("../images/t1_footer_actions_top_bg.png") no-repeat scroll 50% 15px rgba(0, 0, 0, 0);
  margin-left: 15px;
  padding: 15px 0;
  position: relative;
  display: table;
  width: 100%;
}
#wrapper #Footer #FooterActions div ul{
margin: 0;
padding: 0;
}
#wrapper #Footer #FooterActions div ul li{
display: block;
font-size: .9em;
margin: 8px 10px 7px 0;
}
#wrapper #FooterLinks {
  padding-top: 10px;
  width: 100%;
}
#wrapper #FooterLinks span {
  padding: 15px;
  position: absolute;
  right: 0;
}
#wrapper #FooterLinks ul {
  left: 0;
  margin: 0;
  padding: 10px 10px 10px 5px;
  position: absolute;
}
#wrapper #FooterLinks ul li.first {
  background-image: none;
}
#wrapper #FooterLinks ul li {
  display: inline;
  font-weight: 700;
  padding: 0 0 0 10px;
  background: url("../images/t1_footer_separator.gif") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
}

/*SCROLL*/
.scrollup {
  background: url("../images/icon_gototop.png") no-repeat scroll 0 0 transparent;
  bottom: 20px; 
  display: none;   
  height: 40px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 40px;
}

/*TIP*/
div.ui-cluetip {
  font-size: 1em;
}
.ui-cluetip-header,
.ui-cluetip-content {
  padding: 12px;
}
.ui-cluetip-header {
  font-size: 1em;
  margin: 0;
  overflow: hidden;
}

.cluetip-title .cluetip-close {
  float: right;
  position: relative;
}
.cluetip-close img {
  border: 0;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../images/cluetip/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  width: 11px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-width: 0;
}
.cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'default'
-------------------------------------- */
.cluetip-default,
.cluetip-default .cluetip-outer {
  background-color: #d9d9c2;
}
.cluetip-default .ui-cluetip-header {
  background-color: #87876a;
}

div.cluetip-default .cluetip-arrows {
  border-width: 0;
  background: transparent none;
}
div.clue-right-default .cluetip-arrows {
  background-image: url(../images/cluetip/darrowleft.gif);
}
div.clue-left-default .cluetip-arrows {
  background-image: url(../images/cluetip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
div.clue-top-default .cluetip-arrows {
  background-image: url(../images/cluetip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}
div.clue-bottom-default .cluetip-arrows {
  background-image: url(../images/cluetip/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}
.cluetip-jtip {
  background-color: #fff;
}
.cluetip-jtip .cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  /*background-color: #fff;*/
}

.cluetip-jtip .cluetip-inner {
  padding: 5px;
  display: inline-block;
}
.cluetip-jtip div.cluetip-close {
  text-align: right;
  margin: 0 5px 0;
  color: #900;
}
.cluetip-jtip .ui-cluetip-header {
  background-color: #ccc;
  padding: 6px;
/*  margin-bottom: 1em;*/
}
div.cluetip-jtip .cluetip-arrows {
  border-width: 0;
  background: transparent none;
}
div.clue-right-jtip .cluetip-arrows {
  background-image: url(../images/cluetip/arrowleft.gif);
}
div.clue-left-jtip .cluetip-arrows {
  background-image: url(../images/cluetip/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
div.clue-top-jtip .cluetip-arrows {
  background-image: url(../images/cluetip/arrowdown.gif);
  top: 100%;
  left: 50%;
  width: 22px;
  height: 11px;
  margin-left: -11px;
}
div.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../images/cluetip//arrowup.gif);
  top: -11px;
  left: 50%;
  width: 22px;
  height: 11px;
  margin-left: -11px;
}
.cluetip-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.cluetip-rounded .cluetip-outer {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
}
.cluetip-rounded  .cluetip-arrows {
  border-color: #ccc;
}

/* need to be more specific here to override ThemeRoller defaults */
div.cluetip-rounded  .cluetip-arrows {
  font-size: 0;
  line-height: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  background: transparent none;
}
div.clue-right-rounded .cluetip-arrows {
  border-width: 11px 11px 11px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
div.clue-left-rounded .cluetip-arrows {
  left: 100%;
  margin-right: -11px;
  border-width: 11px 0 11px 11px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;

}
div.clue-top-rounded .cluetip-arrows {
  top: 100%;
  left: 50%;
  border-width: 11px 11px 0 11px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.clue-bottom-rounded .cluetip-arrows {
  top: -11px;
  left: 50%;
  border-width: 0 11px 11px 11px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;

}
/* stupid IE6 HasLayout hack */
.cluetip-rounded .cluetip-title,
.cluetip-rounded .cluetip-inner {
  zoom: 1;
}

form .row:before, form .row:after, form .submit:before, form .submit:after, form .row .choose-single:before, form .row .choose-single:after, form ul.choose li:before, form ul.choose li:after, form .recaptcha:before, form .recaptcha:after, form.content:before, form.content:after {
    content: "";
    display: table;
}
form .row:after, form .submit:after, form .row .choose-single:after, form ul.choose li:after, form .recaptcha:after, form.content:after {
    clear: both;
}
form .row:before, form .row:after, form .submit:before, form .submit:after, form .row .choose-single:before, form .row .choose-single:after, form ul.choose li:before, form ul.choose li:after, form .recaptcha:before, form .recaptcha:after, form.content:before, form.content:after {
    content: "";
    display: table;
}

form .help {
    background-image: url("../images/hilfe.png");
    cursor: help;
    display: block;
    float: left;
    height: 16px;
    margin: 3px 0 1px 5px !important;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999em;
    width: 16px;
    tabindex: -1;
}
form .row {
    clear: both;
    padding: 6px;
}

form .row .label {
    float: left;
    padding: 4px 10px 4px 0;
    width: 30%;
    text-align: right;
}
form .row .input {
    float: left;
    width: 67%;
}

#section #title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.125;
    margin-bottom: 12px;
}
#section {
    border: 1px solid #CECECE;
    padding-top: 10px;
    padding-bottom: 10px;
}
#section h3{
    color: #FE6D02;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 100%;
    font-weight: bold;
    padding: 3px 10px;
}

.graybackground {
    background-color: #F5F5F5;
}
.whitebackground {
    background-color: #FFFFFF;
}
#page_title {
  display: inline-block;
  font-weight:bold;
  font-size: 20px;
  color: #FE6D02;
  padding-bottom:10px;
  padding-left:0px;">	
}
#main:before, #main:after, #content:before, #content:after {
    content: "";
    display: table;
}
#main:after, #content:after {
    clear: both;
}
#main:before, #main:after, #content:before, #content:after {
    content: "";
    display: table;
}
#main {
    margin: 0;
    padding-bottom: 20px;
}

#section_button {
  padding: 10px;
  border: 1px solid #CECECE;
}
#button_obligatory{
 text-align:left;
 color: #888A87;
 display:inline-block;
 font-weight: bold;
 font-size: xx-small;
 float:left;
}

.button:link {
    background: url("../images/search_button_bg.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    border-radius: 4px;
    border: 1px solid #969696;
    color: #000000 !important;
    display: inline-block;
    padding: 7px 15px;
    text-decoration: none;
}
.button {
    background: url("../images/search_button_bg.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    border-radius: 4px;
    border: 1px solid #969696;
    color: #000000 !important;
    display: inline-block;
    padding: 7px 15px;
    text-decoration: none;
}
.button:hover {
    border: 1px solid #FFA02F !important;
    color: #09357A !important;
    text-decoration: none !important;
}
.button:visited {
    background: url("../images/search_button_bg.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    border-radius: 4px;
    border: 1px solid #969696;
    color: #000000 !important;
    display: inline-block;
    padding: 7px 15px;
    text-decoration: none;
}

.right {
    padding-right: 10px;
    text-align: right;
}

/*---------------message------------*/
.ui-message-error-body{
margin-bottom: 10px;
padding:15px;
background-color:#f6e6e6;
font-family:Arial,Geneva,sans-serif;
border:1px solid #f31b0c;color:#222}
.ui-message-error-body .ui-message-image{background-image:url("../images/message_nok.png");background-repeat:no-repeat;width:80px;height:50px;float:left}
.ui-message-error-body .ui-message-text .firstLine{text-shadow:0 1px 0 #fff;color:#ab0602;font-size:16px;display:block}
.ui-message-error-body .ui-message-text .secundLine{margin-top:0px;color:#86504e;display:block;text-align: left;margin-left: 80px;}
.ui-message-body{
margin-bottom: 10px;
padding:15px;
background-color:#e6eed6;
font-family:sans-serif;border:1px solid #7ca82f;color:#222}
.ui-message-body .ui-message-image{background-image:url("../images/message_ok.png");background-repeat:no-repeat;width:80px;height:50px;float:left}
.ui-message-body .ui-message-text .firstLine{text-shadow:0 1px 0 #fff;color:#5e9106;font-size:200%;display:block}.ui-message-body .ui-message-text .secundLine{margin-top:5px;color:#666;font-size:100%;display:block;margin-left: 80px;}



tr:nth-child(2n+0) /* represents every even row of an HTML table */ {
  background-color: #f4f4f4;
}
tr:nth-child(even) /* same */ {
  background-color: #f4f4f4;
}

#tbl_opbel{
  padding: 5px;
}
#tbl_opbel #opbel{
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 10px;
}
#tbl_opbel #beendate{
  font-size: 80%;
}
#tbl_opbel #letolt{
  font-size: 105%;
  padding-left: 15px;
}
#letolt{
    background-image: url("../images/t1_bullet_link.gif");
    background-position: left center;
    background-repeat: no-repeat;
}
#letolt:hover{  
    background-image: url("../images/t1_bullet_link_over.gif");
    background-position: left center;
    background-repeat: no-repeat;
}

#exceldwn {
  border: 1px solid #CECECE; 
/*  margin-top: 5px; margin-bottom: 5px; padding: 10px; vertical-align: middle; */
}

.urPagerTxt {
font-size: 100% !important; 
}
.urPagerItmTxt {
    font-size: 100% !important;
    vertical-align: bottom !important;
}

#sapDate{
  display: none;
}

#main_menu{
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 5px 0px 0px 0px;
  box-shadow: 0px 5px 8px #ACACAC;
  margin-left: 25px;
  margin-bottom: 15px;
}
#main_menu subnav{
 height: 100%;
}
#main_menu #subnav ul {
  margin: 0px;
  padding: 0px;
}
#main_menu #subnav ul li {
  padding: 5px 5px 5px 17px;
}
#main_menu #subnav ul li ul li {
    padding: 5px 5px 5px 0;
}

#Baseline #text #name{
font-weight: bold;
color: #fe6d02;
}
#Baseline #text{
float: right;
padding-left: 10px;
}
#Baseline #image{
float: left;
padding-top: 5px;
}

#logoff {
    background-image: url("../images/kilepes.png");
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline;
    margin-left: 15px;
    padding: 14px;
    text-align: center;
    vertical-align: middle;
}
#inner_partner {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #B9B9B9;
    box-shadow: 0 5px 10px #CCCCCC;
    display: none;
    float: left;
    left: 200px;
    padding: 10px 10px 0;
    position: absolute;
    top: 120px;
    white-space: nowrap;
    z-index: 500;
}
#Baseline #image {
    cursor: pointer;
}

.orange_button, orange_button:link, orange_button:visited {
  font-family: Arial;
  font-weight: bold;
  color: #052E6D  !important;
  font-size: 12px !important;
  background: #fc6a08;
  padding: 8px 15px 8px 15px;
  text-decoration: none !important;
  margin-right: 12px !important;
}
.orange_button:hover{
  background: #fd883a;
  text-decoration: none;
}
