* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 8px;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #404040;
    font-size: 12px;
}

p {
    margin: 0 0 8px 0;
}

ul {
    margin: 0 0 8px 25px;
}

h1 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #404060;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

a {
    color: #3060AA;
    text-decoration: none;
}

a:visited {
    color: #3060AA;
}

a:active {
    color: #3080DD;
    text-decoration: underline;
}

a:hover {
    color: #3080DD;
    text-decoration: underline;
}

img {
    display: block;
    border: 0;
}

.small {
    font-size: 10px;
}

.nofloat {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
}

#header {
    background: url(../images/logo.jpg) no-repeat;
    width: 800px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #DDDDDD;
}

#wappen_reinfeld {
    background: url(../images/wappen.gif) no-repeat;
    width: 62px;
    height: 79px;
    position: relative;
    top: 15px;
    left: 700px;
}

#main {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#leftcol {
    width: 156px;
    float: left;
}

/* BEGIN Menu */
#menu a {
    display: block;
    float: left; /* Fix IE Bug */
    height: 20px;
    width: 100px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: #CCCCCC;
    width: 142px;
    height: 28px;
    line-height: 28px;
    padding: 3px 3px 3px 6px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#menu a:visited, #menu a:active {
}

#menu a:hover, #menu a:hover.active {
    border: 1px solid #DDDDDD;
    color: #808080;
    background-color: #FFFFFF;
    width: 141px;
    height: 27px;
    margin: 1px 0 1px 1px;
    padding: 2px 3px 3px 5px;
}

#menu img {
    display: inline;
    vertical-align: middle;
    margin-top: -3px;
}

#menu a.active {
    color: #808080;
    background-color: #FFFFFF;
}
/* END Menu */

#content {
    padding: 20px;
    margin-left: 154px;
    width: 606px;
    text-align: justify;
    background-color: #EEEEEE;
    border-bottom: 2px solid #DDDDDD;
}

* html #content {
    width: 601px;
}

#kanzleifoto {
    margin: 20px 0 20px 0;
}

#kanzleifoto img {
    width: 300px;
    height: 235px;
    float: left;
}

#kanzleifoto .caption_r {
    width: 110px;
    height: 235px;
}

#q_signet {
    margin-top: 20px;
    margin-bottom: 10px;
}

#q_signet img {
    width: 80px;
    height: 106px;
    float: left;
}

#q_signet .caption_r {
    width: 400px;
    height: 106px;
}

.caption_r {
    margin-left: 8px;
    float: left;
    position: relative;
    text-align: left;
}

.caption_r div {
    position: absolute;
    bottom: 0;
}

.profil {
    width: 530px;
    margin: 20px auto 30px;
}

.profilfoto {
    float: left;
    width: 150px;
    margin-right: 15px;
}

.profiltext {
    float: left;
    width: 350px;
    margin-right: 15px;
}

.schwerpunkte {
    float: left; /* Fix IE Bug */
    margin-top: 10px;
    width: 500px;
}

.schwerpunkte div {
    float: left;
    width: 250px;
}

#wappen_sh {
    float: left;
    margin: 5px 8px 0 0;
}

#karte {
    width: 600px;
    height: 500px;
    margin: 15px auto 0px;
}

