#content
{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

#content h3
{
    margin-top: 0.8em;
    margin-bottom: 0.25em;
    font-size: 16px;
}

#content p
{
    margin: 0.25em 0;
    line-height: 130%;
}

#content h3.first,
#content p.first
{
    margin-top: 0;
}

#content ul
{
    list-style-image: url(../images/bullet.gif);
}

#content ul li
{
    line-height: 130%;
    margin-left: 1.3em;
    padding-left: 0.3em;
    list-style-image: url(../images/bullet.gif);
}



#content a:link,
#content a:visited
{
    color: #009;
}

#content a:hover,
#content a:active
{
    color: #00f;
}



/**
 * vcard formatting
 */

#content .vcard
{

}

#content .vcard .org
{
    font-size: 18px;
    margin-bottom: 0.3em;
}

#content .vcard .adr
{
    margin: 0.3em 0;
}

#content .vcard .adr .type
{
    display: none;
}

#content .vcard .telTel .type
{
    display: none;
}

#content .vcard .telFax
{
    margin-bottom: 0.3em;
}

#content .vcard .email
{
    padding-left: 2.8em;
}

#content .vcard .url
{
    padding-left: 0.2em;
}


/**
 * home
 */

.page-home #content .imgBox
{
    width: 635px;
    height: 350px;
    background-color: #cfcfcf;
    overflow: hidden;
}
.page-home #content .imgBox img
{
    width: 635px;
    height: 350px;
}

/**
 * impressum
 */
.page-impressum #content .vcard .email
{
    padding-left: 0;
}

.page-impressum #content .copyright
{
    margin-top: 1.5em;
}

.page-impressum #content h3
{
    margin-top: 0.5em;
    font-size: 14px;
    text-decoration: underline;
}
.page-impressum #content h3.first
{
    margin-top: 0;
}


.page-impressum #content .vcard div
{
    margin: 0;
}

.page-impressum #content .layout-col2 .col1
{
    float: left;
    width: 12em;
}

.page-impressum #content .layout-col2 .col2
{
    margin-left: 15em;
}


/**
 * rechtsanwaeltin
 */

.page-rechtsanwaeltin #content .floatBoxContainer
{
    padding-top: 2px;
    padding-bottom: 5px;
}

.page-rechtsanwaeltin #content .floatBoxContainer .imgBox
{
    float: left;
    width: 131px;
    height: 196px;
    background-color: #cfcfcf;
    margin-right: 1em;
    margin-bottom: 1em;
}

.page-rechtsanwaeltin #content .floatBoxContainer .imgBox img
{
    width: 131px;
    height: 196px;
}




/**
 * routenplaner und anfahrtsbeschreibung
 */

.page-anfahrt #content .anfahrtsbeschreibung
{
    padding-top: 15.3em;
    margin-left: 22em;
    margin-right: 2em;
}

.routenplaner
{
    width: 20em;
    border: 1px solid #aaaaaa;
    background-color: #efefef;

    float: left;
    margin-right: 1em;
    margin-top: 2em;
}

.routenplaner h3
{
    position: absolute;
    left: -9999px;
}

.routenplaner .block
{
}

.routenplaner .logo,
.routenplaner .buttonSubmit
{
    text-align: center;
    background-color: #ffffff;
    padding: 1em;
}

.routenplaner .block.start h4,
.routenplaner .block.destination h4
{
    background-color: #d8d8d8;
    border-top: 1px solid #aaaaaa;
    margin: 0;
    padding: 0.2em 0.3em;
}

.routenplaner .start div,
.routenplaner .destination address
{
    margin: 1em;
}

.routenplaner .start input
{
    color: #4d4948;
    font-size: 12px;
    padding: 0.2em;
    border: 1px solid #aaaaaa;
    width: 17em;
}


.routenplaner .buttonSubmit
{
    border-top: 1px solid #aaaaaa;
}

.routenplaner .buttonSubmit input
{
    font-size: 12px;
    padding: 0.2em 0.3em;
	color: #4d4948;;
}





.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */