body{
    margin-bottom: 5pt;
    margin-top: 5pt
    }
p, div,li {
width: 90%;
margin: auto 5.5%;
text-align: justify;
font-family: georgia;
font-size: 16px;
line-height:1.3em;
color: #333;
}
.trennung,p,div,span,td {
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
-webkit-hyphenate-limit-lines: 2;
        hyphenate-limit-lines: 2;
-webkit-hyphenate-limit-chars: auto 3;
        hyphenate-limit-chars: auto 3;
}
h1 {
text-align:center;
font-family :georgia;
font-size : 20pt;
color : #555;
}
h2 {
text-align:center;
font-family :georgia;
font-size : 20pt;
color : #555;
}
h3 {
text-align:center;
font-family :georgia;
font-size : 18pt;
color : #555;
}
h4 {
text-align:center;
font-family :georgia;
font-weight : bold;
color : #111;
font-size : 16px;
}
h5 {
text-align:center;
font-family :georgia;
font-size : 12pt;
font-weight : bold;
color : #ffffff;
}
a {
outline:0;
text-decoration: none;
}
a:target {
color : hsla(11, 69%, 57%, 1);
font-weight: normal;
padding-top: 30px;
text-decoration: none;
font-face:georgia;
}
a:link {
text-decoration : none;
color : #5e7bc9;
font-family : georgia;
font-weight:normal;
font-size:1em;
}
a:visited {
text-decoration : none;
color : #5e7bc9;
font-family : georgia;
font-size:1em;
}
a:hover {
text-decoration : none;
color : #000;
font-family : georgia;
font-size:1em;
}
a:active {
text-decoration : none;
color : #5e7bc9;
font-family : georgia;
outline:0;
font-size:1em;
}
a:target {
color :#DD6146;
font-weight: normal;
font-size:1em;
text-decoration: none;
font-face:georgia;
}
a:focus {
outline:0;
}
i {
color: grey;
}
blockquote {
padding:10px 30px;
font-weight:bold;
font-size:1.2em;
}
.trab  {
transition: background-color 0.4s ease-in;
background: #7395d4;
}
.trab:hover  {
background: #9cbefe;
}
.tran {
transition: background-color 0.4s ease-in;
background: #ccc;
text-align:center;
color:#555;

}
.tran:hover {
background: #fff;
color:#000;
}
ul  {
 list-style-type:none;
}