/* -------------------- */
/* -- FORMATIERUNGEN -- */

/* -- LINKS -- */

	#div_content a:link    { color:#0000FF; }
	#div_content a:visited { color:#0000FF; }
	#div_content a:hover   { color:#0000FF; }
	#div_content a:active  { color:#0000FF; }
	#div_content a:focus   { color:#0000FF; }


	#div_content * {
		font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
	}

/* NUR ZU DEMONSTRATIONSZWECKEN
	#div_content div.tpl {
		border: 1px solid #CCCCCC;
	}
*/

	#div_content h1 {
		margin-top: 0px;
		margin-bottom: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 22px;
    color: #1A3C5F;
	}

	#div_content h2 {
		margin-top: 0px;
		margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333;
	}

	#div_content h3 {
		margin-top: 0px;
		margin-bottom: 5px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
	}

	#div_content h6 {
		margin-top: 0px;
		margin-bottom: 2px;
    text-align: justify;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
	}
