/* IWI Plattform
   /css/fg/main_ext.css
   $Revision: 2694 $ - $Date: 2022-01-31 21:43:38 +0100 (Mo, 31 Jan 2022) $ */

/* Schriften laden */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/raleway-v22-latin-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/raleway-v22-latin-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

p, h1, h2, h3, h4, ul, ol, th, td, dd, dt, input, select, textarea
{
	font-family: Raleway, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p, h2, h3, h4, ul, ol, th, td, dd, dt, input, select, textarea
{
	color: #302c22;
}
h1
{
	color: #333366;
}
a
{
	color: #333366;
	text-decoration: underline;
}

/* Tabellen */
table.standard > tbody > tr > th
{
	background-color: #333366;
}
table.standard > tbody > tr > td.active, table.standard > tbody > tr.active > td
{
	background-color: #b0b0c0;
}
table.standard:not(.noshades):not(.noheader) > tbody > tr:nth-child(odd) > td.active, table.standard.noheader > tbody > tr:nth-child(even) > td.active
{
	background-color: #a6a5b5;
}
table.standard:not(.noshades):not(.noheader) > tbody > tr.active:nth-child(odd) > td, table.standard.noheader > tbody > tr.active:nth-child(even) > td
{
	background-color: #a6a5b5;
}
table.standard > tbody > tr > td.inactive, table.standard > tbody > tr.inactive > td
{
	color: #989691;
}
table.standard > tbody > tr > td.sep
{
	background-color: #333366 !important;
}

/* Formulare */
input[type="button"], input[type="reset"], input[type="submit"], button, a.button, a.mainbutton
{
	border-color: #333366;
	color: #333366;
}

/* Formular-Raster */
div.form p.sep
{
	background-color: #333366;
}

/* Meldungen */
p.msgboxheader
{
	background-color: #333366;
}

/* Schaltflächen für Formatierung */
div.bbcode-buttonbar > a, div.bbcode-buttonbar > a:hover
{
	color: #302c22;
}

/* Bilder */
img.img-cal
{
	margin-left: 4px;
	vertical-align: bottom;
}