@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
{
 


  /* (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; */
    /*font-family: Helvetica, Arial, sans-serif;*/
	/*font-family:"Times New Roman", Times, serif;*/
	/*font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;*/
  }

  /* (en) base layout gets standard font size */
  /* (de) Basis-Layout erhält Standardschriftgröße */
  body {
    /*font-family: Helvetica, Arial, sans-serif;*/
	/*font-family:"Times New Roman", Times, serif;*/
	/*font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;*/
	/*font-family:"Courier New", Courier, monospace; */
    /*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 */

  /* Headings | Ueberschriften Farbe */
  h1 { 

  }
  h2 { 

  }
  
  /* Paragraph | Absatz Zeilenhoehe und Abstaende */
  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; */
  }

  /* text formatting | Textauszeichnung */

  cite, blockquote { 
  	/* font-style:italic; */
  }
  blockquote { 
  	/*margin: 0 0 1em 1.5em; */
  }


  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .float_left { 
  	/* margin-right: 1em;*/ 
	/*margin-bottom: 0.15em;*/ 
  }
  .float_right { 
  	/*margin-left: 1em; */
	/*margin-bottom: 0.15em; */
  }
  .center { 
  	/* margin: 0.5em auto; */
  }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {
  	/*color: #000; */
	/*text-decoration:underline; */
  }
  a:focus,
  a:hover,
  a:active { 
  	/*background-color: #fee; */
	/*text-decoration:underline; */
  }
  

  #footer a {
  	/*text-decoration:none; */
  }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {  }


	/**
   	*	Header
   	*
   	* (en) Formatting of header section
   	* (de) Gestaltung des Kopfbereiches
   	*/
   
   	#header_top {
		/*margin:0;*/
		/*padding:0;*/
		/*height:90px;*/
		/*background-color:#A7CA5A;*/
		background-image:url(images/winarbor_head_background.jpg);
		background-position:left top;
		background-repeat:no-repeat;
	}
   	#header_top_logo {
		/*margin:0;*/
		/*padding:0;*/
		position:absolute;
		left:20px;
		top:20px;
		z-index:10;
		background-image:url(images/winarbor_head_logo.gif);
		background-repeat:no-repeat;
		width:119px;
		height:51px;
	}	
   	#head_menu {
		/*height:25px;*/
		background-color:#F08400;
	}
	.menu_shadow {
		width:100%;
		height:0px;
		position:absolute;
		left:0;
		top:0;
		background-color:transparent;
		background-image:url(../../../WinArboR_default/css/screen/images/horizontal_menu_shadow.png);
		background-position:center center;
		background-repeat:repeat-x;		
	}
	* html .menu_shadow {
 		background-image: none;
 		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.ulmer.de/Vorlagen/Webapp/CMS/winarbor_default/css/screen/images/horizontal_menu_shadow.png')
	}		
	
  /**
   *	Navigation horizontal
   */

	/* Schrift, Grösse, Farbe, Fettung */
	#nav_horizontal a {
		/*color:#fff;*/
		/*text-decoration:none;*/
		/*font-size:133.33%;*/
	}	
		
  /**
   *	Navigation vertikal
   */
	
	/* Schrift, Grösse, Farbe, Fettung */
	#nav_vertical li a {
		/*font-weight:normal;*/
		/*color:#fff;*/
		/*font-size:116.67%;*/
	}
	#nav_vertical li li a {
		/*font-weight:normal;*/
	}	
	#nav_vertical li a:hover,
	#nav_vertical li a.active {
		/*background-color:transparent;	*/
		/*color:#000; */ 
	}	
	/* Hintergrundbild fuer Menue zweite Ebene, wenn nicht erwünscht, dann background-image:none; setzen*/
   	#nav_vertical li li {
		/*background-image:url(images/vertical_menu_listbackground.png);*/
		/*padding-left:10px;*/
		
	}
	#nav_vertical li li.active{
		/*background-image:url(images/vertical_menu_listbackground_active.png);*/
	}	
	* html #nav_vertical li li {
 		/*background-image:url(images/vertical_menu_listbackground.gif);*/
	}		

  	/**
   	*	Brickboxen rechte Spalte
   	*/	

	.bbox_Head {
		/*margin:0;*/
		/*padding:0;*/	
		float:none;
		background-color:#F0F0F0;
		background-image:none;
		background-position:left top;
		background-repeat:no-repeat;
	}
	.bbox_Head_InnerBox {
		/*padding:5px;*/
		/*font-size:116.67%;*/
		/*font-weight:bold;*/
		background-image:none;
		background-position:top right;
		background-repeat:no-repeat;		
	}
	.bbox_Main {
		/*margin:-1px 0 20px 0;*/
		/*padding:5px;	*/
		background-color:#F0F0F0;
		border:0;
	}	


  	/**
   	*	Buttons für Links und send buttons
   	*/	
			
	.button_klein {
		/*border:1px solid #666;*/
		/*margin:0;*/
		/*padding:0 10px;*/
		/*background-image:url(images/horizontal_menu_background.png);*/
	}	

  	/**
   	*	Standardfaraben für Schriften und Hintergrundfarben
   	*/	

	.fontColor1,
	h1 {
		/*color:#82B414;*/
	}
	.fontColor2 {
	
	}
	.fontColor3 {
	
	}
	.fontColor4 {
	
	}
	.background1 {
		/*background-color:#A7CA5A;
		color:#fff;	*/
	}
	.background2 {
		/*background-color:#F08400;
		color:#fff;	*/
	}
	.background3 {
		/*background-color:#999;
		color:#fff;	*/
	}
	.background4 {
		/*background-color:#ddd;
		color:#333;	*/
	}
	
}	


