html, body {
height: 100%;
margin: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D6D6D6;
	background-image: url(../images/bckgrd.gif);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #000066;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #000066;
}
.Tabelle {
  border-width:1px;
  border-collapse:separate;
  border-style:solid;
  border-color:#cdcdcd;
  padding:2px;
}
.forumForm {
	height: auto;
	margin: 1px;
	padding: 1px;
	width: 550px;
}
.selectFelder {
	width: 300px;
}
.leftAnmeldeForm {
  	border: #FFCC33;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

  	width: 95px;
  	font-family: Arial, Tahoma, Verdana, sans-serif;
  	font-size: 10px;
	color: #333333;
}
.leftAnmeldeButton {
  	border: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

  	width: 97px;
  	font-family: Arial, Tahoma, Verdana, sans-serif;
  	font-size: 10px;
	color: #333333;
}