/* SVN FILE:   $Id: basic.css 3 2013-04-02 15:03:10Z d.brinkmann $
 * SVN HEADER: 1.1
 ***
 * $title           Tom Vu Persoanl Fitness - Temp
 *
 * $description
 *   Test
 *   Text
 *
 * $author          d.brinkmann
 * $copyright       babiel GmbH
 * $version         $Revision: 3 $
 * $modifiedby      $LastChangedBy: d.brinkmann $
 * $lastmodified    $LastChangedDate: 2013-04-02 17:03:10 +0200 (Di, 02 Apr 2013) $
 * $filesource      $URL: http://svn.babiel.com/TOMVU/trunk/Projekte/Website/HTML/includes/styles/basic.css $
 * $keywords        Layout, Style, Inhalt
 * $require         
 *
 */


#navi li {
    padding-right: 0;
    font-size: 14px;
    font-weight: bold;
}

#slider {
    position: relative;
}

#slider .sliderContent {
    top: auto;
    bottom: 0;
    width: 100%;
}

#slider .sliderContent h1 {
    height: 94px;
    width: 100%;
}

#contact h2 {
    font-size: 1.67em;
}

/*#contact .col2 h2 {
    margin-bottom: 20px;
}*/

#contact .content {
    margin: 40px 40px 60px 40px;
}

#contact h3 {
    font-size: 1.4em;
}

#contact p {
    margin-left: 0;
    font-weight: normal;
    line-height: 1.4em;
}

#contact p.phone {
    clear: both;
    font-weight: bold;
}

.col {
    width: 200px;
}

.col2 {
    margin-right: 40px;
    width: 580px;
}

#navi ul {
    margin-right: 40px;
}

#footer {
    font-weight: bold;
}

#contact {
    background: url(../images/contact_bg_temp.png) no-repeat left top #eeeeee;
}

