/* CONTAINER */

/* HEADER */

/* NAVI */

/* CONTENT */

#content a {
	color: #4C1B1B; /*BRAUn */
	font-size: 12px;
}

#content a:hover {
	color: #000000;
	background-color: #F6E497; /*GELB1*/
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #4C1B1B; /*BRAUn */
	font-style: italic;
	
}

#content h2 {
	color: #BD8D46;
	font-size: 18px;
	margin-left: 20px;
	margin-top: -16px;
	font-weight: normal;
	font-style: italic;
}

#content h3 {
	color: #4C1B1B; /*BRAUn */
	font-size: 20px;
	margin-bottom: -12px;
}

#content .boxed h3 {
	margin-bottom: 5px;
	margin-top: 5px;	
}

#content .small {
	font-size: 11px;
}

#footer a {
	color: #4C1B1B;
	font-size: 12px;
	padding: 4px;
	text-decoration: none;
}