/*** Normalized ***/

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    float: left;
    width: 782px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    position: relative;
    padding: 0;
    margin: 0;
}

#pgbk_2 {
    position: absolute;
    left: 719px;
    top: 0px;
    width: 69px;
    height: 577px;
}

/*--- the main container is devided in sub containers ----------------------*/

#layout_table {
    border-collapse: collapse;
}

#left_column {
    vertical-align: top;
}

#right_column {
    vertical-align: top;
}

#sub_container2 {
    margin: 0;
    padding: 0;
    width: 510px;
    margin-left: 15px;
    overflow: hidden;
}

#left_column_container {
    position: relative;
    top: -1px;
    margin: 0;
    padding: 0;
    width: 179px;
}

#content_container {
    padding: 0;
    margin: 0;
    width: 500px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 782px;
    height: 174px;
    top: 0px;
    left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: absolute;
    top: 24px;
    left: 230px;
    width: 488px;
    height: 118px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    position: absolute;
    width: 140px;
    height: 80px;
    top: 70px;
    left: 21px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
    margin-bottom: 15px;
}

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

#main_nav_container {
    position: relative;
    left: 0px;
    padding: 0;
}

#main_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    margin: 0;
    padding: 0;
}

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

#main_nav_list a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    text-align: left;
    line-height: 24px;
    height: 24px;
    width: 144px;
    padding-left: 35px;
}

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

.sub_nav_container {
    padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    padding: 0;
    margin: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    text-align: left;
    line-height: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
}

.sub_nav_list a.sub_nav_item {
    text-indent: 19px;
}

.sub_nav_list a.sub_nav_active_item {
    text-indent: 19px;
}

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

#footer {
    margin: 0;
    padding: 0;
    width: 782px;
    height: 59px;
}

#footer_text {
    text-align: center;
}

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

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: left;
}

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

.content {
    padding: 0;
    line-height: 1.3;
    font-family: tahoma,verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

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

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

.content table {
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 0 1px;
}

.content th {
    border-style: solid;
    border-width: 1px;
    padding: 4px 5px 4px 5px;
}

.content tr.odd {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    padding: 4px 5px 4px 5px;
}

.content tr.even {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    padding: 4px 5px 4px 5px;
}

.content td {
    border-style: solid;
    border-width: 1px;
    padding: 4px 5px 4px 5px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border: 1px solid;
}

.content input {
    border: 1px solid;
}

.content textarea {
    border: 1px solid;
}

.content button {
    border: 1px solid;
    background-color: #ffffff;
}

.content label {
    border: 1px solid;
}

.content select {
    border: 1px solid;
}

.content option {
    border: 1px solid;
}

/*--------------------------------------------------------------------------*/

#slogan {
	font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#footer_text {
	font-family: arial, verdana, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#main_nav_list a.main_nav_item {
	font-family: tahoma,verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#main_nav_list a.main_nav_item:hover {
	font-family: tahoma,verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#main_nav_list a.main_nav_active_item {
	font-family: tahoma,verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.sub_nav_list a.sub_nav_item {
	font-family: tahoma,verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
	font-family: tahoma,verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
	font-family: tahoma,verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.content p {
	font-family: tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.content a:link {
	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:active {
	font-family: tahoma, verdana, arial, sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.content h1 {
	font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.content h2 {
	font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.content h3 {
	font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
