/*** Normalized ***/


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

#container {
	border: 1px solid green
    position: relative;
    padding: 0;
    margin: 10px auto 0 auto;
    text-align: left;
    width: 737px;
}

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

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

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

#sub_container1 {
    margin: 0;
    padding: 0;
}

#sub_container2 {
    float: right;
    margin: 0;
    padding: 0;
    width: 540px;
}

#left_column_container {
    margin: 0;
    padding: 0;
    float: left;
    width: 169px;
}

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

#header {
    padding: 0;
    margin: 0 0 2px 0;
    width: 737px;
    height: 188px;
}

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

#key_visual {
    width: 578px;
    height: 135px;
}

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

#logo {
    width: 140px;
    height: 80px;
    position: absolute;
    top: 25px;
    left: 585px;
}

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

#slogan {
    padding-left: 0px;
    line-height: 50px;
    width: 500px;
}

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

#main_nav_container {
    z-index: 1;
    width: 737px;
    height: 27px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 5px;
}

#main_nav_list {
    float: left;
    width: 737px;
    margin: 0;
    padding: 0 0 0 8px;
    list-style-type: none;
}

#main_nav_list li {
    width: 95px;
    float: left;
    font-size: 11px;
    margin: 0 0 0 -3px;
    padding: 0;
}

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

#main_nav_list a {
	overflow: hidden;
    display: block;
    float: left;
    text-align: left;
    line-height: 27px;
    height: 27px;
    width: 81px;
    padding: 0 0 0 14px;
    margin: 0;
    voice-family: "\"}\"";
    voice-family: inherit;
}

html>body #main_nav_list a {
    width: 96px;
}

#main_nav_list a.main_nav_item {
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

#main_nav_list a.main_nav_item:hover {
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

#main_nav_list a.main_nav_active_item {
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

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

.sub_nav_container {
    margin: 10px 0 0 0;
    padding: 0 0 -2px 0;
    width: 169px;
}

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

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

.sub_nav_list li {
    width: 169px;
    clear: both;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

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

.sub_nav_list a {
	overflow: hidden;	
    text-align: center;
    line-height: 26px;
    height: 28px;
    width: 169px;
    padding: 0;
    margin: 0;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
}

html>body .sub_nav_list a {
    width: 169px;
}

.sub_nav_list a.sub_nav_item {
    text-decoration: none;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
    text-decoration: none;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    text-decoration: none;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
}

/*--- content --------------------------------------------------------------*/

#content_container {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    width: 510px;
}

.content table {
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    width: 99%;
    margin-left: 1px;
}

.content th {
    text-align: left;
}

.content tr.odd {
    font-size: 11px;
}

.content tr {
    font-size: 11px;
}

.content tr.even {
    font-size: 11px;
}

/*--- container for the search form ----------------------------------------*/

#content_search_container {
    margin: 20px 0 20px 0;
    width: 381px;
    height: 39px;
}

#content_search_caption {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 44px;
    font-size: 10px;
    float: left;
    padding-left: 10px;
}

#content_search_container button {
    vertical-align: middle;
}

#content_search_container input {
    margin: 10px;
    vertical-align: middle;
    margin-left: 5px;
    width: 240px;
}

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

#footer {
    margin: 0;
    padding: 0;
    width: 737px;
    height: 66px;
    clear: both;
}

#footer_text {
    padding: 45px 0 0 0;
    margin: 0;
    text-align: center;
    font-size: 10px;
    font-family: arial, helvetica, sans-serif;
}

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

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

body#main_body {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: x-small;
    /* IE5 Win */

    font-size: small;
    text-align: left;
}

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

.content {
    font-family: arial, helvetica, sans-serif;
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.3;
}

.content p {
    font-family: arial, helvetica, sans-serif;
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.3;
}

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

.content h1 {
    font-family: arial, helvetica, sans-serif;
    font-style: normal;
    font-size: 29px;
}

.content h2 {
    font-family: arial, helvetica, sans-serif;
    font-style: normal;
    font-size: 23px;
}

.content h3 {
    font-family: arial, helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
}

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

.content a:link {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    text-decoration: underline;
}

.content a:visited {
    font-weight: normal;
    text-decoration: underline;
    font-family: arial, helvetica, sans-serif;
}

.content a:hover {
    font-family: arial, helvetica, sans-serif;
    text-decoration: underline;
}

.content a:active {
    font-family: arial, helvetica, sans-serif;
    text-decoration: underline;
}

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

.content table {
}

.content th {
}

.content tr {
}

.content td {
}

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

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 0;
}

.content legend {
    font-weight: bold;
    margin: 0 0 10px -5px;
}

html>body .content legend {
    margin: 0 0 10px 0;
}

.content input {
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    border-style: solid;
    border-width: 1px;
}

.content button {
}

.content label {
}

.content select {
}

.content option {
}

/*--- lists ----------------------------------------------------------------*/

.content ol {
}

.content ul {
}

.content li {
}

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


