HTML {
	margin: auto;
	height: 100%;
	width: 100%;
}
BODY {
	background-color: White;
	margin: auto;
	height: 100%;
	width: 999px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
#site {
	background-image: url(images/bg_site.jpg);
	background-repeat: repeat-y;
	background-position: center;
	float:left:
}
#header {
	width: 999px;
	height: 113px;
	margin: auto;
}

#logo {
	margin-left:-61px;
	float: left;
	width: 623px;
}
#loginform {
	float: right;
	width: 376px;
	padding-top: 15px;
}
#loginform input.startTextF {
	width: 110px;
	border: 1px solid Black;
	font-size: 11px;
	line-height: 14px;
	height: 14px;
}
#loginform input.startButtonLoginF {
	width: 21px;
	height: 20px;
	vertical-align: bottom;
	border: none;
}
#loginform a {
	font-size: 10px;
	color: Gray;
}
#loginform .fontsmall {
	font-size: 10px;
	color: Gray;
	margin-top: 10px;
}
input.regbutton {
	width: 248px;
	height: 40px;
	border: none;
}
input.searchSubmitF {
	border: none;
	width: 95px;
	height: 22px;
}
#content {
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;
	width: 939px;
	margin: auto;
	margin-top: 20px;
	display: block;
}
#bild {
	float: left;
}
#anmeldung input.border{
	width: 170px;
	border: 1px solid Black;
	font-size: 11px;
	line-height: 14px;
	height: 14px;
	padding: 2px;
}
.checkbox  {
	border: 0px;
}
#newUsers {
	clear: both;
	text-indent: 0px;
	width: 525px;
	float: left;
}
#suche {
	
}
#footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 999px;
	text-align: center;
	line-height: 30px;
	background-color: White;
}
#footer a {
	color: #696969;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
H1 {
	color: #ff3399;
	font-size: 26px;
}
H2 {
	color: #ff3399;
	font-size: 20px;
}
H3 {
	color: #ff3399;
	font-size: 18px;
}

/* INHALTS-BEREICH (Folgeseiten nach Login) */
#topnavi {
	background-image: url(images/bg_topnavi.jpg);
	background-repeat: no-repeat;
	width: 727px;
	height: 61px;
	padding-top: 12px;
	vertical-align: middle;
	background-position: bottom;
}
#topnavi td.headData  {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: White;
	vertical-align: text-top;
}
#topnavi td.headData a {
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: White;
	
}
#mitte {
	background-color: #ddd;
	width: 725px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#userhead {
	background-image: url(images/bg_user_top.jpg);
	width: 727px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	text-align: left;
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
}
