body {
	background-color: white;
	background: repeat-y;
}

body.links {
	background-image: url(images/bg1.gif);
}

body.rechts {
	background-image: url(images/bg2.gif);
}

P, UL, FONT, LI, body, table
    { font-family: "Arial", "helvetica";
	 font-size: 12px;
    }

li {
	list-style: circle outside;
	margin-bottom: 8px;
}

.titelgruen {  
	font-size: 24px; 
	font-weight: bold;
	color: #BDD634;
     }


.titelgrau {
	font-size: 24px;
	font-weight: bold;
	color: #6D7573;
}

.utitelgruen {
	font-size: 12px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 3px;
	color: #BDD634;
}


.lauftext { 
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 18px;
     }

.legende, .footer, .autor { font-size: 11px;
     }


A   { color: #BDD634; text-decoration: underline;
     }
	  
A.ueberstrich {
	text-decoration: overline;
	color: #5A605F;
}

.strichlos {
     text-decoration: none;
     }

A:hover { 
     text-decoration:none; color: #EC008B;
    }

A.black:hover { 
     text-decoration: underline;
    }

	
.bg_white {background-color: #FFFFFF;
	}

.bg_grau {
         color: white;
         font-size: 12px;
	}
	
.bg_gruen {
	background-color: #BDD634;
     }
	  
.bg_gruennavi {
	background-color: #B3CB31;
     }
	  
.bg_graunavi {
	background-color: #6D7573;
     }  
	
.personentabelle, .kurstabelle {
	color: white;
	font-size: 12px;
	padding-bottom: 12px;
}

.personenzeile {
	padding-bottom: 4px
}      

.nahtlos {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
		

