/*****************************************************************************/
/* modified: 2005-03-07 /// (c) 2005 Jane Bond /// http://faq.bubax.net/     */
/* contact by mail: janebond at bubax.net /// http://janebond.bubax.net/     */
/*****************************************************************************/




/****** basic settings override ******/
/*****************************************************************************/
body {
  font-size:14pt;
  font-family:times, serif;
  text-align:left;
}


/****** basic container positioning ******/
/*** header ***/


/*** navigation ***/
#navigation,
#footer,
#switcher,
#header #text,
#news,
.info,
.scriptinfo {
  display:none;
}



/*** content ***/
/*****************************************************************************/
#content {
  padding:0;
}


/****** container ids and classes ******/


/*** accesskeys ***/

/*** W3C buttons ***/

/*** container classes ***/
.invisible {
  display:none;
}
.clear {
  clear:both;
}
/*****************************************************************************/



/****** classes and IDs ******/
/*** info and news blocks ***/
/*****************************************************************************/



/****** basic element formatting ******/

/*****************************************************************************/



/****** form input formatting for guestbook and impressum ******/
/*****************************************************************************/



/****** guestbook formatting ******/
/*** guestbook form ***/


/*** guestbook entries: table ***/


/*** guestbook entries: entries ***/
/*****************************************************************************/



/****** impressum formatting ******/
/*** address formatting ***/

/*** form formatting ***/

/*****************************************************************************/



/****** special links ******/
a {
  text-decoration:underline;
  font-weight:bold;
  color:black;
  background-color:inherit;
}

a img {
  border:none;
}

a.kurt {
  display:block;
  width:500px;
  height:70px;
  margin:1em auto 0 auto;
}

h1, h2, h3, h4, h5, h6, pre {
  page-break-after:avoid;
}

p, blockqoute, pre {
  orphans:3;
  widows:3;
}
pre {
  border:1pt solid black;
  padding:0.5em;
/*  white-space:normal;*/
}
/*****************************************************************************/



/****** advanced CSS ******/
/*** title attribute ***/


/*** own and foreign links ***/
a[href^="http:"]::after {
  content:url("../images/ext.gif");
  padding-right:1px;
}
a[href^="http://bubax.net/"]::after,
a[href^="http://www.bubax.net/"]::after,
a[href^="http://faq.bubax.net/"]::after,
a[href^="http://janebond.bubax.net/"]::after,
a[href^="http://jigsaw.w3.org/css-validator/validator"]::after,
a[href^="http://validator.w3.org/check"]::after,
a[href^="http://bobby.watchfire.com/"]::after,
a.kurt::after {
  content:"";
  padding-right:0;
}
/*****************************************************************************/
acronym, abbr {
  border:none;
}
html>body *[title]::after {
  content:" (" attr(title) ")";
  font-style:italic;
}
a[href]::after {
  content:" (" attr(href) ")";
}
a[href^="/"]::after {
  content:" (http://faq.bubax.net" attr(href) ")";
}
#breadcrumb a[href^="/"]::after {
  content:"";
}
body {
  background:#fff;
  color:#000;
}
#navigation {
  display:none;
}
#content {
  margin-left:1em;
}

/*****************************************************************************/

