/*******************/
/* General         */
/*******************/

HTML, BODY, DIV, P, H1, H2, H3, H4, H5, H6, TABLE, TR, TD, FORM, OL, UL, LI {
    font-size:          12px;
    font-family:        Arial, Verdana, "Times New Roman", Helvetica, sans-serif;
    color:              #000;
}

HTML, BODY, DIV, P, H1, H2, H3, H4, H5, H6, TABLE, TR, TD, FORM, IMG {
    padding:            0px;
    border:             0px;
    margin:             0px;
}

A, A:visited {
    color:              #3FA98C;
    text-decoration:    none;
}

A:hover, A:active {
    color:              #000000;
}

DIV.clear {
    clear:              both;
    height:             2px;
}

DIV.center {
    text-align:         center;
}

DIV.clearBack {
    display:            none;
    visibility:         hidden;
}

DIV.clearLast {
    display:            none;
    visibility:         hidden;
}


/*******************/
/* Layout          */
/*******************/

#paper {
    width:              100%;
    text-align:         left;
}

#header {
    display:            none;
    visibility:         hidden;
}

#printHead {
    font-size:          16px;
}

#headMenu {
    display:            none;
    visibility:         hidden;
}

DIV.utilityRow {
    display:            none;
    visibility:         hidden;
}

#main {
    width:              100%;
    border-top:         1px solid #9E9EA1;
}

#mainLeft {
    display:            none;
    visibility:         hidden;
}

#mainRight {
    width:              100%;
}

#ausstellung {
    display:            none;
    visibility:         hidden;
}

/*******************/
/* Content         */
/*******************/

#pic {
    float:		left; 
    width:		90px;
    height:		80px;
    text-align: 	center;    
    padding:            0 25px 25px 0;
}

#picBig1 {
    float:		left; 
    padding-bottom:	25px;
}

#picBig2 {
    text-align: 	center;
    padding-top:	38px; 
    padding-bottom:	3px;
}

DIV.top {
    margin:		6px 26px 10px 120px;
    font-size:          13px;
    font-weight:	bold;
    color:              #FFFFFF;
}



/*************************/
/* Tabelle mit 2 Spalten */
/*************************/

#table2col {
    width:		570px;
    border-collapse:	collapse;
    border-spacing:	0;
    border:		0;
    border-width:	0;
    padding:		0;
}

#table2col td.jahr {
    vertical-align:	top;
    width: 		5px;
    text-indent: 	10px;
    padding-bottom:	4px;    
}

#table2col td.norm {
    vertical-align:	top;
    width:		550px;
    padding-bottom:	4px;
}


/*************************/
/* Tabelle mit 3 Spalten */
/*************************/

#table3col {
    width:		600px;
    border-collapse:	collapse;
    border-spacing:	0;
    border:		0;
    border-width:	0;
    padding:		0;
}

#table3col td.jahr {
    vertical-align:	top;
    width: 		100px;
    padding-left: 	4px;
    padding-bottom:	4px;    
}

#table3col td.ort {
    vertical-align:	top;
    width: 		120px;
    text-indent: 	10px;
    padding-bottom:	4px;    
}

#table3col td.norm {
    vertical-align:	top;
    width:		380px;
    padding-bottom:	4px;
}
