/* 
    Document   : style
    Created on : 13.04.2010, 17:27:39
    Author     : Dominic Thimm
    Description:
        Purpose of the stylesheet follows.
*/

hr {
    clear: both;
    height: 0;
    background: transparent;
    border: 0;
}


body {
    font-size: 10pt;
    font-family: arial,helvetica,sans-serif;
}

#body-wrapper {
    width: 960px;
    margin: 0 auto;
}

a {
    color: #025f94;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* -----------------------------------------------------------------------------
header
----------------------------------------------------------------------------- */
#header {
    height: 70px;
}

/* logo */
#logo a {
    display: block;
    float: left;
    width: 285px;
    height: 65px;
    background: url(../img/versipellix-consulting.png) no-repeat;
}
#logo a span {
    display: none;
}

/* -----------------------------------------------------------------------------
menu
----------------------------------------------------------------------------- */
#menu {
    height: 35px;
    background: #2a2a2a url(../img/menu-bg.png) repeat-x;
    -moz-border-radius: 6px;
    padding: 0px 15px;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu ul li {
    float: left;
    margin-right: 15px;
}
#menu ul li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 8px 10px;
    height: 19px;
}
#menu ul li a:hover {
    color: #000000;
    background: #dedede url(../img/menu-hover-bg.png) repeat-x;
}

/* -----------------------------------------------------------------------------
splash
----------------------------------------------------------------------------- */
#slider {
    height: 290px;

}
#slider .image {
    float: left;
    margin-right: 20px;
}
#slider h2 {
    padding-top: 20px;
}
#slider p {
    line-height: 2;
    font-size: 1.1em;
    color: #555555;
}
#slider #sliderNav {
    background: #2a2a2a url(../img/menu-bg.png) repeat-x bottom;
    height: 10px;
    -moz-border-radius: 2px;
}

/* -----------------------------------------------------------------------------
content
----------------------------------------------------------------------------- */
#content-wrapper {
    clear: both;
    margin: 20px;
}
#content h2 {
    font-size: 1.4em;
    border-bottom: 1px dashed #dedede;
    padding: 5px 0;
    color: #f9b72b;
}
#content h3 {
    font-size: 1.1em;
    padding: 5px 0 0 0;
    margin: 0 0 2px 0;
    color: #919191;
}
#content h3 a {
    text-decoration: none;
}
#content p {
    line-height: 1.5;
    margin: 10px 0;
}

#content-left {
    width: 400px;
    float: left;
}

#content-right {
    width: 420px;
    float: right;
}
/* -----------------------------------------------------------------------------
footer
----------------------------------------------------------------------------- */
#footer {
    background: #f9f9f9;
    border-top: 2px solid #efefef;
    padding: 10px 20px;
    color: #555555;
}
#footer p {
    margin: 2px;
    font-size: 0.8em;
}

/* -----------------------------------------------------------------------------
list
----------------------------------------------------------------------------- */
.list-image img {
    border: 1px solid #dedede;
    float: left;
    margin: 5px 15px 5px 0;
}

/* -----------------------------------------------------------------------------
list
----------------------------------------------------------------------------- */
.col-2-left {
    float: left;
    width: 48%;
    margin-right: 2%;
    height: 100px;
}
.col-2-right {
    float: right;
    width: 48%;
    margin-left: 2%;
    height: 100px;
}