@charset "ISO-8859-1";
/********************************************
   http://www.fair-players.eu/Text.css
 *******************************************/
/********************************************
   HTML ELEMENTS
********************************************/ 
/* text only */
body {
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-size: 100.01%;
line-height: 1.4;/* Keine Einheit angeben, um Überlappungen zu vermeiden */
margin: 1% 10%;
}

#header h1 a {
text-decoration: none;
background-color: transparent;
color: #233444;
}

#toolbar .aus {
display: none;
}

#footer img,
#micros img {
display: none;
}

img {
border: 0 none;
}

pre {
font-size: 120%;
}
code {
font-family: 'Courier new', monospace;
}

#supporter {
display: none;
}

a {
background-color: #fff;
color: #00e;
}
a:visited {
background-color: #fff;
color: #639;
}
a:hover,
a:focus {
background-color: #fff;
color: #a00;
}

table#ioffer caption,
table#ioffer th,
table#ioffer td {
background-color: #fff;
color: #000;
border: 1px solid #ccc;
}

#testcase {
background-color: #fff;
color: #000;
border: 3px double #ccc;
}

table#analyse,
table#analyse td.head {
background-color: #fff;
color: #000;
}
table#analyse td {
border: 1px solid #ccc;
}


/* sitemap */
#content #listbox ul,
#content #listbox ul ul,
#content #listbox ul ul ul {
border-left: none;
}
#content #listbox ul li  {
border-top: 1px solid #fff;
}
#content #listbox li.ohne  {
border: 1px solid #fff;/* fuer IE */
}
#content #listbox ul li p {
background-color: #fff;
color: #000;
border-left: 7px solid #fee;
}
#content #listbox ul li.listhead a,
#content #listbox ul li.listhead a:hover,
#content #listbox ul a {
background-image: none;
background-color: #fff;
color: #00e;
border-bottom: 1px solid #00e;
border-left: 7px solid #fee;
}
#content #listbox ul a:visited {
background-color: #fff;
color: #639;
border-bottom: 1px solid #639;
}
#content #listbox ul a:hover {
background-color: #fff;
color: #a00;
border-left: 7px solid #fee;
}

/* === Suchergebnisse === */
#output li {
margin-top: 15px;
}
#output em {
font-weight: bold;
font-style: normal;
}
#output a {
font-weight: bold;
}
#output .searchword {
color: #222;
background-color: #f0f0f0;
border: 0 none;
padding: 0 3px;
}
#output .mod {
display: block; 
font-size: 82%;
}

