﻿@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	/* Es empfiehlt sich, margin (Rand) und padding 
	(Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen 
	Browser-Standardeinstellungen Rechnung zu tragen. */	
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern 
	zentriert. Dem Text wird dann im #container-Selektor die 
	Standardausrichtung left (links) zugewiesen. */
	border: 0;
	background-image: url(images/back_neu.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}
body,td,th {
	color: #FFFFFF;
}

.auto-style2 {
	background-image: url('images/1_pmta_180.gif');
}
.auto-style3 {
	vertical-align: middle;
}
.style1 {
	color: #FFFFFF;
}
.style3 {
	color: #333399;
	font-size: large;
	font-weight: bold;
}
.style44 {
	color: #333399;
	font-size: small; 
	font-weight: bold;
}
.style4 {
	color: #000080;
	font-size: x-large;
	font-weight: bold;
}
.th.style4 {
	color: #000080;
	font-size: large;
	font-weight: bold;
}

.style33 {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
}
.style8 {
	color: #666666;
	font-size: small;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

