/*** Normalized ***/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

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

#slogan {
    font-size: 18px;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

#container {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    position: static;
}

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

#main_container {
	clear: both;
    margin: 0 21.9% 0 15%;
    padding: 0 0 16px 0;
    width: 708px;
    overflow: hidden;
    position: relative;
    top: -2px;
}

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

#sub_container2 {
    padding: 0;
    position: relative;
    left: -30px;
    width: 480px;
    float: right;
}

#sub_container1 {
	clear: both;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    left: 20px;
    width: 170px;
    float: left;
}

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

#header {
    margin: 0 21.9% 0 15%;
    padding: 0;
    border: 0;
    width: 708px;
    height: 143px;
    position: relative;
}

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

#key_visual {
    position: relative;
    left: 190px;
    width: 223px;
    height: 143px;
}

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

#logo {
    position: absolute;
    top: 25px;
    left: 540px;
    width: 120px;
    height: 80px;
}

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

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

#main_nav_container {
    background-position: right top;
    background-repeat: no-repeat;
    margin: 0 0 0 8px;
    padding: 0;
    border: 0;
    z-index: 1;
    width: 708px;
}

#main_nav_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

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

#main_nav_list a {
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    width: 100px;
    height: 31px;
    overflow: hidden;
}

html>body #main_nav_list a {
    width: 100px;
    height: 31px;
}

#main_nav_list a.main_nav_item {
    font-size: 11px;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
}

#main_nav_list a.main_nav_item:hover {
    font-size: 11px;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
}

#main_nav_list a.main_nav_active_item {
    font-size: 11px;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
}

#main_nav_container a {
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right top;
    display: block;
    text-align: center;
    padding-top: 1px;
    padding-right: 0;
    padding-bottom: 0;
    width: 100px;
    height: 30px;
    float: left;
}

/* Begin SubMenu */

#sub_nav_container {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    position: relative;
    top: 15px;
    width: 165px;
}

.top_sub_menu {
	width: 159px;
	height: 13px;
	overflow: hidden;
}
	
.bot_sub_menu {
	width: 159px;
	height: 13px;
}

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

.sub_nav_list li {
    font-weight: normal;
    padding: 0;
    margin: 0;
    clear: both;
}

.sub_nav_list a {
    font-family: arial;
    text-decoration: none;
    text-align: left;
    display: block;
    padding-left: 15px;
    height: 29px;
    overflow: hidden;
}

.sub_nav_list a.sub_nav_item {
    font-size: 11px;
    font-family: arial;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    height: 29px;
}

.sub_nav_list a.sub_nav_item:hover {
    font-size: 11px;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    height: 29px;
}

.sub_nav_list a.sub_nav_active_item {
    font-size: 11px;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    height: 29px;
}

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

#content_container {
	clear: both;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 470px;
    overflow: hidden;
}

html>body #content_container {
    width: 470px;
}

.content table {
}

.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 button {
    color: #fff;
    font-size: 11px;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    line-height: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 60px;
    height: 20px;
    vertical-align: middle;
    border-width: 0;
    outline-width: 0;
}

#content_search_container {
    margin: 20px 0;
    width: 420px;
    height: 30px;
    vertical-align: middle;
}

#content_search_text {
    color: #fff;
    font-size: 11px;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    margin-top: 7px;
    margin-left: 3px;
    padding-left: 10px;
    position: relative;
    float: left;
}

#content_search_container input {
    margin: 3px 5px;
    width: 275px;
    height: 18px;
    vertical-align: middle;
}

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

#footer {
	clear: both;
    background-position: 0 50%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    position: relative;
    top: -2px;
}

#footer_text {
    color: #fff;
    font-size: 12px;
    font-family: arial;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin: 0 30px;
    padding: 10px 0;
}

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

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

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

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

.content {
    color: #fff;
    font-size: 12px;
    font-family: arial;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    margin: 5px 0 20px;
    padding: 0;
}

.content p {
    color: #fff;
    font-size: 12px;
    font-family: arial;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    margin: 5px 0 20px;
    padding: 0;
}

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

.content h1 {
    font-style: normal;
    font-weight: normal;
}

.content h2 {
    font-style: normal;
    font-weight: normal;
}

.content h3 {
    font-style: normal;
    font-weight: normal;
}

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

.content a:link {
    font-family: arial;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

.content a:visited {
    font-weight: normal;
    text-decoration: underline;
}

.content a:hover {
    text-decoration: underline;
}

.content a:active {
    text-decoration: underline;
}

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

.content table {
}

.content th {
}

.content tr {
}

.content td {
    padding-left: 5px;
}

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

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

.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 {
}

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


