html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 20px;
	background-color: #FFFFDD;
	font-family: Arial,Tahoma,Helvetica,"Times New Roman",Sans-Serif;
	color: #000000;
}

img {
	border: 0;
}

a:link {
	color: #801A25;
}
a:visited {
	color: #801A25;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}

#maintable {
	margin: auto;
	width: 95%;
	border-collapse: collapse;
	empty-cells: show;
}

#maintable td.logo {
	padding: 0;
	text-align: center;
}

#maintable td.spacer {
	padding: 0;
	height: 26px;
}

#maintable td.links_braun {
	padding: 2px 2px 2px 0;
	width: 49%;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	color: #801A25; 
}

#maintable td.linie_braun {
	padding: 0;
	width: 2%;
	background-image: url("pixel_brown.gif");
	background-position: center;
	background-repeat: repeat-y;
}

#maintable td.rechts_braun {
	padding: 2px 0 2px 2px;
	width: 49%;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	color: #801A25; 
}

#maintable td.links_ueberschrift {
	padding: 2px 2px 2px 0;
	width: 49%;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}

#maintable td.linie_ueberschrift {
	padding: 0;
	width: 2%;
	background-image: url("pixel_black.gif");
	background-position: center;
	background-repeat: repeat-y;
}

#maintable td.rechts_ueberschrift {
	padding: 2px 0 2px 2px;
	width: 49%;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
}

#maintable td.links_normal {
	padding: 2px 2px 2px 0;
	width: 49%;
	text-align: right;
	font-size: 0.8em;
}

#maintable td.linie_normal {
	padding: 0;
	width: 2%;
	background-image: url("pixel_black.gif");
	background-position: center;
	background-repeat: repeat-y;
}

#maintable td.rechts_normal {
	padding: 2px 0 2px 2px;
	width: 49%;
	text-align: left;
	font-size: 0.8em;
}

#maintable td.zentriert {
	padding: 2px;
	text-align: center;
	font-size: 0.8em;
	line-height: 140%;
}
