@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
{
  
  /*html * { font-size: 12px; }  */

   body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10px; 
    color: #666666;  
  }
  
  textarea, pre, tt, code {
	font-family:Arial, Helvetica, sans-serif;	
  }
 

  h1,h2,h3,h4,h5,h6, #col2_content a, #unterseite_link a, div#col6_right_bottom_link_content a,#col1_content a, div.col5_middle_content a
   { 
  	font-family:Arial, Helvetica, sans-serif;
  	font-weight:bold;   	
  	margin: 0 0 0.25em 0;
  	color:#444; 
  }
 
  h1 { font-size: 13px;margin-bottom:20px;line-height:1.1em; display: inline-block;}   
                    
  #col2_content a,
  #col1_content a,
  h2, #unterseite_link a,
  div#col6_right_bottom_link_content a,
  div.col5_middle_content a  
  { 
  	font-size: 9px;
  	line-height:1.5em;
  	} 
         
  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 */
  
  #col2_content a, 
  div#col6_right_bottom_link_content a,
  div.col5_middle_content a 
  {
  	text-decoration:none;
  	display:block;  	
  }
  #col1_content a {text-decoration:none;}
  
  h2{margin-top:10px;}
  	
  #col2_content a:hover, 
  #unterseite_link a:hover,
  div#col6_right_bottom_link_content a:hover,
  #col1_content a:hover,
  div.col5_middle_content a:hover
  {
  	text-decoration:underline;
  	}
  
  #unterseite_link p {text-align:right;}
  #unterseite_link p
  {
  	padding:0px 15px 0px 72px;
  }
  #unterseite_link p a, #col6_right_bottom_link_content p a.right_arrow
  {
  	background-image:url(../../img/closing_angel_brackets.gif);
  	background-repeat:no-repeat;
  	background-position:right bottom;  	
  	padding-right:15px;
  	
  	}
  #col6_right_bottom_link_content p a.right_arrow{float:right;}
  
  #col6_right_bottom_link_content p.align-left{float:left; width:50%;}
  	
  #col6_right_bottom_link_content p.align-right{float:right; width:50%;}
  
  #col6_right_bottom_link_content p a, #col6_right_bottom_link_content p a.left_arrow{
  
  	background-image:url(../../img/opening_angel_brackets.gif);
  	background-repeat:no-repeat;
  	background-position:left bottom;  	
  	padding-left:15px;
  	}
  	
  /*#unterseite_link p:after{ content:" >>";font-weight:bold;}*/

  
  #header h1 {
    font-size:2.5em;    
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

  p { line-height: 1.5em; margin: 0 0 5px 0;}

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0;list-style-type: none;list-style-position:outside;padding:0; }
  li { line-height: 1.5em; margin:0;padding:0;}

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote p { font-family:georgia kursiv, arial; font-style:italic;font-size:17px;color:#444;  }
  blockquote { margin: 0;}

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr 
  {    
    border-bottom: .1em dashed #c00;
    cursor: help;
  } 

  .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 }

  

  a {text-decoration:none;}
  a:focus,
  a:hover,
  a:active {text-decoration:underline;}
  
  #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, #copyright a{color:#666;font-size:10px;}
  #footer p{font-size:10px;text-align:center;}
 

  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 } 


  hr {
    color: #fff;
    background:transparent;

    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }
  
  #col2_content ul, div.col6_right_content ul {list-style-type :none;}

  
  #col2_content ul li, div.col6_right_content ul li{


  background-image:url(../../img/list_style_image_gray.gif);
  background-repeat:no-repeat;
  background-position:0 5px;
  padding-left:10px;
  }
  #col2_content p{color:#444;}
  
  
  /*--------mooflow caption-----------*/
  
  .mf div.caption 
  {
	bottom:270px;
	margin:0 auto;
	position:absolute;
	text-align:center;
	width:100%;
	z-index:98;
}
/*--------------------powermail------------*/
input {font-size:10px;color: #666666;}
textarea{font-size:10px;color: #666666;}
fieldset.tx-powermail-pi1_fieldset
{
	border: none;
}
legend
{
	display:none;
	}

fieldset.tx-powermail-pi1_fieldset_5 textarea,
fieldset.tx-powermail-pi1_fieldset_5 input,
fieldset.tx-powermail-pi1_fieldset_5 label,
fieldset.tx-powermail-pi1_fieldset_2 textarea,
fieldset.tx-powermail-pi1_fieldset_2 input,
fieldset.tx-powermail-pi1_fieldset_2 label{
	width:100%;	
		
}
fieldset#tx-powermail-pi1_fieldset_5 label, fieldset#tx-powermail-pi1_fieldset_2 label {margin-bottom:2px;}
fieldset#tx-powermail-pi1_fieldset_5 input, fieldset#tx-powermail-pi1_fieldset_2 input {margin-bottom:5px;}


div#powermaildiv_uid17, div#powermaildiv_uid5  /*, input#mailformformtype_mail*/
{
	width:100px;
	margin-top:15px;
	}
/*
#mailform input, #mailform textarea{margin-bottom:12px;width:130px; float:left;clear:left;position:relative;}
#mailform label {margin-bottom:4px;width:130px; float:left;position:relative;clear:left;}
*/

#mailform input, #mailform label, #mailform textarea{ width:150px;height:20px;margin-bottom:8px;margin-top:8px;}	
#mailform textarea{height:150px;}
 #mailform label{margin-bottom:15px;margin-top:15px;}
 input#mailformformtype_mail{width:100px; color: #666666; font-size:12px;height:18px;}
 
}

#col2_content table td {
	vertical-align: top;
}