/**
 * Stylesheet: inearmonitoring-in-berlin1-2.css
 * Website: http://www.inearmonitoring-in-berlin.de/
 * Copyright (c) 2008 BitEcho Development
 * All rights reserved
 */

HTML, BODY
{
    height: 100%; /* SF */
    margin:  0px;
    padding: 0px;
    border:  0px;
}

BODY
{
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 62.5%;
    font-weight: normal;
    color: #2f2f2f;
    background: #ffffff;
}

A         { text-decoration: underline; color: #636a00; }
A:hover   { text-decoration: none; }
A:visited { text-decoration: none; color: #636a00; }

HR
{
    height: 1px;
    color: #636a00;
    background: #636a00;
    border: #636a00;
}

H1
{
    font-size: 2.2em;
    font-weight: normal;
    text-align: left;
    color: #636a00;
}

IMG { border: 0px; }
P, FORM { margin: 0px; padding: 0px; }

    #bodywrapper
    {
        position: relative;
        min-height: 100%; /* SF */
        margin: 0px;
        height: 242px;
        background: url(../images-sin/backgnd.jpg) top repeat-x;
    }
        * html #bodywrapper { height: 100% } /* SF IE6 */

        #sitewrapper
        {
            margin: 0px auto;
            width: 1000px;
        }

            #toplogo
            {
                height: 39px;
                margin-left: 726px;
                line-height: 0px;
                font-size: 0px;
            }

            #topslogan
            {
                height: 172px;
                padding: 0px 10px;
                line-height: 0px;
                font-size: 0px;
                background: url(../images-sin/topslogan.jpg) center no-repeat;
            }

            #topmenuitems { padding: 14px 0px 0px 10px; }
                #topmenuitems UL { list-style: none; margin: 0px; padding: 0px;}
                    #topmenuitems UL LI { padding-left: 20px; }

            #contentwrapper
            {
                margin: 30px 0px;
            }

                #leftsidemenu
                {
                    width: 304px;
                    padding-left: 38px;
                }

                    #leftsidemenu UL
                    {
                        margin: 0px;
                        list-style: none;
                        padding: 5px 0px 35px 0px;
                    }

                #mcwrapper
                {
                    border-left: 1px solid #9d9d9d;
                    width: 630px;
                    font-size: 1.3em;
                    line-height: 1.5em;
                    text-align: left;
                }
                    #mcwrapper div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img { border: 2px solid #636a00; }
                    #mcwrapper .csc-textpic-caption { font-size: 0.8em; line-height: 1.0em; }
                    #mcwrapper .mf-required { color: #636a00; }                

                    #mcone
                    {
                        width: 580px;
                        padding: 0px 25px;
                    }
                    
                    #mcleft
                    {
                        width: 290px;
                        padding-left: 25px;
                    }

                    #mcright
                    {
                        width: 290px;
                        padding-left: 25px;
                    }

    #footer
    {
        position: relative;
        margin: 0px auto;
        width: 980px;
    }

        #copyright
        {
            
        }

/*---------------------------------------------------------------------------*
 * tool box
 * --------------------------------------------------------------------------*/
.floatleft  { float: left;  }
.floatright { float: right; }
.clear      { clear: both;  }

/*---------------------------------------------------------------------------*
 * Xtn section
 * --------------------------------------------------------------------------*/