

/* --- Stylesheet 7092 () --------- */ 

.T4447 .button {
	display: inline-block;
    border: 2px solid #666182;
	background-color: #666182;
	color: #FFF;
	font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    outline: 0px;
    padding: 8px 19px;
    text-decoration: none;
}

.T4447 #submit-button { float: right; }

.T4447 .button:hover {
	background-color: #fff;
    color: #666182;
}

.T4447 .leftcol, .T4447 .rightcol { float: left; }
.T4447 .leftcol { 
    width: 15%;
    margin-right: 5%;
    text-align: right;
}

.T4447 .leftcol img { text-align: right; display: inline-block !important; }

.T4447 .rightcol { width: 80%; }
.T4447 .rightcol h1 { margin: 0px 0px 15px 0px; }


.T4447 .rightcol .buttons { float: right; text-align: right; }
.T4447 .rightcol .buttons .logout { opacity: 0.5; }

.T4447 .rightcol .col { float: left; width: 50%; }
.T4447 .rightcol .col h3 { margin: 0px 0px 8px 0px; font-size: 16px; }
.T4447 .rightcol .col .row { margin: 0px 0px 10px 0px; }
.T4447 .rightcol .col .row label { opacity: 0.7; margin: 0px 6px 0px 0px; }




.T4447 input:read-only {
    background-color: #eaeaea;
}


/* Helferunterlagen */
.T4447 .kacheln {}
.T4447 a.kacheln__kachel {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    font-weight: bold;
    color: #111;
    text-align: center;
    margin: 1px 3px;
    background-color: #eee;
}