

/*Hintergrundfarbe und Bild der Seite*/
body
{
background:#aaaaaa;

background-image:url(./fbw.jpg);


/*
background-repeat:no-repeat;
*/
background-attachment:fixed;  
}

body,table,div
{
 font-family:arial,verdana,helvetica,sans-serif;
 font-size:12px;
}

p
{
 padding-left:10px;
}

/* die Popup-Fenster selbst*/
.popup
{
 position:absolute;
 z-index:1;
 left:200px;
 width:700px;
 max-width:2000%;
 visibility:hidden;
 color:#000000;

 border-style:solid;
 border-width:0px;
 padding:0px;
}

.divtable
{
background-image:url(./brushed6.jpg);
 border-width:1px;
 border-top-width:0px; 
 border-style:solid;
 border-color:#777777;
 color:#333333;
}
/* die Titelleiste der Popupfenster */

.popuptitel
{
 color:#999999;
 font-family:arial,verdana,helvetica,sans-serif;
 font-size:10px;
}

.popuptitelleft
{
 

}
.popuptitelmiddle
{
 cursor:move;
 background-image:url(./topmiddle.gif);
 width:2000px;
}
.popuptitelright
{
 background-image:url(./topright.gif);
 cursor:crosshair;
}
.closepic
{
/*
 height:20px;
*/
 width:23px;

}
.popupx
{

 cursor:crosshair;
}
.versteckt
{
 height:1px;
 visibility:hidden;
}

/* die Links */
a
{
text-decoration : none;
}

a:link
{
color: #ffffbb
}

a:visited
{
color: #ffffbb
}

a:hover
{
COLOR : #FF0000;
background:#000000
}

a:active
{
color: #ff7777;
background:#333333
}


/* Das Navigationsmenue */
.trnavforum3
{
border-width:1px;
padding:4px;
background:#555555;
background-image: url(./gesamtmenuback.jpg);
font-size:12px;
} 
.navitable
{
 position:absolute;
 z-index:64000;
 visibility:visible;
 top:20px;
 left:15px;
 width:3%;
 border-width:1px;
 border-top-width:0px; 
 border-style:solid;
 border-color:#111111;
}

/* Die senkrechte Leiste links am Navigationsmenü */
.navitablebar
{

 position:absolute;
 z-index:63998;
 top:20px;
 left:0px;
 width:14px;
 border-width:1px;
 border-top-width:0px; 
 border-style:solid;
 border-color:#111111;
}

/* Dank der endmatter-Eintraege scrollen die Menues in einigen Browsern nicht weg*/

.endmatter>.navitable {
  position: fixed;		/* Overrides 'absolute' above */
}
.endmatter2>.navitablebar {
  position: fixed;		/* Overrides 'absolute' above */
}

/* Die Leiste mit Uhr imChat Smilies*/
.appdockbar
{
 background:#555555;
 padding-left:3px;
 padding-right:3px; 
 font-size:9px;
 position:absolute;
 z-index:63998;
 top:20px;
 left:0px;
 border-width:1px;
 border-top-width:0px; 
 border-style:solid;
 border-color:#111111;
}
pre
{
font-size:10px;
border-width:1px;
border-style:groove;
border-bottom-color:#cccccc;
border-right-color:#aaaaaa;
border-left-color:#777777;
border-top-color:#555555;
}
.endmatter3>.appdockbar {
  position: fixed;		/* Overrides 'absolute' above */
}
