body * {
    font-family: Verdana, Arial;
    font-size: 13px;
    line-height: 18px;
}

body {
    margin: 0px;
}

div {
    padding: 0px;
    margin: 0px;
}

h1, h2 {
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    line-height: 125%;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
    margin-top: 30px;
}

a {
    font-weight: bold;
    color: #83a60a;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ul {
	padding-left: 20px;
}

#overhead {
    width: 992px;
    margin-left: 20px;
    clear: both;
}

#overhead a {
    text-transform: uppercase;
    font-weight:normal;
    text-decoration: none;
    color: black;
    font-size: 10px;
    margin-right: 15px;
}

#overhead a img {
    position: relative;
    top: 1px;
}

#head {
    background-image: url(../image/Head.png);
    background-repeat: no-repeat;
    width: 992px;
    height: 104px;
	cursor:pointer;
    clear: both;
}

#subtitle {
    background-image: url(../image/RA-Kanzlei.png);
    background-repeat: no-repeat;
    width: 253px;
    height: 22px;
    margin: 0px 0px 35px 739px;
    clear: both;
}

#main {
    position: absolute;
    left: 0px;
    top: 180px;
    width: 571px;
    float: left;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #83a60a;
    padding: 10px 119px 10px 20px;
}

#sidebar {
    position: fixed;
    left: 711px;
    top: 145px;
    width: 222px;
    padding: 30px;
}

.box {
    background-repeat: no-repeat;
    width: 215px;
    border-width: 1px;
    border-style: solid;
    border-color: #83a60a;
    padding: 37px 5px 10px 10px;
    margin-bottom: 30px;
}

.box span {
    display: none;
}

#formBox a {
    color: white;
}

.box h1 {
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
}

.box em {
    font-size: 16px;
    margin: 0px;
    font-style: normal;
}

#contactBox {
    background-image: url(../image/Teaser-Kontakt.png);
}

#formBox {
    background-color: green;
    background-image: url(../image/Teaser-Formulare.png);
    color: white;
}

.navigation {
    display: inline;
    list-style-type: none;
}

.navigation li {
    float: left;
    width: 114px;
    height: 34px;
    margin: 70px 0px 0px 0px;
    padding: 0px;
}

.navigation li:first-child {
    margin-left: 20px;
}

.navigation li a {
    display: block;
    width: 114px;
    height: 34px;
}

.navigation li span, #subtitle span {
    display: none;
}

.shadowRight {
    background: url(../image/Schatten_Rechts.png) right top;
    background-repeat: no-repeat;
}

.shadowLeft {
    background: url(../image/Schatten_Links.png) left top;
    background-repeat: no-repeat;
}

.news {
    background-image: url(../image/News.png);
    background-repeat: no-repeat;
}

.news:hover {
    background-image: url(../image/News-mouseover.png);
    background-repeat: no-repeat;
}

.kanzlei {
    background-image: url(../image/Kanzlei.png);
    background-repeat: no-repeat;
}

.kanzlei:hover {
    background-image: url(../image/Kanzlei-mouseover.png);
    background-repeat: no-repeat;
}

.leistungen {
    background-image: url(../image/Leistungen.png);
    background-repeat: no-repeat;
}

.leistungen:hover {
    background-image: url(../image/Leistungen-mouseover.png);
    background-repeat: no-repeat;
}

.beispiele {
    background-image: url(../image/Fallbeispiele.png);
    background-repeat: no-repeat;
}

.beispiele:hover {
    background-image: url(../image/Fallbeispiele-mouseover.png);
    background-repeat: no-repeat;
}

.service {
    background-image: url(../image/Service.png);
    background-repeat: no-repeat;
}

.service:hover {
    background-image: url(../image/Service-mouseover.png);
    background-repeat: no-repeat;
}

.menuOffsetActive {
    position: relative;
    left: -2px;
}