/******************* Allgemein   ****************************/
body {
        background-color:#000000;
        margin: 0 auto;
        padding: 0px;
        text-align: left;
}

table, td, tr
{
        margin: 0px;
        border-spacing: 0px;
}

/******************* Schriften   ****************************/
h1,h2,h3,h4
{
        margin: 0px;
        font: 14px Arial, sans-serif;
        color: #000000;
        text-decoration: none;
}

h1
{
        font-size: 16pt;
        font-weight: bold;
}

h2
{
        font-size: 14pt;
        font-weight: bold;
}
h3
{
        font-size: 12pt;
        font-weight: bold;
}
h4
{
        font-size: 8pt;
}
h5
{
        font-size: 12pt;
}

.text{
        font: 14px Arial, sans-serif;
        color: #000000;
        text-decoration: none;
        text-align:justify;
}
.text_rot{
        font: 14px Arial, sans-serif;
        color: red;
        font-weight: bold;
        text-align:justify;
}
.text_klein{
        font: 12px Arial, sans-serif;
        color: #000000;
        text-decoration: none;
        text-align:justify;
}
.head{
        font: 14px Arial, sans-serif;
        color: #000000;
        font-weight: bold;
        text-align:justify;
}

/******************* Links     **********************************/

a:link {
        color: #000000;
        text-decoration: none;
        border:0px;
}

a:visited {
        color: #000000;
        text-decoration: none;
        border:0px;
}

a:hover {
        color: #A52A2A;
        text-decoration: none;
        border:0px;
}


/********************  Position  ***********************************/

#mittig{
        width:1350px;
        min-height: 200px;
        margin: 0 auto;
        text-align: left;
}

#gesamt{
         position: absolute;
         width:1350px;
}


/********************  unterseiten  deutsch ***********************************/
#oben {
        width:1350px;
        height:135px;
        background-image: url(bilder/oben.jpg);
}

#links     {
        float: left;
        width:157px;
        height:200px;
        }
#unterschrift {
        float: left;
        width:157px;
        height:35px;
        background-image: url(bilder/unterschrift.jpg);
}

 .start {
        float: left;
        display: block;
        width:157px;
        height:37px;
        background-image: url(bilder/start.jpg);
}
.ort {
        float: left;
        display: block;
        width:157px;
        height:49px;
        background-image: url(bilder/ort.jpg);
}
.programm {
        float: left;
        display: block;
        width:157px;
        height:42px;
        background-image: url(bilder/programm.jpg);
}
.spielrunden {
        float: left;
        display: block;
        width:157px;
        height:37px;
        background-image: url(bilder/spielrunden.jpg);
}
.anmeldung {
        float: left;
        display: block;
        width:157px;
        height:37px;
        background-image: url(bilder/anmeldung.jpg);
}
.eintragen {
        float: left;
        display: block;
        width:157px;
        height:54px;
        background-image: url(bilder/eintragen.jpg);
}
.links {
        float: left;
        display: block;
        width:157px;
        height:44px;
        background-image: url(bilder/links.jpg);
}
.anfahrt {
        float: left;
        display: block;
        width:157px;
        height:41px;
        background-image: url(bilder/anfahrt.jpg);
}
#unterm_menu {
        float: left;
        display: block;
        width:157px;
        height:161px;
        background-image: url(bilder/unterm_menu.jpg);
}

#textfeld {
        float: left;
        width:511px;
        height:537px;
        background-image: url(bilder/textfeld.jpg);
}
#bild_rechts {
        float: left;
        width:682px;
        height:537px;
        background-image: url(bilder/bild_rechts.jpg);
}


#scroll {
        width:1350px;
        overflow:visible;
        min-height:10px;
        background-image: url(bilder/scroll.jpg);
}



#unten {

        width:1350px;
        height:148px;
        background-image: url(bilder/unten.jpg);
}


/********************  inhalt unterseiten ***********************************/

#linke_box {
        float:left;
        position: relative;
        left: 28px;
        width:142px;
}

#inhalt {
        float:left;
        position: relative;
        left: 30px;
        width:450px;
}
#inhalt_mitte {
        float:left;
        position: relative;
        left: 187px;
        width:450px;
}

#inhalt_unten {
        float:left;
        position: relative;
        left: 187px;
        width:400px;
}

.clear
{
        clear: both;
}
