﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 * @appdef yaml
 */
/*
  hr {	
		color:#27ae60;
		background:transparent;
		margin: 0 0 0.5em 0;
		padding: 0 0 0.5em 0;
		border:0;
		border-bottom: 1px #eee solid; 
	}
*/
  		/* color: #fff;*/
		
@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01% }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Times New Roman, Arial, Helvetica, sans-serif, Verdana, 'Trebuchet MS';
    font-size: 14px; 
    color: #333;  
  }
 
 hr{
	 color: #fff;
    background:transparent;
    margin: 0 0 2px 0;
    padding: 0 0 2px 0;
    border:0;
    border-bottom: 2px #009900 solid;
	/*border: 0;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em 0;
	border-bottom: 1px #27ae60 solid;*/
} 

 h1,h2,h3,h4,h5,h6 { 
  	font-family: Times New Roman, Arial, Helvetica, sans-serif, Verdana, 'Trebuchet MS'; 
  	font-weight:bold;
  	color: #333;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 20px; border-bottom: 1px #3366ff dotted;}	/* 24px */
  h2 { font-size: 20px;}							/* 24px */
  h3 { font-size: 18px }									/* 18px */
  h4 { font-size: 18px }									/* 16px */
  h5 { font-size: 16px }									/* 14px */
  h6 { font-size: 16px;}				/* 14px */

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#000;
  }

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  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;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .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 {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}*/
	.warning {background: #fdd; padding: 0.1em; border-bottom: 0.1px #dbb dotted; border-bottom: 0.1px #dbb dotted;}

  .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
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #4D87C7; text-decoration:underline;}
  a:focus,
  a:hover,
  a:active {color:#182E7A;}
  
  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}
  
  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  /*table { width: auto; border-collapse:collapse; margin-bottom: 0em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
*/

/**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
  */
.adr {
		width: 180px;
		float: left;
		margin: 0px;
		padding: 0px;
		padding-top: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		color: #fff;
		text-decoration: none;
		text-align: center;
	}
  #col3_content ul li h1 a {font-size: 14px; font-weight:normal; }
  #col3_content ul li h1 { border-bottom: none; margin: 0 0 0 0;}
  /*#col3_content ul { list-style:none;}*/
  .imgDIVblockImgLeft {margin-right: 5px;}
  #startleft {
		float: left;
		width: 33%;
		text-align:center;
		padding: 0px;
	}
  #startright {
		float: right;
		width: 33%;
		text-align:center;
		padding: 0px;
	}
  #startcenter {
		text-align:center;
		padding: 0px;
		padding-left: 5px;
		padding-right: 5px;
		border-left: 1px #000 dotted;
		border-right: 1px #000 dotted;
		margin: 0;
		margin-left: 34%;
		margin-right: 34%
	}
  #startleft img {
		margin-top: 10px;
		margin-bottom: 10px;
	}
  #startcenter img {
		margin-top: 10px;
		margin-bottom: 10px;
	}
  #startright img {
		margin-top: 10px;
		margin-bottom: 10px;
	}
  .imgnt {
		padding-top: 27px;
		padding-bottom: 27px;
	}
  .imgdo {
		padding-top: 4px;
		padding-bottom: 4px;
	}
  #fisch {
	background: #fff url("http://www.mundus-gmbh.de/images/fisch.gif") no-repeat top right;
  }
  #dotopline {
	height: 220px;
	text-align: justify;
	padding-top: 30px;
  }
  #dotopline img {
	padding-right: 5px;
  }
  #dobottomline {
	height: 220px;
	text-align: justify;
  }
  #dobottomline img {
	padding-right: 5px;
  }
  #dotopleft {
		float: left;
		width: 360px;
		padding: 5px;
  }
  #dotopright {
		float: right;
		width: 360px;
		padding: 5px;
  }
  #dobottomleft {
		float: left;
		width: 360px;
		padding: 5px;
  }
  #dobottomright {
		float: right;
		width: 360px;
		padding: 5px;
  }
  .imgDIVinTextLeft {
	float: left;
		margin-right: 10px;
		margin-bottom: 5px;
		padding: 0;
  }
  .imgDIVinTextRight {
		float: right;
		margin-left: 10px;
		margin-bottom: 5px;
		padding: 0;
  } 
  .imgDIVtopLeft { 
		margin:8px 10px 5px 20px; 
		padding:0px; 
		border:0; 
  } 
  .imgDIVtopCenter { 
		margin:8px -50% 5px -50%; 
		padding:0px; 
		border:0; 
  }

  .imgDIVblockImgLeft { 
		margin-right: 10px;
  }
  .imgDIVblockImgRight {
		margin-left: 10px; 
  } 

  .phpwcmsImgListRight {
		text-align: right;
		margin: 0;
		padding: 0;
  }
  .phpwcmsImgListLeft {
		text-align: right;
		margin: 0;
		padding: 0;
  }
  .doprod {
		background: #EAEAEA;		
		margin-top: 2px;
  }
  .doprod td {
		padding: 3px;
  }
  .protart a {
		font-size: 16px;
		font-weight: bold;
  }
  .reg {
		font-size: 12px;
		vertical-align: text-top;
  }
  .doprodtab {
		border: 1px #CACBDF solid;
  }
  .doprodtab tr td {
		padding: 3px;
  }
  .doprodtabctop {
		background: #CACBDF;
  }
  .doprodtabc1 {
  }
  .doprodtabc2 {
		background: #EAEAEA
  }
  .fileEntry h2
  {
		font-size: 14px;
  }
  .nswprod {
		background: #fff;		
		margin-top: 2px;
  }
  .nswprod td {
		padding: 3px;
  }
  .nswsyslist {
		margin-bottom: 15px;
		border-top: 1px dotted #009900;
		border-bottom: 1px dotted #009900;
  }
  .nswsyslist td {
		padding: 3px;
  }
  .image_caption {
  		text-align: center;
  }
  .images_simple {
		text-align: center;
  }
  
  .search {
    line-height: 20px;
	color: #fff;
	font-weight:bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 5px;
	background: transparent;
	}
  .search h6 {
	color: #fff;
	font-weight:bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
}

