/* Styles für Netzwerkseite*/
body {
    font-family: "Tahoma", "Arial", "Times New Roman";
    margin: 0;
    background-image: url('../images/Hintergrund.jpg');
    background-repeat: repeat;
    background-position: left 50%;
    font: Tahoma;
}

a {color: #2D2D2D; font-size: 18px; font-weight: normal; TEXT-DECORATION: none; }    /* noch nicht besuchte Ziele */
a:hover { color: #7F0000; font-size:18px; font-weight: normal; TEXT-DECORATION: none}   /* Verweise bei "MouseOver" */
a:active {color: #C7C7C7; font-size:18px; font-weight: normal; TEXT-DECORATION: none;}  /* Angeklickte Verweise */
a.txt {color: #2D2D2D; font-size: 14px; font-weight: normal; TEXT-DECORATION: underline;}    /* noch nicht besuchte Ziele */
a.txt:hover { color: #7F0000; font-size: 14px; font-weight: normal; TEXT-DECORATION: underline}   /* Verweise bei "MouseOver" */
a.txt:active {color: #C7C7C7; font-size: 14px; font-weight: normal; TEXT-DECORATION: underline;}  /* Angeklickte Verweise */
a.kontakt {color: #2D2D2D; font-size: 12px; font-weight: bold; TEXT-DECORATION: none;}    /* noch nicht besuchte Ziele */
a.kontakt:hover { color: #7F0000; font-size: 12px; font-weight: bold; TEXT-DECORATION: none;}   /* Verweise bei "MouseOver" */
a.kontakt:active {color: #C7C7C7; font-size: 12px; font-weight: bold; TEXT-DECORATION: none;}  /* Angeklickte Verweise */
a.nav {color: #2D2D2D; font-size: 14px; font-weight: bold; TEXT-DECORATION: none;}    /* noch nicht besuchte Ziele */
a.nav:hover { color: #7F0000; font-size: 14px; font-weight: bold; TEXT-DECORATION: none;}   /* Verweise bei "MouseOver" */
a.nav:active {color: #C7C7C7; font-size: 14px; font-weight: bold; TEXT-DECORATION: none;}  /* Angeklickte Verweise */


table.komplett {
    background-color: #E2E0DE;
      padding-top: 0px;
      padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
td.navigation {
   vertical-align: top;
    width: 193px; /*175px;*/

}
td.top_menue {
    height: 40px;
    text-align: center;
    font-weight: bold;
}

td.img_logo {
    height: 90px;
    width: 630px;
}
td.img_netz {
    background-image: url('../images/Netz.gif');
    background-repeat: no-repeat;                     }

td.nav_links {
    text-align: left;
    padding-top: 7px;
   padding-left: 10px;
}

td.home {
    /*background-image: url('../images/Hintergrund_home.jpg');*/
    /*background-image: url('../images/ITFLogoOhneHintergrund200x200.gif');*/
    /*background-image: url('../images/ITFLogoOhneHintergrund250x250.gif');*/
	background-image: url('../images/IT_Kreis_OhneNetz250x250.png');
    background-repeat: no-repeat;
	/*background-position: 150px 55px;*/
	/*background-position: 190px 80px*/
	/*background-position: 180px 110px; bei 200x200*/
    background-position: 140px 110px;
    background-color: WHITE;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    vertical-align: top;
    font-weight: 100;
    width: 630px;
    padding-top:15;
    padding-right:60; /*40;*/
    padding-bottom:0;
    padding-left:30;
    /*padding: 30 30 10 60*/
}

td.inhalt {
    background-color: WHITE;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    vertical-align: top;
    padding: 30 30 10 60;
    font-weight: 100;
    width: 630px;

}

li {
    list-style: disc;
}



*.tm_login {
    <!--color: #7F1111;-->
    color: #e4e2e0;
    border-width: 2px;
    border-style: outset;
    <!--text-align: right;-->
}

*.tm_logout {
    <!--color: #7F1111;-->
    color: #e4e2e0;
    background-color: #ee7777;
    border-width: 2px;
    border-style: outset;
    <!--text-align: right;-->
}

