
/* Datei: fewo.css	 				*/
/* Erstellt von Ralph Scherer, Januar 2009 		*/
/* Projektweite Formatierung von fewo-haus-silvia.de	*/

/* Link Formatierung */
a.norm:link { text-decoration:none; font-size:100%; font-weight:normal; color:rgb(75,129,173); }
a:link { text-decoration:underline; font-size:100%; font-weight:normal; color:rgb(165,0,33); }

a.norm:visited { text-decoration:none; font-size:100%; font-weight:normal; color:rgb(75,129,173); }
a:visited { text-decoration:underline; font-size:100%; font-weight:normal; color:rgb(116,0,22); }

a.norm:hover { text-decoration:underline; font-size:100%; font-weight:normal; color:#444444; }
a:hover { text-decoration:underline; font-size:100%; font-weight:normal; color:rgb(234,0,45); }

a.norm:active { text-decoration:none; font-size:100%; font-weight:normal; color:rgb(75,129,173); }
a:active { text-decoration:underline; font-size:100%; font-weight:normal; color:rgb(230,0,44); }

/* Navigationsleiste */
#menue {
  width: 885px; height: 37px; background: url(../pics/menue.gif);
  margin: 0; padding: 0; position: relative;}

#menue li {
  margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menue li, #menue a {
  height: 37px; display: block;}

#tab1 {left: 0; width: 177px;}
#tab2 {left: 177px; width: 177px;}
#tab3 {left: 354px; width: 177px;}
#tab4 {left: 531px; width: 177px;}
#tab5 {left: 708px; width: 177px;}

#tab1 a:hover {
  background: transparent url(../pics/menue.gif) 0 -37px no-repeat;}
#tab2 a:hover {
  background: transparent url(../pics/menue.gif) -177px -37px no-repeat;}
#tab3 a:hover {
  background: transparent url(../pics/menue.gif) -354px -37px no-repeat;}
#tab4 a:hover {
  background: transparent url(../pics/menue.gif) -531px -37px no-repeat;}
#tab5 a:hover {
  background: transparent url(../pics/menue.gif) -708px -37px no-repeat;}

#tab1 a:active {
  background: transparent url(../pics/menue.gif) 0 -74px no-repeat;}
#tab2 a:active {
  background: transparent url(../pics/menue.gif) -177px -74px no-repeat;}
#tab3 a:active {
  background: transparent url(../pics/menue.gif) -354px -74px no-repeat;}
#tab4 a:active {
  background: transparent url(../pics/menue.gif) -531px -74px no-repeat;}
#tab5 a:active {
  background: transparent url(../pics/menue.gif) -708px -74px no-repeat;}



/* Fenster Formatierung */
body { background-image:url(../pics/bg_linie.jpg); background-repeat:repeat-y; background-position:center; background-color:#FFFFFF;
	margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; 
	font-family:Tahoma,Arial, sans-serif; color:rgb(165,0,33); text-align:center; }

#wolken { background-image:url(../pics/bg_wolken.jpg); background-repeat:no-repeat; background-position:top center; text-align:center;}
#bottom { background-image:url(../pics/bg_linie_bottom.jpg); background-repeat:no-repeat; background-position:bottom; text-align:center;}



/* Formatierung der Tabellenzellen */
td { font-family:Tahoma,Arial, sans-serif; color:rgb(165,0,33); }
p { line-height:170%; }
