body{
  background-color: rgb(250, 249, 242);
}

body, td {
  font-family:'Arial',Arial,sans-serif; 
  font-size:14px;
  color: #333333;
  height: 100%;
}

a {
    text-decoration: none;
}

a:hover {
}

a:visited {
    color : black;
}


#div_menu {
    display: block;
    position: fixed;
    top: 20px;
    right: 63px;
}

#div_menu li {
    list-style: none;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #efefef;
    padding: 10px;
    background-color: #F3CC94;
    margin-bottom: 5px;
    border-radius: 6px;    
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 3px;
    border: solid #aaa 1px;
}


table.folder_tree td {
    border-style: none;
    padding: 3px 3px 3px 0;
}


td.indent {
    width: 30px;
    background-color: #ffffff;
}



td.folder_pic {
    width: 30px;
    background-color: #ffffff;
    vertical-align: top;
}

div.div_folder_pic{
    background-repeat: no-repeat;
    width: 24px;
    height: 16px;
}

td.folder_pic_expanded div.div_folder_pic{
    background-image: url("pics/folder_expanded.png");
}
td.folder_pic_collapsed div.div_folder_pic{
    background-image: url("pics/folder_collapsed.png");
}

td.action_links {
    text-align: right;
}



td.folder_container {
    border-style: none;
}

th {
    background-color: #F3CC94;
    text-align: left;
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h2 {margin-top: 0;}



.table_framed td {
    outline: solid 1px #555;
}

.table_unframed td {
    outline-style: none;
}



table tr:nth-child(even) {background: #ffffff}
table tr:nth-child(odd) {background: #EEE9E9}





.disabled {
    background-color: #ccc;
    color: #666;
}


#top-area {
    clear: both;
}

#img_logo {
    
}

#logo {
    display: block;
    margin: 20px 0 0 20px;
    float: left;    
}

#slogan {
font-size: 26px;
color: #901e26;
margin-top: 40px;
font-weight: bold;
float:left;
}

#right-top-area {
    float:left;
    padding-left: 50px;
    margin-top: 20px;
}

#div_user_name {
}




#content {
    width: 90%; 
    margin: 0 0 0 20px;
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height:auto !important; /* Important Regel für moderne Browser */ 
    height:100%; /* Mindesthöhe für den IE */ 
    overflow: hidden !important; /* FF Scroll-leiste */ 
    padding: 60px;
    border-left: solid #901e26 3px;
}

#div_confirmation {
    display: none;
    position: fixed;
    background-color: #F8FFDD;
    border-color: #0a0;
    border-style: groove;
    padding: 20px;
    text-align: center;
}

h1.page_title {
    color: #901e26;
}

.action_link {
    cursor: pointer;
    font-size: smaller;
    font-weight: bold;
    color: #901e26;
}

#div_msg {
background-color: #EEACAE;
font-size: 2em;
padding: 10px;
text-align: center;
border: 1px solid red;
}