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

body
{
    
}

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

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

#textBereich a:hover 
{
    text-decoration: underline;
    background-color: #17365D;
    color: #f7f7f7;
}

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

IMG.displayed 
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}

button
{
    margin: auto;
}

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

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

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

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

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

#menueOben table td:hover
{
    background-color: #17365D;
    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;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}