a:link    {text-decoration: none; color: blue;  }
a:hover   {text-decoration: none; color: yellow; font-style: italic; }
a:active  {text-decoration: none; color: white; }
a:visited {text-decoration: none; color: white;  }

body {	  font-family: Comic Sans MS;
	  color: #FFFF00;
	  background: #00CC99;
	  scrollbar-base-color:green;
	  scrollbar-arrow-color:yellow }
#b1  { font-size:7pt;  color:#0000FF ; font-weight:normal ; font-style:normal } /* blau    7 Pt  */
#b2  { font-size:10pt; color:#0000FF ; font-weight:normal ; font-style:normal } /* blau   10 Pt  */
#b3  { font-size:11pt; color:#0000FF ; font-weight:normal ; font-style:normal } /* blau   12 Pt  */
#b3b { font-size:12pt; color:#000080;  font-weight:bold ;   font-style:normal } /* h'blau 12 Pt  */
#b4  { font-size:13pt; color:#0000FF ; font-weight:bold ;   font-style:normal } /* blau   14 Pt  */
#g3  { font-size:12pt; color:#FFFF00 ; font-weight:normal ; font-style:normal } /* gelb   12 Pt  */
#g3b { font-size:12pt; color:#FFFF00 ; font-weight:bold ;   font-style:normal } /* gelb   12 Pt  */
#g4  { font-size:13pt; color:#FFFF00 ; font-weight:normal ; font-style:normal } /* gelb   14 Pt  */
#g4b { font-size:13pt; color:#FFFF00 ; font-weight:bold ;   font-style:normal } /* gelb   14 Pt  */
#g5  { font-size:15pt; color:#FFFF00 ; font-weight:bold ;   font-style:normal } /* gelb   18 Pt  */
#g6  { font-size:17pt; color:#FFFF00 ; font-weight:bold ;   font-style:normal } /* gelb   24 Pt  */
td   { font-size:10pt; color:#FFFF00 ; font-weight:normal ; font-style:normal }
ul   { list-style-image:url(asterisk_green.gif);
       list-style-position: outside; }
li   { margin-left:10px; }
.pG  { position:relative; left:8px; }
.pT  { position:relative; left:8px; }

.m_cont {								/* More-Rahmen */
	border-left:   		solid 1 px;
	border-right:  		solid 2 px;
	border-top:    		solid 1 px;
	border-bottom: 		solid 2 px;
	color: 				#000000;
	background-color:   #FF0000;
	padding:            3 px;
	margin-top:			15px;
	font-size:			12pt;
	font-weight:		bold ;
	}

.m_cont1 {								/* Außenrahmen */
	width:               600px;
	}

/* level 0 inner */

.m0l0iout {

	font-family: Comic Sans MS;

	font-size: 14px;
	font-weight: bold ;
	text-decoration: none;

	padding: 4px;

	color: yellow ;

}

.m0l0iover {

	font-family: Comic Sans MS;
	font-size: 14px;
	font-weight: bold ;
        font-style: italic ; /**************/
	padding: 4px;

	color: yellow ;

}


/* level 0 outer */

.m0l0oout {

	text-decoration : none;

	border : 1px solid #FFFFFF;
	background: blue;

	}

.m0l0oover {

	text-decoration : none;

	border : 1px solid #FFFFFF;
	background: green;

}


/* level 1 inner */

.m0l1iout {

	font-family: Comic Sans MS;
	font-size: 12px;
	font-weight: bold ;
	padding: 4px;

	color: yellow;

}

.m0l1iover {

	font-family: Comic Sans MS;
	font-size: 12px;
	text-decoration : none;

	font-weight: bold ;
        font-style: italic ; /**************/
	padding: 4px;

	color: yellow;

}


/* level 1 outer */

.m0l1oout {

	text-decoration : none;

	border : 1px solid #FFFFFF;

	background: blue;

}

.m0l1oover {

	text-decoration : none;

	border : 1px solid #FFFFFF;

	background: green

}


/* level 2 inner */

.m0l2iover {

	font-family: Comic Sans MS;
	font-size: 12px;
	text-decoration : none;

	font-weight: bold ;
        font-style: italic ; /**************/
	padding: 4px;

	color: yellow
	}


/* level 2 outer */

.m0l2oout {

	text-decoration : none;

	border : 1px solid #FFFFFF;
 	background: blue;
	}

.m0l2oover {

	text-decoration : none;

	border : 1px solid #FFFFFF;
	background: green
	}