@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-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */

@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) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 166.67% }                     /* 20px */
  h3 { font-size: 150% }                        /* 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.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;
  }
  
  fieldset
  {
  	width: auto;
	border: 1px solid #3d3d3d;
	padding: 0.8em;
	margin: 2em 0.5em;
  }
  
  legend
  {
  	padding: 0 0.3em;
	border: 1px solid #3d3d3d;
	background: #ccc;
	color: #3d3d3d;
	font-size: 0.9em;
  }

  /**
   * 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-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted; }
  .important { background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted; }
  .warning { background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 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: #900; text-decoration:none; }
  a:focus,
  a:hover,
  a:active { background-color: #fee; text-decoration:underline; }
  
#header
{
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#page 
{
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif; 
}

#footer {
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid silver;
	background: #ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #3d3d3d;
}

#footer a:link,
#footer a:active,
#footer a:visited
{
	color: #006666;
	text-decoration: none;
}

#footer a:hover,
#footer a:focus
{
	color: #009966;
	text-decoration: none;
}

#col3 img
{
	margin: 0.3em 0.4em;
}

  /**
   * (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: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff; }
  tbody th { background: #ccc; color: #333; }
  tbody th.sub { background: #ddd; color: #333; }

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 solid;
  }
  
  /* RFW Elektronik Design */
  
  #page_margins
  {
		background: url(../../images/layout/bg.jpg) repeat;
  }
  
  #topnav
  {
  	position: absolute;
		top: 0;
		right: 0;
		background: transparent;
		width: 80%;
		height: 26px;
		margin: 1em 3em 0 0;
  }
    
  #topnav_main
  {
  	position: absolute;
		right: 0;
		top: 0;
		height: 26px;
		margin-left: 273px;
  }
  
  #topnav
  {
  	font-weight: bold;
		color: #efefef;
  }
  
  #topnav a:link,
  #topnav a:active,
  #topnav a:visited
  {
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 1em;
   	padding: 0;
   	margin: 0.2em 0.6em;
   	color: #efefef;
   	text-decoration: none;
   	font-weight: bold;
   	background: transparent;   
  }

  #topnav a:hover,
  #topnav a:focus
  {
		color: #004e99;
		text-decoration: none;
		background: transparent;
  }
  
  #page
  {
  
  }
  
  #header
  {
		position: relative;
		height: 181px;
		background: url(../../images/layout/head_bg.jpg) repeat-x; 
  }
  
  #head_main
  {
		position: absolute;
		top: 0;
		left: 0;
		width: 669px;
		height: 181px;
		background: url(../../images/layout/head.jpg) no-repeat;
  }
  
  #head_right
  {
  	position: absolute;
		top: 0;
		right: 0;
		width: 54px;
		height: 181px;
		background: url(../../images/layout/head_right.jpg) top right no-repeat;
  }
  
  #nav
  {
  	position: relative;
		width: auto;
		height: 52px;
		background: url(../../images/layout/nav_bg.jpg) repeat-x;
  }
  
  #nav_main
  {
  	position: absolute;
		top: 0;
		left: 0;
		background: transparent;
		height: 52px;
		border: none;
  }
  
  #nav_main_left
  {
  	position: relative;
		left: 0;
		top: 0;
		width: 273px;
		height: 52px;
		background: url(../../images/layout/nav_left.jpg) no-repeat; 
  }
  
  #nav_main_right
  {
  	position: absolute;
		right: 0;
		top: 0;
		width: 54px;
		height: 52px;
		background: url(../../images/layout/nav_right.jpg) no-repeat; 
  }

  #nav_main ul {
    border-left: 1px #aaa solid;
    border-right: 1px #fff solid;
    display: inline;
    float: left;
    margin: 0;
    margin-left: 50px;
    padding: 0;
  }

  #nav_main ul li {
    border-left: 1px #fff solid;
    border-right: 1px #aaa solid;
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
		vertical-align: baseline;
    margin: 0;
    padding: 0;
		height: 46px;
  }

  #nav_main ul li strong,
  #nav_main ul li a:link,
  #nav_main ul li a:active,
  #nav_main ul li a:visited 
  {
    display: block;
		width: auto;	
		margin: 0;
    padding: 1em 0.8em 1em 0.8em;
	
		background: transparent;
    color: #fff;

    font-size: 1.2em;
    font-weight: bold;    
    text-decoration: none;
		text-align: center;
  }

  #nav_main ul li a:hover,
  #nav_main ul li a:focus
  { 
		color: #333;
		background: #eee; 
		text-decoration: none;
		border-bottom: 4px solid #f63;
  }
  
  #main
  {
 		margin: 0;
		background: url(../../images/layout/left_bg.jpg) top left repeat-y #ffffff;
  }
  
  #col1 { float: left; width: 273px; }
  #col2 { display:none}
  #col3 
  { 
  	width: auto; 
		margin: 0 0 0 273px; 
		padding: 0 2em 0 0; 
		background: url(../../images/layout/right_bg.jpg) top right repeat-y #ffffff; 
  }
  #col1_content { padding: 0 10px 0 5em }
  #col3_content { padding: 0 20px 0 10px }
  
  #col1
  {
 		padding-left: 0;
		color: #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: left;
  }
	
	#col1 div.static
	{
		padding-left: 5px;
	}
  
  #col1 h1,  
  #col1 h2,
  #col1 h3
  {
  	display: block;
		width: 80%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-style: normal;
		font-variant: small-caps;
		font-weight: bold;
		text-align: left;
		text-transform: uppercase;
		color: #ffffff;
  }
  
  #col1 b,
  #col1 a:link,
  #col1 a:active,
  #col1 a:visited
  {
  	color: #EFE410;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: left;
		font-weight: bold;
  }
  
  #col1 a:hover,
  #col1 a:focus
  {
  	color: #FFCC33;
		background: transparent;
  }
	
	#col1 .navi ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: block;
		padding-left: 10px;
	}
	
	#col1 .navi #root
	{
		margin: 1em 0;
		padding: 0;
		width: 210px;
	}
	
	#col1 .navi li
	{
		margin: 2px 4px;
		padding: 0;		
	}
	
	#col1 .navi li a
	{
		display: block;		
		margin: 0;
		padding: 2px 4px;
		border: 1px solid #3d3d3d;
		cursor: pointer;
		
		background: #ccc;	
		color: #3d3d3d;
		
		text-decoration: none;
		font-size: 1.1em;
		font-weight: bold;
	}
			
	#col1 .navi li a:link,
	#col1 .navi li a:active,
	#col1 .navi li a:visited
	{
		background: #ccc;	
		color: #3d3d3d;
	}
	
	#col1 .navi li a:hover,
	#col1 .navi li a:focus
	{
		color: #eee;
		background: #3d3d3d;
	}
	  
  #col3 h2
  {
		color: #3d3d3d;
		background: #cdcdcd;
		border: 1px solid #3d3d3d;
		
		padding: 2px;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 2em;
		font-weight: bold;
		
		text-align: left;
		text-decoration: none;
  }
  
  #col3 h3
  {
		color: #006600;
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		font-style: normal;
		font-variant: small-caps;
		
		text-align: left;
		text-decoration: underline;
		text-transform: uppercase;
			
		margin-top: 2em;
		margin-bottom: 0.4em;
  }
	
	#col3 table
	{
		margin: 1em 0;
	}
	
	#col3 table th
	{
		background-color: #030;
		color: #eee;
	}
	
	#col3 table td
	{
		vertical-align: top;
	}
	
	#col3 table img
	{
		width: 320px;
		height: 240px;
		border: 1px solid #000;
		padding: 0;
		margin-right: 0.2em;
	}
	
	#col3 table	img.images
	{
		width: 180px;
		height: 120px;
		border: 1px solid #000;
		padding: 0;
		margin-right: 0.2em;
	}
	
	#col3 table.full
	{
		border: 1px solid #3d3d3d;
	}
	
	#col3 table.full .row1
	{
		background-color: #fff;
	}
	
	#col3 table.full .row2
	{
		background-color: #eee;
	}
	
	#col3 table.full .hover1
	{
		background-color: #ddd;
	}
	
	#col3 table.full .hover2
	{
		background-color: #ccc;
	}
	
	#col3 table.full .mark
	{
		background-color: #ff9;
	}
	
	#col3 table.full .thcol
	{
		background-color: #6f6;
	}
	
	#col3 table.full .thhover
	{
		background-color: #060;
	}
	
	#col3 .special
	{
		color: #006600;
	}
	
	#col3 .special2
	{
		color: #900;
	}
	
	#col3 .pathway img
	{
		width: 160px;
		height: 120px;
	}
	
	#col3 ul
	{
		list-style-type: square;
		margin: 0;
		margin-left: 1em;
	}
	
	#col3 .block
	{
		display: block;
		padding: 0.5em 1em;
		margin: 1em;
	}
	
	#col3 .image_block
	{
		display: block;
		width: 100%;
		padding: 0.5em 0;
		margin: 0;
	}
	
	#col3 .image_block .clear
	{
		clear: left;
	}
	
	#col3 .image_block a
	{
		float: left;
		margin-right: 2em;
		margin-bottom: 1em;
	}
	
	#col3 .image_block a img
	{
		width: 160px;
		height: 120px;
		border: 1px solid #3d3d3d;
	}
	
	#col3 img.icon
	{
		width: 32px;
		height: 32px;
		border: 0;
		padding: 0;
		margin: 5px;
	}
		  
  .line
  {
  	display: block;
		width: 95%;
		height: 3px;
		background: url(../../images/layout/line.png) top left repeat-x;
		margin-top: 2px;
		margin-bottom: 4px;
  }
  
  #footer
  {
  	position: relative;
		width: auto;
		height: 113px;
		background: url(../../images/layout/foot_bg.jpg) repeat-x;
		border: none;
		padding: 0;
		margin: 0;
  }
  
  #footer_left
  {
  	position: absolute;
		left: 0;
		top: 0;
		width: 273px;
		height: 113px;
		background: url(../../images/layout/foot_left.jpg) no-repeat;
  }
  
  #footer_main
  {
		width: auto;
		height: 113px;
		text-align: center;
		margin: 0 auto;
		padding-top: 3em;
		background: transparent;
  }
  
  #footer_right
  {
  	position: absolute;
		top: 0;
		right: 0;
		width: 45px;
		height: 113px;
		background: url(../../images/layout/foot_right.jpg) no-repeat;
  }
	
	/* Misc */
		
	.price
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 2em;
		font-style: normal;
		font-variant: small-caps;
		font-weight: bold;
		color: #000;
	}

	.msg
  {
  	display:block;
		width: 80%;
		text-align: center;
		margin: 0 auto;
		padding: 0.4em 0.8em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		background: #66FF66;
		color: #3d3d3d;
		border: 1px solid #3d3d3d;
  }
  
  .areaRow
  {
  	background: #eee;
  }
  
  .areaRow:hover, 
  .areaRow:focus
  {
  	background: #bbb;
  }	
	
	/* Specials */
	
	#sub1
	{
		background: #B9CFE6;
	}
		
	#sub4
	{
		background: #CB9F74;		
	}
	
	#sub5
	{
		background: #A5C9A7;
	}
	
	#sub6
	{
		background: #E8BBBB;
	}
	
	#sub7
	{
		background: #9F85B6;
	}
	
	#sub8
	{
		background: #CEC89B;	
	}
	
	#sub9
	{
		background: #FFCBB3;	
	}
	
	#sub10
	{
		background: #A75858;	
	}
	
	#sub11
	{
		background: #9E9F6C;
	}
	
	#sub12
	{
		background: #335C73;	
	}
	
	#sub13
	{
		background: #F5EEB8;	
	}
	
	#sub14
	{
		background: #C2D3D2;	
	}
	
}