/*** 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 auto 0 auto;
    padding: 45px 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 auto 0 auto;
	padding: 0;
	width: 708px;
	height: 143px;
	position: relative;
	border-right: 1px solid #333333;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
/*    position: relative;
    left: 190px;
    width: 223px;
    height: 200px; /* 143px; */
	 position:absolute;
	 top:0px;
	 right:50%;
	 width:223px;
	 height:200px;
	 z-index:300;
	
	
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    position: absolute;
    top: 5px;
    left: 540px;
    width: 173px;
    height: 137px;
}

/*--- 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;
}


/* 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, a.sub_nav_item_blue, a.sub_nav_item_green, a.sub_nav_item_red:hover, a.sub_nav_item_yellow, a.sub_nav_item_white {
    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, a.sub_nav_item_blue:hover, a.sub_nav_item_green:hover, a.sub_nav_item_yellow:hover, a.sub_nav_item_white:hover, a.sub_nav_item_red:hover {
    font-size: 11px;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    height: 29px;
}

#signature { text-align: right; width:100%; width:708px; margin-left:auto; margin-right:auto; }

#signature a { font-size:12px; color:#222222; text-decoration:none; }

#signature a:hover {  font-size:12px; color:#FF6600; text-decoration:none; }

.sub_nav_list a.sub_nav_blue_active, a.sub_nav_red_active, a.sub_nav_yellow_active, a.sub_nav_white_active, a.sub_nav_green_active {
      color: #000;
  font-size: 11px;
    font-family: arial;
    font-style: normal;
    font-weight: normal;
    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 {
    width: 100%;
}

.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 auto 0 auto;
    padding: 0;
    width: 703px;
    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 {
}

/*--------------------------------------------------------------------------*/
