/*=============================================================================

    Copyright (c) 2009 Jackie&Jane

    http://www.jackieandjane.de/


=============================================================================*/


/*=============================================================================

    Size

=============================================================================*/

    .Content
    {
        display:block;
        width: 900px;
    
        height: 500px;
    }

/*=============================================================================

    Image Buttons

=============================================================================*/

        
        .Logo
        {           
            display:block;
            background-image:url(img/Jackie&Jane_Logo.png);
            width:332px; height:71px;            
        }
        
       
        
        
/*=============================================================================

    Body defaults

=============================================================================*/



    body
    {

      

/*        font-family:Arial;*/

/*                font-family:Courier New, Arial, Verdana; */
        font-family:"Times Times New Roman, Times New Roman, Serif"; 
        
        font-size:12px;
                
        color: black;
        
        background-color:#F8F8F8;

    }



/*=============================================================================

    Paragraphs

=============================================================================*/



    p
    {
        vertical-align:bottom;
    }





/*=============================================================================

    Headings

=============================================================================*/

    
    h1, h2, h3, h4
    {
        color:Black;        
        margin-top: 0pc;
        margin-bottom: 0pc;
    }

    h1 
    {
        font-family:"Courier";
        font-weight:lighter;
        font-size:64px;
        text-align: right;
    }

    h2, h3, h4     
    {  
        font-family:"Courier";
        font-weight:normal;        
    }
    
    h2
    {
        font-size: 24px; 
    }
    
    h3, h4
    {
        font-size: 18px; 
    }
    
    h4
    {
        text-decoration: underline;
    }
        
  

    hr
    {
        color:Black;
    }



/*=============================================================================

    Menu

=============================================================================*/

    
    
    .Menu
    {

            margin-left: 0.2em;

            font-size: 100%;

            font-weight:normal;

            text-decoration: none; /* no underline */

            color:black;

    }



    .Menu:hover
    {

            /*font-size: 150%;*/
            font-weight:800;     

            color:#000000;

    }



    .Menu:visited

    {

            color:#303030;

    }



    .ReferenceLink

    {

            margin-left: 0.2em;

            font-size: 100%;

            font-weight:normal;

            text-decoration: none; /* no underline */

            color:#303030;

        }



    .ReferenceLink:visited

    {

            color:#303030;

    }



/*=============================================================================

    MenuImage

=============================================================================*/

    .MenuImage

    {

        width: 10%;

        height: 10%;

    }



     .MenuImage:hover

    {

        width: 12.5%;

        height: 12.5%;

    }

/*=============================================================================

    Disclaimer

=============================================================================*/

    .Disclaimer

    {

            font-size: 100%;



    }



/*=============================================================================

    Colors

=============================================================================*/



    @media screen

    {

    /* Links */

        a

        {

            
            color: black;
            font-size:110%;
            text-decoration: none;

        }



        a:visited

        {

            color: black;
            text-decoration: none;

        }
        
        hr
        {
            color: Gray;
        }

    }





    @media print

    {

    /* Links */

        a

        {

            color: black;

        }



        a:visited

        {

            color: black;

        }

    }


