/* default.css --- default stylesheet definitions 4 various web/db-projects
//
//  (c) in 2000 - 2004 by catbull internetworking division
// 
// This code is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
// 
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
// 
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
//
//###########################################################################
//
// open minds - open sources - open standards
//
//#########################################################################*/



body { margin-top:0px; margin-bottom:0px; background-color:#ffffff; }

/* tabelle */
.grod { background-image:url('images/wh_bg.jpg'); }
/* kopfzeile */
td.head { border-width:0pt; border-style:solid; border-color:#0000ee; background-color:#0000ee; background-image:url('images/v_gasser.jpg');}
/* fusszeile */
td.bottom { border-width:0pt; background-color:#0000ee; background-color:#0000ee; }
/* Datenzelle selber */
td.data { border-width:0pt; border-spacing:10px background-image:url('images/wh_bg.jpg'); }
/* 4 menu */
td.menu { border-width:0pt; background-color:#00000ee; background-image:url('images/h_gasser.jpg');}
/* 4 footer */
td.blue { border-width:0pt; background-color:#0000ee; }

a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }

a.info:link { color:#aaaaaa; text-decoration:none; }
a.info:visited { color:#aaaaaa; text-decoration:none; }
a.info:active { color:#aaaaaa; text-decoration:none; }
a.info:hover { color:#ffffff; text-decoration:underline; }

a.menu { color:#aaaaaa; font-size:14pt; font-family:Times New Roman,Times,serif; background-color:#0000ee}
a.menu:visited { color:#aaaaaa; font-size:14pt; font-family:Times New Roman,Times,serif; background-color:#0000ee}
a.menu:active { color:#ffffff; font-size:14pt; font-family:Times New Roman,Times,serif; background-color:#0000ee}
a.menu:hover { color:#ffffff; font-size:14pt; font-family:Times New Roman,Times,serif; text-decoration:underline overline; background-color:#0000ee}

li.menu { color:#ffffff; font-family:Arial,sans-serif; background-color:#0000ee; margin-bottom:3pt; text-align:right; margin-right:15pt;}

h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Helvetica,Arial,sans-serif; }

h1 { font-size:18pt; }
h2 { font-size:16pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; }

p,ul,ol,li,div,td,address,nobr,b,i { font-size:10pt; font-family:Helvetica,Arial,sans-serif; }

pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }

.code { background-color:#FFFFE0; }

td.xplcode { background-color:#EEEEFF; }

.doc { background-color:#EEEEEE; }

.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; }

pre.normal { color:#000000; }

