/* Main CSS */
/* Vordergrundfarben */
/*********************/
  a:link
    {color:#D68D25;}

  a:visited
    {color:#AE7410;}

  a:hover, a:active
    {color:#FFC000;}

  a.navi, a.navi:visited, a.copy, a.copy:visited
    {color:#FFFFFF;}

  a.stcopy, a.stcopy:visited
    {color:#000000;}

  a.navi:hover, a.navi:active, a.copy:hover, a.copy:active
    {color:#FFC000;}

  .naviakt
    {color:#FFFFFF;}

  .sweiss
    {color:#FFFFFF;}

  .sgruen
    {color:#808870;}

  .sbeige
    {color:#F6D7B0;}

  .sschwarz
    {color:#000000;}

  .sdkblau
    {color:#2E324C;}

  .shlgrau
    {color:#DDDDDD;}

  .sdkgruen
    {color:#264720;}

  .bgweiss
    {background-color:#FFFFFF;}

  .bggruen
    {background-color:#808870;}

  .bgbeige
    {background-color:#F6D7B0;}

  .bgschwarz
    {background-color:#000000;}

  .sue
    {color:#F6D7B0;}

/* Schriftgroessen */
/*******************/
    h1
    {font-size:1.4em;}

  h2
    {font-size:1.1em;}

  a.navi, .naviakt, h3, p, .text, body, .tt
    {font-size:1em;}

  .xl
    {font-size:1.4em;}

  .xsm, small
    {font-size:0.8em;}

  .tt, tt, .sm
    {font-size:0.9em;}

/* Schriftfamilien */
/*******************/
  h1, h2, h3, p, .xsm, .text, body, td, small, strong
    {font-family:"Times","Times New Roman",serif;}

  .tt, tt
    {font-family:"Courier New",Courier,monospace;}

  option, .smform, .naviselect, .submit
    {font-family:Arial,Helvetica,sans-serif;}

/* sonstige Attribute */
/**********************/

  strong
    {font-weight:bold;}

  a, a.copy
    {text-decoration:underline;}

  /* margin */
  h2, h3, .nop, form, smform
    {margin-bottom:0px;margin-top:0px;}

  h1
    {margin-bottom:0.5em;margin-top:0px;}

  /* margin */
  p
    {margin-top:0px;}

  body
    {margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:10px;}

  /*Bilder*/
  .rtxt {float:left;}
  .ltxt {float:right;}

  /* padding */
  body
    {padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:10px;}

  /* form Blockunterbindung */
  h2, h3, .nop, form, .smform
      {display:inline;}

  @media all {
    .smform input.tt {
	padding:0.2em 0 0.2em 0.3em;
	background-color:#fff;
	color:#000;
    }
    form select {
	background-color:#fff;
	color:#000;
    }
  }

/**********************/
/* end of content.css */
/**********************/