﻿/* Main */

body 
{
    font-family: Verdana;
    font-size: 10pt;
    color: #1369a0;
    
    background: url('Images/background.jpg') #dcecf7 repeat-x;
    
    margin: 0;
    padding: 0;
}

h1
{
    font-family: Arial;
    font-size: 20pt;
}
    

h2
{
    font-family: Verdana;
    font-size: 14pt;
    font-weight: normal;
}

h2.clear
{
    clear: both;
}

h3
{
    font-family: Verdana;
    font-size: 12pt;
    font-weight: normal;
}

td.legend
{
    width: 300px;
    vertical-align: top;
}

input.text
{
    width: 300px;
}

input.text_small
{
    width: 200px;
}

textarea.text
{
    width: 350px;
    height: 200px;
}

#container
{
    margin: 0 auto;
    
    width: 770px;
    min-height: 600px;
    
    background: url('Images/container.gif') no-repeat;
}

* html #container
{
    height: 600px;
}

#header
{
    margin: 0 auto;
    
    background: url('Images/header.jpg') no-repeat;
    width: 768px;
    height: 75px;
}

#menu
{
    margin: 0 auto;
    
    width: 768px;
    height: 28px;
    background: url('Images/menu.jpg') repeat-x;
}

#content
{
    margin: 0 auto;
    width: 768px;
    background: url('Images/body.jpg') repeat-x #e1eff8;
    
    min-height: 800px;
}

* html #content
{
    height: 800px;
}

    #inner
    {
        min-height: 600px;
    }
    
    * html #inner
    {
        height: 600px;
    }


#footer
{
    margin: 0 auto;
    width: 640px;
    height: 100px;
    
    font-size: 8pt;
    text-align: center;
    
    background: url('Images/footer.jpg') no-repeat top;
    padding-top: 10px;
}

#footer a
{
    color: #1369a0;
    text-decoration: none;
}







/* Standard */
a img
{
    border: none;
}

p
{
    padding: 0px 0px 0px 0px;
}

img.center
{
   display: block;
   margin: 0 auto;
}

img.left
{
    float: left;    
}

img.right
{
    float: right;    
}

img.portfolio
{
    margin-bottom: 3px;
}





/* Menu */

#menu a 
{ 
    background-position: top; 
    background-repeat: no-repeat; 
    float: left; 
    height: 0px;
    width: 0px; 
    margin-left: 0px; 
    overflow: hidden; 
    padding-top: 20px;
}


#menu li 
{ 
    display: inline; 
    float: left; 
    padding-left: 1px; 
    margin: 0px 0px 0px 10px;
}

#menu ul 
{ 
    float: left; 
    list-style: none; 
    margin: 4px 0px 0px 0px; 
    padding: 0px; 
}

#menu a.menu_home 
{    
    background-image: url('images/menu_home.jpg');
    width: 58px;
}

#menu a.menu_features
{
    background-image: url('images/menu_features.jpg');
    width: 76px;
}

#menu a.menu_demo
{
    background-image: url('images/menu_demo.jpg');
    width: 58px;
}

#menu a.menu_bestellen 
{
    background-image: url('images/menu_bestellen.jpg');
    width: 76px;
}

#menu a.menu_overons
{
    background-image: url('images/menu_overons.jpg');
    width: 76px;
}

#menu a.menu_portfolio 
{
    background-image: url('images/menu_portfolio.jpg');
    width: 76px;
}

#menu a:hover
{ 
    background-position: center -20px; 
}





/* Homepagina */

#home_laptop
{
    background: url('Images/home_laptop.jpg') no-repeat;
    width: 848px;
    height: 361px;
    
    position: relative;
    left: -48px;
    
    padding-top: 151px;

}
    
    #home_laptop img
    {        
        display: block;
        
        float: right;
        clear: right;
        
        margin-right: 58px;
        margin-bottom: 18px;
    }
    
    
#home_info
{
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 48px;
    
    background: url('Images/home_info.jpg') no-repeat;
    width: 356px;
    height: 137px;
    
    padding: 0px 13px 0px 13px;
}
    
    #home_info p
    {
        padding-top: 12px;
    }

    #home_info div
    {
        font-size: 10pt;
        font-weight: bold;
        text-align: center;
    }
    




/* header subheader */
    
#subheader
{
    width: 748px;
    
    background: url('Images/subheader.jpg') white repeat-x;
    
    min-height: 500px;
    
    padding: 41px 10px 0px 10px;
    
    overflow: hidden;
}

* html #subheader
{
    height: 500px;
    overflow: visible;
}

#footergradient
{
    width: 768px;
    height: 85px;
    background: url('Images/footergradient.jpg') repeat-x;
}   
    
    
img.title
{
    margin-top: 12px;
}