﻿    *
    {
        padding: 2px;
        margin: 0;
    }
    
    
    body 
    {        
        background-color: #dedede;
        font-family: Arial;
        text-align: center;
    }

    .main
    {
        width: 860px;
        height: 600px;
        text-align: left;
        vertical-align: middle;	
        margin: 0px auto;
        
        background: #1a0e00 url(images/CapaDATA_Online.jpg?s=fdc2254a28ccbf8ec8aed8dad860d529115f1753) no-repeat center 0px;
    }
    
    .main.de {
        background: #1a0e00 url(images/CapaDATA_Online_de.jpg?s=75711575d79baf8332f8e0f7a1aee44126b85801) no-repeat center 0px;
    }
    
    
    h1
    {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }
    
    a
    {
        text-decoration: none;
    }
    
    ul
    {
        margin-bottom: 1em;
        padding-left: 1.3em;
    }
    
    * html ul
    {
        margin-bottom: 0.7em;
    }
    
    h2
    { 
        font-weight: bold;
    }
    
    h2, li
    { 
        font-size: 1em;
    }
    
    /*IE6 only*/
    * html h2, li
    { 
        font-size: 0.9em;
    }
    
    .proBox, .lightBox
    {
        height: 350px;
        margin-top: 80px;
        padding: 10px;
        padding-top: 4px;
    } 
      
    .proBox
    {
        cursor: pointer;
        border: 3px solid #017eb6;
        float: right;
        margin-right: 210px;
        width: 240px;  
    } 
    
    /*IE6 only*/
    * html .proBox
    {
        margin-right: 105px;
    }
    
    .lightBox
    {
        cursor: pointer;
        float: left;
        margin-left: 120px;
        border: 3px solid #4c9426;  
        width: 210px; 
    } 
    
    /*IE6 only*/
    * html .lightBox
    {
       margin-left: 75px;
    }
    
    .proBox h1, .proBox h2, .proBox li
    {
        color: #017eb6; 
    } 
    
    .lightBox h1, .lightBox h2, .lightBox li
    {
        color: #4c9426; 
    } 
    
    .lightBox h2
    {
        text-align: center;
        margin-top: 50px; 
    } 
    
    .lightBox ul
    {
        margin-top: 30px; 
    } 
    
    .proBox ul
    {
        margin-bottom: 2px;
        
    } 