/* $Id: default.css 144 2016-05-03 16:36:14Z PragmaMx $ */

#mxbout {
   /*background-color: transparent;
   color: $tabletext;*/
}

#mxbout .altbg1 {
   background-color: $altbg1;
   /*color: $tabletext;*/
}

#mxbout .altbg2 {
   background-color: $altbg2;
   /*color: $tabletext;*/
}

#mxbout .bordercolor {
   background-color: transparent;
   /*color: inherit;*/
}

#mxbout .botnav {
   background-color: transparent;
   color: $tabletext;
   /*font-family: $font, $altfont;
   font-size: $font1;*/
   font-weight: normal;
}

#mxbout .category {
   background-color: $catcolor;
   color: inherit;
   /*font-family: $font, $altfont;
   font-size: $font0;*/
}

#mxbout .code {
   background-color: transparent;
   color: $tabletext;
}

#mxbout .f11pix {
   background-color: transparent;
   color: $tabletext;
   /*font-family: $font, $altfont;
   font-size: $font1;*/
}

#mxbout .f12pix {
   background-color: transparent;
   color: $tabletext;
   /*font-family: $font, $altfont;
   font-size: $font0;*/
}

#mxbout .f15pix {
  /* font-family: $font, $altfont;
   font-size: $font3;*/
}

#mxbout .multi {
   /*font-family: $font, $altfont;*/
   /*font-size: 9px;*/
   height: 30px;
}

#mxbout .mxb-header {
   background-color: $bgcolheader;
   color: $bgcolheadertext;
  /* font-family: $font, $altfont;*/
   /*font-size: $font1;*/
   font-weight: bold;
}

#mxbout .mxb-header h3,
#mxbout .mxb-header a,
#mxbout .mxb-header a:link, 
#mxbout .mxb-header a:visited, 
#mxbout .mxb-header a:active, 
#mxbout .mxb-header a:hover {
   background-color: $bgcolheader;
   color: $bgcolheadertext !important;
}

#mxbout .mxb-input-image {
   background-color: transparent;
   border: none;
   color: inherit;
   cursor: pointer;
}

#mxbout .mxb-nav {
   /*font-family: $font, $altfont;
   font-size: $font0;*/
   font-weight: bold;
   padding: .3em .1em .3em .1em;
}

#mxbout .navinthread a:hover {
   background-color: $bgcolheadertext;
   color: $bgcolheader;
}

#mxbout .navinthread, 
#mxbout .navinthread a:link, 
#mxbout .navinthread a:visited, 
#mxbout .navinthread a:active, 
#mxbout .navinthread a:hover {
   background-color: transparent;
   color: $bgcolheadertext;
   /*font-family: $font, $altfont;
   font-size: $font1;*/
   font-weight: normal;
   text-decoration: none;
}

#mxbout .navtd a:hover {
  /* background-color: $bgcolheadertext;*/
   color: $bgcolheadertext;
}

#mxbout .navtd, 
#mxbout .navtd a:link, 
#mxbout .navtd a:visited, 
#mxbout .navtd a:active, 
#mxbout .navtd a:hover {
   background-color: $bgcolheader;
   /*color: $bgcolheadertext;
   font-family: $font, $altfont;
   font-size: $font1;*/
   text-decoration: none;
}

#mxbout .post {
   /*font-family: $font, $altfont;
   font-size: $font3;*/
   font-weight: bold;
   white-space: nowrap;
}

#mxbout .post img {
   margin-bottom: .3em;
   margin-top: .3em;
}

#mxbout .postauthor {
   /*font-family: $font, $altfont;
   font-size: $font2;*/
   font-weight: bold;
}

#mxbout .tablerow {
   /*font-family: $font, $altfont;
   font-size: $font0;*/
}

#mxbout .text {
   /*font-size: $font0;*/
}

#mxbout textarea {
   max-width: 99%;
   width: 99%;
}

#mxbout .mxb-signatur {
   /*font-size: $font1;*/
   border-top: 1px solid $bordercolor;
   margin-top: 4em;
}

#mxbout .mxb-signatur.imgshrink img {
   max-height: {$sigimgheight}px;
   max-width: {$sigimgwidth}px;
}

#mxbout .ebpostchild img {
   max-height: {$max_h}px;
   max-width: {$max_w}px;
}

