body {
    color: #484848; background-color: white;
	margin: 0em;
    font-size: small;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	list-style-type: disc;
	overflow: visible;
}

img {
	border:none;
}

.tablestyle {
	border:none;
	vertical-align: top;
	font-size: small;
	width: auto;
	text-align: left;
}

#menu {
    float: left;
	width: 10em;
	padding: 0.5em;
	background-color: #F1F1F1;
	margin-left: 2em;
}

#inhalt {
  float: left;
  margin-left: 1em;
  min-height: 24em;
  width: 38em;
  padding: 0.5em;
  background-color: #F1F1F1;

}

#form {
  float: left;
  margin-left: -23em;
  width: 22em;
  padding: 0.5em;
  background-color: #F1F1F1;

}

.bilder {
	margin-right: 2em;
	margin-bottom: 1em;
	float: left;
	vertical-align: text-top;
}


.fuss {
	text-align: center;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
}

.boldstyle {
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.mainstyle {
	font-size: small;
	font-weight: normal;
}

.titel {
	font-size: small;
	font-weight: bold;
}

a:link {
	text-align: left;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-align: left;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-align: left;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000CC;
	text-decoration: none;
}
a:active {
	text-align: left;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
	text-decoration: none;
	}
