body {
	margin:0px;
	padding:0px;
	color:#000000;
	background-color:#ffffff;
	font-family:verdana,helvetica,sans-serif;
	font-size:12px;
}

a {
	font-family:verdana,helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#14007d;
}
a:visited {color:#04006d;}
a:hover {color:#24108d;}
a:focus {color:#24108d;}
a:active {color:#24108d;}

th a {color:#ffffff;}
th a:visited {color:#eeeeff;}
th a:hover {color:#eeeeff;}

p, li {
}
.center {text-align:center;}
.right {text-align:right;}

p.cite {
	text-indent:20px;
	font-style:italic;
}

p.error {
	text-align:center;
	font-weight:bold;
	color:#ff0000;
}

h1 {
	font-size:18px;
	font-weight:bold;
}
h2 {
	font-size:16px;
	font-weight:bold;
}

table {
}
table.center {
	margin:auto;
	text-align:left;
}
table.page {
	width:100%;
	margin:0px;
	border-spacing:2px;
}

th {
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background-color:#14007d;
}

td {
	padding:5px;
	vertical-align:top;
}
td.menu1 {
	width:20%;
	background-color:#ACB714;
}
td.menu2 {
	width:20%;
	background-color:#B7A114;
}
td.menu3 {
	width:20%;
	background-color:#FF6611;
}
td.links {
	border:1px #cccccc solid;
	width:20%;
}
td.mitte {
	border:1px #cccccc solid;
	width:60%;
}
td.rechts {
	border:1px #cccccc solid;
	width:20%;
}
td.footer {
	font-size:8px;
	font-weight:bold;
	text-align:right;
	width:315px;
}
input, textarea, select {
	font-size:12px;
	font-family:verdana,helvetica,sans-serif;
	border:1px solid #14007d;
}
img {
	border:none;
}