@font-face {
    font-family: 'fedramedium';
    src: url('fedramedium.eot');
    src: url('fedramedium.woff') format('woff'),
        url('fedramedium.eot?#iefix') format('embedded-opentype'),
        url('fedramedium.ttf?#iefix') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'fedraregular';
  src: url('fedraregular.eot');
  src: url('fedraregular.woff') format('woff'),
       url('fedraregular.eot?#iefix') format('embedded-opentype'),
       url('fedraregular.ttf?#iefix') format('truetype');

  font-weight: normal;
  font-style: normal;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    /*border: 1px solid #ff0000;*/
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 963px; 
}

.startmenu {
    font-family: 'fedraregular';
    font-size: 110pt;
    text-decoration: none;
    color: #000000;
    position: absolute; 
    /*margin-left: -300px;*/
    /*left: 50%; */
    text-align:center; 
    width:100%;
}
.startmenu:hover {
    color: #c8282d;
}

.mainmenu {
    font-family: 'fedraregular';
    font-size: 15pt;
    text-decoration: none;
    color: #000000;
    position: relative;
    top: -11px;
    /*line-height: 35px;*/
    /*vertical-align: 10px;*/
}
.mainmenu:hover {
    color: #c8282d;
}
.mainmenu_active {
    font-family: 'fedraregular';
    font-size: 30pt;
    text-decoration: none;
    /*color: #ff0000;*/
    position: relative;
    top: -6px;
}


.work {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: brightness(100%);
} 
.work:hover {
    cursor: pointer;
    -webkit-filter: brightness(50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body {
    margin: 0;
    height: 100%;
    background-color: white;
}


.logoimage {
    position: fixed;
    top: 10px;
    left: 10px;
}
/*.rightmenu {
    position: fixed;
    top: 10px;
    right: 10px;
    background: url(../images/minimenu_passive.png);
    width: 70px;
    height: 35px;
    cursor: pointer;
}
*/

#rightmenu {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 75px;
    /*height: 5000px;*/
    height: 165px;
    cursor: pointer;
    /*bottom: 10px;*/
    /*border: 1px solid #00ff00;*/
}


.rightmenu_mini {
    position: absolute;
    top: 10px;
    right: -10px;
    background: url(../images/minimenu_passive.png);
    width: 70px;
    height: 35px;
    cursor: pointer;
}

.rightmenu_mini:hover {
   background: url(../images/minimenu_hover.png);
}

.rightmenu_content {
    background: #ffffff;
    /*background: rgba(255,255,255,0.9);*/
    /*border: 1px solid #ff0000;*/
    /*height: 100%;*/
/*    position: relative;
    padding: 5px;
    top: 40px;
    display: none;
    background-color: #ffffff;
*/}

.rightmenu_content_item {
    font-family: 'fedraregular';
    font-size: 10pt;
    text-decoration: none;
    color: #000000;
    line-height: 5px;
    /*margin-bottom: 30px;*/

}
.rightmenu_content_item:hover {
     color: #c8282d;
 }

.about_content {
    width: 500px;
    left: 38px;
    position: relative;
    font-family: 'fedraregular';
    font-size: 12pt;
    top: 70px;
}

.carousel {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 450px; 
}



.header {
    position: fixed;
    top: 0;
    /*right: 0;*/
    /*left: 0;*/
    z-index: 1030;
    background-color: rgba(255, 255, 255, 1);
    width: 963px;
}
.header_mini {
    position: fixed;
    top: 0;
    /*right: 0;*/
    /*left: 0;*/
    z-index: 1030;
    background-color: rgba(255, 255, 255, 1);
    width: 963px;
}
.outer {
    /*position: relative;*/
    margin-left: 15px;
    margin-right: 15px;
    width: 963px;
}
.centered {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 963px;
     /*margin: auto;  */
    /*position: absolute;*/
    /*left:0;*/
    /*right: 0;*/
    padding-top: 60px;
}
.centered_nopadding {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 963px;
     /*margin: auto;  */
    /*position: absolute;*/
    /*left:0;*/
    /*right: 0;*/
}
.spacer {
    padding-top: 110px;
}
.spacer_mini {
    padding-top: 50px;
}
.divTable{
    display: table;
    /*width: 1000px;*/
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    display: table-header-group;
}
.divTableCell, .divTableHead {
    display: table-cell;
    padding: 0 3px;
    vertical-align:top;
}
.divTableCell_np, .divTableHead_np {
    display: table-cell;
    vertical-align:top;
}
.divTableHeading {
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

.boldline {
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
    margin-top: 10px;
    height: 2px;
    border-top: 2px solid #000000;
}
.line {
    /*position: relative;*/
    /*top: 20px;*/
    height: 2px;
    /*border-top: 1px solid #cccccc;*/
    border-top: 1px solid #444444;
    /*margin-top: 1px;*/
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
}
.line_bottom {
    height: 3px;
    border-bottom: 1px solid #000000;
    width: 963px;
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
}
.logo {
    /*padding-left: 15px;*/
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.halflogo {
    /*display: inline-block;*/
    padding-left: 50px;
    padding-top: 25px;
}
.halflogo_mini {
    /*display: inline-block;*/
    padding-left: 100px;
}
.section {
    padding-top: 140px;
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
}
.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.header1 {
    font-family: 'fedraregular';
    font-size: 22pt;
}
.header2 {
    font-family: 'fedraregular';
    font-size: 16pt;
    padding-bottom: 5px;
}
.header3 {
    font-family: 'fedraregular';
    font-size: 10pt;
}
.slogan {
    font-family: 'fedraregular';
    font-size: 12pt;
    padding-top: 25px;
}
.slogan_mini {
    font-family: 'fedraregular';
    font-size: 12pt;
}
.sectionname {
    font-family: 'fedraregular';
    font-size: 10pt;
    bottom: 0;
    padding-left: 3px;
}



/*

body {
    margin: 0;
    height: 100%;
    background-color: white;
}

.wrapper {
  position: relative;
  max-width: 963px;
  margin: 0 auto;
  height: 1000px;
}

.logo-wrapper {
  position: absolute;
  top: 0;
  left: -100px;
  bottom: 0;
  width: 90px;
}

.logo {
  position: fixed;
  width: 90px;
  top: 10px;
}

.content {
    display: table;
    margin-right: auto;
    margin-left: auto;
    width: 963px;
}
*/




