/* DATEI: debandenman.css */

.giftgruen { color: #00FF00; }

body
{
 font-size: 10px;
 color: #00EE00;
 background-color:#FFFFFF;
 /* background-color:#EEDD66; */
 font-family: Times, serif;
 padding: 15px 15px 15px 15px;
 margin: 0px 0px 0px 0px;
}

div { }
div.outer-limit {  margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
/* background-color: #FFDD99; */

p   { }
p.schlank  { text-align: center; font-size: 14px; font-weight: normal;}

a,h1,h2,h3,h4,p,ul,ol,li,div,address,blockquote,nobr,b,i 
{ 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000044;
}

p,ul,ol,li,div,address,blockquote { font-size:12px; }

a {font-size: 12px;}

h1 { font-size: 24px; font-weight: normal;}
h2 { font-size: 17px; font-weight: bold; }
h3 { font-size: 17px; font-weight: normal;}
h4 { font-size: 13px; font-weight: bold; }

li { margin-top:3px; }

pre,code,kbd,tt  
{ 
  font-weight: normal;
  font-family: Courier New, Courier; 
  font-size:12px; 
  color:#000000;
}

var { font-style:normal; color:#0000C0; }

blockquote,cite { font-style:italic; }


/* T A B E L L E N */

td
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; 
 padding: 0px;
 margin: 0px;
 /* background-color: #FFEEBB; */
 color: #000044; 
}

td.alpha
{
 text-align: left; 
 font-weight: bold;
}

td.zahl
{
 text-align: right;
 font-weight: normal;
}

td.front
{
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 padding: 1px;
 margin:  0px;
 background-color: #E7E7E7;
 color: #444444;
}

td.rear
{
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 padding: 1px;
 margin:  0px;
 background-color: #8DB3FC;
 color: #000055;
}

th
{ 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; 
 padding: 1px;
 margin:  0px;
 background-color:#777777;
 color: #FFFFFF;
}

/* Pseudoformate für Verweise */

a:link    { color:#BB5533; text-decoration:none; }
a:visited { color:#772200; text-decoration:none; }
a:hover   { text-decoration:none; background-color:#FFFF99;}
a:active  { color:#FF0000; font-weight: bold; }

a.Outgoing { font-family: Courier New,Courier; font-size: 14px; }


/* Änderungsmarkierungen für gelöschten und hinzugefügten Text */

ins { color:#009900; font-weight:bold; text-decoration:none; }
del { color:#990000; font-weight:bold; text-decoration:line-through; }


/* Überschrift in Motorradtypen-Liste */
.ueschml {font-size: 12px; font-weight: bold; text-align: left; background-color: #7799CC; color: #FFFFFF; margin: 0px 0px 0px 0px; padding: 2px 2px 2px 2px; }

/* Überschrift in Artikel-Liste */
.ueschal {font-size: 12px; font-weight: bold; text-align: left; background-color: #7799CC; color: #FFFFFF; margin: 0px 0px 0px 0px; padding: 2px 2px 2px 2px; }


/* Auszeichnungen für zusätzliche Infos in derArtikelliste */
.AL_Platz   {color: #CC0000;}
.AL_Menge   {color: #00AA00;}
.AL_Eintrag {color: #0000EE;}


/* F O R M U L A R E */

form
   {
   }

input, select, textarea
   { font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#0000CC; }
  
.Check, .Radio
 { background-color:#FFFFFF; border:1px solid #DDDDDD; }

.Button
 { background-color:#AAAAAA; color:#FFFFFF; width:200px; border:6px solid #DDDDDD; }

