/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 731px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    clear: both;
    margin: 15px 0 0 0;
}

#layout_table {
    border-collapse: collapse;
}



/*--- the main container is devided in sub containers ----------------------*/
#left_column {

    vertical-align: top;
}
#right_column{

    vertical-align: top;
}

#sub_container1 {
}

#sub_container2 {
    border: position: relative;
    margin-top: 15px;
    width: 536px;
}

#left_column_container {
    position: relative;
    margin: 0;
    padding: 0;
    width: 190px;
    padding-top: 18px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 731px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    width: 731px;
    height: 252px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    background-position: center;
    width: 128px;
    height: 38px;
    position: absolute;
    top: 198px;
    left: 554px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
    font-family: Verdana,Arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    position: relative;
    left: 0px;
    padding-left: 10px;
    background-position: left bottom;
    width: 527px;
    font-style: normal;
    text-decoration: none;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    width: 731px;
    padding: 0px;
    margin: 0;
    overflow: hidden;
}

#main_nav_list {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 1px;
    list-style-type: none;
}

#main_nav_list li {
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    width: 104px;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    overflow: hidden;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    background: transparent;
    margin: 0;
    padding: 0px 8px 0px 6px;
    display: block;
    float: left;
    height: 32px;
    font-size: 11px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    width: 90px;
    text-decoration: none;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 26px;
}

html>body #main_nav_list a {
    height: 26px;
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

#main_nav_list a.main_nav_active_item {
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    position: relative;
    top: -17px;
    left: 5px;
    /*	border: 1px dotted #000000; */

}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*	border: 1px dotted #000000; */

}

.sub_nav_list li {
    width: 166px;
    margin: 0px 0 2px 0;
    padding: 0;
    height: 25px;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 25px;
    background-repeat: repeat-y;
    padding: 0 25px 0 8px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 133px;
    overflow: hidden  !important;
    /*	border: 1px dotted #000000; */

}

html>body .sub_nav_list a {
    width: 133px;
}

.sub_nav_list a.sub_nav_item {
    text-decoration: none;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.sub_nav_list a.sub_nav_item:hover {
    text-decoration: none;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.sub_nav_list a.sub_nav_active_item {
    text-decoration: none;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

/*--- content --------------------------------------------------------------*/

#content_container {
 
    position: relative;
    left: 10px;
    top: 0px;
    overflow: hidden;
    margin: 0 20px 20px 0;
    padding: 0;
    width: 500px;
    voice-family: "\"}\"";
    voice-family: inherit;
    /*	border: 1px dotted #000000; */

}

html>body #content_container {
    width: 510px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    position: relative;
    margin: 0;
    padding: 0;
    width: 731px;
}

#footer_text {
    padding-left: 250px;
    padding-top: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    /* border: 1px dashed #000000; */
    width: 450px;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: x-small;
    /* IE5 Win */

    font-size: small;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.3;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.content h2 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.content h3 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

/*--- links ----------------------------------------------------------------*/

.content a {
    font-weight: normal;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 0 1px;
}

.content th {
    padding: 4px 5px 4px 5px;
    border: 1px solid;
}

.content tr {
    margin: 0;
    color: #000000;
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    color: #000000;
    background-color: #ffffff;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #000000;
    background-color: #ffffff;
    padding: 3px 2px 3px 2px;
}

.content td {
    padding: 4px 5px 4px 5px;
    border: 1px solid;
    margin: 0;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.content input {
    border-style: solid;
    border-width: 1px;
}

.content button {
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
}

.content textarea {
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

#main_nav_list a.main_nav_item {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.content a:active {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

.content a:hover {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content a:visited {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

.content a:link {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

.content, .content p {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}