/* 
    Document   : style
    Created on : 29.05.2013, 12:46:42
    Author     : Manfred
    Description:
        Purpose of the stylesheet follows.
*/

body { 
    font-family: Arial, Helvetica;
    font-size: 12px;
}

#content {
    width: 908px;
    margin: auto;
}

#innerContent {
    margin: auto;
    width: 730px;
    margin-top: 20px;
}

.sendBtn {
    background-image: url('../images/code_einreichen.png');
    border:none;
    width: 105px;
    height: 23px;
    background-repeat: no-repeat;
    cursor: pointer;
}
