@font-face {
    font-family: myFont;
    src: url(./BENGOTHN.TTF);
}


a {        font-weight: normal;
        text-decoration: none;
        color: #C00000;
        }

a:table_link{           color: #6060C0;
                        font-size: normal;
                        font-weight:bold;
                        text-decoration: none;
                }
a:link{                 color: #C00000;
                        font-size: small;
                        font-weight:bold;
                        text-decoration: none;
                }
a:link2{                color: #C0C000;
                        font-size: small;
                        font-weight:bold;
                        text-decoration: none;
                }
a.link:visited{         color: #C0C000;
                        font-size: small;
                        font-weight:bold;
                        text-decoration: none;
                }
a.link2:visited{        color: #C00000;
                        font-size: small;
                        font-weight:bold;
                        text-decoration: none;
                }
a.link:active{          color: #0000FF;
                        font-size: small;
                        font-weight:bold;
                        text-decoration: none;
                }
a.link2:active{          color: #0000FF;
                        font-size: small;
                        font-weight:bold;
                        text-decoration: none;
                }
a.link:hover{           color: #00ff00;
                        font-size: small;
                        font-weight:bold;
                        text-decoration: none;
                }
a.link2:hover{          color: #00ff00;
                        font-size: small;
                        font-weight:bold;
                        text-decoration: none;
                }
a.efloh{        display:block;
                width: 174px;
                height: 32px;
                border: none;
                background-image: url('./bilder/efloh_std.jpg');
        }

a.efloh:hover {        background-image: url('./bilder/efloh_over.jpg');






                                }

a.normal {        display:block;
                width: 160px;
                height: 24px;
                border: none;
                background-image: url('./bilder/standart-button.jpg');
                }

a.normal:hover {        background-image: url('./bilder/mouseover-button.jpg');
                                }

p{        font-size: small;
        }

body{           background-image: url('./bilder/seiten-hintergrund.jpg');
                background-color: #000000;
                text-align: center;
                margin-top: 40px;
                font-family: myFont;
                color:#F0F0F0;
                font-size:11;
                font-weight:normal;
                }

h1, h3{        font-weight: normal;
                color:#FFFF1F;
                }


#gesamt{        width:1000px;
                margin: auto;
                font-size: normal;
                font-weight:bold;
                text-align:center;
                border: double #808080;
                }



#obersteZeile{
                                background-color: #000000;

                                height: 1px;
                                width: 899px;
                                text-align: right;
                                border-top: solid #000000;
                                border-bottom: solid #808080;
                                }
#kopfZeile{        position: static;
                        background-image: url('./bilder/wolken-mallinghausen.jpg');
                        height: 132px;
                        text-align: left;
                        }
#arduino_kopfZeile{        position: static;
                        background-image: url('./bilder/flux.jpg');
                        height: 132px;
                        text-align: left;
                        }

#kopfText{        margin-left: 15px;
                        text-align: center;
                        }

#kopfTextGross{        font-size: xx-large;
                                }
#myHeader{        font-size: xx-large;
                                }

#leerUnterHeader{        text-align:left;
                                        background-color: #202020;
                                        height: 10px;
                                        width: 1024px;
                                        }

#obereLinks{        height: 20px;
                                width: 985px;
                                text-align: left;
                                padding: 0px 0px 0px 15px;
                                color: #FFFF1F;
                                background-color: #202080;
                                border-top: solid #808080;
                                border-bottom: solid #808080;
                                }

#subMenue{        float: left;
                        width: 190px;
                        height: auto;
                        min-height: 300px;
                        color: #909060;
                        background-color: #101010;
                        border-right: solid #808080;
                        text-align: left;
                        line-height: 0.1;
                        padding: 0px 0px 15px 15px;
                        }

#inhalt{        width: auto;
                        color: #ffff00;
                        height: auto;
                        text-align: left;
                        }

#bild_hauptseite{        float:left;
                width:645px;
                height:500px;
                padding: 16px 10px 10px 30px;
                background-image: url('./bilder/mallinghausen.jpg');
                }
#dr_bild{       float:left;
                width:720px;
                height:500px;
                padding: 16px 10px 10px 30px;
                background-image: url('./bilder/dr_background.jpg');
                font-weight:bold;
				font-size: middle;
                color: #ffdf80;
                }


#footer{        clear: both;
                        height: 45px;
                        width: 100%;
                        text-align: center;
                        color: #F0F000;
                        background-color: #202080;
                        border-top: solid #808080;
                        border-bottom: solid #808080;
                        }

#footerText{        padding-right: 16px;
                    margin-top: 2px;
                    color: #C0C000;
                    }