table.alles {
	margin-left:auto; 
	margin-right:auto;
    }

fieldset {
position:relative; 
    padding: .5em;
    background: gainsboro;
    border: 1px dotted lightsteelblue;

    margin-left: 20px;
    margin-right: 20px;
    margin-top: .5em;

	width: 48em;
	min-width: 48em;
	max-width: 65em;

}

fieldset legend {
    color: #fff;
    background-color: lightsteelblue;
    font-size: smaller;
    padding: .1ex .5ex;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    font-weight: bold;
}

td.textbereich {
    border: thick solid cadetblue;
    background-color: white;

    }

td.templatebereich {
    background-color: lightsteelblue;   
    padding: 0.5em;
    }

#ResultLink
    {
    z-index:10;
    }
