/* eg margin convention clockwise 12 3 6 9 Oclock */

body {
/*        background-color: rgb(240,240,240);*/
        background-color: #FFFFFF;
        }

#frame {
        border: 1px solid rgb(240,240,240);
        }
        
#titlearea { 
        background-color: rgb(140,170,230);
/*        background-image: url(images/3Kirchen2.jpg);*/
/*        background-position: 10px 10px;*/
        background-position: 0px;
        /*background-repeat: no-repeat;*/
        }

/*   XXXXXXXXXXXX  This controls the TOP menu area and buttons  */

#topmenuback { 
        background-color: rgb(0,51,153);
        border-top: 0px solid rgb(210,210,210);
        border-right: 0px solid rgb(210,210,210);
        border-bottom: 0px solid rgb(210,210,210);
        border-left: 0px solid rgb(210,210,210);
        }

.menutopbox {
        }

/*  XXXXXXXXXXXX This controls the SIDE menu area and buttons  */

#leftarea {
        background-color: #FFFFFF;
/*        background-color: rgb(140,170,230);*/
        }

.menubox {
        background-color: rgb(140,170,230);
        }

.submenubox {
        background-color: rgb(140,170,230);
        }

/*   XXXXXXXXXXXX  This controls the MIDDLE menu area and buttons  */

#centerarea {
        background: rgb(255,255,255);
        border-top: 0px solid rgb(210,210,210);
        border-right: 0px solid rgb(210,210,210);
        border-bottom: 0px solid rgb(210,210,210);
        border-left:1px solid  rgb(153,153,153);
        }


.headingarea {
        background-color: rgb(255,255,255);
        border-top: 1px solid rgb(153,153,153);
        border-right: 1px solid rgb(153,153,153);
        border-bottom: 1px solid rgb(153,153,153);
        border-left: 1px solid rgb(153,153,153);
        }

.articlearea {
        background: transparent;
        border-top: 0px solid rgb(210,210,210);
        border-right: 0px solid rgb(210,210,210);
        border-bottom: 0px solid rgb(210,210,210);
        border-left: 0px solid rgb(210,210,210);
        }

/*   XXXXXXXXXXXX  Picture and surround frame XXXXXXXXXXXX */

div.picture {
        background-color: rgb(240,240,255);
        border: 1px solid rgb(210,210,210);
        }

div.picture div.topleft {
        background: url(images/shad_tl.gif) repeat-x top left;
        }

div.picture div.topright {
        background: url(images/shad_tr.gif) no-repeat top right;
        }

div.picture div.bottomleft {
        background: url(images/shad_bl.gif) no-repeat bottom left;
        }

div.picture div.bottomright {
        background: url(images/shad_br.gif) no-repeat bottom right;
        }

/*   XXXXXXXXXXXX  Bottom bar area XXXXXXXXXXXX */

.bottombar {
        background: rgb(255,255,255);
        }

/*   XXXXXXXXXXXX  This controls the tables created using our table code generator  */

.subtable {
        background: rgb(250,250,250);
        border:1px solid rgb(0,0,0);
        }

.toprow {
        background: rgb(230,230,230);
        }

.lastrow {
        background: rgb(230,230,230);
        }

/* Individual text font styles*/

/*p {        color: rgb(0,0,102)}
so war es am Anfang - ganz dunkelblau */

p {        color: rgb(0,0,153)}

p:first-letter {color: rgb(0,0,153)}

ul {        color: rgb(0,0,153)}
li {        color: rgb(0,0,153)}




h1 {        color: rgb(0,0,153)}

h2 {        color: rgb(0,0,153)}

h3 {        color: rgb(0,0,153)}

h4 {        color: rgb(0,0,102);}

h5 {        color: rgb(0,0,102)}

h6 {        color: rgb(0,0,102)}

table {        color: rgb(0,0,153)}

td {        color: rgb(0,0,153)}

/* indented paragraphs and list styles*/

/* mein Versuch */
div.fulltime {        color: rgb(0,0,153)}
div.content_category {        color: rgb(0,0,153)}
div.content_category_content {        color: rgb(0,0,153)}
div.table {        color: rgb(0,0,153)}


/* Default text link styles*/

a:visited {color: rgb(0,0,153)}
/*a:visited {color: rgb(0,0,0)}*/
a:active  {color: rgb(13,37,125)}
a:link    {color: rgb(13,37,150)}
a:hover   {color: rgb(200,0,0)}


/* Top menu text link styles*/

a.topmenutext:link, a.topmenutext:visited, a.topmenutext:active        {
            border: 1px solid rgb(0,51,153);
        color: rgb(255,255,255);
        text-decoration : none;
        }

a.topmenutextlive:link, a.topmenutextlive:visited, a.topmenutextlive:active {
            border: 1px solid rgb(0,51,153);
        color: rgb(253,160,91);
        text-decoration : none;
        }

a.topmenutextlive:hover {
        color: rgb(253,80,45);
        }

a.topmenutext:hover  {
            border: 1px solid rgb(230,240,255);
        color: rgb(253,160,91);
        text-decoration : underline;
        }

/* Side menu text link styles*/

a.sidemenutext:link {
        background: rgb(240,240,240);
            border-top: 1px solid rgb(153,153,153);
        color: rgb(0,0,153);
        text-decoration : none;
        }

a.sidemenutext:visited, a.sidemenutext:active {
        background-color: rgb(240,240,240);
            border-top: 1px solid rgb(153,153,153);
        color: rgb(0,0,153);
        text-decoration : none;
        }

a.sidemenutextlive:link, a.sidemenutextlive:visited, a.sidemenutextlive:active
        {
        background: rgb(255,255,255);
            border-top:  1px solid rgb(153,153,153);
        color: rgb(253,160,91);
        text-decoration : none;
        }

a.sidemenutextlive:hover  {
        color: rgb(140,170,230);
/*        color: rgb(253,90,45);*/
        }

a.sidemenutext:hover {
        background: rgb(140,170,230);
/*        background: rgb(100,135,220);*/
        color: rgb(255,255,255);
        text-decoration: underline;
        }

/* Sidesub menu text link styles*/

a.sidesubmenutext:link, a.sidesubmenutext:visited, a.sidesubmenutext:active {        
        background: rgb(255,255,255);
        border-top: 1px solid rgb(153,153,153);
        color: rgb(0,0,153);
        text-decoration: none;
        }

a.sidesubmenutextlive:link, a.sidesubmenutextlive:visited, a.sidesubmenutextlive:active {        
        background: rgb(255,255,255);
        border-top: 1px solid rgb(153,153,153);
        color: rgb(0,0,0);
        text-decoration : none;
        }

a.sidesubmenutextlive:hover  {

        color: rgb(140,170,230);
/*        color: rgb(253,90,45);*/
        }

a.sidesubmenutext:hover {
        background: rgb(140,170,230);
/*        background:rgb(0,102,204);*/
        color: rgb(255,255,255);
        text-decoration : underline;
        }
