/* 
    Document   : einstellungen.css
    Created on : 07.08.2013, 13:50:37
    Author     : me-apps
    Description:
        Purpose of the stylesheet follows.
*/

#einstellungen h2 {
text-align: center;
}

#einstellungen div.ui-block-a,
#einstellungen div.ui-block-b {
    margin: 10px;
    border: window outset thick;
    padding: 10px;
    width: 460px;
    height: 500px;
}

#einstellungen div.ui-block-a {
    margin-left: 25px;
}

#einstellungen h3,
#einstellungen div.ui-block-a h3, 
#einstellungen div.ui-block-a label {
    display: inline-block;
    width: 200px;
    font-size: 12pt;
    font-weight: bold;
    padding-right: 5px;
    margin-bottom: 10px;
}

#einstellungen div.ui-block-b h3 {
    display: inline-block;
    width: auto;
    height: 40px;
    margin: 10px;
}

#einstellungen div.ui-block-a label {
    width: 200px;
    line-height: 40px;
}

#einstellungen  div.ui-input-text
{
    display:inline-block;
    width: 3em; 
}

#einstellungen div.ui-select {
    display: inline-block;
    width: 5em;
}

#einstellungen h4 {
    font-size: 8pt;
    text-align: right;
    padding-right: 33px;
}

#EinstellungenTestConfirmation div.ui-input-text {
    text-align: center;
    width: 690px;
    padding: 0;
}