


body {
    font: 80% arial, sans-serif;
    color: #990000;

}

h1 {
    font-size: 1.2em;
 	margin: 0 0 20px 0;
	font-weight: bold;

    
}

h2 {
    font-size: 1.1em;
 	margin: 0 0 20px 0;
	font-weight: bold;
}

h3 {
    font-size: 1.0em;
 	margin: 0 0 15px 0;
	font-weight: bold;
}

h4 {
    font-size: 1.0em;
 	margin: 0 0 10px 0;
	
}

td {
    color: #990000;
    font-size: 10pt; /* wegen vererbung, da ie nicht erbt, aber mozilla schon*/
}

p {
    margin: 0 0 10px 0;
    line-height: 1.4em;
}

th {
    color: #990000;
    font-style: italic;

}

hr {
    border: solid #990000 1px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: left;
}

strong {
    font-weight: bold;
}

a > img {
    border: 0;
}
/*****webeditor***************/
.fussnote {
    font-size: 0.8em;
    background-color: transparent;
}

.highlight {
    border: 1px dotted #990000;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    vertical-align: middle;
}

.tabulator1 {
    margin-bottom: 10px;
    margin-left: 50px;
    background-color: transparent;
}

.tabulator2 {
    margin-bottom: 10px;
    margin-left: 150px;
    background-color: transparent;
}

.zentrieren {
    text-align: center;
    margin-bottom: 10px;
    background-color: transparent;
}

.links {
    text-align: left;
    margin-bottom: 10px;
    background-color: transparent;
}

.rechts {
    text-align: right;
    margin-bottom: 10px;
    background-color: transparent;
}

.bildlinks img {
    float: left;
    margin: 10px 20px 20px 0;
    border: 1px solid #003366;
}

.bildrechts img {
    float: right;
    margin: 10px 0 20px 20px;
    border: 1px solid #003366;
}

#contentRechts img {
    float: left;
    margin: 0 20px 20px 0;
    border: 0px solid #003366;
}
/***********eigene überall gültige Klassen ******************/
.fehler {
    padding: 10px;
    margin: 10px 10px;
    font-weight: bold;
    border: 1px solid #E84B00;
}
/**********************bildbeschreibungen***/
div#bildbeschreibungen img.links {
    float: left;
    border: 0px solid #990000;
    margin: 0 20px 10px 10px;
}

div#bildbeschreibungen img.rechts {
    float: right;
    border: 0px solid #990000;
    margin: 0 20px 10px 0px;
}

div#bildbeschreibungen > br {
    clear: both;
}

div#bildbeschreibungen {
    padding: 0;
}

.bildbeschreibung {
    padding: 10px;
    float: left;
}

#bildbeschreibungen > ul {
    list-style-position: inside;

    line-height: 1.3em;
    color: #333399;
    padding: 10px;
    margin: 0px;
}
/******************contenttext******************/
div #contentRechts img {
    margin: 10px;
    border: 1px solid #990000;
}

#contentText p.break {
    clear: both;
}

#contentText a:link {
    COLOR: #990000;
    text-decoration: underline;
    font-weight: normal;
}

#contentText a:visited {
    COLOR: #990000;
    text-decoration: underline;
    font-weight: normal;
}

#contentText a:active {
    COLOR: #990000;
    text-decoration: underline;
    font-weight: normal;
}

#contentText p {
    padding-bottom: 10px;
}

#contentText ul {
    list-style-type:circle;

    list-style-position: outside;
    line-height: 1.3em;
    color: #990000;
    padding: 10px;
    margin: 0 15px;
}

#contentText li {
    margin: 12px 0;
}

#contentText ul.no {
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none;
    line-height: 1.0em;
    color: #990000;
    background-color: transparent;
}

#contentText dl {
    margin: 0 0 30px 10px;
}

#contentText dt {
    font-weight: bold;
    font-size: 100%;
}

#contentText caption {
    text-align: left;
    font-size: 110%;
    font-weight: bold;
    margin-left: 10px;
}

#contentText table {
    width: 100%;
    margin-left: 10px;
}
/***********************Fuss **************************/
div#feet a {
    padding: 0 5px;
    color: #5986B2;
    font-size: 80%
}
