body {
    background-color: #FFFFE0;
    font-family: Arial,Tahoma,sans-serif;
    font-size: 14px;
    width: 1090px;
    margin: 10px;
}
div#a {
    position: absolute;
    top: 10px;
    left: 5px;
    background-color: #F5F5F5;
    width: 48px;
    height: 25px;
    z-index: 1;
}
img {
    border: 0px;
}
img#a {
    position: absolute;
    top: -3px;
    left: 8px;
    width: 31px;
    border: 0px;
}
#login {
    position: absolute;
    width: 310px;
    left: 380px;
    top: 300px;
    padding: 10px;
    background-color: #FFF979;
    border: solid 1px #C0C0C0;    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px #CCCCCC;
    -moz-box-shadow: 5px 5px 10px #CCCCCC;
    box-shadow: 5px 5px 10px #CCCCCC;
}
.mainmenu {
    border: solid 0px #000000;
    position: relative;
    float: left;
    width: 34px;
    height: 700px;
    padding-top: 11px;
    top: 25px;
    margin-right: 10px;
}
#mainmenu img {
    width: 32px;
    margin-bottom: 10px;
    border: solid 1px #C0C0C0;
}
#mainmenu img:hover {
    border: solid 1px #000000;
}
.mainmenu img#erp {
    position: absolute;
    border: solid 1px #FFFFE0;
    margin-bottom: 0px;
    bottom: 10px;
    left: 0px;
}
.mainmenu .software {
    position: relative;
    display: none;
    height: 510px;
    z-index: 2;
}
.mainmenu .seperator {
    background-color: #C0C0C0;
    height: 1px;
    width: 34px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.schnellfunktionen {    
    position: absolute;    
    top: 330px;
    text-align: center;
    border-bottom: solid 1px #C0C0C0;
    width: 34px;
    padding-bottom: 10px;    
    z-index: 1;
}
.schnellfunktionen a {
    display: block;
    position: relative;
    height: 30px;
    margin: 0px;
    padding: 0px;
}
.schnellfunktionen img {
    height: 24px;
    border: 0px;
    margin-top: 10px;
}
.schnellfunktionen img:hover {
    border: 0px;
}
.schnellfunktionen small {
    position: absolute;
    right: 0px;
    top: 6px;
    display: block;
    background-color: red;
    color: white;
    padding: 1px 2px 1px 3px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 10px;
    height: 12px;
    line-height: 12px;
}
.stitel {
    border: solid 1px #000000;
    background-color: #F9F9F9;
    border-left: 0px;
    z-index: 2;
    padding: 5px;
    height: 22px;
    width: 100px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-style: italic;
    display: none;
}
h1 {
    position: relative;
    float: right;
    margin: 0px;
    padding: 1px;
    font-size: 20px;
    font-style: italic;
}
h2 {
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 24px;
    font-weight: bold;
}
h3 {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 14px;
}
a {
    color: #007CC3;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#release {
    font-size: 10px;
    color: #C0C0C0;
    font-style: normal;
}
.programm {
    position: relative;
    float: left;
    width: 400px;
    margin-left: 80px;
    margin-top: 160px;
    border: solid 1px #C0C0C0;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
}
.programm:hover {
    background-color: #FFF979;
}
.programm img {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
}
.navi {
    position: relative;
    height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.navi li {
    list-style: none;
    position: relative;
    float: left;
    background-color: #F5F5F5;
    border: solid 0px #C0C0C0;
    border-left: solid 1px #FFFFE0;
    border-right: solid 1px #FFFFE0;
    margin-left: -1px;
    text-align: center;
    padding: 3px 25px 3px 25px;
    cursor: pointer;
    height: 19px;
}
.navi li:hover {
    background-color: #E6E6FA;
}
.navi a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}
.menu {
    position: relative;
    float: left;
    height: 50px;
    width: 1034px;
    border: solid 1px #C0C0C0;
    background-color: #FFF979;
    margin-bottom: 5px;
    padding: 5px;
    margin-left: -1px;
}
.menusymbol {
    cursor: pointer;
    color: #007CC3;
}
.menusymbol:hover {
    text-decoration: underline;
}
.menusymbolsubmenu {
    position: absolute;
    background-color: #FFF979;
    border: solid 1px #C0C0C0;
    border-top: 0px;
    z-index: 1;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 5px 0px 0px 0px;
    -webkit-box-shadow: 0px 3px 2px 0px #C0C0C0;
    -moz-box-shadow: 0px 3px 2px 0px #C0C0C0;
    box-shadow: 0px 3px 2px 0px #C0C0C0;
}
.menusymbolsubmenu img {
    position: relative;
    float: left;
    max-width: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    max-height: 18px;
}
.menusymbolsubmenu li {
    padding: 4px 5px 6px 5px;
    list-style: none;
}
.menusymbolsubmenu li:hover {
    background-color: #D9ECFF;
    cursor: pointer;
}
.content {
    position: relative;
    float: left;
    background-color: #D9ECFF;
    border: solid 1px #C0C0C0;
    height: 614px;
    width: 1034px;
    margin-left: -1px;
    padding: 5px;
    overflow: auto;
}
.content table {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.content th {
    text-align: center;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
}
.content td {
    padding: 3px 5px 3px 5px;
    vertical-align: top;
}
.content td.white {
    background-color: #FFFFFF;
}
.content td.blue {
    background-color: #F9F9F9;
}
.content td.red {
    background-color: #FF5656;
}
.white {
    background-color: #FFFFFF;
}
.blue {
    background-color: #F9F9F9;
}
.subnavi {
    position: absolute;
    display: block;
    width: 100%;
    right: 0px;
    font-weight: bold;
    text-align: right;
    padding: 5px;
    z-index: 10;
}
.subnavi.top {
    top: 0px;
}
.subnavi.bottom {
    background-color: #a4b9ce;
    bottom: 0px;
}
.aenderung {
    position: relative;
    color: #808080;
    font-weight: normal;
    float: left;
    left: 10px;
}
.tree {
    position: relative;
    float: left;
    width: 200px;
    height: 610px;
    margin: 0px 5px 0px 0px;
    border: solid 1px #C0C0C0;
    background-color: #FFFFFF;
    overflow: auto;
}
.tree ul {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.tree ul li a {
    padding: 5px;
    font-weight: bold;
}
.tree ul li ul li a {
    padding: 5px 5px 5px 15px;
    font-weight: normal;
}
.tree ul li a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    color: #000000;
}
.tree ul li a:hover {
    text-decoration: none;
}
.tree ul li a.active {
    background-color: #E4E4E4;
}
.tree ul li a small {
    display: block;
}
.tree ul li.head {
    background-color: #a4b9ce;
    font-weight: bold;
    color: #007CC3;
    padding: 5px;
}
.treecontent {
    position: relative;
    float: left;
    width: 826px;
    height: 610px;
    overflow: auto;
}
input.button, input.suchfeld {
    border: solid 1px #C0C0C0;
    background-color: #FFFFE0;
}
input.suchfeld[type=submit], input.suchfeld[type=button] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
select.suchfeld {
    border: solid 1px #C0C0C0;
    background-color: #FFFFE0;
    margin-bottom: 8px;
}
textarea {
    font-family: Arial,Tahoma,sans-serif;
    font-size: 12px;
}
input[type=text], input[type=button], input[type=password] {
    border: solid 1px #C0C0C0;
    -webkit-appearance:none;
    -webkit-border-radius: 0px 0px 0px 0px;
    padding: 1px;
}
select {
    border: solid 1px #C0C0C0;
}
textarea {
    -webkit-appearance:none;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: solid 1px #C0C0C0;
}
.register {
    position: relative;
    float: left;
    margin-left: -1px;
    margin-top: 2px;
    background-color: #FFFFE0;
    border-bottom: solid 1px #C0C0C0;
    height: 22px;
    width: 1046px;
}
.register a.reiter {
    position: relative;
    float: left;
    height: 17px;
    padding: 2px 10px 2px 10px;
    background-color: #f0f4ff;
    border: solid 1px #C0C0C0;
    border-bottom: 0px;
    text-decoration: none;
    cursor: default;
    margin-right: -1px;
    font-style: italic;
}
.register a.reiter:hover {
    margin-top: -2px;
    height: 19px;
}
.register a.reiter#active {
    background-color: #D9ECFF;
    border: solid 1px #C0C0C0;
    border-bottom: solid 1px #D9ECFF;
    margin-top: -2px;
    height: 19px;
}
#kontaktinformationen {
    position: fixed;
    background-color: #FFF979;
    width: 430px;
    height: 230px;
    top: 280px;
    left: 330px;
    border: solid 1px #C0C0C0;
    padding: 5px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px #C0C0C0;
    -moz-box-shadow: 5px 5px 10px #C0C0C0;
    box-shadow: 5px 5px 10px #C0C0C0;
}
#kontaktinformationen a {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: bold;
}
#kontaktinformationen p {
    margin: 0px 0px 2px 0px;
}
#kontaktinformationen table {
    margin: 0px;
    margin-top: 20px;
    border: 0px;
    padding: 0px;
}
#kontaktinformationen td {
    margin: 0px;
    padding: 0px 0px 2px 0px;
}
.clear {
    clear: both;
}
.googlesuche {
    background-color: #FFF979;
    border: solid 1px #C0C0C0;
    height: 18px;
    margin: 0px;
}
.hinweis {
    position: absolute;
    background-color: #FFF979;
    width: 400px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -205px;
    border: solid 3px #007CC3;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px #000000;
    -moz-box-shadow: 0px 0px 30px #000000;
    box-shadow: 0px 0px 30px #000000;
}
.hinweis.gross {
    width: 600px;
    height: 250px;
    margin-top: -180px;
    margin-left: -305px;
}
.hinweis.druck {
    width: 410px;
    height: 280px;
    margin-top: -190px;
    margin-left: -210px;
}
.hinweis a, .hinweis.gross a.cancel {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: bold;
}
.hinweis.gross a {
    position: relative;
    bottom: 0px;
    right: 0px;
    font-weight: normal;
}
.hinweis.gross .left, .hinweis.gross .right {
    position: relative;
    float: left;
    width: 290px;
    height: 250px;
    margin-right: 10px;
}
.hinweis.gross .right {
    margin: 0px 0px 0px 10px;
}
.hinweis h2 {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
}
.hinweis .buttons {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.hinweis .buttons a, .hinweis .buttons input {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    border: 0px;
    background: transparent;
    cursor: pointer;
    color: #007CC3;
}
.hinweis .buttons a:hover, .hinweis .buttons input:hover {
    text-decoration: underline;
}
.drucken {
    position: absolute;
    background-color: #FFF979;
    width: 600px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -300px;
    border: solid 1px #C0C0C0;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px #C0C0C0;
    -moz-box-shadow: 5px 5px 10px #C0C0C0;
    box-shadow: 5px 5px 10px #C0C0C0;
}
.drucken ul {
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    border-right: solid 1px #C0C0C0;
    height: 270px;
    width: 200px;
    overflow: auto;
}
.drucken li {
    padding: 2px 5px 2px 5px;
    height: 30px;
}
.drucken li:hover {
    background-color: #D9ECFF;
}
.drucken img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.drucken a {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: bold;
}
.druckinformationen {
    position: relative;
    float: left;
    padding: 5px;
}
.einstellung {
    clear: both;
    position: relative;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    background-color: #FFFFFF;
    margin-top: 10px;
    padding: 10px;
    padding-bottom: 30px;
    border: solid 1px #C0C0C0;
}
.einstellung b {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: 10px;
    background-color: #FFF979;
    padding: 5px 10px 5px 10px;
}
.einstellung p {
    margin: 0px;
    margin-top: 5px;
    position: relative;
    float: left;
}
.einstellung .texte {
    position: relative;
    float: left;
    width: 189px;
    height: 250px;
    overflow: auto;
    border-right: solid 1px #C0C0C0;
    margin-right: 10px;
}
.einstellung .texte a {
    display: block;
}
.einstellung .texte a:hover {
    background-color: #D9ECFF;
    text-decoration: none;
}

.filebrowser {
    background-color: #FFFFFF;
    border: solid 1px #C0C0C0;
    padding: 5px;
}

.file {
    position: relative;
    float: left;
    border: solid 1px #C0C0C0;
    height: 150px;
    width: 120px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
}

.file img {
    height: 120px;
    width: 120px;
}

.file .delfile {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 4px;
    background-color: #000000;
    color: #FFFFFF;
    opacity: 0.7;
    display: none;
    -webkit-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    -khtml-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
}

.pdfvorschau {
    position: absolute;
    left: 1110px;
    background-color: #D9ECFF;
    border: solid 1px #C0C0C0;
    height: 681px;
    width: 500px;
    margin-left: -1px;
    padding: 5px;
}

.komfortsuche {
    position: absolute;
    left: 1110px;
    background-color: #D9ECFF;
    border: solid 1px #C0C0C0;
    height: 681px;
    width: 500px;
    margin-left: -1px;
    padding: 5px;
}

.komfortsucheergebnisfeld {
    position: relative;
    height: 280px;
    overflow: auto;
    background-color: #FFFFFF;
    border: solid 1px #C0C0C0;
}

.komfortsucheergebnisfeld ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.komfortsucheergebnisfeld li {
    padding: 5px;
    cursor: pointer;
}

.komfortsucheergebnisfeld li:nth-child(2n) {
    background-color: #F9F9F9;    
}

.komfortsucheergebnisfeld b {
    display: block;
}

.komfortsucheergebnisfeld input[type=checkbox] {
    position: relative;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}

.komfortsucheergebnisfeld li img {
    position: relative;
    float: left;
    height: 40px;
    margin-right: 10px;
}
.email {
    position: absolute;
    background-color: #FFF979;
    width: 800px;
    height: 500px;
    left: 170px;
    top: 150px;
    border: solid 2px #007CC3;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px #000000;
    -moz-box-shadow: 0px 0px 30px #000000;
    box-shadow: 0px 0px 30px #000000;
}
.email b {
    display: block;
    margin-bottom: 10px;
}
.email span.pre {
    position: relative;
    clear: both;
    float: left;
    width: 80px;
    text-align: right;
    margin: 0px 10px 5px 0px;;
}
.email span.field {
    position: relative;
    float: left;
    width: 700px;
    text-align: left;
    margin: 0px 0px 5px 0px;;
}
.email .buttons {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: bold;
}
.email .buttons a {
    margin-left: 20px;
}
.email .auswahl {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 300px;
    width: 400px;
    margin-left: -200px;
    margin-top: -150px;
    background-color: #D9ECFF;
    border: solid 1px #C0C0C0;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px #C0C0C0;
    -moz-box-shadow: 5px 5px 10px #C0C0C0;
    box-shadow: 5px 5px 10px #C0C0C0;
}
.email .auswahl input {
    display: block;
    width: 390px;
    position: relative;
    padding: 2px;
}
.email .auswahl ul {
    position: relative;
    height: 214px;
    padding: 0px;
    overflow: auto;
    list-style: none;
    background-color: #FFFFFF;
    border: solid 1px #C0C0C0;
}
.email .auswahl ul li {
    position: relative;
    padding: 5px 5px 5px 30px;
}
.email .auswahl ul li.selected {
    background-color: #EEEEEE;
}
.email .auswahl ul li img {
    position: absolute;
    top: 2px;
    left: 5px;
    height: 20px;
    width: 20px;
}
.email .auswahl a {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-weight: bold;
}