.mz_form {
	margin-bottom:15px;
	border-bottom:1px solid white;	/* sonst wird der Abstand nicht eingehalten */
	/*border:1px dashed cyan;*/
	}

.mz_form_line {
	/*background-color:red;*/
	padding:0px;
	margin:0px;
	/*border:1px solid green;*/
}	
.mz_pr_name, .mz_pr_pass {
	/*display:inline;*/
	margin:0px;
	padding:0px;
	clear:left;
	color:#525252;
	margin-top:3px;
	font-weight:bold;
	width:100px;
	/*border:1px dotted green;*/
	/*background-color:green;*/
}
.mz_go {
	margin:0px 0px 0px 19px;
	padding:0px 0px 0px 19px;
	vertical-align:bottom;
	/*height:15px;*/
}
.mz_logout {
	float:left;
	margin:0px 40px 20px 0px;
}
.mz_chg_profil {
}

.mz_in_name, .mz_in_pass {
	margin:0px;
	padding:0px;
	margin-bottom:2px;
	/*border:1px dotted blue;*/
}

.mz_in_name input, 
.mz_in_pass input {
   	font-size:9px;
	border-style:inset;
	border-width:1px;
	border-color:#5f5f5f;
	padding:0px;
	margin:5px 0px;
	}
.mz_input {
	width:165px;
}

/* der IE will immer etwas besonderes: */
.mz_in_pass input {
   font-size:10px;
   margin:0px;
}

.mz_register {
	margin-top:10px;
}

.mz_logout a, .mz_chg_profil a, 
.mz_register a {
	color:#525252;
	margin-top:10px;
}

.mz_line {
        margin-top:10px;
	/*border-bottom:1px dotted #5f5f5f;*/
	}
	
.mz_header {
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:5px;
}

.mz_txt {
	color:#525252;
}

.mz_linkbutton {
    margin-top:10px;
}

.mz_linkbutton a {
    margin-top:10px;
}

.mz_linkbutton a img {
    border:0;
}

.mz_row1 {
	width:49%;
}

.mz_row2 {
	width:49%;
	vertical-align:top;
}

/* Hinzugefügt von Andreas Grunwald */
.error {
	color: red;
}