h2 { display: inline; font-size: 12px;  font-weight:normal; }

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
body {
	background-color: #E0E5F1;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
form {
	margin: 0;
}

h1 {
	color: #663300;
	font-size: 120%;
	margin-bottom:0;
	font-variant:small-caps;
}
.anfang{
	margin-top:0;
}
.spacer {
	height:45px;
}
.header {
	background: transparent url(img/head.jpg);
	height: 89px;
}
#menu {
	background-color: #ffffff;
	padding: 20px 0 0 0;
	width: 192px;
	vertical-align: top;
}
#menu ul {
	list-style-type: none;
	width: 192px;
	margin: 0;
	padding:0;
}
#menu li {
	margin:0;
	padding:0;
}
#menu li a{
	display:block;
	height: 25px;
	font-family:arial, verdana;
	font-size: 120%;
	font-variant:small-caps;
	color:#ffffff;
	padding: 8px 15px;
	text-decoration: none;
	background: transparent url(img/button.png) no-repeat;
}
#menu li a:hover {
	background: transparent url(img/button2.png) no-repeat;
	font-weight:bold;
	word-spacing:5px;
}
#menu li a.current {
	background: transparent url(img/button2.png) no-repeat;
	font-weight:bold;
	word-spacing:5px;
}

.content {
	background-color: #FFFFFF;
	padding:  20px;
	padding-left: 60px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #ffffff;
	text-align: center;
	font-size: 90%;
	height: 30px;
}
