body {
    height: 100%;
    padding-top: 2.5em;
    background-color: rgb(183, 203, 153);
    }

body,input,select {
    font: 12px Arial, sans serif;
    color: #0D1B74;
    }

a {
    text-decoration: none;
    color:inherit;
    }

a:hover, span.action_link:hover {
    color: rgb(110, 83, 204);
    }

a:visited {
    }

    
#logo {
    position: absolute;
    top: 0;
    left: 0;
    }    

#logo a {
    display: block;
    height: 82px;
    width: 166px;
    }    

#div_user_name {
    position: absolute;
    right: 20px;
    bottom: 20px;
    }

#div_menu {
    display: block;
    position:fixed;
    top:20px;
    right:20px;
}



div.menu_item {
    float:right;
    max-height: 100px;
    width: 10em;
    text-align: center;
    }


div.mainmenu_item,
div.submenu_item {
    font-size: 1.5em;
    border: 1px solid #efefef;
    padding: 8px;
    background-color: #8BAB5B; 
    opacity: 1.0;
    }

div.submenu_item {
    display: none;
    /*margin-bottom: -100%;*/
    }


    

div.menu_item:first-child .mainmenu_item {
    border-top-right-radius: 0.5em;
    }    
    
div.menu_item:first-child.collapsed .mainmenu_item {
    border-bottom-right-radius: 0.5em;
    }    
    
div.menu_item:last-child .mainmenu_item {
    border-top-left-radius: 0.5em;
    }    
div.menu_item:last-child.collapsed .mainmenu_item {
    border-bottom-left-radius: 0.5em;
    }    
    
    

div.submenu_item:last-child {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    }
    
    
    
div.menu_item a:hover,
div.news p a:hover {
    color: rgb(151, 83, 204);
    }


    
    
div.news {
    border: solid #71d1f9;
    padding: 20px; 
    margin: 0 0 20px 20px;   
    }
    
div.news p {
    margin-left: 20px;
    font-size: 150%;
    font-style: italic;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;    
    }

td,th {
    padding: 0.3em 0.5em;    
    border: solid #aaa 1px;
    }



th, .action_link {
    background-color: #0D490E;
    color: rgb(195, 193, 228);
    }

th {
    text-align: left;
    font-size: 1.3em;    
    }

th.field {
    }

th.childs {
    }

th.actions {
    }

input,select {
    margin: 3px;
}
    
    
h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    }
    
h2 {
    margin-top: 0;
    }


table tr:nth-child(even) {background: #C2E58E}
table tr:nth-child(odd) {background: #8BAB5B}

.disabled {
    background-color: #ccc;
    color: #666;
    }

#top-area {
    /* background: url(images/bg-header.gif) left bottom repeat-x;    */
    height: 15px;
    max-height: 50px;
    }

#slogan {
    float: left;
    font-size: 26px;
    color: #aa00aa;
    line-height: 76px;
    margin-top: 68px;
    font-weight: bold;
    }

#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: 17px 180px 17px 30px;
    }

    
.content_block, #div_msg {
    margin-top: 2em;
}
    
.content_column {
    margin-right: 5em;
    display: block;
    float: left;
    }

    
#div_confirmation, #div_msg {
    padding: 20px;
    background-color: #739761;
    border: 4px solid #aaa;
    box-shadow: 30px 30px 13px rgba(13, 73, 14, 0.23);
    border-radius: 7px;
    color: #D80616;
    text-align: center;
    font-size: 150%;
    opacity: 0.8;    
    }
    
#div_confirmation {
    position: fixed;
    display: none;
    }

    
#div_msg {
    font-size: 1.5em;
    min-height: 2.5em;
    }



#div_msg.level_10 {
    background-color: #FA3434;
    color: #0C1D6E;
    }

    
    
h1.page_title {
    }

.action_link, .action_link_big {
    display: inline-block;
    margin: 0.2em;
    cursor: pointer;
    font-weight: bold;
    border: solid 1px #aaa;
    box-shadow: 5px 5px 5px rgba(13, 73, 14, 0.38);
    border-radius: 7px;
    background-color: #0D490E;
    padding: 0.2em 0.6em;
    }

.action_link_big {
    display: inline-block;
    font-size: 160%;
    }

.action_link_big:disabled {
    border: solid 1px rgb(80,80,80);
    background-color: rgb(200,200,200);
    color: rgb(0,0,0);
    }

.action_link {
    font-size: 120%;
    }


.numeric {
	text-align: right;
    }

.td_editable {
    cursor: pointer;
    }

.td_editable:hover {
    color: #d81d1d;
    background-color: #111111;
    }

    
#div_please_wait {
    position: fixed;
    left: 10px;
    top: 10px;
    display:none;
    }
#div_please_wait.please_wait {
    display:block;
}
#content.please_wait {
    opacity:0.5;
}


img.thumb {
    border: 1px solid #dddddd;
    height: 120px;    
    }


div.dropzone {
    text-align: center;
    border: dashed 3px #14525a;
    vertical-align: middle;
    padding-top: 35px;
    margin-bottom: 20px;
    cursor: copy;
    color: black;
    min-height: 100px;
    padding: 0;
    }


.postit {
    float:left;
    max-width: 20em ;
    margin: 18px;
    padding: 47px 15px 15px 15px;
    box-shadow: 10px 10px 5px #2C231E;
    background-image: url(img/pin100.png);
    background-repeat: no-repeat;
    background-position: top;
    color: #200E04;
    font-family: 'Kite One', sans-serif;
    background-color: #F4F592;
    }
 

.postit:nth-of-type(3n) {
   -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}

.postit:nth-of-type(3n-1) {
   -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.postit:nth-of-type(3n-2) {
   -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

    