* {
    font-family: 'trebuchet ms',arial,sans-serif;
}

a {
    color: #0000EE;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


body {
    min-width: 99%;
    padding: 0.5%;
}

#head p {
    float: left;
    font-size: 32px;
    font-weight: bold;
}

#head h1 a img {
    vertical-align: top;
    margin-top: 3px;
    border: none;
}

#content {
    background: #eee url(/img/ring_binder_book_red.jpg) no-repeat right 5px;
    border: 1px solid #999;
    min-height: 495px;
    padding: 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}

#main-menu {
    float: left;
}

#main-menu li {
    float: left;
    list-style-type: none;
    margin-right: 0.5em;
}

#main-menu li a:hover {
    background-color:#996633;
    color:White;
}

#main-menu a {
    border:1px solid #996633;
    text-decoration: none;
    padding:0.1em 0.5em;
    color: Black;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}

#main-menu li.selected a {
    background:#996633 none repeat scroll 0 0;
    color:White;
}

#add-menu {
    clear: left;
    background-color: #996633;
    width: 100%;
    height: 20px;
    color: White;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
}

#add-menu a {
    color: White;
}

#add-menu div {
    float: right;
}

#add-menu ul {
    float: left;
}

#add-menu li {
    list-style-type: none;
    padding: 0.1em 0.5em 0.1em 0.5em;
}

#add-menu-content li {
    float: left;
    padding-left: 0.5em;
    border-left: 1px dashed white;
}

#add-menu-content li span {
    padding: 0 2px 0 2px;
}

#add-menu-content li a:hover {
    background-color: White;
    color: #996633;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

#add-menu-content a {
    text-decoration: none;
}

#foot {
    text-align:right;
    padding-top: 7px;
    margin-top: 3px;
}

.LoginLogoutBox {
    float: right;
}

div#body {
    clear: both;
}

/* Login page + forms */
div#content div.row {
    margin-top: 3px;
}

/* bulleted list */
ul.bullet li {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 1em;
}

/* bulleted list */
ol.bullet li {
    list-style: unset;
    margin-left: 2em;
}

ul.bullet li.selected a {
  font-weight: bold;
  font-style: italic;
}

ul.bullet li ul {
    margin-left: 15px;
}

/* Info messages */

div#info-messages {
    -moz-border-radius: 8px;
    background-color: #FFCC66;
    border-radius: 8px;
    border: 5px ridge #996633;
    padding: 2px;
    position: absolute;
    right: 100px;
    top: 10px;
    z-index: 1000;
}

div#info-messages ul li {
    background: url(/++resource++img/Symbol-Check.png) no-repeat;
    list-style-type: none;
    padding-left: 36px;
    padding-top: 6px;
    height: 25px;
}

/* about page */
dl#about dd {
    text-indent: 3em;
}

/* error messages */
div.status div.summary {
    background: #FFCC66 url(/++resource++img/Symbol-Error.png) no-repeat 1px 1px;
    padding-left: 36px;
    padding-top: 7px;
    height: 25px;
    border: 5px ridge #996633;
}

div.status ul.errors li {
    background: url(/++resource++img/Symbol-Error.png) no-repeat 1px 1px;
    padding-left: 36px;
    list-style-type: none;
}

div.error div.error {
    color: red;
}

/* headlines */
div#content h1 {
    font-size: 24px;
    font-weight: bold;
}

div#content h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

/* tipps */
p.hint {
    margin-top: 10px;
    color: #555555;
}

code,
pre {
    font-family: monospace;
}

strong {
    font-weight: bold;
}
