/*verwendet in: http://www.c-mmm.de/hilfe/gif.htm
	        http://www.c-mmm.de/hilfe/hint.html */

div#inhalt {
		width: 91% !important; /*verrutscht Hintergrundbild*/
	  	padding-bottom: 0;   /*Hintergrundbild Abstand nach unten*/
	  	text-align: left; 	/*Ausrichtung der Ueberschrift*/
      		background: url('http://www.c-mmm.de/hilfe/wechsel/intro-neu.php') no-repeat 8% 320px; 
	  	}  /*8%=Bildabstandlinks*/	 /*320px=hg-Bild-abstand zu oben*/
        
div.link {
		margin: 0 0 0 30px;
		text-align:left;
		line-height: 150%;
		font-size: 0.8em;
		font-style: normal;
		color: #006E55;
		}

div.link2 {
		margin: 0 0 0 30px;
		text-align:left;
		line-height: 150%;
		font-size: 0.8em;
		font-style: normal;
		color: #006E55;
		}

div#link1 {
	  	margin: 0 0 0 30px;
	  	text-align:left;
	  	font-size: 0.8em;
	  	font-family: Verdana, arial, helvetica, sans-serif;
      		font-style: normal;
      		text-decoration: none;
	  	}

.hint {
		background: #F4F4F4;
		margin: 30px ;
		padding: 20px 0px;
		text-align: left;
		border: 1px groove;
		}

.farbe {
		color: #a00;
		}

#content ul {
		padding: 0 0 30px 430px;  /*Abstand Aufzählg.pkt. nach links*/
		text-align: left;
		list-style: none;
		}
		
li	{
		line-height: 150%;
		padding-left:20px;  /*abstand zwischen puenktchen und text*/
		padding-top: 0.5em;
		background: url(../_bg/punkt.png) no-repeat 0 1.7em;
		}

h2 {		
		padding: 10px 0 0 0; 
		text-align: left;
		font-family: Verdana, Century Gothic, Arial, Helvetica, sans-serif;
		font-size: 95%;
		padding-left:430px;  /*Abstand Aufzählg.überschrift nach links*/
		color: #6E6E6E;
		}

.top {
		padding-top: 50px;
		}

.firstLetter {
		color: #a52626;
		font-size: 1.5em;
		line-height: 120%;
		}

