/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/
body  { color: #32393f; font-size: 13px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-weight: normal; font-style: normal; line-height: 18px; background-color: white; background-position: 0 0; word-wrap: break-word; }
p { font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; }
td { }
a:link { color: #454f56; font-weight: bold; text-decoration: none; }
a:visited { color: #450056; font-weight: bold; text-decoration: none; }
a:hover { color: #ab121c; font-weight: bold; }
a:active { font-weight: bold; }

.parHeading1 /*agl rulekind: base; nickname: "%c3%9cberschrift%201"; htmltag: h1;*/ { font-size: 30px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-weight: bold; }
.parHeading2 /*agl rulekind: base; nickname: "%c3%9cberschrift%202"; htmltag: h2;*/ { font-size: 22px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-weight: bold; }
.parHeading3 /*agl rulekind: base; nickname: "%c3%9cberschrift%203"; htmltag: h3;*/ { font-size: 18px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-weight: bold; }
.parHeading4 /*agl rulekind: base; nickname: "%c3%9cberschrift%204"; htmltag: h4;*/ { font-size: 16px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-weight: bold; }
.parHeading5 /*agl rulekind: base; nickname: "%c3%9cberschrift%205"; htmltag: h5;*/ { font-size: 14px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-weight: bold; }
.parHeading6 /*agl rulekind: base; nickname: "%c3%9cberschrift%206"; htmltag: h6;*/ { font-size: 12px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-weight: bold; }
.parParagraph /*agl rulekind: base; nickname: "Absatz"; htmltag: p;*/ { font-size: 12px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; margin-top: 16px; }
.head { color: #fff; font: bold 15px/18px "Univers 55", "55 Helvetica Roman", Helvetica, Arial; margin: 0; padding: 0; }
.auszeichnung_big { color: #aa111c; font: 900 13px/18px "Univers 55", "55 Helvetica Roman", Helvetica, Arial; text-decoration: none; margin: 0; padding: 0; }
.subhead { color: #454f56; font-size: 13px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-style: normal; font-weight: bold; line-height: 18px; }
.copy { color: #32393f; font-size: 13px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 18px; }
.copy_neg { color: #bec5ca; font-size: 13px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 18px; }
.copy_neg_small { color: #bec5ca; font-size: 13px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 12px; }
.copy_bold { color: #32393f; font-size: 13px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-style: normal; font-weight: bold; line-height: 18px; }
.copyklein { color: #32343c; font-size: 10px; font-family: "Univers 55", "55 Helvetica Roman", Helvetica, Arial; font-style: normal; font-weight: normal; line-height: 12px; }
