/* Allgemeine Angaben */
html {
    font-family: Verdana, Tahoma, Helvetica, 'Deja Vu Sans', sans-serif;
    background-color: #331100;
    font-align: 300px;
    font-size: 62.5%;
    color: #000000;
}
* {
    padding: 0px;
    margin: 0px;
}
div.div_clearing {
    font-size: 0px;
    height: 0px;
    clear: both;
}


/* Seite zentrieren */
div#div_screen {
    background: url('http://kingsbridge-rpg.de/images/background.png');
    border: 1px solid #000000;
    text-align: justify;
    font-size: 1.2em;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1000px;
}


/* Head */
div#div_head {
    border: 0px;
    height: 150px;
    width: 800px;
    margin: 0 100px;
}


/* Body */
div#div_body {
    margin-top: 30px;
}
ul#ul_bodyNavigation {
    width: 186px;
    float: left;
}
ul#ul_bodyNavigation li {
    list-style-type: none;
    color: #6A0606;
    padding: 1px;
    padding-left: 10px;
    margin: 1px;
}
ul#ul_bodyNavigation li#title {
    text-align: center;
    font-weight: bold;
    color: #6A0606;
}
ul#ul_bodyNavigation a {
    text-decoration: none;
    font-weight: bold;
    color: #6A0606;
}
div#div_bodyContent {
    width: 650px;
    padding-right: 150px;
    float: right;
}


/* Foot */
div#div_foot {
    border: 0px;
    text-align: center;
    width: 1000px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #000000;
    padding: 5px;
}


/* Allgemeine Styles für den Text */
h1 {
    text-decoration: none;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 1.2em;
    color: #6A0606;
    margin-bottom: 1em;
}
h2 {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    font-size: 1.1em;
    margin-top: 1em;
    color: #6A0606;
}
h3 {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    margin-top: 1em;
    font-size: 1em;
    color: #6A0606;
}
h4 {
    text-decoration: none;
    font-style: normal;
    text-align: left;
    margin-top: 1em;
    font-size: 1em;
    color: #6A0606;
}
a {
    text-decoration: underline;
    color: #6A0606;
}
a:hover {
    text-decoration: none;
}
p {
	margin-bottom: 1em;
}
div#div_error {
    border: 1px solid #DD0000;
    background-color: #FF8A8C;
    margin-bottom: 10px;
}

/* Kontaktseite */
div.div_kontakte {
    float: left;
    margin-right: 10px;
}
