body {
	background-color: #E9EAFF;
	padding: 0px;
	margin: 0px;

}
// table {
//	position:absolute;
//	top: 0px;
//	left: 0px;
// }
table, tr, td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
td.vertical {
	position:relative;
	background-image: url("/img/verti_line.png");
	background-repeat: repeat-y;
	height: 600;
	padding-left: 4;
}
td.horizontal {
	background-image: url("/img/hori_line.png");
	background-repeat:repeat-x;
	vertical-align: bottom;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
body, td, a {
	font-family:'Tahoma',Arial,sans-serif;
	font-size:120%;
	color: #191DB6;
	position:relative;
}
h1 {
	font-family:'Tahoma',Arial,sans-serif;
	font-size:180%;
	text-align: Center;
	padding-top: 4;
}
h2 {
	font-family:'Tahoma',Arial,sans-serif;
	font-size:140%;
	text-align: Center;
}
p {
	position:relative;
}
a {
	text-decoration:underline;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:focus {
	color: #BB1A30;
	text-decoration:underline;
}
a:hover {
	color: #BB1A30;
	text-decoration:underline;
}
a:active {
	color: #BB1A30;
	text-decoration:underline;
}
.bild {
	display: block;
	position: relative;
	text-decoration:none;
	font-family:'Tahoma',Arial,sans-serif;
}
.menue {
	font-family:'Tahoma',Arial,sans-serif;
	font-size:100%;
	padding-left: 22px;
	font-weight: bolder;
	text-decoration:none;
}
.inhalt {
	padding-right: 15px;
	padding-top: 5px;
}
.klein {
	font-family:'Tahoma',Arial,sans-serif;
	font-size:80%;
}
.nixrum {
	margin: 0;
	padding: 0;
	border: 0;
}
