body {
    margin: 0px 30px 30px 0px;
    background-color: #FF6600;
    font-family: Arial, Sans-serif;
}

p {
    font-family: Arial, Sans-serif;
    font-size: 12px;
    color: #000;
}
p.absatzLang {
    text-align: left;
}
p.absatzKurz {
    text-align: left;
}
ul {
    /*position:relative;
    left: -25px;*/
    margin-left: 0;
    padding-left: 15px;
    line-height: 1.5em;
    list-style-type: disc;
    list-style-position: outside;
    font-size: 12px;
}
dl {
    font-size: 12px;
	margin-bottom: 50px;
	margin-top: 0px;
}
dt {
    font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
table.mainTable td#content p a img {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
    vertical-align: baseline;
    float: none;
}
table.mainTable td#content img {
    margin-top: 0px;
    margin-left: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
    float: right;
}

table.mainTable td#content img.left {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 12px;
    margin-right: 12px;
    float: left;
}

table.mainTable td#content object {
    margin-top: 12px;
    margin-left: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
    float: right;
}

table.mainTable td#content a {
    color: #06F;
    text-decoration: none;
}
table.mainTable td#content a:hover {
    color: #06F;
    text-decoration: underline;
}
table.mainTable {
    background-color: #FF6600;
}
table.mainTable td#content {
    background-color: #FFFFFF;
    vertical-align: top;
    padding: 20px;
    text-align: center;
}
table.mainTable td#content h1 {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: medium;
    font-weight: bold;
    color: #06F;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
table.mainTable td#content h2 {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #F60;
    margin-top: 0px;
    margin-bottom: 0.5em;
}
table.mainTable td#content h3 {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #06F;
    margin-top: 0px;
    margin-bottom: 0.5em;
}
div.footnote {
    font-family: Arial, Sans-serif;
    font-size: 12px;
    color: #FFF;
    margin-left: 15px;
    margin-top: 6px;
}
div.footnote a:visited,
div.footnote a {
	color: #FFF;
	text-decoration: none;
}
div.footnote a:hover {
	color: #FFF;
	text-decoration: underline;
}
div.buttonLevel1 {
    width: 143;
    height: 36;
    background-image: url(img/buttonLevel1.gif);
    text-align: center;
    background-repeat:no-repeat;
    padding-top:15px;
    padding-bottom:9px;
}
div.buttonLevel1Aktiv {
    width: 143;
    height: 36;
    background-image: url(img/buttonLevel1Aktiv.gif);
    text-align: center;
    background-repeat:no-repeat;
    padding-top:15px;
    padding-bottom:9px;
}
div.buttonLevel2 {
    width: 143;
    height: 30;
    background-image: url(img/buttonLevel2.gif);
    text-align: center;
    background-repeat:no-repeat;
    padding-top:12px;
    padding-bottom:8px;
}
div.buttonLevel2Aktiv {
    width: 143;
    height: 30;
    background-image: url(img/buttonLevel2Aktiv.gif);
    text-align: center;
    background-repeat:no-repeat;
    padding-top:12px;
    padding-bottom:8px;
}
div.buttonLevel1 a,
div.buttonLevel2 a,
div.buttonLevel1Aktiv,
div.buttonLevel2Aktiv {
    font-family:Verdana,Tahoma,Arial,sans-serif;
    font-size: 12px;
    font-weight:bold;
    color:#00C;
    text-decoration: none;
}
div.lcol {
    width: 47%;
    text-align: left;
    float: left;
}
div.complete {
    width: 100%;
    text-align: left;
    float: left;
}
div.rcol {
    width: 47%;
    text-align: left;
    float: right;
	 font-size: 12px;
}
div.heading {
    width: 70%;
    text-align: left;
    float: left;
    margin-bottom: 16px;
}
.headline {
    white-space: nowrap;
}
/* Bildunterschrift */
div.lcol span.bild,
div.rcol span.bild {
    text-align: center;
    float: left;
    margin-left: 0px;
    margin-right: 16px;
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #F0F0F0;
}
/* Tabelle im Contentbereich */
div.lcol table th,
div.rcol table th {
    padding: 5px;
    font-family: Arial, Sans-serif;
    background-color: #FC0;
    font-size: 12px;
}
div.lcol table td,
div.rcol table td {
    padding: 5px;
    font-family: Arial, Sans-serif;
    color: #F0F0F0;
    font-size: 12px;
}
a.nohover:hover {
    text-decoration: none;
}
