@charset "UTF-8";

@media all
{
	/* Bloecke */
	/* ======= */
	div#col1 {
		width: 45%;
		padding-left: 87px;
		padding-left: 100px;
	}
	div#col3 {
		margin-left: 65%;
		margin-right: 0;
		padding-right: 90px;
	}
	
	div#col3 .rechts_am_seitenrand { margin-right: -80px; }

	
	/* Textstyling */
	/* =========== */
	div#col1 h2 { margin-top: 2em; }
    div#col1 h1 + h2 { margin-top: 0; }
    div#col1 div.odd h2, div#col1 div.even h2 { margin-top: 0; }
	div#col3 h2 { color: #F27D00; }
	div#col3 ul li {
		margin-bottom: 0.25em;
		list-style-image: url(../../grafiken/sbw-bullet.png);
	}
}

