html
{
   margin: 0;
   padding: 0;
   font-family: georgia, verdana, arial, sans-serif;
   color: #1734a6;
   background-color: white;
}

div
{
   margin: 0;
   padding: 0;
}

img
{
   border: 0;
}

h1
{
   font-size: 1.4em;
   font-weight: bold;
   color: #1734a6;
   background-color: white;
   padding: 0;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 18px;
   margin-left: 0;
}

#inhalt a
{
   font-size: 1.0em;
   font-weight: normal;
}
#inhalt a:link, #inhalt a:visited
{
   color: #1734a6;
   background-color: transparent;
   text-decoration: underline;
}
#inhalt a:hover, #inhalt a:focus
{
   color: #1734a6;
   background-color: transparent;
   text-decoration: none;

}
#inhalt a:active
{
   color: #1734a6;
   background-color: transparent;
   text-decoration: none;
}





#hauptbox
{
   width: 930px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   margin-top: 25px;
   color: #1734a6;
   background-color: white;
   border: 1px solid #333399;
   overflow: hidden;
}





#box_header_startseite
{
   width: 930px;
   height: 115px;
   background-image: url(../images/header_blau.jpg);
   background-repeat: no-repeat;
}

#img_logo
{
   width: 180px;
   height: 115px;
}





#box_navigation
{
   width: 190px;
   height: auto;
   float: left;
   color: #1734a6;
   background-color: #333399;
}

#navigation
{
   margin-top: 36px;
   margin-left: 18px
}

#ul_navigation
{
   list-style-type: none;
   padding: 0;
   margin: 0;
}

a.link_navi
{
   font-size: 1.0em;
   text-decoration: none;
   font-weight: normal;
}
a.link_navi:link, a.link_navi:visited
{
   color: white;
   background-color: #333399;
}
a.link_navi:hover, a.link_navi:focus
{
   color: #000000;
   background-color: #333399;
}
a.link_navi:active
{
   color: #000000;
   background-color: #333399;
}

.text_navi
{
   font-size: 1.0em;
   color: #000000;
   background-color: #333399;
   text-decoration: none;
   font-weight: normal;
}



#box_inhalt
{
   width: 740px;
   height: auto;
   float: right;
}

#inhalt
{
   font-size: 0.75em;
   line-height: 1.4em;
   margin-top: 36px;
   margin-right: 22px;
   margin-bottom: 36px;
   margin-left: 36px
}





#box_footer
{
   width: 930px;
   height: auto;
}



#box_footer_fotos
{
   width: auto;
   height: 130px;
   margin-left: 36px;
   margin-right: 22px;
   float: right;
}

.img_footer_fotos
{
   width: 130px;
   height: 130px;
   margin-right: 4px;
}

#box_footer_text
{
   width: auto;
   font-size: 0.75em;
   color: #000000;
   background-color: white;
   padding-top: 8px;
   margin-bottom: 8px;
   margin-left: 18px;
}

a.link_footer
{
   font-weight: normal;
}
a.link_footer:link, a.link_footer:visited
{
   color: #1734a6;
   background-color: white;
   text-decoration: none;
}
a.link_footer:hover, a:focus
{
   color: #1734a6;
   background-color: white;
   text-decoration: underline;

}
a.link_footer:active
{
   color: #1734a6;
   background-color: white;
   text-decoration: underline;
}