/**
 * Body
 */
body 
{
    margin:0px;
    padding:0px;
    background-color: #00000;
}
/**
 * Structur
 */
.invisible {
    display: none;
}

#header{
    height: 107px;
}

#header .inside{
}

#footer{
    margin-top: 20px;
    
}

/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
    font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    font-family:Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
    font-family:Arial, Helvetica, sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
    font-size:12px;
    color:#333;
}

h1, h2, h3, h4, h5, h6
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #5f002e;
}


/**
 * Basic tags
 */
 
img
{
    border:0px;
}

p, pre, form
{
    margin:0px;
    padding:0px;
}
p{
    margin:0 0 10px 0;
}

h1{
    margin:0px 0px 12px 0px;
    padding: 0px;
    font-weight:normal;
    font-size: 30px;
    line-height: 20px;
}
#introText h1{
    color: #fff;
}

#introText .ce_text p{
    margin:20px 0px 0px 0px;
    color: #fff;
}


h2
{
    margin:10px 0px 5px 0px;
    padding:0px;
    font-weight:normal;
    font-size:20px;
}

h3{
    margin:6px 0px 2px 0px;
    padding:0px;
    font-weight:normal;
    font-size:16px;
}


optgroup{
    padding-top:3px;
    padding-bottom:3px;
    font-style:normal;
}


/**
 * Links
 */
a
{
    color:#5f002e;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}
/**
 * Elements
 */





