@charset "iso-8859-1";
* {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}

html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #87888a;
    height: 100%;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #d9c049;
}

a:hover {
}

img {
    vertical-align: middle;
}

p {
    margin: 0 0 15px 0;
}

blockquote {
    margin: 0 0 15px 30px;
}

h1 {
    font-family:"Courier New", Courier, monospace;
    margin: 0 0 15px 0;
    font-size: 38px;
    line-height: 48px;
    color: #006ab3;
    font-weight: normal;
}

h2 {
}

h2 p {
    font-family:"Courier New", Courier, monospace;
    margin: 0 0 5px 0;
    padding: 0 30px 0 5px;
    font-size: 19px;
    line-height: 24px;
    background: #006ab3;
    color: #ffffff;
    font-weight: normal;
    float: left;
    clear: left;
}

h3 {
    font-size: 16px;
    font-family:"Courier New", Courier, monospace;
    font-weight: normal;
    color: #006ab3;
    margin: 15px 0 0 0;
}

h4 {
    margin: 0 0 15px 0;
    font-size: 11px;
    font-weight: bold;
}

h5 {
    margin: 0 0 15px 0;
    font-size: 10px;
    font-weight: bold;
}

h6 {
    margin: 0 0 15px 0;
    font-size: 9px;
    font-weight: bold;
}

ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
}

ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
    list-style-type: square;
}

li {
    margin: 0 0 5px 0;
    
}

.Quelle {
    color: #CCCCCC;
    line-height: 20px;
    font-size: 10px;
}

.Steckbrief {
    position: relative;
    border-bottom: 1px solid #d9c049;
    padding: 0 30% 10px 0;
}

.AbsolutUntenRechts {
    position: absolute;
    bottom: 0;
    right: 0;
}

.Link {
	color: #87888a;
	border-bottom: 1px solid #d9c049;
}