
@media all
{

/* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01% }

  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */

  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body
  {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 75.00%;
		padding: 0px;
		margin: 0px;
		color:black;
	}

	h1,h2,h3,h4,h5,h6,p
	{
		font-weight: normal;
		margin: 0.2em 0 1em 0;
	}

  h1
  {
  	font-weight: bold;
		font-size: 1.2em;
  	color: black;
  }

  h2
  {
  	font-size: 1.1em;
  	color: black;
  }

  h3 {
  	font-size: 150%
  	color: #026E62;

  }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  p { line-height:1.25em; margin: 0.2em 0 1em 0;}

  /*
  * Lists | Listen
  */
	img { border: 0px; }

  ul, ol, dl {list-style-position:inside;	 line-height: 1.5em; margin: 0 0 1em 0; padding: 0; }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /*
  * text formatting | Textauszeichnung
  */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  /**
  * (de) Standardklassen zur Positionierung und Hervorhebung
  */

  .note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
  .warning {padding: 1em; border: 4px solid #BE0004; color: black;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

  /**
  * External Links
  *
  * (de) Gestaltung von Hyperlinks
  *
	*/

  a {color: #1239A1; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {text-decoration:underline;}

  /**
  * Tables | Tabellen
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  table
  {
  	border-collapse:collapse;
  	margin-bottom: 0.5em;
  }

  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td
  {
  	border-collapse:collapse;
  	vertical-align: top;
  	padding: 0;
  	margin: 0;
  }

  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 solid;
  }

  form
  {
  	padding: 0px;
  	margin: 0px;
  }

	/*
	* ID's
	*/

	#container
	{
		font-size: 0.9em;
		margin-left: auto;
		margin-right: auto;
		width: 500px;
		padding-top: 20px;
		overflow: hidden;
	}

	#content
	{
		margin: 20px 10px 10px 10px;
	}

	#left
	{
		padding-right: 30px;
	}

	#form
	{
		margin: 10px 0 0 10px;
	}


	/*
	* Klassen
	*/

	.defaultLeft,
	.noPadding
	{
		vertical-align: top;
		border-collapse: collapse;
		padding: 0px;
		margin: 0px;
	}

	.defaultLeft
	{
		color: #094B99;
		padding-right: 10px;
		white-space: nowrap;
	}

	.iDef, .iPlz, .iOrt
	{
		border: 1px solid #DCDCDC;
		width: 184px;
		margin-bottom: 4px;
	}

	.iPlz
	{
		width: 40px;
	}

	.iOrt
	{
		margin-left: 4px;
		width: 135px;
	}

	.small
	{
		text-decoration: italic;
		margin-top: 20px;
		font-size: 0.9em;
	}
}