/*
Theme Name: S+G Theme
Theme URI: http://www.sug-gmbh.net
Description: S+G GmbH Wordpress Theme
Version: 1.5
Author: Sebastian schaetz
Tags: S+G contractor

*/



/*----------------------------------------------------------------------------*/
/*  Global
/*----------------------------------------------------------------------------*/

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

html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

body
{
    background-image: url(images/body-bg.gif);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    text-align: center;
    font-family: Verdana, sans-serif;
}

#page
{
    background-image: url(images/content-bg.gif);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 705px;
    height: 500px;
    padding-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
}

/*----------------------------------------------------------------------------*/
/*  Header
/*----------------------------------------------------------------------------*/

#logo
{
    float: left;
    margin-right: 15px;
}

#headerimage
{
    border: 3px solid #E2E2E2;
    float: right;
    width: 500px;
    height: 115px;
    margin-top: 14px;
    margin-bottom: 7px;
}

/*----------------------------------------------------------------------------*/
/*  Navigation
/*----------------------------------------------------------------------------*/

#navigation
{
    float: left;
    text-align: left;
    width: 180px;
    margin: 20px 0px 10px 0px;
    font-size: 13px;
    font-weight: bold;
}

#navigation li
{
    list-style: none;
}

#navigation a, #navigation a:link, #navigation a:visited
{
    display: block;
    padding: 8px;
    border-bottom: 1px solid #E2E2E2;
    padding-left: 20px;
    color: #000069;
    text-decoration: none;
    letter-spacing: 2px;
}

#navigation a:hover
{
    background-color: #E2E2E2;
    border-bottom: 1px solid #D1D1D1;
    font-weight: bold;
    text-decoration: none;
}


#navigation #addressbox
{
    margin-top: 20px;
    line-height: 140%;
    padding: 16px;
    background-color: #E2E2E2;
    width: 148px; 
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 150%;
    color: #000069;
}

#navigation #addressbox a, #navigation #addressbox a:link, 
#navigation #addressbox a:visited, #navigation #addressbox a:hover
{
    display: inline;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 0px;
    text-decoration: underline;
    border: 0px;
    line-height: 150%;
}

/*----------------------------------------------------------------------------*/
/*  Content
/*----------------------------------------------------------------------------*/

#content
{
    width: 500px;
    float: right;
    margin: 26px 0px 10px 0px;
    font-size: 12px;
    text-align: justify;
    color: #000069;
    line-height: 160%;
}

#content h1
{
    font-size: 20px;
    padding-bottom: 8px;
}

#content ul
{
    margin-left: 20px;
}

#content a, #content a:link, #content a:visited
{
    color: #000069;
    text-decoration: underline;
}

#content a:hover
{
    background-color: #E2E2E2;
}

/*----------------------------------------------------------------------------*/
/*  Footer
/*----------------------------------------------------------------------------*/

#footer
{
    width: 100%;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 10px;
    color: #7F7FA7;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover
{
    color: #7F7FA7;
}

#footer #footerline
{
    width: 100%;
    height: 1px;
    margin-bottom: 5px;
    background-color: #E2E2E2;   
}