
/*=======================================================================*/
/*=========== Webgen öffentl. Bereich ===================================*/
/*=======================================================================*/

.loginbox {
	margin-top:-8px;
}


.marketing_login {
	border:1px solid #adadad;
	background-color:#e0e0e0;
	margin:0 0 16px 0;
}

.marketing_login span {
	font-style:normal;
	font-weight:bold;
	color:#ff0000;
}

.marketing_input {
	margin:0;
	width:100px;
	height:16px;
	line-height:19px;
	font-size:11px;
}

.marketing_einloggen {
	cursor:pointer;	
	background-color:#989898;
	border:1px solid #555;
	color:#fff;
	margin:1px 1px 0 2px;
	padding:1px 5px 3px 5px;
	height:20px;
}

.marketing_einloggen:hover {
	background-color:#555;
}
       
.account_login {
    background-color:#E0E0E0;
    border:1px solid #ADADAD;
    margin:20px 0 16px;
}

.account_login h2 {
    color:#807E7F;
    font-size:12px;
    font-weight:bold;
    margin:0 0 0 0;
    border-bottom:1px dotted #807E7F;
    padding:5px;
}   
  
h6 {
    color:#807E7F;
    font-size:13px;
    font-weight:bold;
    margin:10px 0 3px 0;
    text-transform:uppercase;
}   

.account_login .marketing_input {
    font-size:11px;
    height:16px;
    line-height:19px;
    margin:0;
    width:80px;
}

.account_login span {
    color:#ff0000;
    font-weight:bold;
}

