/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator     YAML Builder V1.0.1 (http://builder.yaml.de)
 * @file        basemod.css
 */

@media screen, projection
{
  
  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */
#run_title {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #acb9ed;
    line-height: 0;
  }
   #run_title ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin-left:40px;
    padding: 0;
  }

  #run_title ul li {
  /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.4em;
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #run_title ul li a,
  #run_title ul li strong {
    background: transparent;
    color: #4c4b4b;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

  #run_title ul li a:focus,
  #run_title ul li a:hover,
  #run_title ul li a:active  { background: transparent; color: #f86917; text-decoration: none; }

  #run_title ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
  
  }

  #run_title ul li#current strong,
  #run_title ul li#current a,
  #run_title ul li#current a:focus,
  #run_title ul li#current a:hover,
  #run_title ul li#current a:active { background: transparent; color: #f86917; text-decoration: none; }

 
  }
  
   	#subcolumn1 {
   		padding-left:43px;
		padding-top: 15px;
		padding-bottom:10px;
   		float: left; 
		width: 11%;
		background-color:#FF0000;
		}
	#subcolumn2 { 
		padding-top: 13px; 
		padding-bottom:10px;
		float: left; 
		width: 30%;  
		margin:0;
		}   
    #subcolumn3 {
    	padding-top: 15px; 
    	padding-left:52px;
		padding-bottom:10px;
		float: left; 
		width: 11%;  
		margin:0;
					}
	 #subcolumn4 {
	 	padding-top: 12px; 
		padding-bottom:10px; 
		float: left; 
		width: 30%;  
		margin:0;
			} 
	}
	
