@import url('forms.css');

/* Body
----------------------------------------------------------------------------------------------------*/
body {
    background: #fff url(../img/backgrounds/bg.gif) repeat left top;
	text-align: center;
	margin: 0;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: verdana,arial,tahoma,sans-serif;
}

/* Container
----------------------------------------------------------------------------------------------------*/
.container {
    background: url(../img/backgrounds/bg-container.png) no-repeat center bottom;
	width: 984px;
	margin: 0 auto;
	padding: 0 13px 18px;
	text-align: left;
	position: relative;
}

.container .button-info {
    position: absolute;
    top: 190px;
    left: -54px;
    margin: 0;
    padding: 0;
}
    .container .button-info a {
    	width: 122px;
    	height: 122px;
    	padding: 0;
    	background: url(../img/general/btn-hp.png) no-repeat;
    	text-decoration: none;
    	display: block;
    }

        .container .button-info a:hover {
            background: url(../img/general/btn-hp-hover.png) no-repeat;
        }

        .container .button-info .en a {
            background: url(../img/general/btn-hp-en.png) no-repeat;
        }

            .container .button-info .en a:hover {
                background: url(../img/general/btn-hp-hover-en.png) no-repeat;
            }

        .container .button-info a span {
        	visibility: hidden;
        }

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
    width: 882px;
    height: 144px;
    margin: 0 49px 0 53px;
    position: relative;
    background: url(../img/backgrounds/bg-header.gif) repeat-x left bottom;
}

    .header h1 {
        float: left;
    	font-size: 10px;
    	line-height: 10px;
    	margin: 0;
    	padding: 41px 0 0 6px;
    }

        .header h1 a {
        	width: 120px;
        	height: 54px;
        	padding: 0;
        	background: url(../img/general/logo.png) no-repeat;
        	text-decoration: none;
        	display: block;
        }

            .header h1 a span {
            	visibility: hidden;
            }

    .header .subnav {
        position: absolute;
        top: 56px;
        right: 160px;
        font: 12px/18px verdana,arial,tahoma,sans-serif;
    }

    .header .langnav {
        position: absolute;
        top: 56px;
        right: 6px;
        font: 12px/18px verdana,arial,tahoma,sans-serif;
        color: #7c695a;
    }

        .header .subnav a, .header .subnav a:hover, .header .langnav a, .header .langnav a:hover {
            color: #364f81;
        }

        .header .langnav a.active {
            color: #7c695a;
            text-decoration: none;
        }

    .header .nav {
        position: absolute;
        top: 95px;
        left: 0;
        width: 882px;
        margin: 23px 0 0 2px;
        background: url(../img/backgrounds/bg-nav.gif) no-repeat left top;
        z-index: 50;
    }

        .header .nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
            font-size: 12px;
            line-height: 20px;
        }

        .header .nav ul li {
            float: left;
        }

            .header .nav ul li.i0 {
                display: none;
            }

            .header .nav ul li.i1 a {
                width: 95px;
                padding-left: 20px;
            }
            .header .nav ul li.i2 a {
                width: 105px;
                padding-left: 21px;
            }
            .header .nav ul li.i3 a {
                width: 106px;
                padding-left: 19px;
                color: #fff;
            }
            .header .nav ul li.i4 a {
                width: 104px;
                padding-left: 21px;
                color: #fff;
            }
            .header .nav ul li.i5 a {
                width: 103px;
                padding-left: 22px;
                color: #fff;
            }
            .header .nav ul li.i6 a {
                width: 109px;
                padding-left: 22px;
                color: #fff;
            }
            .header .nav ul li.i7 a {
                width: 103px;
                padding-left: 31px;
                color: #fff;
            }

        .header .nav ul li a {
            display: block;
            text-decoration: none;
            color: #000000;
            padding-bottom: 8px;
        }

        .header .nav ul li a:hover {
            text-decoration: none;
        }

        .header .nav ul li a.active {
            text-decoration: none;
            border-bottom: 3px solid #364f81;
        }

            .header .nav ul ul {
            	position: absolute;
            	top: 26px;
            	/**left: -999em;**/
            	display: none;
            	width: 172px;
            	z-index: 50;
            	padding: 8px 8px 0 0;
            	margin: 0;
            	text-transform: none;
            	font-size: 11px;
            	line-height: 16px;
            }
                    .header .nav ul li.i1 ul {
                        background-color: #c9d4de;
                    }

                    .header .nav ul li.i2 ul {
                        background-color: #78aee6;
                    }

                    .header .nav ul li.i3 ul {
                        background-color: #4482d0;
                    }

                    .header .nav ul li.i4 ul {
                        background-color: #364f81;
                    }

                    .header .nav ul li.i5 ul {
                        background-color: #25485d;
                        width: 240px;
                    }

                    .header .nav ul li.i6 ul {
                        background-color: #1a3243;
                    }

                    .header .nav ul li.i7 ul {
                        background-color: #020305;
                        width: 170px;
                    }

                    .header .nav li:hover ul, #nav li.sfhover ul, .header .nav li li:hover ul, #nav li li.sfhover ul {
                    	left: auto;
                    	z-index: 100;
                    }

                .header .nav ul ul li {
                    display: block;
                    height: auto;
                    float: none;
                    margin: 0 0 16px 0;
                }

                    .header .nav ul ul ul {
                        position: relative;
                        top: 0;
                        border: none;
                        display: block;
                        margin-top: -8px;
                        background: none !important;
                    }

                        .header .nav ul ul ul li {
                            margin: 0;
                            white-space: nowrap;
                        }

                .header .nav ul ul li a {
                    color: #fff !important;
                    padding-bottom: 0;
                    width: 150px !important;
                }
                    .header .nav ul li.i1 ul li a {
                       color: #000 !important;
                    }

                .header .nav li:hover {
                    position: static;
                }

        .header .pre {
            display: none;
        }

/* Content
----------------------------------------------------------------------------------------------------*/

.content-container {
    min-height: 460px;
    height: auto !important;
    height: 460px;
    padding: 42px 0 27px 0;
}

    .content {
        float: left;
        width: 565px;
        padding: 0 49px 0 60px;
        font: 13px/18px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
        color: #535353;
    }

        .content h2 {
            font: bold 25px/32px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
            color: #364f81;
        }

        .content h3 {
            font: bold 13px/18px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
            margin-bottom: 0;
            color: #535353;
        }

        .content h4 {
            font: bold 13px/23px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
            margin: 0 0 16px;
            color: #535353;
            border-top: 1px dotted #96a8b2;
            border-bottom: 1px dotted #96a8b2;
        }

        .content ul {
            margin-left: 0;
            list-style: none;
        }

            .content ul li {
                padding: 0 0 0 10px;
                background: url(../img/backgrounds/bg-content-li.gif) no-repeat 0px 8px;
            }

        .content a, .content a:hover {
            color: #364f81;
        }

        body.home .content {
            font: 16px/23px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
        }

        body.links .content {
            width: 716px;
        }

        body.contactmap .content {
            width: 874px;
            font: 12px/18px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
        }

            body.contactmap .content h3 {
                font: bold 12px/18px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
            }

            body.contactmap .content h4 {
                font: bold 12px/23px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
            }

        .content blockquote  {
            margin: 0 0 4px;
            font: 20px/22px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
            font-style: italic;
            color: #000;
        }

    .lawyer {
        padding: 6px 0 0 0;
    }

        .lawyer .details {
            position: relative;
            width: 100%;
            padding: 0 0 18px 0;
        }

            .lawyer .details .photo {
                float: left;
                width: 155px;
                margin: 0;
            }

                .lawyer .details .photo a.enlarge {
                    display: block;
                    background: url(../img/backgrounds/bg-lawyer-photo-enlarge.gif) no-repeat right 5px;
                }

            .lawyer .details blockquote {
                position: absolute;
                bottom: 90px;
                right: 0;
                width: 410px;
                margin: 0;
                font: 20px/22px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
                font-style: italic;
                color: #000;
            }

                .lawyer .details blockquote cite {
                    font-size: 13px;
                    color: #000;
                }

            .lawyer .details h2 {
                position: absolute;
                bottom: 18px;
                right: 0;
                width: 410px;
                margin: 0;
                font: bold 16px/23px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
                height: 23px;
                color: #000;
                border: 1px dotted #96a8b2;
                border-left: none;
                border-right: none;
            }

                .lawyer .details h2 span {
                    font-size: 12px;
                    font-weight: normal;
                }

            .lawyer .details .lawyer-nav {
                position: absolute;
                bottom: 18px;
                right: 0;
                height: 23px;
                line-height: 23px;
            }

                .lawyer-nav a {
                    display: block;
                    float: left;
                    height: 23px;
                    width: 15px;
                    margin: 0 0 0 21px;
                    text-decoration: none;
                }

                    .lawyer-nav a.left {
                        background: url(../img/backgrounds/bg-lawyers-nav-left.gif) no-repeat left 6px;
                    }

                    .lawyer-nav a.right {
                        background: url(../img/backgrounds/bg-lawyers-nav-right.gif) no-repeat left 6px;
                    }

                .lawyer-nav span {
                    visibility: hidden;
                }

    .newslist ul {
        list-style: none;
        margin: 0 0 10px 0;
        background: url(../img/backgrounds/bg-footer.gif) repeat-x left bottom;
    }

        .newslist ul li {
            padding: 0;
            background: url(../img/backgrounds/bg-footer.gif) repeat-x left top;
            line-height: 32px;
            font-size: 12px;
        }

            .newslist ul li a, .newslist ul li a:hover {
                font-style: italic;
                color: #364f81;
                text-decoration: underline;
                padding-left: 6px;
            }

            .newslist ul li span {
                font-weight: bold;
                font-style: italic;
                color: #364f81;
                padding-right: 8px;
            }

            .newslist p a, .newslist p a:hover {
                font-size: 12px;
                font-weight: bold;
                font-style: italic;
                color: #364f81;
                text-decoration: none;
            }

    .newsitem {
        padding: 51px 0 0;
        position: relative;
    }

        .newsitem h2 {
            font: bold 12px/18px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
            padding: 7px 66px 7px 0;
            color: #535353;
            border: 1px dotted #96a8b2;
            border-left: none;
            border-right: none;

        }

        .newsitem .newsitem-nav {
            position: absolute;
            top: 57px;
            right: 0;
            height: 23px;
            line-height: 23px;
        }

            .newsitem-nav a {
                display: block;
                float: left;
                height: 23px;
                width: 15px;
                margin: 0 0 0 21px;
                text-decoration: none;
            }

                .newsitem-nav a.left {
                    background: url(../img/backgrounds/bg-lawyers-nav-left.gif) no-repeat left 6px;
                }

                .newsitem-nav a.right {
                    background: url(../img/backgrounds/bg-lawyers-nav-right.gif) no-repeat left 6px;
                }

            .newsitem-nav span {
                visibility: hidden;
            }

        .newsitem p.left {
            width: 50%;
            float: left;
            font-style: italic;
        }

            .newsitem p.left a, .newsitem p.left a:hover {
                font-weight: bold;
                text-decoration: none;
            }

        .newsitem p.right {
            width: 50%;
            float: right;
            text-align: right;
            font-style: italic;
        }

    .crumpath {
        position: absolute;
        top: 155px;
        left: 74px;
        font: 11px/23px verdana,arial,tahoma,sans-serif;
        z-index: 20;
    }

        .crumpath ul {
            margin: 0;
            list-style: none;
        }

            .crumpath ul li {
                float: left;
                padding: 0 14px 0 4px;
                background: url(../img/backgrounds/bg-crumpath-li.gif) no-repeat right 9px;
            }

                .crumpath ul li.first {
                    padding-left: 0;
                }

                .crumpath ul li.last {
                    background: none;
                }

                .crumpath ul li a {
                    text-decoration: none;
                    color: #9aa0a0;
                }

                    .crumpath ul li a.active {
                        color: #364f81;
                    }

    .sidebar {
        float: right;
        width: 263px;
        padding: 6px 47px 0 0;
    }

        body.links .sidebar {
            position: absolute;
            float: none;
            top: 185px;
            right: 14px;
            z-index: 10;
        }

        body.contactmap .sidebar {
            position: absolute;
            float: none;
            top: 185px;
            right: 14px;
            z-index: 10;
        }

        .sidebar .search {
            height: 21px;
            padding: 0 0 14px 0;
        }

            .search label {
                float: left;
                width: 54px;
                height: 21px;
                padding: 0 0 0 6px;
                background: url(../img/backgrounds/bg-search-label.gif) no-repeat;
                color: #fff;
                font-weight: bold;
                font-size: 12px;
                line-height: 21px;
            }

            .search .input {
                float: left;
                width: 170px;
                height: 21px;
                line-height: 21px;
                padding: 0 6px 0;
                border: 0;
                background: url(../img/backgrounds/bg-search-input.gif) repeat left top;
            }

            .search .submit {
                float: left;
                width: 19px;
                height: 21px;
                padding: 0;
                border: 0;
                background: url(../img/backgrounds/bg-search-submit.gif) no-repeat;
            }

        .sidebar .news {
            background: url(../img/backgrounds/bg-sidebar-news.gif) repeat-x left top;
            border-bottom: 6px solid #d8c9b7;
            font: 13px/18px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
            font-style: italic;
            color: #535353;
            margin: 0;
        }

            .news h3 {
                font: bold 13px/18px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
                font-style: italic;
                color: #364f81;
                margin: 0;
                padding: 8px 0 0;
            }

            .news ul {
                list-style: none;
                margin: 0;
            }

                .news ul li {
                    background: url(../img/backgrounds/bg-news-li.gif) no-repeat 1px 8px;
                    text-indent: 12px;
                }

            .news p {
                margin: 0 0 14px;
            }

            .news a, .news a:hover {
                color: #364f81;
            }

        .sidebar .side-content {
            font: 13px/18px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
            color: #535353;
            padding: 10px 0 0;
        }
            .sidebar .side-content h3 {
                font: bold 13px/22px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
                font-style: italic;
                margin-bottom: 0;
                padding-top: 3px;
                color: #364f81;
                border-top: 1px dashed #364f81;
            }

            .sidebar .side-content h4 {
                font: bold 13px/22px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
                font-style: italic;
                margin-bottom: 0;
                padding-top: 3px;
                color: #364f81;
                border-top: 6px solid #d8c9b7;
            }

            .sidebar .side-content ul {
                list-style: none;
                margin: 0 0 0.5em;
            }

                .sidebar .side-content ul li {
                    background: url(../img/backgrounds/bg-news-li.gif) no-repeat 1px 8px;
                    padding-left: 12px;
                }

                .sidebar .side-content a, .sidebar .side-content a:hover {
                    color: #364f81;
                }

        .sidebar .practice {
            margin: 23px 0 0 60px;
        }

            .practice a {
                float: left;
                display: inline;
                width: 85px;
                height: 85px;
                padding: 0;
                margin: 0 12px 12px 0;
                font-size: 10px;
                line-height: 10px;
                text-decoration: none;

            }

                .practice a.p1 {
                    background: url(../img/visuals/practice1.jpg) no-repeat left top;
                }

                .practice a.p2 {
                    background: url(../img/visuals/practice2.jpg) no-repeat left top;
                }

                .practice a.p3 {
                    background: url(../img/visuals/practice3.jpg) no-repeat left top;
                }

                .practice a.p4 {
                    background: url(../img/visuals/practice4.jpg) no-repeat left top;
                }

                    .practice a.p1:hover, .practice a.p1.active {
                        background: url(../img/visuals/practice1-hover.jpg) no-repeat left top;
                    }

                    .practice a.p2:hover, .practice a.p2.active {
                        background: url(../img/visuals/practice2-hover.jpg) no-repeat left top;
                    }

                    .practice a.p3:hover, .practice a.p3.active {
                        background: url(../img/visuals/practice3-hover.jpg) no-repeat left top;
                    }

                    .practice a.p4:hover, .practice a.p4.active {
                        background: url(../img/visuals/practice4-hover.jpg) no-repeat left top;
                    }

                .practice a span {
                    visibility: hidden;
                }

        .sidebar .visual {
            margin: 14px 0 0;
        }

        .sidebar .subcontent {
            font: 12px/18px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
        }

        .sidebar ul.margin {
            margin: 14px 0;
        }

            .subcontent ul {
                list-style: none;
                margin: 0;
            }

                .after ul {
                    margin: 14px 0 0;
                }

                .subcontent ul li a {
                    text-decoration: none;
                    color: #9aa0a0;
                }

                .subcontent ul li a:hover, .subcontent ul li a.active {
                    color: #364f81;
                }

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    width: 897px;
    height: 43px;
    margin: 0 49px 0 40px;
    background: url(../img/backgrounds/bg-footer.gif) repeat-x left top;
    color: #535353;
    font-size: 11px;
    line-height: 22px;
}
    .footer p {
        float: left;
        margin: 0;
    }

    .footer ul {
        float: right;
        margin: 0;
        list-style: none;
    }

        .footer ul li {
            float: left;
            padding: 0 10px 0 5px;
            background: url(../img/backgrounds/bg-footer-nav-li.gif) no-repeat right 10px;
        }

            .footer ul li.i1 {
                background: none;
                padding-right: 0;
            }

            .footer ul li a, .footer ul li a:hover {
                color: #9aa0a0;
                text-decoration: none;
            }
