/*** Normalized ***/




/*-- main container --------------------------------------------------------*/

#container {
    background: url(content/contentbg.gif) repeat-y 50% 50%;
}

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

#header {
    background: url(content/headerbg.gif) no-repeat;
}

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


#main_nav_container {
    background: transparent url(content/mainlist.gif) no-repeat;

}

/*--- sub navigation ------------------------------------------------------*/    #right_column_container{
    background: url(content/seehtml.gif) no-repeat;

}

#footer_nav_container {
    background: url(content/footernav.gif) no-repeat;

}

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

#main_nav_list a.main_nav_item {
    color: #297597;
    background: url(content/n1.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
    color: #ffffff;
    background: url(content/n1hover.gif) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_active_item {
    color: #ffffff;
    background: url(content/n1activeitem.gif) no-repeat;
    background-position: top right;
}

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

.sub_nav_list a.sub_nav_item {
    color: #ffffff;
    background: url(content/subnav1.gif) no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
    background: url(content/subnav1hover.gif) no-repeat;
    color: #ffffff;
}

.sub_nav_list a.sub_nav_active_item {
    color: #ffffff;
    background: url(content/subnav1active.gif) no-repeat;
}

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

.sub_nav_list2 a.sub_nav_item2 {
    color: #ffffff;
    background: url(content/subnav2.gif) no-repeat;
}

.sub_nav_list2 a.sub_nav_item2:hover {
    background: url(content/subnav2hover.gif) no-repeat;
    color: #ffffff;
}

.sub_nav_list2 a.sub_nav_active_item2 {
    color: #ffffff;
    background: url(content/subnav2active.gif) no-repeat;
}

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

#footer {
    background: transparent url(content/footerbg.gif) bottom left no-repeat;
}

#footer_text {
    color: #284e92;
}

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

.sub_nav_list3 a.sub_nav_item3 {
    color: #ffffff;
    background: url(content/subnav3.gif) no-repeat;
}

.sub_nav_list3 a.sub_nav_item3:hover {
    background: url(content/subnav3hover.gif) no-repeat;
    color: #ffffff;
}

.sub_nav_list3 a.sub_nav_active_item3 {
    color: #ffffff;
    background: url(content/subnav3active.gif) no-repeat;
}

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

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

body#main_body {
    color: #ffffff;
    background-image: url(content/pgbk2.gif);
}

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

.content {
}

.content {
}

.content p {
}

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

.content h1 {
    color: #000000;
}

.content h2 {
    color: #284e92;
}

.content h3 {
    color: #284e92;
}

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

.content a {
    color: #115d89;
}

.content a:hover {
    color: #2f90bb;
}

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

.content tr {
    border-color: #949494;
    color: #000000;
}

.content td {
    border-color: #949494;
    color: #000000;
}

.content table {
    border-color: #949494;
}

.content th {
    color: #ffffff;
    background-color: #949494;
    border-color: #949494;
}

.content tr.odd {
    color: #000000;
    background-color: #ffffff;
    border-color: #949494;
}

.content tr {
    color: #000000;
    background-color: #dedede;
    border-color: #ffffff;
}

.content tr.even {
    color: #000000;
    background-color: #dedede;
    border-color: #949494;
}

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

.content fieldset {
    border-color: #ffffff;
}

.content input {
    border-color: #727268;
}

.content textarea {
    border-color: #727268;
}

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



