@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 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: Arial, Helvetica, 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 */

  h1 { 

	}
  h2 { 
  	color:#666;
  }  
  
  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-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: #000; text-decoration:underline; }
  a:focus,
  a:hover,
  a:active { text-decoration:underline; }
  
  #topnav a { color: #aac; font-weight: bold; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ text-decoration:underline; background-color: transparent; }
  
  #footer a {text-decoration:none; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {  }

  /**
   * (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; }*/

  .articleBody table {margin-left:1px;}

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

	.text_rechtsbuendig {
		text-align:right;
	}
	.text_zentriert {
		text-align:center;
	}
	
	.text_klein {
		font-size:91.67%;	
	}
	
  	hr {
    	color: #fff;
	    background:transparent;
    	margin: 0 0 0.5em 0;
	    padding: 0 0 0.5em 0;
    	border:0;
	    border-bottom: 1px #CCCCCC solid;
  	}

	h2.articleTeaser {
		font-size:116.67%;
		font-weight:normal;
	}
  /**
   *	Header
   */
   
   	#header_top {
		margin:0;
		padding:0;
		height:90px;
		overflow:hidden;
		background-color:#A7CA5A;
		position:relative;		
	}
   	#header_top_logo {
		margin:0;padding:5px 0 5px 15px;overflow:hidden;z-index:90;}	
	
	#header_top_service {
		position:absolute;
		right:3px;
		top:3px;
		line-height:1em;
		padding:5px;
		right:3px;
		text-align:right;
		top:3px;
		white-space:nowrap;		
		z-index:99;
	}
	.login-container	 {
		background-image:url(images/login-graphic.png);
		background-position:center left;
		background-repeat:no-repeat;
		text-decoration:none;
		padding-left:20px;
		padding-right:20px;
	}
		   
   	#head_menu {
		position:relative;
		height:25px;
		background-color:#F08400;
		background-image:url(images/horizontal_menu_background.png);
		background-position:center center;
		background-repeat:repeat-x;
	}
	* html #head_menu {
 		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_background.png')
	}	
	
	.menu_shadow {
		width:100%;height:0;
	}
	* html .menu_shadow {
	}		
	
  /**
   *	Navigation horizontal
   */
	
	#nav_horizontal {
		list-style-type:none;	
		position:static;
		margin:0;
		padding:0;
		height:25px;

		border-right:1px solid #bbb;
		border-left:1px solid #999;
		/*float:left;*/
		/*overflow:hidden;*/
	}
	#nav_horizontal li{
		float:left;
		padding:0;
		margin:0;
		border-left:1px solid #bbb;
		border-right:1px solid #999;
		line-height: 12px;
		position:static;
	}
	#nav_horizontal a {
		color:#fff;
		text-decoration:none;
		font-size:133.33%;
		position:static;
		display:block;
		padding:7px 10px 6px
	}

  	/**
   	*	Suchbox im Head
   	*/
	#head_suche {
		float:left;
		margin:0;
		padding:3px 10px 3px 10px;
		position:relative;
	}	
	
	#detailsuche {
		position:absolute;
		display: none;
		z-index:100;
		width: 196px;
		font-size: 12px;
		color: #000000;
		padding: 5px;
		left: 10px;
		top: 0px;
		background: #fff;
		border: 1px solid #CCC;
	}	
		
  /**
   *	Navigation vertikal
   */
	#nav_vertical {
		margin: 0;
		padding: 0;
		list-style-type:none;
	}
	#nav_vertical ul {
		padding:0;
		margin-bottom:0;
	}

	#nav_vertical li {
		margin:0;
		padding:0 0 0 0;
		list-style-type:none;		
	}
	
	#nav_vertical li a {
		display:block;
		padding:0;
		margin:0 0 5px 0;
		line-height:1.1em;
		height:100%;
		font-weight:normal;
		font-style:normal;
		color:#fff;
		font-size:116.67%;
		text-decoration:none;
		font-weight:bold;
	}
	#nav_vertical li li a {
		font-weight:normal;
	}
	
	#nav_vertical li a:hover,
	#nav_vertical li a.active {
		background-color:transparent;	
		color:#000;  
	}

	#nav_vertical li li a,
	#nav_vertical li li a:hover,
	#nav_vertical li li a.active {
		background-color:transparent;
	}
	
   	#nav_vertical li li {
		background-image:url(images/vertical_menu_listbackground.png);
		background-position:left center;
		background-repeat:no-repeat;
		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);
 		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://www.ulmer.de/Vorlagen/Webapp/CMS/winarbor_default/css/screen/images/vertical_menu_listbackground.png');
	}		
	
	
  	/**
   	*	Brickboxen rechte Spalte
   	*/	

	.bbox_Head {
		float:left;
		padding:0;	
		background-color:#fff;
		width:auto;
		z-index:150;
		position:relative;
		overflow:visible;
	}
	.bbox_Head_InnerBox {
		margin:0;
		padding:5px 10px;	
		font-size:116.67%;
		font-weight:bold;
		z-index:151;
		position:relative;
		overflow:visible;		
	}
	.bbox_Main {
		margin:-1px 0 20px 0;
		padding:10px;	
		background-color:#F0F0F0;
		z-index:149;
		position:relative;
		overflow:visible;		
	}
	.bbox_Record {
		padding-bottom:5px;
		margin-bottom:5px;
		border-bottom:1px solid #ccc;
	}
	.bbox_Record a {
		text-decoration:none;
	}	

	
	
  	/**
   	*	Buttons für Links und send buttons
   	*/	

	
	.button_klein {
		border:1px solid #666;
		margin:0;
		padding:0 10px;
		text-decoration:none;
		background-color:#999;
		color:#fff;
		background-image:url(images/horizontal_menu_background.png);
		background-position:center center;
		background-repeat:repeat-x;		
	}
	* html .button_klein {
 		background-image: none;
	}		
	.button_klein:hover {
		text-decoration:none;
	}
	
  	/**
   	*	Standardfaraben für Schriften und Hintergrundfarben
   	*/	

	.fontColor1,
	h1 {
		color:#82B414;
	}
	.fontColor2 {
	
	}
	.fontColor3 {
	
	}
	.fontColor4 {
	
	}
	.fontGrey666 {
		color:#666666;
	}
	.background1,
	.background1:hover {
		background-color:#A7CA5A;
		color:#fff;	
	}
	.background2,
	.background2:hover {
		background-color:#F08400;
		color:#fff;	
	}
	.background3,
	.background3:hover {
		background-color:#999;
		color:#fff;	
	}
	.background4,
	.background4:hover {
		background-color:#ddd;
		color:#333;	
	}
	

/* ########################################## */
/* alt */
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */


  a.printLink,
  a.backLink,
  a.forwardLink { 
  	background-position:left center;
	background-repeat:no-repeat;
	color:#333333;
	padding:2px 10px 2px 20px;
	text-decoration:none;	
  }
  a.printLink { 
  	background-image:url(images/printer_small.gif);
  }  
  a.backLink {
	padding-left:15px;
	background-image:url(images/arrow_left_small.gif);
  }  
  a.forwardLink {
	padding-left:15px;
	background-image:url(images/arrow_right_small.gif);
  }    
  /**
   *	form
   */
  
	input.sendButton {
		background-image:url(images/form_button_background.gif);
		background-position:center;
		border:1px solid #CCCCCC;
		color:#555555;
	}
	input {
		border:1px solid #CCCCDD;
		padding:0.2em;
	}
  
	a.sendButton {
		background-image:url(images/form_button_background.gif);
		background-position:center;
		border:1px solid #CCCCCC;
		color:#555555;
		border:1px solid #CCCCDD;
		padding:0.2em;	
		display:inline-block;
		text-decoration:none;

	}
	
	#servicebox {
		margin-top:2em;
	}



	  
   /**
   *	hinterlegte Boxen
   */
	   
  	.box_Aktuelles_Head, .box_Aktuelles_Body {
  		padding: 0.5em 1em;
  	} 
	.box_Aktuelles_Head {
		background-color:#FFE17F;
		font-weight:bold;
		color:#555;
		font-size:116.67%;
	}
	.box_Aktuelles_Body {
		background-color:#FFEAA7;
	}
	.box_Aktuelles_Body h1 a{
		font-size:50%;
		text-decoration:none;
		font-weight:bold;
	}	
	
	.textbox1 {
		background-color:#F0F0F0;
		padding:1em;
	}
	.textbox2 {
		border:1px solid #f0f0f0;
		padding:1em;
	}
	
	
	
	/* ----- Standard-Reiter-Box (weisse Box mit grauen Rahmen) ----- */
	
	.reiter-box-reiter,
	.reiter-deaktiv {  /* Reiter der Box */
		padding:2px 5px;
		line-height:1.45em;
	}	
	
	/**
   *	Bildergalerien NB_IMG_MAP_ARTICLE
   */
	.gallery_imagerow {
		
	}
	.gallery_imagerow img {
		border:1px solid #666;
		background-color:#fff;
		padding:2px;
		margin:10px 5px 5px 5px;
	}
	
	.gallery_titlerow {

	}
	.gallery_titlerow .subcl,
	.gallery_titlerow .subc,	
	.gallery_titlerow .subcr {
		padding: 0 5px 10px 5px;	
		font-size:83.33%;			
	}
	
	#img_map_article #navigator {
		background-color:#CCC;
		border:1px solid #666;		
		padding:5px;
	}
	
	.icon-jquery-surrounding-box a {
		display:block;
		padding-left:25px;
		position:relative;
	}
	/* icons fuer JQuery-Effekte */
	.icon-jquery-circle-arrow-right,
	.icon-jquery-circle-arrow-down {
		display:block;
		overflow:hidden;
		width:16px;
		height:16px;
		position:absolute;
		background-image:url(images/iconset_jquery_666666.png);	
		background-repeat:no-repeat;
	}
	
	.icon-jquery-circle-arrow-right {
		background-position:-112px -192px;
	}
	.icon-jquery-circle-arrow-down {
		background-position:-128px -192px;
	}


/* Kurz / Landdarstellung Listen */

	.shop_detail_Price { font-style: normal; }
	
	.shop_detail_PriceTableBox { border: none; }
	
	.shop_detail_PriceTableBoxHead { padding: 10px 8px; }

	.pricedata_row { /*line-height: 30px;*/ padding: 5px 0 5px 0px; }	
	.pricedata_insertform { line-height: 15px; }

	.shop_list_ProductTitle a { font-size:100%; line-height: 16px; /*white-space:nowrap;*/ }
	
	
	.shop_list_ProductTitle a { font-size:100%; line-height: 16px; /*white-space:nowrap;*/ }
	.shop_list_ProductTitle_short a { font-size:100%; line-height: 16px; text-decoration: none; }
	
	
	h2.shop_list_ProductTitle { margin-top:10px;}
	.shop_InnerBox-ChapterIntro h1 { margin-top: 15px; }
	
	.shop_list_RecordBoxLongA_LIST { margin: 0 0px 10px 0px; border-bottom: 1px solid #F0F0F0;}
	.shop_list_RecordBoxLongB_LIST { margin: 0 0px 10px 0px; border-bottom: 1px solid #F0F0F0;}


	.shoplist_head { padding: 5px 0px; margin-top: 20px; border-bottom: 3px solid #ababab; color: #000; font-weight: bold; width: 100%;  }
	
	
	.pricedata_insertform div.subcr { text-align: right; } 
	.pricedata_insertform { text-align: right; }
	.pricedata_title,.pricedata_price, .pricedata_lprice, .pricedata_insertform { line-height: 18px; padding-top: 6px; }
	.pricedata_title div {/* white-space:nowrap; */}
	.pricedata_insertform input#Bestellen { margin-top:5px; }

	.shop_InnerBox-ChapterIntro { margin-bottom: 20px; padding: 10px;  }
	
	/*input#Bestellen2, input#Bestellen { background-color: #FFDA00; color: #000; border: none; padding: 5px;}*/

/* Ende Kurz / Langdarstellung */

	
	
	
}	

