/*-------------------------------------------------------------------------------------
         Layout CSS für NH consult
-------------------------------------------------------------------------------------*/
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
        font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
        color: #666666;
        margin: 0; padding: 0 0 50px 0;
        background: #1b2a40 url(bg.jpg) repeat-x;
        text-align: center;
}
/* ------------------------------------------
   LAYOUT
------------------------------------------- */
#header-wrap {
        position: relative;
        background: #fff url(wrap-bg.jpg) no-repeat;
        margin: 0 auto;
        width: 940px;
        height: 385px;
        text-align: left;
}
#header-photo {
        position: absolute;
        top: 90px; left: 24px;
        padding: 0;
        height:290px;
        width: 890px;
        clear: both;
        /* border: 1px solid #F0F0F0; */
}
#header-photo img {
        border: none;
        margin: 0; padding: 0;
}

/*  Navigation  */
#nav {
        position: absolute;
        margin: 0; padding: 0;
        width: 880px;
        left: 25px;        top: 0px;
}
#nav ul {
        float: left;
        list-style: none;
        width: 880px;
        height: 40px;
        margin: 0; padding: 0;
        display: inline;
}
#nav ul li {
        display: inline;
        margin: 0; padding: 0;
}
#nav ul li a {
        float: left;
        margin: 0;        padding: 18px 11px 0 11px;
        font: bold 14px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
        text-decoration: none;
        color: #070000;
}
#nav ul li a:hover,
#nav ul li a:active {
        color: #0F4B7D;
        background: none;
        border: none;
}
#nav ul li#current a {
        color: #000;
        background: #d5d3d6 url(nav-current.jpg) repeat-x;
        border-bottom: 1px solid #CECECE;
}

div.fix {
         position: absolute;
         top: 235px;
         right: 0px;
         height:130px;
         width: 900px;
         z-index: 9;
         }


/* header quick search */
#header-wrap form#quick-search {
        position: absolute;
        top: 25px; right: 25px;
        padding: 0; margin: 0;
        width: 260px; height: 26px;
        background: #fff;
        z-index: 999999;
        border: 1px solid #D8D8D8;
}
#header-wrap form#quick-search p {
        margin: 0; padding: 0;
}
#header-wrap form#quick-search .tbox {
        margin: 2px 0 0 4px;
        width: 210px;
        background: none;
        border: none;
        color: #ABABAB;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
        display: none;
}

#content-outer {
        background: #fff;
        width: 100%;
}
#content-wrapper {
        width: 940px;
        margin: 0 auto;
        text-align: left;
}
#content {
        float: left;
        width: 100%;
        background: #fff url(content-bg.jpg) no-repeat;
}

.col-one {
        margin-right: 480px;
        padding-left: 25px;
        min-height:300px;
}
.col-two {
        float: left;
        width: 210px;
        margin-left: -455px;
        margin-top: 12px;
}
.col-three {
        float: left;
        width: 210px;
        margin-left: -235px;
        margin-top: 12px;
}
.col-one, .col-two, .col-three {
        padding-bottom: 20px;
}

#content .col-one h2 {
        padding-bottom: 3px;
        font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
        color: #000;
        letter-spacing: -2px;
        text-transform: none;
        border-bottom: 1px solid #ebebeb;
        margin-left: 5px;
        padding-left: 5px;
}
#content .col-one h2 a {
        color: #000;
        text-decoration: none;
        background: none;
        border: none;
}
#content .col-one ul li {
        list-style-image: url(bullet.gif);
}
#content-wrapper .col-two ul li {
        list-style-type: none;
}
#content-wrapper .col-two h3,
#content-wrapper .col-three h3 {
        color: #111;
        font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
        text-transform: none;
        letter-spacing: -0.5px;
        padding: 5px 10px;
        margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
        text-align: left;
        margin: 7px 5px 8px 0px; padding: 0;
        text-decoration: none;
        background: url(dots.gif) repeat-x left top;
}
ul.sidemenu li {
        list-style: none;
        background: url(dots.gif) repeat-x left bottom;
        padding: 6px 10px;
        margin: 0;
}
* html body ul.sidemenu li {
        height: 1%;
}
ul.sidemenu li span {
        color: #989898;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: normal;
        font-size: 1em;
}
/*ul.sidemenu li a {
        text-decoration: none;
        background-image: none;
        background-color: transparent;
        border: none;
        color: #666666;
}

ul.sidemenu li a:hover {
        color: #000;
        background: none;
        border: none;
}   */
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
        clear: both;
        width: 940px;
        margin: 0 auto;
        text-align: left;
        font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
        color: #DFDFDF;
}
#footer-wrapper h3, #footer-wrapper p {
        padding-left: 0;
}
#footer-wrapper h3 {
        font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
        color: #DFDFDF;
}
#footer-wrapper a {
        color: #fff;
        background: transparent;
}

#footer-wrapper ul.footer-list {
        border-top: 1px solid #5F5F5F;
        list-style: none;
        padding: 0;
        margin-left: 0;
}
#footer-wrapper ul.footer-list li {
        border-bottom: 1px solid #5F5F5F;
}
#footer-wrapper ul.footer-list li a {
        display: block;
        width: 98%;
        line-height: 2em;
        font-weight: bold;
        padding: 4px 0;
        border: none;
        margin-left: 0;
        padding-left: 0;
        color: #DFDFDF;
}
#footer-wrapper ul.footer-list li a span {
        color: #DFDFDF;
        font-style: italic;
        font-weight: normal;
        font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
        color: #DFDFDF;
        text-decoration: none;
}

#footer {
        float: left;
        width: 100%;
        padding: 0;
        margin-left: 5px;
        margin-top: 10px;
}
#footer-bottom {
        clear: both;
        border-top: 1px solid #DFDFDF;
        width: 880px;
        margin: 0 auto;
}
#footer-bottom .bottom-left {
        float: left;
        padding-left: 5px;
}
#footer-bottom .bottom-right {
        text-align: right;
        padding-right: 0;
}

/* postmeta */
.postmeta {
        padding: 5px; margin: 20px 10px 15px 10px;
        font-size: 1em;
        color: #777;
        border: 1px solid #EBEBEB;
        background: #F5F5F5;
}

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img {
        position: relative;
        padding: 4px;
        margin: 5px;
        background: #fafafa;
   border: 1px solid #dcdcdc;
}
.thumbs img:hover        {
        border: 1px solid #8E8E8E;
        background: #8E8E8E;
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {        display:inline-block; }
.clear:after {
        display:block;
        visibility:hidden;
        clear:both;
        height:0;
        content: ".";
}
/*-------------------------------------------------------------------------------------
         ENDE
-------------------------------------------------------------------------------------*/