hr {
border: none;
border-bottom: 1px dotted #aaaaaa;
outline: none;
margin: 15px 0;
height: 0;

}

h1 {
font-size: 20px;
line-height: 30px;
padding-bottom: 10px;
color: #254997;
}

.zitat {
background: #ffffff;
padding: 20px;
font-style: italic;
border-radius: 15px;
box-shadow: 0 0 10px #ffffff;
}

.xls {
background: url(/pages/img/ext/xls.png) no-repeat left center;
padding-left: 20px;
display: block;
}

.doc {
background: url(/pages/img/ext/doc.png) no-repeat left center;
padding-left: 20px;
display: block;
}

.pdf {
background: url(/pages/img/ext/pdf.png) no-repeat left center;
padding-left: 20px;
display: block;
}

h2 {
font-size: 16px;
line-height: 20px;
padding-bottom: 10px;
color: #254997;
}

h3 {
font-size: 16px;
line-height: 20px;
padding-bottom: 10px;
color: #969696;
}

a {
color: #254997;
text-decoration: none;
}

a:hover {
color: #464646;
}

.justify {
text-align: justify;
}


