
a:link 		{ font-weight:bold; color:blue; 	text-decoration:underline; }
a:visited 	{ color:#00bfff; 	text-decoration:underline; }
a:focus 	{ font-weight:bold; color:red; 		text-decoration:underline; }
a:hover 	{ font-weight:bold; color:green; 	text-decoration:none; 		font-size:110%;}
a:active 	{ font-weight:bold; color:lime; 	text-decoration:underline; }

/* Farbtabelle: http://tomheller.de/theholycymbal/html-farben.html */




/* Spezielle Styles für Menüstuktur (Style-Klassen) */
.menuItem {
	position   : absolute;
	left       : 0px;
	visibility : hidden;
}

body	{ 
	background-image:url(sumtextb.jpg); 
		}


h1,h2,h3,h4,h5,h6,p,i,th,td,li,dt,dd,address,acronym,big,var,em,blockquote,a,div  
	{ font-family  : Arial,Helvetica;  /* Schriftart                 */
      color        : #003366;          /* Standardschriftfarbe       */
	}

.NoScreen
{
	display	:none;
}

.gw {	float		: right;
		margin-top	: 20px;
		margin-left	: 10px;
	}
	
.SideMenue  { 
	float		:left;
	padding-right: 5px;
			 /* min-width	:100px; */
			}

.Test
{
position: relative;
 float: right;
  width: 1;
   height: 1;
    z-index: 1;
    }


/* Navigations-Klassen */
/* ------------------- */

/* div Tag Listengruppen */
.engdi	{
	margin-left	: 	0px; 
	margin-right: 	5px; /* Rand vom Menü zum Content  */ 
	margin-top:		4px; /* Rand zwischen den Kästchen */
	margin-bottom:	4px; /* Rand zwischen den Kästchen */
	padding-left:	3px; 
	padding-right:	5px; 
	padding-top:	0px;
	padding-bottom:	0px;

	border:			1px solid #808080;

	-webkit-border-radius:	9px;
	-moz-border-radius: 	9px;
	border-radius: 			9px; 		/* Opera			*/


	/* background: url("MenuBG.gif"); /* 
/*	filter:Alpha(opacity=20,style=3,finishopacity=50);*/	/* IE 				*/
/*	-moz-opacity:0.3;		*/	/* Gecko-Browser 	*/
/*	opacity:0.3 */
	
	}

/* UL Tag Listengruppen */
.eng{
	margin-left	: 	18px; /* Breich in welchem die Bulets sind */ 

	margin-top:		1px; /* Rand innerhalb der Kästchen */
	margin-bottom:	3px; /* Rand innerhalb der Kästchen */

	padding-left:	3px; 

}
	
/* li Tag einzelner Listenpunkt */
.pu	{
	background: 	transparent;
	}

/* a Tag Links im Menü links */
.ml	{
	font-size	: x-small ;		/* Schriftgrösse				*/
	background: 	transparent;
	filter:alpha(opacity=100);	/* IE 				*/
	-moz-opacity:1;			/* Gecko-Browser 	*/
	opacity:1;				/* Opera 9+ 		*/
	}
