/* Haupt Einstellungen zur 2015er MFB - WebSeite */
html
{
    background: #f7f7f7;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    border: none;
}

body
{

}

img
{
    cursor: help;
}

a:visited, a:link, a
{
    text-decoration: none;
    color: inherit;
}

#textBereich a, #textBereich a:link, #textBereich a:visited
{
    text-decoration: underline;
}

#textBereich 
{
    text-align: center;
}

#textBereich a:hover
{
    text-decoration: underline;
    background-color: #0000FF;
    color: #f7f7f7;
}

table td
{
    padding-right: 30px;
    padding-left: 10px;
}

table th
{
    text-align: left;
}

/* Bereichsdefinitionen */
#gesamterBereich
{
    width: 970px;
    margin: 20px auto;
}

#textBereich
{
    width: 970px;
    font-size: 16px;
    /*    background-color: #00FF00; */
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
}

#bildBereich
{
    width: 970px;
    height: 250px;
    background-image: url(../bilder/winter.jpg);
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menueOben
{
    width: 970px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    /*background-color: #FF0000;*/
    text-align: center;
}

#menueOben table td
{
    height: 50px;
    background-color: #f7f7f7;
}

#menueOben table td:hover
{
    background-color: #FFB207;
    color: #FFFFFF;
}

#menueLinks
{
    /*background-color: #0000FF;*/
    width: 222px;
    display: inline-block;
}

#menueLinks table tr
{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 35px;
}

#footerBereich
{
    margin-top: 10px;
    margin-left: 226px;
    /*    background-color: #FFFF00;*/
    height: 50px;
}

#footerBereich table td
{
    height: 50px;
    text-align: center;
}

#boxes #dialog2
{
  background:url(../bilder/notice_klein.png) no-repeat 0 0 transparent;
  width:777px;
  height:244px;
  padding:0px 0 25px 15px;
}

#boxes .window
{
  position:fixed;
  left:0;
  top:0;
  width:800px;
  height:487px;
  display:none;
  z-index:9999;
  padding:20px;
}

#mask
{
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}