 /* Formatvorlage fuer onlinrecht.php */
 
div#submenue_turotials {
 display:		block;
}

p {
	text-align:		justify;
	font-family:	Arial, Helvetica, sans-serif;
}

p.right {
	text-align:right;
}

.h1 {
 font-family:		Arial, Helvetica, sans-serif;
 font-size: 		1em;
 font-weight:		bold;
 text-decoration:	underline;
}

.txt_justifi {
 text-align:		justify;
}

	ul {
          font-family:		Verdana, Arial;
          text-align:		justify;
	 list-style-type:        circle;
	}
                 li.e25 {	/* Listenelement mit einem Einzug von 25px */
                  margin-left:		25px;
                 }

         ol {
          font-family:		Verdana, Arial;
          text-align:		justify;
         }


/* Aufzaehing der wichtigen Punkte */
div#aufz {        	/* Aufzaehlung mit Links zu den wichtigen Punkten */
 padding-left:		50px;
 font-family:		Verdana, Arial;
 font-weight:		bold;
 background-image:	url("../image/onlinerecht/ausrufezeichen_grau.png");
 background-repeat:	no-repeat;
 background-position:    30px 0px;
}

	a.link_aufz:hover {
	 font-weight:            bold;
	 text-decoration:        underline;
	}

	a.link_aufz:focus {
	 font-weight:            bold;
	 text-decoration:        underline;
	}

/* Tabelle zur Darstellung der Uebersicht */
                        	table#uebersicht { 	/* tabellarische Uebersicht */
                          width:			560px;
                          font-size:		12px;
                          font-family:		Verdana;
                          padding:		5px;
                          border:		1px solid #0072A8;
                          background-color:	#F2F2F2;
                         }

                         	.o_td1 {
	                          width:                 280px;
	                         }
                                 .o_td2 {
	                          width:                 10px;
	                         }
                                 .o_td3 {
	                          width:                 10px;
	                         }
                                 .o_td4 {
	                          width:                 10px;
	                         }
                                 .o_td5 {
	                          width:                 135px;
	                         }
                                 .o_td6 {
	                          width:                 125px;
	                         }
				.td_inhalt {
                                  border-top:		solid 1px #C0C0C0;
                                 }

/* Quellenangabe */
div#quellenngabe {
 background-image:	url("../image/onlinerecht/paragraf.png");
 background-repeat:	no-repeat;
 background-position:    20px 0px;
 padding-left:		50px;
}

/* Rechts-Hinweise */
table#rechtsHinweis {
 border:			1px solid #0072A8;
 background-color:	#f2f2f2;
 height:			60px;
 width:			560px;

 font-family:		Verdana;
 font-size:		12px;
 color:                  #FF0000;
}

	table#rechtsHinweis td.td_1_3 {
	 background-image:       url("../image/onlinerecht/ausrufezeichen.png");
	 background-repeat:      no-repeat;
	 width:                  20px;
	}