/*################## GRUNDDEFINITIONEN LAYOUT: KUNDENLOGINSEITE ##################*/

html, body {
  margin:0;
  padding:0;
  border:0;
  width:100%;
  background-color:#fff;
  background-image: none;
  text-align:center;
  font-family: verdana, arial, sans serif;
  font-size:11px;
  color:#313336;
}

.clearer {
  position:relative;
  clear:both;
  height:1px;
  overflow:hidden;
}

#logolink_login {
	position:absolute;
	left:90px;
	top:20px;
	width:150px;
	height:57px;
	z-index:100;
}

#container1_login {
  position:relative;
  width:1013px;
  min-height:597px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  background-image: url(../img/hg_loginseite.gif);
  background-repeat: no-repeat;
}

#container2_login {
  position:relative;
  width:888px;
  min-height:597px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

#content_login {
	position:relative;
	left:34px;
	width:875px;
	height:326px;
	padding-top:140px;
}

#content_login2 {
	width:509px;
}

#footer {
  margin-top:10px;
}



/*#######################################*/

#opt_login input {
	border:1px solid #CCCCCC;
	height:19px;
	width:204px;
}
#opt_login .subm {
	border:0px;
	height:13px;
	width:18px;
}

