/*Hintergrund - Farbe usw.*/
body {
         COLOR:                  #E10915;
         background-color:       #000000;
         margin:                 0px;
         padding:                0px;
}

/*Bilder - ohne Rahmen*/
a img {
         border:                 none;
}

/*Links - Farbe, Hintergrund usw.*/
a:link {
         COLOR:                  #5f839e;
         background-color:       none;
         TEXT-DECORATION:        none;
}

/*"MouseOver" - Farbe, Hintergrund usw.*/
a:hover {
         COLOR:                  #FF0000;
         background-color:       none;
         TEXT-DECORATION:        none;
}

/*"besuchte Ziele" - Farbe, Hintergrund usw.*/
a:visited {
         COLOR:                  #5f839e;
         background-color:       none;
         TEXT-DECORATION:        none;
}

/*Angeklickte Verweise - Farbe, Hintergrund usw.*/
a:active {
         COLOR:                  ;
         background-color:       #FFFFFF;
         TEXT-DECORATION:        none;
}

/*roter Ramen*/
.container {
         position:               absolute;
         top:                    25px;
         left:                   25px;
         width:                  1000px;/*834px;*/
         height:                 599px;/*599*/
         padding:                0;
         background-image:       url(../kaesten/gbuch_test2.gif);
         background-repeat:      no-repeat;
}

/*Schrift von Menu*/
.menu {
         position:               absolute;
         top:                    170px;/*180*/
         left:                   92px;/*292*/  /*100*/
         width:                  103px;
         height:                 312px;
         font-family:            arial, sans-serif;
         font-style:             normal;
         font-size:              1px;/*14*/
         line-height:            17pt;/*17*/
         color:                  #000000;
}
.menu a {
         height:                 20px;
         background-color:       none;
}

.menu img {
        margin-bottom:           8px;
        background-color:        none;
}

/*Inhalte, Text*/
.inhalt {
         position:               absolute;
         top:                    200px;
         left:                   220px;  /*42*/
         width:                  550px;/*350*/
         height:                 340px;
         font-family:            arial, sans-serif;
         font-style:             normal;
         font-size:              11px;
         line-height:            11pt;
         color:                  #000000;
         overflow:               auto;
}
.iframe {
         position:               absolute;
         top:                    0px;
         left:                   0px;  /*42*/
         width:                  550px;/*350*/
         height:                 340px;
         font-family:            arial, sans-serif;
         font-style:             normal;
         font-size:              11px;
         line-height:            11pt;
         color:                  #000000;
         overflow:               auto;
         background-color:        #ffffff;
}

/*Text bei Gästebuch*/
.gbuch {
         position:               absolute;
         top:                    200px;
         left:                   220px;/*420*/
         width:                  700px;/*370*/
         height:                 340px;
         font-family:            arial, sans-serif;
         font-style:             normal;
         font-size:              11px;
         line-height:            11pt;
         color:                  #000000;
         overflow:               auto;
}

/*Verschiedene Bilder Positionen*/
.bildoben {
         position:               absolute;
         top:                    17px;/*33*/
         left:                   40px;  /*420*/
}

.bildlinks {
         position:               absolute;
         top:                    164px;/*145px*/
         left:                   810px;
}

.bildinhalt {
         position:               absolute;
         top:                    150px;/*145px*/
         left:                   60px;    /*65*/
}

.logo {
         position:               absolute;
         top:                    -11px;
         left:                   420px;/*45px*/  /*30*/
         width:                  328px;
         height:                 124px;
}