* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a img {
	border: none;
}

.clearer {
	clear: both;
	line-height: 0px;
	font-size: 1px;
}
table#Tabelle_01 {
margin-left: auto;
margin-right: auto;
}

.tablediv {
	margin-left: 2px;
	margin-right: 2px;
}
.tablediv2 {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}
h1 {
	font-size: 16px;
	margin: 2px 2px 2px 0px;
	color: #ae830a;
}
.h7 {
	font-size: 13px;
	margin: 2px 2px 2px 0px;
	color: #ae830a;
}
.x2text {
	font-size: 13px;
	line-height: 1.4em;
}
p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.7em;
	line-height: 1.4em;
}
.trenn {
border-bottom: 1px dotted #c0c0c0;
}
.rot {
color: #663300;
}
.tdtext {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	line-height: 1.4em;
}
.xtext {
	font-size: 12px;
	line-height: 1.4em;
}
.supercontainer {
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
.header {
	height: 116px;
	width: 750px;
	background-image: url(img/head.jpg);
	float: left;
}
/* linke */
.left_column {
	background-image: url(img/tabhg.gif);
	width: 150px;
	height: 100%;
	background-repeat: no-repeat;
	float: left;
}
.left_column ul {
	margin: 0px;
	padding-bottom: 100px;
	background-image: url(img/tabhg.gif);
}
.left_column ul li{
	list-style-type: none;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
	height: 20px;
	background-image: url(img/tabhg.gif);
}
.left_column ul li a{
	display: block;
	padding-left: 5px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-repeat: repeat-y;
	line-height: 20px;
	height: 100%;
	background-image: url(img/navbutton.jpg);
}
.left_column ul li a:hover{
	text-decoration: underline;
}
.mid_column {
	background-image: url(img/midcolumn.jpg);
	width: 600px;
	float: left;
	background-repeat: no-repeat;
	}
.right_column {
	background-image: url(img/rightcolumn.jpg);
	width: 224px;
	float: left;
	background-repeat: no-repeat;
}

.fullend {
	background-image: url(img/untenheader.jpg);
	height: 38px;
	width: 750px;
	clear: both;
	background-repeat: no-repeat;
}
.pfeilliste li {
	list-style-type: none; /* es wird kein standard listensymbol angezeigt */
	background-image: url(img/pfeil.gif); /* die pfeilgrafik */
	background-position: left center; /* die positionierung der pfeil grafik relativ zur zeilenhöhe */
	background-repeat: no-repeat; /* pfeilgrafik wird nicht wiederholt */
	padding-left: 15px; /* damit die pfeilgrafik nicht vom text ueberlagert wird */
	line-height: 30px; /* mit lineheight kannst du sehr elegant die zeilenabstände der liste machen ... auch bei paragraphen usw. */
}
.pfeilliste li a { /* hiermit werden einfach nur die links innerhalb der liste gestylt .. nur als beispiel */
	color: #993300;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.formadmin {
	font-weight: normal;
	font-size: 12px;
	color: #fc0d0d;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #006699;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
/* horiz */
.submenu {
	margin: 20px 0;
	width: 100%;
	height: 20px;
	font-size: 12px;
}

.submenu li {
	display: block;
	float: left;
	width: 100px;
	height: 16px;
	margin: 0 20px;
	background-image: url(gfx/navibutton.jpg);
	background-repeat: repeat-y;
	border: 1px solid black;
}

.submenu a {
	display: block;
	width: 100px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.submenu a:hover {
	color: inherit;
	background-color: white;
}

