/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;

    color: #000000;
    background: repeat fixed;
    background-image: url(images/bg-site.jpg);
}

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 775px;

    background: #FFFFFF;
    border-right: 1px solid #9697A6;
    border-left: 1px solid #9697A6;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    position: relative;
    padding: 0;
    margin: 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#layout_table {
    position: relative;
    border-collapse: collapse;
}

#left_column {
    vertical-align: top;
}

#right_column {
    vertical-align: top;
}

#left_column_container {
    position: relative;
    margin: 10px 0px;
    padding: 0;
    width: 190px;
}

#sub_container2 {
    margin: 10px 0 0 15px;
    padding: 0;
    width: 550px;
    overflow: hidden;
}

#content_container {
    margin: 0;
    padding: 0;
    width: 545px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    height: 200px;
    clear: both;
    position: relative;
    padding: 0;
    margin: 0;

    background: #FFFFFF;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	text-align:center;
    margin: 0;
    padding: 10px 0px;
    width: 775px;
    background: #9697A6;
}

#footer_text {
    padding: 0px;
    margin: 0 30px 0 30px;
    text-align: center;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
	color:white;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 100px;
    height: 90px;
	margin: 10px auto 5px auto;
    position: relative;
	background: url(images/headlogo.jpg) no-repeat 50% 50%;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 0px 5px 225px;
    text-decoration: none;

    color: #FFFFFF;
    background: #9697A6 repeat-y;
    background-image: url(images/hbg.gif);
	border-width:1px 0px;
	border-color:#CCD5DD #CCD5DD black #CCD5DD;
	border-style:solid;
}
#slogansub {
    font-size: 12px!important;
	padding: 0px 0px 0px 10px;
	line-height: 12px;
}

/*----------------------------------------------------------------------------
  default-navigational elements
----------------------------------------------------------------------------*/

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: absolute;
    width: 775px;
    height: 236px;
    left: 0px;
    top: 0px;
	background: black url(images/key_visual18.jpg) no-repeat left center;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0;
    margin: 0;
    overflow: visible;
    background-color: #666776;
	width:775px;

    border-top: 1px solid #CCD5DD;
    border-bottom: 1px solid #333333;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
    background-color: #9697A6;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    margin: 0;
    padding: 6px 0px;
    float: left;
    text-align: center;
	background: transparent;
}
#main_nav_list a:hover {
	background: #D5DBDD;
}

#main_nav_list a.main_nav_item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	color: black;

    border-top: 1px solid #E2E7EB;
    border-right: 1px solid #82878C;
    border-bottom: 1px solid #56595D;
    border-left: 1px solid #D7DEE4;
}
#main_nav_list a.main_nav_item:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;

    border-top: 1px solid #5E5E5E;
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #8F8F8F;
}

#main_nav_list a.main_nav_active_item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	color: #666776;

	background: #D5DBDD;
    border-top: 1px solid #5E5E5E;
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #8F8F8F;
}

#main_nav_list a.main_nav_active_item:hover {
	color: black;
}

/*--- subnavigation items --------------------------------------------------*/
/* -------------- sub navigation ------ */
.sub_nav_container {
	width:170px;
	display:block;
	text-align:center;
    padding:0px 0px 0px 10px;
}
.sub_nav_list {
	position: relative;
	display: block;
	width: 170px;
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sub_nav_list li {
	width: 170px;
    clear: both;
    font-size: 10px;
    line-height: 20px;
	border: 1px solid #AAAAAA;
}
.sub_nav_list li div {
	float:right;
	font-size:15px;
	font-weight:bold;
    font-family: arial narrow, sans-serif;
	padding-right: 1px;
    line-height: 20px;
	color:#AAAAAA;
}
.sub_nav_list a {
	background-repeat: no-repeat; 	
    text-align: left;
    overflow: hidden;
    padding: 0px 5px;
    display: block;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-weight: bold;
}
.sub_nav_list a.sub_nav_item {
	color: black;
}
.sub_nav_list a.sub_nav_active_item div {
	color: white;
}
.sub_nav_list a.sub_nav_active_item {
	color: white;
	background:#9697A6;
}
.sub_nav_list a.sub_nav_active_item:hover {
	color: #204080;
	padding-right: 0px;
}
.sub_nav_list a.sub_nav_item:hover {
	color: #204080;
	background:#DDDDDD;
	padding-right: 0px;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 15px;
    color: #333333;
}

#content_container p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-style: dotted;
    border-width: 1px;
    border-spacing: 0;
}

.content th {
    color: #ffffff;
    background-color: #9697A6;
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    color: #000000;
    background-color: #CCD5DD;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    color: #000000;
    background-color: #F1F1F1;
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-style: solid;
    border-width: 1px;
    border-color: #9697A6;
    background: #E8EAEC;
    padding: 0px;
    margin: 15px;
}

.content input {
    border-style: solid;
    border-width: 1px;
    border-color: #9697A6;
}

.content textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #9697A6;
}

.content legend {
    color: #000000;
}

.content label {
    color: #000000;
}


/*--- headings -------------------------------------------------------------*/

.content h1 {
    color: #666666;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9697A6;
}

.content h2 {
    color: #666666;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9697A6;
}

.content h3 {
    color: #666666;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9697A6;
}

#content_container h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}


/*--- lists ----------------------------------------------------------------*/

.content ul {
    list-style-type: square;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}

.content li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #700905;
}

#content_container a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #990000;
}

#content_container a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #888888;
}

#content_container a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
}

