BODY {
    BACKGROUND-COLOR: #BECBE2;
}

H1 {
    font-family: Helvetica,Helv,Arial;
    color: #003366;
    font-size: large;
    text-align: center;
    font-weight: bold;
}

/* Table-Definitionen  */
TABLE.header {
	border: 0;
	width: 100%;
	border-spacing: 0;
	padding: 0;
}
TABLE.error {
    border: 0;
    width: 100%;
    border-spacing: 0;
	padding: 0;
}

TABLE.content {
    border: 0;
}

TABLE.content100 {
	width:100%;
    border: 0;
}

TD.headerleft {
    width: 12%;
    font-family: Helvetica,Helv,Arial;
    color: #003366;
    font-size:  medium;
    text-align: left;
    font-weight: bold;
}
TD.headermiddle {
    font-family: Helvetica,Helv,Arial;
    color: #003366;
    font-size:  x-large;
    text-align: center;
    font-weight: bold;
}
TD.headerright {
    width: 16%;
    font-family: Helvetica,Helv,Arial;
    color: #003366;
    font-size:  medium;
    text-align: right;
    font-weight: bold;
}

TD.errortype {
    width: 10;
    vertical-align: top;
}

TD.errortext {
    vertical-align: top;
}

/* Rahmen für weitere Elemente */
TD.rahmen {
	vertical-align: top;
}

TD.zentrieren{
	vertical-align: top;
	text-align: center;
}


/* Img-Definitionen */
IMG.stahllogo {
    border: 0;
    width: 73;
    height: 71;
}
IMG.stahlonline {
    border: 0;
    width: 210;
    height: 36;
}
IMG.email {
    border: 0;
    width: 50;
    height: 66;
}

IMG.statistik {
    border: 0;
    width: 176;
    height: 16;
}

IMG.statistikbild {
    border: 0;
    width: 378;
    height: 176;
    text-align: center;
}

/* spez. Text-Definitionen */
#texterror {
    font-family: Helvetica,Helv,Arial;
    color: #ff0000;
    font-size:  small;
    text-align: left;
    font-weight: bold; 
}

#textwarning {
    font-family: Helvetica,Helv,Arial;
    color: #820000;
    font-size:  small;
    text-align: left;
    font-weight: bold; 
}

#textinfo {
    font-family: Helvetica,Helv,Arial;
    color: #468228;
    font-size:  small;
    text-align: left;
    font-weight: bold; 
}

#textgeneral {
    font-family: Helvetica,Helv,Arial;
    color: #003366;
    font-size:  small;
    text-align: left;
}

#textgeneralcenter {
    font-family: Helvetica,Helv,Arial;
    color: #003366;
    font-size:  small;
    text-align: center;
}


#textklein {
    font-family: Helvetica,Helv,Arial;
    color: #003366;
    font-size:  smaller;
    text-align: left;

}

