
#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
}
/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 886px;
}
#header {
    display: none;
}
#main_container {
    padding: 0;
    margin: 0px 0px 0px 0px;
}
#layout_table {
    border-collapse: collapse;
}
#sub_nav_column {
    display: none;
    vertical-align: top;
}
#content_column {
    vertical-align: top;
}
#left_column_container {
    display: none;
}
#sub_container1 {
    display: none;
}
#sub_container2 {
    margin: 0 0px 0 0;
    padding: 10px 0px 12px 0px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}
.textns {
    position: absolute; 
    width: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    display: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    display: none;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    display: none;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content table {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-left: 1px;
    margin-bottom: 15px;
    /* width: 99.8%;*/

    border-left: 0px solid;
    border-top: 0px solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 90%;
}

.content select {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
    border-right: 0px solid;
    border-bottom: 0px solid;
    padding: 2px 10px 2px 10px;
    font-weight: normal;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    text-align: left;
}

.content td {
    border-right: 0px solid;
    border-bottom: 0px solid;
    padding: 2px 10px 2px 10px;
    text-align: left;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
    text-align: left;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
    text-align: left;
}