body {
    font-family: "Arial";
    font-size: 0.8em;
    margin-top: 0px;
    margin-bottom: 30px;
    background-image: url(../img/background.gif);
    background-repeat: repeat-x;
    padding: 10px;
}

hr {
    border: 0px solid #aaaaaa;
    background-color: #aaaaaa;
    height: 1px;
}

ul.tabs {
    margin-bottom: -1px;
    padding: 0 5px 0 0px;
}

li.tab {
    color: #444444;
    display: inline-block;
    margin-left: 5px;
    padding: 6px 8px 3px 8px;
    list-style: none;
    background-color: #efefef;
    background-image: url(../img/verlauf.png);
    background-repeat: repeat-x;
    background-position: center center;
    border: 1px #aaaaaa solid;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    -moz-box-shadow: 4px 0px 2px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 0px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0px 2px -2px rgba(0, 0, 0, 0.2);
}

li.tab:hover {
    background-color: #ffffff;
}

li.tab:focus {
    outline: none;
    border: 2px dotted #cc0000;
    margin: -2px -1px -2px 4px;
}

li.tab.active {
    color: #111111;
    background-color: #ffffff;
    border-bottom-color: #ffffff;
}

li.tab .remove {
    color: #444444;
    font-weight: bold;
}

li.tab span:hover {
    color: #cc0000;
    font-weight: bold;
}

div.content {
    margin: 0 5px 1em 0;
    padding: 8px 8px 8px 8px;
    border: 1px #aaaaaa solid;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.input-wrapper {
    padding: .2em;
    border: 1px #aaaaaa solid;
}

.input-wrapper input, .input-wrapper textarea {
    width: 100%;
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.header {
    border: #e6e6e6 2px double;
    background-color: #ffffff;
    padding: 10px;
    height: 100px;
    margin: 40px auto 0px;
    width: 750px
}
