/*** Normalized ***/


/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    top: 10px;
    text-align: left;
    width: 800px;
    margin-bottom: 20px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
  clear: both;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0;
  margin: 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#layout_table {
	border-collapse: collapse;
}

#left_column {
	vertical-align: top;
}

#center_column {
	vertical-align: top;
}

#right_column {
	vertical-align: top;
}

#center_container {
    padding: 0;
    margin: 10px 0 0px 10px;
}

#content_container {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 580px;    
}

#center_heading {
    position: relative;
    padding: 0;
    margin: 0;
    width: 580px;
    height: 50px;
    top: 0px;
    left: 0px;
}

#left_column_container {
    margin: 0;
    padding: 0;
    width: 100px;
    margin-top: 60px
}

#right_column_container {
    margin: 0;
    padding: 0;
    width: 100px;
}

#left_nav_container {
    margin: 0;
    padding: 0;
}

#right_nav_container {
    margin: 0;
    padding: 0;
}


/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 800px;
    height: 100px;
    top: 0px;
    left: 0px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    position: absolute;
    left: 500px;
    top: 75px;
    padding: 0;
    margin: 0;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 300px;
    height: 25px;
}

html>body #main_nav_container {
    width: 300px;
    height: 25px;
}

#main_nav_list {
    float: left;
    position: relative;
    height: 25px;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0px;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    display: block;
    float: left;
    line-height: 22px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 25px;
    width: 50px;
}

html>body #main_nav_list a {
    height: 25px;
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
}

/*--- container for the subnavigation --------------------------------------*/

.left_nav_container {
    margin: 0;
    padding: 0;
}

.right_nav_container {
    margin: 0;
    padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    margin: 0;
    padding: 0;
}

.sub_nav_list2 {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list2 li {
    clear: both;
    margin: 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	overflow: hidden;	
    text-align: center;
    line-height: 42px;
    height: 43px;
    padding: 0;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 100px;
    text-indent: 0px;
}

html>body .sub_nav_list a {
    width: 100px;
}

.sub_nav_list2 a {
	overflow: hidden;	
    text-align: left;
    line-height: 42px;
    height: 84px;
    padding: 0;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 100px;
    text-indent: 5px;
}

html>body .sub_nav_list2 a {
    width: 100px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    margin-left: 100px;
    width: 700px;
    height: 125px;
    clear: both;
}

#footer_text {
    padding: 0;
    margin: 0;
    text-align: center;
}
/*----footer navigation ------------------------------------------------------*/

#footer_nav_container {
    z-index: 1;
    position: relative;
    left: 0px;
    top: 0px;
    padding: 0;
    margin: 0;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 700px;
    height: 100px;
}

html>body #footer_nav_container {
    width: 700px;
    height: 100px;
}

#sub_nav_list3 {
    float: left;
    position: relative;
    height: 100px;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0px;
    list-style-type: none;
}

#sub_nav_list3 li {
    float: left;
    margin: 0;
    padding: 0;
}

/*--- footer navigation items ------------------------------------------------*/

#sub_nav_list3 a {
	overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    display: block;
    float: left;
    line-height: 45px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 100px;
    width: 100px;
}

html>body #sub_nav_list3 a {
    height: 100px;
}

#sub_nav_list3 a.sub_nav_item3:hover {
    background: transparent;
}
/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 14px;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.content th {
    border-style: solid;
    border-width: 1px;
    padding: 1px 0px 2px 5px;
}

.content td {
    border: 1px solid;
    padding: 1px 0px 2px 5px;
}

.content tr.odd {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    padding: 1px 0px 2px 5px;
}

.content tr {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    padding: 1px 0px 2px 5px;
}

.content tr.even {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    padding: 1px 0px 2px 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;
}

/*--------------------------------------------------------------------------*/



