/*-------------------------------------------------------------------------------------
         Style CSS für NH consult
-------------------------------------------------------------------------------------*/
/* Links */
a {
        text-decoration: none;
        color: #0F4B7D;
}
a:hover {
        xbackground: #F0f0f0;
        xcolor: #000;
        xborder-bottom: 1px dotted #000;
		text-decoration:underline
}
a.pdf   {
                 background: url(pdf_15.gif) no-repeat 1px 1px;
                 padding-left:17px;
                 }
a.pdf:hover     {
                 background: url(pdf_15.gif) no-repeat 1px 1px;
                 padding-left:17px;
                 }

/* Headers */
h1, h2, h3, p.titel {
        font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
        color: #111;
        padding: 15px 10px 5px 10px;
        margin: 0;
}
h1 {
        font-size: 345%;
        font-weight: normal;
        letter-spacing: -2px;
}
h2 {
        font-size: 200%;
        color: #663333;
}
h3 {
        font-size: 170%;
        font-weight: normal;
}

p.titel  {font-size: 200%;font-weight: normal;margin: 0px;padding:0px;}

p, dl { padding: 10px; margin: 0; }

.small { font-size: .95em; color: #9F9F9F; margin-top:0px;padding-top:0px; }

.blau { color: #013467; }

ul, ol {
        margin: 10px 20px;
        padding: 0 20px;
}
ul { list-style: none; }

ul.sitemap { margin: 0px; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px;
}

/* Images */
img.bild {
        background: #fafafa;
   border: 1px solid #0F4B7D;
        padding: 5px;
}
img.float-right {
          margin: 5px 0px 10px 10px;
        background: #fafafa;
   border: 1px solid #0F4B7D;
        padding: 5px;
}
img.float-left {
          margin: 5px 10px 10px 0px;
        background: #fafafa;
   border: 1px solid #0F4B7D;
        padding: 5px;
}

blockquote {
        margin: 15px 10px;
         padding: 10px 10px 10px 35px;
   border: 1px solid #F0F0F0;
        background: #D6DDE2 url(quote.jpg) no-repeat 10px 10px;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.5em;
        font-style: italic;
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #555;
}

/* start - table */
table {
        border-collapse: collapse;
        margin: 15px 10px;
}
th {
        color: #555;
        background: #D1D1E1;
        height: 38px;
        padding-left: 12px;
        padding-right: 12px;
        text-align: left;

        border-width: 1px;
          border-top-style: solid;
         border-left-style: none;
         border-right-style: none;
         border-bottom-style: none;
         border-top-color: #013467;
}
tr {
        height: 34px;
        background: #fff;
}
td {
        padding-left: 11px;
        padding-right: 11px;
         padding-top: 5px;
         padding-bottom:5px;

        border-width: 1px;
          border-top-style: solid;
         border-left-style: none;
         border-right-style: none;
         border-bottom-style: none;
         border-top-color: #D1D1E1;
}
/* end - table */

div.trenner {
        border-width: 1px;
          border-top-style: solid;
         border-left-style: none;
         border-right-style: none;
         border-bottom-style: none;
         border-top-color: #D1D1E1;
         }
		 

/***************************************************/

.link-footer-2, 
a.link-footer-2, 
a.link-footer-2:link,
a.link-footer-2:visited,
a.link-footer-2:link:visited,
a.link-footer-2:link:visited {
	color:#5c697c !important;
    text-decoration:none;
}

.link-footer-2 a:active, 
.link-footer-2 a:hover, 
.link-footer-2 a:focus,
a.link-footer-2:hover, 
a.link-footer-2:active {
    text-decoration:underline;
}

/***************************************************/
/*-------------------------------------------------------------------------------------
         ENDE
-------------------------------------------------------------------------------------*/