body {
    /*background-image:url("/img/Labyrinth.png");*/
    background: white repeat fixed top left;
    /*overflow:hidden;*/
    overflow-y: auto; /*was scroll!!!*/
    text-align: center;
    margin: 0;
    padding: 0;
}

body, input, textarea, select {
    /*font-family: "FreeSans", "Bitstream Vera Sans", sans-serif, "Microsoft Sans Serif", "Arial";*/
    font-family: Arial, Helvetica, sans-serif;
    /*font-size:0.97em;*/
    font-size: 17px;
    color: black;
}

.tableLeft {
    /*width:12.5em;*/
    width: 200px;
    float: left;
    text-align: left;
}

input[type=text], input[type=password], input[type=submit], textarea, select, button {
    border: 1px solid;
    margin-top: 2px;
    background-color: #ffffc7;
}

select {
    /*min-width:5em;*/
    min-width: 85px;
}

input[type=text]:hover, textarea:hover {
    background-color: white;
}

input[type=text] {
    /*width:11em;*/
    width: 200px;
}

input[type=text].plz {
    /*width:3em;*/
    width: 52px;
}

input[type=text].ort {
    /*width:7em;*/
    width: 120px;
}

input[type=submit] {
    background-color: #830021;
    color: white;
    border-color: black;
}

input[type=ckeckbox] {
    border: 0 none;
    background-color: transparent;
}

.hidden {
    visibility: hidden;
}

.toggle {
    display: none;
}

.inline {
    display: inline;
}

.inlineBlock {
    display: inline-block;
    text-align: left;
    max-width: 100%;
    margin: 0 5px;
}

a img {
    border: 0 none;
}

a {
    color: #6c0000;
    padding: 0 2px;
}

a:hover {
    color: #923000;
    /*background-color:#6c0000;#00366b*/
}

a.hiddenlink {
    padding: 0;
}

a.hiddenlink:hover {
    /*color:default;*/
    background-color: transparent;
}

input.link {
    color: #6c0000;
    padding: 0;
    border: 0 none;
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer;
}

input.link:hover {
    color: #FFFF66;
    background-color: #6c0000;
}

ul {
    margin: 0;
}

.alignLeft {
    text-align: left;
}
