/*=====================================================
  Inhaltsverzeichnis
======================================================*/
/*
1. Algemeine Definitionen
2.Seiten Container
3_0 Toptext - Container
3.Kopf-Container
4.Wrapper-Continer
4.Linke-Seite
5.Inhalts-Container
6.Inhalts-Container-Box
7.Rechte-Seite
8.Footer-Continer
*/

/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0
}

body{
        background-color: #333333;
        font: .9em/1.3em Georgia, Verdana, Arial, Helvetica, sans-serif;
        color: Silver;
        text-align: center;
}
/* ======== Seiten-Continer ========================*/
#page{
        width: 805px;
        overflow: auto;
        background-color: Black;
        text-align: center;
        border: 1px solid Silver;
        margin-top: 20px;
        margin-bottom: 20px;
}
/* ======== Seiten-Continer ========================*/
#backlinks{
background-color: #333333;
        width: 500px; /*height:250px;*/
        margin: 0px 120px 20px 120px;
        padding: 10px 0px 10px 0px;
                text-align: center;
        font-family: sans-serif;
        border: 1px solid Silver;
}
/* ======= Toptext - Container =========================*/
#toptext{
display:inline;
        background-color: Black;
        min-height: 20px;
        text-align: center;
        margin: 10px 0px 10px 0px;
}

#toptext h1{
        font-size: 1.3em;
        color: Silver;
        font-family: sans-serif;
        padding: 5px;
        }

/* ====== Inhalts-Container-Box =====================*/

#textbox{

        height: auto;
        background-color: #333333;
        padding: 5px 10px 5px 10px;
        margin: 25px 55px 25px 55px;
        text-align: center;
                border: 1px solid Silver;
}
#textbox a:link {
        text-decoration: underline;
        color: Gold;
        font-size: 14px;
        font-weight: bolder;
        font-family: Arial;
        text-align: center;
        }

#textbox a:hover {
        text-decoration: underline;
        color: Red;
                font-size: 14px;
        font-weight: bolder;
        font-family: Arial;
        text-align: center;

}
#textbox a:visited {
        text-decoration: underline;
        color: Red;
                font-size: 14px;
        font-weight: bolder;
        font-family: Arial;
        text-align: center;

}
#textbox a:active {
        text-decoration: underline;
        color: Blue;
                font-size: 14px;
        font-weight: bolder;
        font-family: Arial;
        text-align: center;

}


#werbebox {
        display: inline;
        float: left;
        width: 750px;
        margin: 5px 10px 25px 10px;
        color: Gold;
        font-size: 35px;
        font-weight: bolder;
        letter-spacing: 3px;
        line-height: 40px;
        font-family: Arial;
        text-align: center;
        text-decoration: underline;
}

#werbebox a:link {
        text-decoration: underline;
        color: Gold;
        font-size: 35px;
        font-weight: bolder;
        letter-spacing: 3px;
        line-height: 40px;
        font-family: Arial;
        text-align: center;
        }

#werbebox a:hover {
        text-decoration: underline;
        color: Silver;

}
#werbebox a:visited {
        text-decoration: underline;
        color: Gold;

}
/*------------ Werbung 150 x 4600 --------------------------*/

#werbetextbox {
display:inline;
float:left;
 height:160px;
 width:550px;
        margin: 10px 5px 5px 5px;
        color: Black;
        font-size: 25px;
        font-weight: bolder;
        letter-spacing: 3px;
        line-height: 40px;
        font-family: Arial;
        text-align: left;
        text-decoration: underline;
}

#werbetextbox a:link {
display:inline;
        text-decoration: underline;
        color: #F08080;
        font-size: 25px;
        font-weight: bolder;
        letter-spacing: 3px;
        line-height: 40px;
        font-family: Arial;
        text-align: left;
}

#werbetextbox a:hover {
        text-decoration: underline;
        color: White;
        font-size: 25px;

}
#werbetextbox a:visited {
        text-decoration: underline;
        color: #F08080;
        font-size: 25px;
}
/*------------ werbeboxunten --------------------------*/

#werbeboxunten {
display:inline;
float:left;
 height:auto;
 width:790px;
        margin: 10px 5px 5px 5px;
        color: Black;
        font-size: 30px;
        font-weight: bolder;
        letter-spacing: 3px;
        line-height: 40px;
        font-family: serif;
        text-align: center;
        text-decoration: underline;
}

#werbeboxunten a:link {
display:inline;
        text-decoration: underline;
        color: #F08080;
        font-size: 30px;
        font-weight: bolder;
        letter-spacing: 3px;
        line-height: 40px;
}

#werbeboxunten a:hover {
        text-decoration: underline;
        color: White;
        font-size: 30px;

}
#werbeboxunten a:visited {
        text-decoration: underline;
        color: #F08080;
        font-size: 30px;}
/*------------ Werbung INTERN --------------------------*/

#intlinkbox {
display:inline;
float:left;
 height:auto;
 width:790px;
        margin: 10px 5px 5px 5px;
        color: #F08080;
        font-size: 15px;
        font-weight: bolder;
        letter-spacing: 3px;
        line-height: 40px;
        font-family: serif;
        text-align: center;
        text-decoration: underline;
}

#intlinkbox a:link {
display:inline;
        text-decoration: underline;
        color: #F08080;
        font-size: 15px;
        font-weight: bolder;
        letter-spacing: 3px;
        line-height: 40px;
}

#intlinkbox a:hover {
        text-decoration: underline;
        color: White;
        font-size: 15px;

}
#intlinkbox a:visited {
        text-decoration: underline;
        color: #F08080;
        font-size: 15px;
}
/* ====== Footer-Continer ====================*/

#footer {
clear: left;
   background-color:Black;
        height:20px;
        width:800px;
        text-align:center;
        color:#FFFFFF;

        }
#footer a{
    color:#FFFFFF;
        text-decoration:none;
        }
#footer a:hover{
    color:#CCCCCC;
        text-decoration:none;
        }

/* ======== END ============================*/