/******************************************************************************
 * iSearch - website search engine                                            *
 *                                                                            *
 * Visit the iSearch homepage at http://www.isearchthenet.com/isearch         *
 *                                                                            *
 * Copyright (C) 2002-2003 Ian Willis. All rights reserved.                   *
 *                                                                            *
 * This script is free to use for non-commercial individual use.              *
 *                                                                            *
 * Use of this script by companies or on commercial web sites requires a      *
 * commercial license. For commercial licence details, please visit:          *
 *     http://www.isearchthenet.com/isearch         *
 *                                                                            *
 ******************************************************************************/

/******************************************************************************
 *                    START OF STYLE CONFIGURATION OPTIONS                    *
 *                                                                            *
 * Style Name     : Default                                                   *
 * Contributed By : Ian Willis                                                *
 * Description    : The default style used                                    *
 ******************************************************************************/


/* Set up some default values */
body
{
    color:#FFFFFF;
    background-color:#000000;
    font-size: 100%;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
}

body, p, h1, h2, h3, table, td
{
    font-family: verdana,helvetica,arial,sans-serif;
}

div {width:100%;}

a.isearch_title, a.isearch_description, a.isearch_url, a.isearch_prevnext:active
{
    color:#FF0000;
    background-color:transparent
}

a.isearch_title, a.isearch_description, a.isearch_url, a.isearch_prevnext:hover
{
    color:#FF0000;
    background-color:transparent
}


/* Usage :  Page heading on the search results page.
 */
h1.isearch
{
    font-size:20px;
    color:#FFFFCC;
    width: 900px;
}


/* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
table.isearch_head
{
    background-color:#25282C;
    width: 900px;
}

td.isearch_head
{
    color:#ffffff;
    font-size:16px;
    width: 900px;
}


/* Usage :  To display the page title in the results list.
 */
a.isearch_title:link
{
    color:#FFB400;
    background-color:transparent
    width: 900px;

}

a.isearch_title:visited
{
    color:#FF6600;
    background-color:transparent
}


/* Usage :  To display the page description in the results list.
 */
.isearch_description
{
    font-size:12px;
    color:#C0C0C0;
    width: 900px;
}


/* Usage :  To display the page url in the results list.
 */
a.isearch_url:link
{
    font-size:11px;
    color:#B17E04;
    background-color:transparent
}

a.isearch_url:visited
{
    font-size:11px;
    color:#B17E04;
    background-color:transparent
}


/* Usage :  To display the file size in the results list.
 */
.isearch_size
{
    font-size:11px;
    color:#B17E04;
    font-size:80%;
}


/* Usage :  To display the "Cached" string in the results list.
 */
a.isearch_viewcache:link
{
    font-size:11px;
    color:#6f6f6f;
    background-color:transparent
}

a.isearch_viewcache:visited
{
    font-size:11px;
    color:#6f6f6f;
    background-color:transparent
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
table.isearch_prevnext
{
    background-color:#25282C;
    width: 900px;
}

td.isearch_prevnext
{
    color:#E6E7E8;
    font-size:14px;
    width: 900px;
}

a.isearch_prevnext:link
{
    color:#E6E7E8;
    background-color:transparent
}

a.isearch_prevnext:visited
{
    color:#E6E7E8;
    background-color:transparent
}


/* Usage :  To display the "No matches found." string.
 */
h2.isearch_nomatch
{
    font-size:16px;
    color:red;
}


/* Usage :  To display highlighted words in the page descriptions
 */
.isearch_highlight
{
    font-weight:bold;
    color:#FFFFCC;
}


/* Usage :  Displaying the search string in the message:
 *              Search results for _words_.
 */
.isearch_search
{
    font-style:italic;
}


/* Usage :  To display the:
 *               "This is the contents of the iSearch cache for the URL %u"
 *          message when displaying a cached page.
 */
h2.isearch_cachedpage
{
    font-size:16px;

}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.copyright:link {
    color:#666666;
    background-color:transparent
}
 .Bereich, .Feld
   { background-color:#E6E7E8 border:1px solid #DDDDDD; }
 .Auswahl
   { background-color:#DDFFFF; width:300px; border:6px solid #DDDDDD; }
 .Check, .Radio
   { background-color:#E6E7E8; border:1px solid #5d7790; }
 .Title
   { background-color:#AAAAAA; border:1px solid #5d7790; }
 .Button
   { background-color:#BBBBBB; color:#000000; width:100px; border:1px solid #999999; }