/* =============================== */
/* content.css                  */
/* (c) 2008 Pfarre Pfaffstatten    */
/* p.dorninger                     */
/* =============================== */

#content .contenttitle {
	font-size: 125%;
	font-weight: bold;
	color: #ad512a;
	border-bottom: #ad512a solid 2px;
	width: 650px;
	margin-top: 0px;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #003399;
}

#content table {
	font-size: 100%;
}

#content a.active {
	font-weight: bold;
	font-size: 130%;
	color: ff8400;	
}

#content a:visited {
	color: #003399;
}

