@charset UTF-8;

html,body {
    background-color : #282827;
    font-family: Helvetica, Verdana, sans-serif;
    height: 100%;
    width: 100%;
}

.clear {
	clear:both;
}



#mainWrapper {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 860px;
}

#header {
    height: 135px;
    position: relative;
    width: 860px;
}

#logo {
    height: 50px;
    left: 741px;
    position: absolute;
    top: 44px;
    width: 140px;
}

#logo a {
    border: none;
    display: block;
}

#logo img {
    border: none;
}

#contentWrapper {
    width: 860px;
}

#menu {
    float: left;
    width: 160px;
}

.mainMenuItem {}

.mainMenuItem a {
    color: #ffffff;
}

.mainMenuItem a:hover {
    color: #999999;
}

.mainMenuItemAct {}

.mainMenuItemAct a {
    color: #999999;
}

.mainMenuItemSub {
    padding-left: 10px;
}

.mainMenuItemSub a {
    color: #ffffff;
}

.mainMenuItemSub a:hover {
    color: #999999;
}

.mainMenuItemSubAct {
    padding-left: 10px;
}

.mainMenuItemSubAct a {
    color: #999999;
}

#content {
    float: left;
    margin-left: 20px;
    width: 680px;
}



/* !twoColums */
/* ---------------------------------------------------------------------- */

#twoColumnWrapper {
    border: 1px solid #ffffff;
    height: 430px;
    width: 680px;
}

#twoColumnLeft {
    float: left;
    width: 330px;
}

#twoColumnRight {
    float: left;
    height: 410px;
    margin: 10px;
    overflow-y: auto;
    width: 330px;
}



/* !project */
/* ---------------------------------------------------------------------- */

#projectBigWrapper {
    /* border: 1px solid #ffffff; */
    height: 430px;
    width: 680px;
}

#projectGalleryThumbWrapper {
    height: 25px;
    margin-top: 10px;
    width: 680px;
}

#projectGalleryThumbWrapper a:hover {
    background-color: #ffffff;
}

.projectGalleryThumb {
    border: 1px solid #ffffff;
    display: block;
    float: left;
    height: 15px;
    margin-right: 5px;
    width: 15px;
}

.projectGalleryThumbAct {
    background-color: #ffffff;
}

#projektGalleryPreloader {
    height: 680px;
    overflow: hidden;
    position: absolute;
    top: -9000px;
    width: 680px;
}

/* !feediting */
/* ---------------------------------------------------------------------- */

#feEditAdvanced-container {
    position: fixed;
    z-index: 8000;
}


div#feEditAdvanced-menuBar a.feEditAdvanced-smallButton {
    background-image: none !important;
    background-color: #000000 !important;
    font-size: 13px !important;
    padding: 5px !important;
    width: auto !important;
}

div#feEditAdvanced-menuBar a.feEditAdvanced-button, div#feEditAdvanced-menuBar a.feEditAdvanced-smallButton, div#feEditAdvanced-menuBar div.feEditAdvanced-smallButton {
    background-image: none !important;  
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: auto !important;
}
