html, body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size:12px;
}

#foot {
	position: absolute;
	bottom: 0;
}

td {
	font-size: 12px;
}

table.main {
	width: 100%;
}


td.menu {
	font-size: 12px;
	font-weight: bold;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #666699;
	background-color: #DDDDDD;
	width: 400px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #666699;
	text-decoration: underline;
}
.remark {
	font-weight:bold;
	color:#990000;
	padding-left:20px;
	padding-top:20px;
}
A:link {
	color: #666699; 
	text-decoration: none;
}
A:visited {
	color: #666699; 
	text-decoration: none;
}
A:hover {
	color: #990000; 
	text-decoration: none;
}
.input1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #550000;
	background-color: #DDDDDD;
	border: 1px solid #550000;
}
.titel{
	font-size: 13px;
	font-weight: bold;
	color: #666699;
	}
