body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */

	text-align: center;
	background-image: url(../pix/bg.gif);
	background-repeat: repeat;


    }

* {

	font-family: Trebuchet MS;
	font-size:12px
    }

	 
	 .txt {
	font-family: Trebuchet MS;
	font-size:12px
	color: #000000;
	line-height:18px;

}


.red
{
color: #da0074;
}

.pt_22 {
	font-family: Trebuchet MS;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: normal;
}

.pt_16 {
	font-family: Trebuchet MS;

	font-size: 16px;
	font-style: italic;
	DISPLAY: block;
	font-weight: bold;
	color: #432103;
	border-bottom: 1px dotted #432103;
	MARGIN-TOP: 2px;
   	padding: 4px;
}

.border4
{
border: 4px solid white;
}

a.navi {
	MARGIN-TOP: 0px;
	DISPLAY: block;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #432103;
   	padding: 4px;
	height: 12 px;
    text-align: left;
	text-indent: 0px;
	width: 200px;
	border-bottom: 1px dotted #432103;
}
a.navi:link, a.navi:visited {
	color: #432103;
	text-decoration: none;
}

a.navi:hover
{
	color: #432103;
	text-decoration: none;
	text-indent: 5px;
}
