/* Stil für oedpmn */

p {
    font-size: 13px;
    line-height: 1.5em;
}

body {
    margin: 0 auto;
    max-width: 60em;
    text-align: justify;
//    text-align: left;
    
    font-family: arial, verdana, sans-serif;
    font-size: 85.00%;
    line-height: 1.5em;
    color: #343235;
}

a, a:link, a:visited {
    color:#2c5a93;
    text-decoration:none;   
}
a:hover, a:active, a:focus{
#    text-decoration:underline;
}

h1 {
    font-weight:bold;
    font-size: 18px;
    color:#FF6400;
	margin-bottom: 4px;
}

h3 {
	font-weight:light;
	font-size: 11px;
}

img {
//    display: inline-block;
    position : right;
}

li {
	color: #e95c00;
	font-size: 14px;
	text-decoration: none;
}


#divhaupt {
    max-width: calc(589px - 2rem);
    margin-left: auto;
    margin-right: auto;
}

footer {
  background-color: #eee;
}

