body{
	background: #FFFFFF;
	color: #373535;
	font-size: 0.9em;
	line-height: 1.5em;
}

/*** Überschriften ***/

h1, h2, h3{
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: bold;
	color: #BA3B45;
}

h1{
	font-size: 1.8em;
	display: inline;
}

h2{
	font-size: 1.2em;	
	display: inline;
}

/*** normaler Text **/

p,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pa{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.3em;
	line-height: 1.5em;
}

/*** Links **/

a:link,
a:visited,
a:active{
	text-decoration: underline;
	font-size: 1.0em;
	color: #373535;
}

a:hover{
	color: #BA3B45;
	text-decoration: none;
}

/*** Rahmen um die Bilder ***/

img.bimg{
	border: #333 1px solid;
}

/*** Layout ***/

.footer{
	vertical-align: top;
	font-size: 10px;
	padding-right: 20px;
}

/*** Footer-Links ***/

.footer a:link,
.footer a:active,
.footer a:visited{
	font-size: 10px;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;	
}