/* -------------- BasLogin Stile -------------- */
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
    clear: left; /* das floating der labels und inputs aufheben */
	}
#reginbox {
  margin-right: 20px;
  width: 420px;
  border: 1px solid #999;
  background-color: #F0F7FF; /* #F6F6F6 #F0F7FF */
}
input {
	display: block;
	float: left;
	height:30px;
	width: 150px;
	font-size: 16px;
	border: thin outset #FFCC66;
	}
input#nachname {
    width: 170px; 
	}
input#vorname {
    width: 150px; 
	}	
input#adresse, input#emailadr {
    width: 320px; 
	}
input#kennz {
	width:22px;
	}
input#tnr {
	width:120px;
	}
input#home {
	display: none;
	visibility: hidden;
	}

input#submitbtn { /* den Submit-Button */
    float: none;
    width:135px;
	height:30px;
    color:#FF9900;
    font-weight:bold;
    background:url(button.gif) no-repeat;
	}
#feedback {
     background: #FFFDE2;
     border: 1px solid red;
	 font-size: 80%; /*12px;*/
     background-image: url(warning_obj.gif); 
     background-position: left; 
     background-repeat: no-repeat;
	 margin-bottom:5px;
     }
 
input, select { 
 border: 1px solid silver; 
}
input.error, select.error {
   padding-right: 16px; 
   border: 1px solid red; 
   background-color: #FFFCE2; 
   background-image: url(warning_obj.gif); 
   background-position: right; 
   background-repeat: no-repeat;
}
input:focus, select:focus {
   border: 1px solid steelblue;
   background-color:#EFEFEF;}

div.label {
    text-align: left;
	line-height:26px;
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
	}
.ustrich {
	color: #FFFFCC;
	}
.stern {
	color: #FF0000;
	font-size:12px;
	}
.klammertxt{
    color: #666;
}
	
#merke {
	float: left;
	font-size:12px;
	color:#0000ff;/*#FF9900;#000000;*/
	/*font-style: italic;*/
    /*background: #EBEBEB url(listheader_aquablu.gif) bottom repeat-x;;	*/
	}
#f_msg {
	font-family:arial, helvetica, sans-serif;
	color:#FF0000;
	font-weight: bold;
	}

#registrierung {
    margin-top: 10px;
    margin-left: 10px;
	border-style: none;
    /*background: transparent;*/
	}	

div.anmerkung {
   color: #666;
   font-size: 70%;
   text-align: left;
}