/*
 * Style sheet for www.kompetenznetz-sepsis.de
 * $Id: sepnet.css,v 1.1 2007/09/04 mbeck Exp $
 */

/* ==================================================== */
/* Body                                                 */
/* ==================================================== */
  body {
    background-color: #FFFFFF;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px; color: #000000;
  }

/* ==================================================== */
/* Links                                                */
/* ==================================================== */
  a:link    { text-decoration:none;      font-weight:bold; color:#0e437b; }
  a:visited { text-decoration:none;      font-weight:bold; color:#0e437b; }
  a:hover   { text-decoration:underline; font-weight:bold; }
  a:active  { text-decoration:underline; font-weight:bold; }
/*  a.header  { text-decoration:none;      font-weight:bold; font-family: arial, helvetica, sans-serif; font-size: 13px; color: #ffffff; } */

  input { background-color: #ffffff; }
  .text { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; }
  .header1 { font-family: verdana, arial, sans-serif; font-size: 16px; color: #000000; font-weight: bold; text-decoration: none; }
  .header2 { font-family: arial, helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: bold; text-decoration: none; }
  .header3 { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #0e437b; font-weight: bold; text-decoration: none; }
  .header4 { font-family: arial, helvetica, sans-serif; font-size: 10px; color: #0e437b; font-weight: bold; text-decoration: none; }
  .disabled { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #9999aa; font-weight: bold; text-decoration: none; }
  .welcome { font-family: arial, helvetica, sans-serif; font-size: 16px; color: white; font-weight: bold; text-decoration: none; }
  .blue { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #0e437b; text-decoration: none; }
  .gray { background-color: #d5dde4; }
  .login { font-family: arial, helvetica, sans-serif; font-size: 10px; color: #0e437b; margin: 5px; text-decoration: none; }
  .error { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #cc0000; font-weight: bold;}
  h1,h3
  { font-family: Arial, sans-serif;
	text-align: center; }

  h3
  {	font-size: 32pt;	}


  h3
  {	font-size: 16pt;	}


  .table  {
  	font-size: 12px;
  	font-family: Verdana, sans-serif;
  	line-height: 22px;
  	text-decoration: none;
  }