/* Formatvorlage fuer tutorial_lamp.php*/

div#submenue_turotials {
 display:		block;
}

p, ol {
 font-family:		Verdana, Arial;
}

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

hr {
 border:			1px dotted #C0C0C0;
}

.fett {
 font-weight:		bold;
}

ul {
 list-style-type:	circle;
 font-family:		Verdana, Arial;
}

a {
 font-family:		Verdana, Arial;
 font-size:		1em;
}

a.link_ansatz {
 font-weight:		bold;
}

a.link_ansatz:hover {
 font-weight:		bold;
}

.wichtig {               /* Hinweise die mit "WICHTIG" gekennzeichnet sind */
 background-image:	url("../image/img_tutorial/ausrufezeichen_klein.png");
 background-repeat:	no-repeat;
 background-position:	25px 0px;
 padding-left:		50px;
 font-style:		italic;
}

code {                   /* Darestellung der Quellcoeds per php */
 font-family:		Courier;
 font-size:		0.9em;
}

.code {                  /* Darstellen code */
 font-family:		Courier;
 font-size:		0.9em;
 color:			#0000FF;
 margin-left:		20px;
}

.beschreibung {          /* Dastellug der Erklaerung zu den Quellcode */
 padding-left:		25px;
 font-size:		0.9em;
 font-family:		Arial, Verdana;
}

ul.vorteile {
 list-style-image: 	url('../image/img_tutorial/plus.png');
}

ul.nachteile {
 list-style-image: 	url('../image/img_tutorial/minus.png');
}

#b1, #b2, #b3, #b4 {
 border:			1px solid #808080;
 padding:		10px;
 display:		none;
}

#hidd_b1, #hidd_b2, #hidd_b3, #hidd_b4 {
 display:		none;
}