/* 
    Document   : layout.css
    Created on : 28.08.2012, 13:58:16
    Author     : guettler
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.wrapper
{
    margin:auto;
    width: 480px;
}

.header
{
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#035aad', endColorstr='#013669');
    /* Firefox */
    background: moz-linear-gradient(top, #035aad, #013669);
    /* Safari */
    background: webkit-gradient(linear, left top, left bottom, from(#035aad), to(#013669));
    /* Opera (keine CSS-Verläufe) */
    background: #035aad;
    /*color: #0c3e71;*/
    color: #FFFFFF;
    width: 480px;
    height: 20px;
    padding: 5px;
    margin-bottom: 15px;
    font-family: Tahoma, Arial;
}

.input
{
    /*font-family: Arial, sans-serif;*/
    font-family: Tahoma, Arial;
    font-size: 13px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 480px;
}

.textarea
{
    line-height: normal;
    border-color: #035aad;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-family: Tahoma, Arial;
}

.top_header
{
    color: #0c3e71;
    width: 540px;
    height: 20px;
    padding: 5px;
    margin-bottom: 15px;
    font-family: Tahoma, Arial;
}

.textbox
{
    border-color: #035aad;
    font-family: Tahoma, Arial;
    font-size: 13px;
}

table
{
    font-family: Tahoma, Arial;
    font-size: 13px;
}