body {
    background-color: #263f39;
    padding: 25px;
    margin: 0;
    font-family: Times New Roman;
}

img {
    border: none;
}

#content {
    width: 974px;
    min-height: 718px;
    background-color: #545670;
    background-image: url(images/content_back.png);
    background-repeat: repeat-x;
    background-position: 0px 40px;
    margin: 0 auto;
}

#titelleiste {
    height: 40px;
    background-image: url(images/titel_back.png);
}

#titelname {
    margin: 2px 15px;
    font-size: 30px;
    float: left;
    color: #010101;
}

#titelmenu {
    width: 104px;
    margin: 0 auto;
    padding-top: 8px;
    text-align: center;
}

#titelicons img {
    padding-top: 0px;
    vertical-align: middle;
}

#titelicons {
    padding: 0 5px;
    width: 94px;
    height: 23px;
    background-image: url(images/icons_back.png);
}

#titeluser {
    float: right;
    margin: 11px 15px;
    font-size: 12px;
    color: #010101;
}

#titeluser span {
    font-size: 14px;
}

#inhalt {
    padding: 5px 20px 15px;
    margin: 0;
    overflow: auto;
    _height:1%;
}

#spalte1,
#spalte2 {
    float: left;
    width: 290px;
    padding: 5px;
    list-style: none;
}

#spalte1,
#spalte2,
#spalte3 {
    margin-top: 0;
    min-height: 31px;
    display: block;
}

#spalte1 {
    padding-right: 20px;
}

#spalte3 {
    float: right;
    width: 290px;
    padding: 5px;
    list-style: none;
}

.folderhead {
    background-image: url(images/folder_back.png);
    background-repeat: no-repeat;
    width: 290px;
    height: 31px;
    margin: 10px 0 6px 0;
}

.folderdesc {
    padding-left: 30px;
    padding-top: 5px;
    height: 26px;
    color: #ffffff;
}

.folder_open {
    background-image: url(images/folder-open.gif);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.folder_closed {
    background-image: url(images/folder-closed.gif);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.folderdesc a {
    color: #ffffff;
    text-decoration: none;
}

.foldermenu {
    padding-top: 3px;
    padding-right: 8px;
    float: right;
}

.foldermenu img {
    vertical-align: middle;
}

.folder ul {
    list-style: none;
    margin: 0 5px;
    padding: 0;
}

li.entry {
    background-color: #d5d5d5;
    height: 20px;
    margin-bottom: 2px;
    width: 280px;
}

li.entry:hover {
    background-color: #efefef;
}

.entrytitle {
    
}

.entrytitle a {
    background-image: url(images/document.gif);
    background-repeat: no-repeat;
    background-position: 3px 50%;
    padding-left: 22px;
    font-size: 14px;
    text-decoration: none;
    color: #020858;
}

.entrymenu {
    float: right;
    margin-right: 7px;
}

.entrymenu img {
    vertical-align: middle;
    margin-bottom: 3px;
}

.desc {
    position: absolute;
    background-image: url(images/desc_back.png);
    background-repeat: no-repeat;
    width: 277px;
    height: 80px;
    padding: 2px 5px;
    margin-top: 5px;
    display: none;
    color: #171c64;
    z-index: 99;
}

#menu {
    background-image: url(images/menu_back.png);
    background-repeat: no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 408px;
    height: 253px;
    margin-left: -204px;
    margin-top: -127px;
    display: none;
}

#menutitle {
    background-image: url(images/pageflip.gif);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    padding-left: 30px;
    padding-top: 4px;
}

#menu form {
    height: 100%;
    margin: 0;
}

#menu label {
    float: left;
    width: 190px;
    text-align: right;
    margin-right: 15px;
    color: #ffffff;
}

#menu input[type="text"],
#menu input[type="password"] {
    font-family: MS Shell Dlg;
    font-size: 10pt;
    background-color: #cccde1;
    width: 180px;
    margin-bottom: 15px;
}

#menu textarea {
    font-family: MS Shell Dlg;
    font-size: 10pt;
    width: 180px;
    background-color: #cccde1; 
}

#submitbutton {
    float: left;
    width: 170px;
    margin-right: 60px;
    text-align: right;
}

#menu_oben {
    height: 70%;
}

#menu_unten {
    height: 30%;
}

#menu_container {
    height: 100%;
    width: 100%;
    padding-top: 3px;
    padding-left: 3px;
}

#menu_content {
    margin-right: 5px;
    height: 225px;
    overflow: auto;
}

#menu_content ul {
    list-style: none;
    padding: 0px 10px;
}

#menu_content li {
    padding-left: 5px;
    background-color: #D5D5D5;
    height: 18px;
    color: #020858;
    margin-bottom: 2px;
    font-size: 14px;
    text-decoration: none;
    padding-top: 2px;
}

#menu_content li:hover {
    background-color: #efefef;
}

#menu input[type="submit"],input[type="reset"] {
    width: 120px;
}

#grey_bg {
    background-image: url("images/grau.png");
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.item_hover {
    border: 1px Dashed Black;
}