
/* Font */
a,p,h1,h2,h3,h4,h5,h6,dd,td,tr,ul,li,b,i,span,div {
	font-family: Arial, Helvetica, Swiss, SunSans-Regular;}

/* link */
a, a:link, a:visited, a:active	{
	color: #cd111e;
	border-width: 0px 0px 0px 0px;
	text-decoration: none;}
a:hover	{
	color: #cd111e;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #cd111e;
	text-decoration: none;}

a.menu, a.menu:link, a.menu:visited, a.menu:active {
	color: #000000;
	font-weight:bold;
	font-size: 12px;
	border-width: 0px 0px 0px 0px;
	text-decoration: none;}
a.menu:hover	{
	color: #000000;
	font-weight:bold;
	font-size:12px;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	border-style: solid;
	text-decoration: none;}
a.menuAktuell, a.menuAktuell:link, a.menuAktuell:visited, a.menuAktuell:active, a.menuAktuell:hover {
	color: #cd111e;
	font-weight:bold;
	font-size: 12px;
	border-width: 0px 0px 0px 0px;
	text-decoration: none;}



/* Format */

div.inhalt {
	font-size: 12px;
	line-height:17px;}

.titel {
	font-size: 26px;
	line-height: 32px;
	display: block;
	margin-bottom: 26px;}
	
/* Bilder */
img.imgLinks {
	float: left;
	margin: 3px 12px 0px 0px;
}

img.imgRechts {
	float: right;
	margin: 3px 0px 0px 12px;
}

