html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

:focus {outline: 0;}
a:focus{outline:none;} 

a {
    text-decoration: none;
    color: #6479a8;
}

a:hover {
    text-decoration: none;
    color: #313f5d;
}

html, body {
    height: 100%;                                                                  
    margin: 0;                                                                     
    padding: 0;
    background: #e8e8e8;
    font: 1em 'DINP-RegularRegular', tahoma, verdana, arial;
}

* {
    margin:0px auto;
    padding:0;
}

div#container {
    width: 1000px;
    height: 593px;
    clear: both;
    position: relative;
    /* IE4ever Hack: Hide from IE4 **/
    	position: static;
    /** end hack */
}

p {
    font-family: 'DINP-RegularRegular', 'DINPBold';
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: left;
}

/* ********************************** */
/* Container                          */
/* ********************************** */

div#wrapper {
}

/* ********************************** */
/* Logo                               */
/* ********************************** */

#h-it_logo { 
    width: 350px;
    margin: 0px auto;
    position: relative;
    z-index: 200;
}

#h-it_logo img.img_logo {
    display: block;
}

/* ********************************** */
/* Contact                            */
/* ********************************** */

div#contact {
    background: red;
    width: 500px;
    margin-top: 30px;
    opacity: 0;
}

div#contact table.contact_table th {
    font-weight: bold;
    padding-bottom: 8px;
}

div#contact table.contact_table td.first {
    float: right;
    margin-right: 15px;
}

div#contact table.contact_table {
    width: 200px;
    float: right;
    margin-bottom: 40px;
}

div#contact h1 {
    font: 2.0em 'DINP-RegularRegular', tahoma, verdana, arial;
    margin:  0em 0 0em -0.1em;
    display: block;
    font-weight: 400;
    color: black;
    text-align: left;
    float: left;
}

div#contact h2 {
    font: 1.5em 'DINP-RegularRegular', tahoma, verdana, arial;
    margin:  0em 0 0em -0.1em;
    display: block;
    font-weight: 400;
    color: black;
    text-align: center;
    float: left;
    clear: both;
}

/* ********************************** */
/* Footer                             */
/* ********************************** */

div#footer {
   position:absolute;
   bottom:0;
   width: 100%;
   height:20px;  
   
}

div#footer p {
    font: 0.8em 'DINP-RegularRegular', tahoma, verdana, arial;
    margin:  0em 0 0em -0.1em;
    display: block;
    font-weight: 400;
    color: black;
    text-align: center;
}