/* 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:171px;

}
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-repeat: no-repeat;
	background-position: 150px 55px;
	background-color: WHITE;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	vertical-align: top;
	font-weight: 100;
	width: 630px; padding-left:40; padding-right:40; padding-top:15; padding-bottom:0
}

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

}

li {
	list-style: disc;
}