a:link {
    font-weight: bold;
    color: #2e5d23;
    text-decoration: underline;
}

a:visited {
    font-weight: bold;
    color: #2e5d23;
    text-decoration: underline;
}

a:active {
    font-weight: bold;
    color: #2e5d23;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
    color: #2e5d23;
    text-decoration: none;
}

.main {
    position: relative;
    margin-top: 90px;
    color: #111;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #fff;
    padding: 10px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    text-shadow: 0 1px 0 #fff;
    word-wrap: break-word;
}

.agb,
.privacy,
.imprint {
    margin-top: 110px;
    padding-top: 0;
}

body {
    color: #000;
    background-color: #121717;
    background-color: rgba(36, 55, 97, 1);
    font-size: 13px;
    font-family: Arial, Verdana, sans-serif;
    line-height: 1.5em;
    max-width: 860px;
    margin: 15px auto;
    background-image: url(/images/legal_rescalegames_logo.png);
    background-repeat: no-repeat;
    background-position: center 15px;
}

li {
    margin-bottom: 5px
}

ol {
    padding: 0px 10px 10px 40px
}

h1,
h2,
h3,
h4,
h5 {
    color: #333
}

h1 {
    font-size: 22px;
    line-height: 1.5em;
    border-bottom: 1px solid #ebebeb;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    margin-bottom: 1em;
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 4px;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}

img {
    border: none
}

.small {
    font-size: 8px
}

img.middle {
    vertical-align: middle
}

.last_text_block {
    padding-left: 20px
}
