@import url( reset.css ); /* Reset browser defaults */

body {
	font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr {
    float: none;
    clear: both;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

#header {
    width:100%;
    height: 140px;
    background: url(../img/header-bg.png) top left repeat-x;
}

#logo {
    width: 457px;
    height: 100px;
    padding: 20px 0;
}

#menu-bar {
    width:100%;
    height: 39px;
    background: #f47721 url(../img/balk.jpg) center top repeat-x;
    margin-bottom: 20px;
}

#menu-bar a {
    display: block;
    height: 39px;
    padding: 14px 0 13px;
    color: #fbc235;
    font-weight: bold;
    text-decoration: none;
}

#menu-bar a:hover {
    color: #fff;
}

#menu-left {
    float: left;
    height: 39px;
}

#menu-left a#back {
    padding-left: 18px;
    background: url(../img/icons/resultset_previous.png) 0 23% no-repeat;
}

#menu-left a#home {
    padding-left: 36px;
    background: url(../img/home.png) 0 15% no-repeat;
}

#menu-right {
    float: right;
    height: 39px;
}

#menu-right a#logout {
    padding: 13px 0 14px 36px;
    background: url(../img/logout.png) 0 20% no-repeat;
}

#content {
    width: 100%;
    text-align: center;
}

#sliderlist {
    list-style-type: none;
    border: 1px solid black;
}

.SitefileInactive {
    background: #FF3333;
}

.home-navcontainer {
    list-style-type: none;
    width: 100%;
    clear: both;
}

.home-navcontainer li {
    float: left;
    width: 200px;
    margin-bottom: 15px;
}

.home-navcontainer li.item img {
    width: 100px;
    margin: 10px auto;
}

.home-navcontainer li a {
    display: block;
    float: none;
    clear: both;
}

/*ul#photos, ul#files {
    text-align: center;
}

.home-navcontainer li.sitefile-item {
    float: none;
    clear: both;
    margin: 15px auto;
}

.home-navcontainer li.sitefile-item a {
    display: inline;
    vertical-align: 3px;
}

.home-navcontainer li.sitefile-item img {
    width: auto;
    margin: 0 4px;
}*/

.errors {
    list-style-type: none;
    padding-left: 0px;
    background: #FF3333;
}

.messages {
    list-style-type: none;
    padding-left: 0px;
    background: #FFCC66;
}

.filelist {
    list-style-type: none;
    padding-left: 0px;
}

.filelist li {
    border: 1px solid black;
    background: lightgrey;
    padding: 4px;
    margin: 2px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.nav {
    list-style: none;
}

.nav li {
    float: left;
    padding-right: 40px;
}

.horizontal {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
}

.horizontal img {
    margin-top: -5px;
    display: block;
    float: left;
}

.horizontal li {
    margin-top: 13px;
    padding-right: 50px;
    display: block;
    float: left;
}

.sort-handle {
    position: relative;
    height: 20px;
    margin-bottom: 4px;
    line-height: 170%;
}

.pagelist li {
    position: relative;
}

.align-right {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 10;
}

.menu-item {
    border: 1px solid black;
    background: lightgrey;
    padding: 4px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
}

.icon {
    border: 1px solid grey;
    margin-left: 2px;
    padding: 0px;
}

.successMessage {
    background: lightgreen;
}

.errorMessage {
    background: red;
}

.pagelist {
    list-style-type: none;
    padding-left: 0px;
}

.pagelist li {
    border: 1px solid black;
    background: lightgrey;
    padding: 4px;
    margin: 2px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.thumbnail {
    margin: 5px;
    border: 1px solid black;
}

.mceLayout {
    display: inline-table;
}

.thumbnails {
    cursor: move;
    background: #F8F8F8;
    margin: 2px;
}

.thumbnail-delete, .thumbnail-add {
    cursor: pointer;
}

#busy-indicator { 
    display:none;
}