/*** Normalized ***/


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

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

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

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

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

#sub_container1 {
    margin: 0;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 33px;
    float: left;
    margin-top: 17px;
}


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

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

#header {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: -6px;
    width: 725px;
    height: 166px;
    top: 0px;
    left: 0px;
}

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

#key_visual {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 436px;
    height: 158px;
}

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

#logo {
	width: 128px;
	height: 24px;
	position: absolute;
	top: 214px;
	left: 415px;
	font-family: "French Script MT";

}

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

#slogan {
    font-family: "French Script MT";
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}

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

#main_nav_container {
    z-index: 1;
    position: relative;
    left: 1px;
    top: 1px;
    width: 725px;
    padding: 0;
    margin: 0;
}

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

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 1px;
    margin-bottom: 1px;
}

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

#main_nav_list a {
    background: transparent;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    line-height: 22px;
    text-align: left;
    width: 102px;
    text-indent: 5px;
    overflow: hidden;    
}

#main_nav_list a.main_nav_item {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;    
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
}

#main_nav_list a.main_nav_active_item {
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
}

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

.sub_nav_container {
	clear: both;
    position: relative;
    left: 1px;
    top: 3px;
    float: none;
    width: 725px;
    padding: 0;
    margin: 0;
}

.sub_nav_list {
    position: relative;
    height: 22px;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0px;
    list-style-type: none;
}

.sub_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 1px;
    margin-bottom: 1px;
}

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

.sub_nav_list a {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    text-align: left;
    width: 102px;
    text-indent: 5px;
    overflow: hidden;
}

.sub_nav_list a.sub_nav_item {
    text-decoration: none;
    font-family: verdana;    
    font-size: 10px;
    font-weight: normal;
}

.sub_nav_list a.sub_nav_item:hover {
    text-decoration: none;
    font-family: verdana;    
    font-size: 10px;
    font-weight: normal;
}

.sub_nav_list a.sub_nav_active_item {
    text-decoration: none;
    font-family: verdana;    
    font-size: 10px;
    font-weight: normal;
}

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

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

.content tr.odd {
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
}

.content tr {
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
}

.content tr.even {
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
}

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

#content_search_container {
    margin: 0;
    width: 440px;
    height: 43px;
}

#content_search_caption {
    font-family: arial;
    font-weight: bold;
    font-style: normal;
    line-height: 43px;
    font-size: 12px;
    float: left;
    padding-left: 9px;
}

#content_search_container button {
    vertical-align: middle;
    margin-top: 10px;
}

#content_search_container input {
    vertical-align: middle;
    margin-left: 7px;
    margin-top: 11px;
    margin-right: 7px;
    width: 293px;
}

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

#footer {
    margin: 0;
    padding: 0;
    width: 725px;
    height: 27px;
    clear: both;
}

#footer_text {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 10px;
    line-height: 27px;
}

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

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

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

    font-size: small;
    text-align: center;
    font-size: 12px;
}

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

.content {
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 12px;
    font-family: arial;
    line-height: 1.3;
}

.content {
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 12px;
    font-family: arial;
    line-height: 1.3;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 12px;
    font-family: arial;
    line-height: 1.3;
}

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

.content h1 {
    font-family: arial;
    font-size: 30px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: normal;
}

.content h2 {
    font-family: arial;
    font-size: 24px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: normal;
}

.content h3 {
    font-family: arial;
    font-size: 18px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: normal;
}

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

.content a {
    font-weight: normal;
}

.content a:hover {
}

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

.content table {
}

.content th {
    font-size: 11px;
    font-family: tahoma;
    border: 1px solid;
    text-indent: 3px;
    line-height: 16px;
}

.content tr {
}

.content td {
    font-size: 11px;
    font-family: tahoma;
    border: 1px solid;
    margin: 0;
    padding-left: 5px;
    padding-right: 2px;
}

/*--- 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 {
}

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