/* Style-Sheet iTogether */
/* iTogether GbR */
/* F.M. 2002-12-14 */

body
{
  background-color:#ffffff;
}

/* Einzug links*/
.einzug6
{
  margin-left:6px;
}

.einzug12
{
  margin-left:12px;
}

.einzug24
{
  margin-left:24px;
}

/* Fonts */
body,td,a,p,.h
{
  font-family:verdana,arial,helvetica,sans-serif;font-size:10pt;
} 

#txt_small
{
  font-size:8pt;
} 

#txt_big
{
  font-size:14pt;
} 

/* Schatten */			
.schattenunten
{
	background-image:url(./images/schatten_u.png);
	background-repeat:repeat-x;
}
.schattenrechts
{
	background-image:url(./images/schatten_r.png);
	background-repeat:repeat-y;
}
.menulinks
{
	background-image:url(./images/menu_hg_links.png);
	background-repeat:repeat-y;
}
.menuoben
{
	background-image:url(./images/menu_hg_oben.png);
	background-repeat:repeat-x;
}

/* Farbflaechen */	
.schwarz
{
	background-color:#000000;
}
.weiss
{
	background-color:#FFFFFF;
}
.hellgrau
{
	background-color:#EEEEEE;
}	
.grau
{
	background-color:#DDDDDD;
}
.dunkelgrau
{
	background-color:#AAAAAA;
}
.farbe01
{
	background-color:#990033;
}	
.farbe02
{
	background-color:#990033;
}	


/* Textfarbe */	
.txt_schwarz
{
	color:#000000;
}
.txt_weiss
{
	color:#FFFFFF;
}
.txt_hellgrau
{
	color:#EEEEEE;
}	
.txt_grau
{
	color:#DDDDDD;
}
.txt_dunkelgrau
{
	color:#CCCCCC;
}
.txt_rot
{
	color:#FF0000;
}
.txt_farbe01
{
	color:#990033;
}	
.txt_farbe02
{
	color:#990033;
}	


/* Links */
a:link
{
	text-decoration:none;
	color:#000000;
}
a:visited
{
	text-decoration:none;
	color:#000000;
}
a:active
{
	text-decoration:none;
	color:#990033;
}
a:hover
{
	text-decoration:none;
	color:#990033;
}

a.textklein:link
{
	text-decoration:none;
	color:#000000;
}
a.textklein:visited
{
	text-decoration:none;
	color:#000000;
}
a.textklein:active
{
	text-decoration:none;
	color:#000000;
}
a.textklein:hover
{
	text-decoration:none;
	color:#000000;
}


