/* Formatvorlage fuer tutorial_lamp.php*/

div#submenue_turotials {
 display:		block;
}

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

p.right {
	text-align:right;
}

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;
}

div#content_head {
 padding-right:		120px;
 background-image:	url("../image/img_tutorial/lamp.png");
 background-repeat:	no-repeat;
 background-position:	460px 50%;
}

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

a.link_software { 	/* Link zur Softwareuebersicht */
 font-weight:		bold;
}

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

span.software {          /* Beschreibung zu der Software*/
 margin-left:		20px;
 font-family:		Verdana, Arial;
}

.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 */
 font-family:		Arial;
 font-size:		0.9em;
 color:			#0000FF;
}

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