/*divs*/
div#footer
{
	position:relative;
	vertical-align:bottom;
	border:1px solid #666;
}

/*klassen*/
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #993333;
	font-weight: bold;
}
.textfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.seitenanzeige
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #993333;
	font-weight: normal;
	text-decoration:none;
}

.seitenanzeige:hover
{
	text-decoration:underline;
	color: #993333;
}

.seitenanzeige_down
{
	text-decoration:none;
	color: #993333;
}

.linkgup
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #2468B3;
	font-weight: normal;
	text-decoration:none;
}

.linkgup:hover
{
	text-decoration:underline;
	color: #2468B3;
}

.linkgup_down
{
	text-decoration:none;
	color: #2468B3;
}
/*html elemente*/
p, td
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	margin:5px 0px 0px 0px; /*oben rechts unten links*/
}


