@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-2007, 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.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @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: Helvetica, Arial, sans-serif;
    font-size: 75%; 
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; line-height: 1em;/* margin: 0 0 0.25em 0; */ }
  h1 { font-size: 200%; margin-top: 0.5em;}                        /* 24px */
  h2 { font-size: 200%; font-weight:normal; margin-bottom: 0.25em;  }                    
  h3 { font-size: 150%; margin-top: 0.5em; }                       /* 18px */
  h4 { font-size: 150%; font-weight:normal; margin-bottom: 0.25em;}                    
  h5 { font-size: 133.33% }                     /* 16px */
  h6 { font-size: 133.33%; font-weight:normal; font-style:italic }  

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em;/* margin: 0 0 1em 1em; */ margin-left: -1.5em; list-style-type:none;}
  li { /* margin-left: 1.0em; */ 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 {background-color: #fff; text-decoration:none;}
/* */ 

  #topnav { color: #000 }
  #topnav a { color: #000; font-weight: bold; background:transparent; text-decoration:underline; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ color: #fff; text-decoration:none; background: transparent; font-size: 130%;  }
  
  #footer a { color: #000; background:transparent; text-decoration:underline; font-weight: bold;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #000; background-color: transparent; text-decoration:none;}

  #breadcrumbs {  padding-left: 1.3em; padding-bottom: 1.3em;  color: #999;  background:transparent; }
  #breadcrumbs a { color: #999;  background:transparent; text-decoration:underline; }
  #breadcrumbs a:focus,
  #breadcrumbs a:hover,
  #breadcrumbs a:active{ text-decoration:none; color: black; transparent;}
  


  /**
   * (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;
  }


#werk001 {
	background-image: url(http://www.peterschermuly.de/templates/schermuly/css/_gfx/grosser_rueckenakt.jpg);
	background-color: black; 
	height: 12em;
	width: auto;
	margin-top: 1em;
		}


#werk002 {
	background-image: url(http://www.peterschermuly.de/templates/schermuly/css/_gfx/Liegender_Akt_mit_Schachbrett_croped.jpg);
	background-color: black; 
	height: 12em;
	width: auto;
	margin-top: 1em;
		}


 .bildsub { }
 .bildsub a div {text-decoration:none;}
		

  /* mehr spezifische und ueberschreibben */

.iteminfo { color: grey; margin-top: -1.5em;}



.pagenav,
.pagenav_prev,
.pagenav_next
{ background-color:transparent;
visibility: hidden; }

.schriftklein { font-size: 9px; }

#mod_search_searchword  {	position: absolute;
							left: 10px;
							top: 31px;
							background: transparent;
							font-size: 85%;
							}

.contentpaneopen  {	padding-top: 1.5em;		}


  /* der bgk-image hack!! zur praesentation...  */

body.bg99 { background: url(Tod_als_Torrero_Web_Grey.jpg) }

body.bg84 { background: url(Mit_der_gruenen_Maske_Web_Grey.jpg) }
body.bg100 { background: url(Mit_der_gruenen_Maske_Web_Grey.jpg) }

body.bg63 { background: url(Bildniskopf_Annie_Hensler_Moering_Web_Grey.jpg) }
body.bg79 { background: url(Bildniskopf_Annie_Hensler_Moering_Web_Grey.jpg) }

body.bg59 { background: url(SchermulyPeter.jpg) }
body.bg1 { background: url(SchermulyPeter_Konter.jpg) }


body.bg65 { background: url(Komposition_tuerkisch_Grey.jpg) }
body.bg80 { background: url(Bildnis_eines_Architekten_Grey.jpg) }
body.bg81 { background: url(Gnomenfrosch_Grey.jpg) }

body.bg82 { background: url(In_Tibet_Grey.jpg) }
body.bg62 { background: url(In_Tibet_Grey.jpg) }
body.bg84 { background: url(Der_weisse_Tuerke_Grey.jpg) }
body.bg83 { background: url(Das_Opfer_Grey.jpg) }
body.bg78 { background: url(Der_schweifende_Dichter_Grey.jpg) }
body.bg85 { background: url(Groteske_Grey.jpg) }
body.bg86 { background: url(Die_Verehrung_des_Tierkopfes_Grey.jpg) }
body.bg101 { background: url(Liegender_Akt_mit_Schachbrett_Grey.jpg) }
body.bg87 { background: url(Grosser_Rueckenakt_Grey.jpg) }
body.bg88 { background: url(Halbakt_mit_weissem_Kopftuch_Grey.jpg) }
body.bg89 { background: url(Zwei_Kuerbisse_Grey.jpg) }

body.bg76 { background: url(Drei_Fische_Grey.jpg) }
body.bg90 { background: url(Drei_Fische_Grey.jpg) }
body.bg91 { background: url(Kastanien_auf_Zinnteller_Grey.jpg) }
body.bg92 { background: url(Blaetter_und_Stein_Grey.jpg) }
body.bg93 { background: url(333_blaetter_croped_grey.jpg) }
body.bg94 { background: url(Fruechtekorb_aus_Trient_Grey.jpg) }
body.bg95 { background: url(Stein_und_Stroh_Grey.jpg) }
body.bg96 { background: url(Dalien_Web_Grey.jpg) }
body.bg97 { background: url(Drei_gelbe_Birnen_Grey.jpg) }
body.bg98 { background: url(Bund_roter_Tulpen_Grey.jpg) }


  
  
  
img { margin: 1px; }  
  
  
  /* der bgk-image hack!!  

body.bg50 { background: url(/_gfx/Liegender_Akt_mit_Schachbrett_croped.jpg) }
body.bg49 { background: url(/_gfx/333_blaetter_croped.jpg) }

body.bg35 { background: url(/_gfx/SchermulyPeter.jpg) }

body.bg58 { background: url(/_gfx/bgk80.png) }

body.bg61 { background: url(/_gfx/SchermulyPeter.jpg) }
body.bg63 { background: url(/_gfx/Liegender_Akt_mit_Schachbrett_croped.jpg) }
body.bg65 { background: url(/_gfx/bgk80.png); 
			background-color: white;
			background-repeat: repeat; }

body.bg99 { background: url(/_gfx/bgk_greyccc.png); 
			background-color: #666;
			background-repeat: repeat; }

body.bg100 { background: url(/_gfx/bgk_greyaaa.png); 
			background-color: #666;
			background-repeat: repeat; }

body.bg61,
body.bg63,
body.bg65 { background-repeat: no-repeat; background-position: fixed;}
*/



  /* die protos light box verbiegen  */


/*
.highslide img {
border-color:#ccc;
border-width: 5px solid;
}

#thumb1 img {
border-color:#666;
border-width: 5px solid;
}

#thumb1 img a:hover {
border-color:#000;
border-width: 5px solid;
}
*/


  /* menu style joomla verbiegen */

  /* menu style */


.menu { 

padding-left: 1em;

}

.menu a { display:block; text-decoration: none; }
.menu li { float:left; width: 100%; margin:0; padding: 0; }
.menu li span { 
display:block; 
width: 90%; 
padding: 3px 0px 3px 5%; 
line-height: 1.2em;
background:  url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/aktiv_unten_14blk.gif) no-repeat 0.0em 0.0em;
}
	
.menu li a {  
	/* margin-left: 2em; */
	 width: 90%; 
	padding: 3px 0px 3px 5%; 
	/* color: #000;  */
	}

	.menu li a:hover, 
	.menu li a:focus { 
		background-color:#333;
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_hover.gif);
		background-repeat:no-repeat;
		background-position: left top;
		color: #fff; 
		text-decoration: underline;
		/* font-weight:  bold; */
		cursor: pointer;
	}



	.menu li a:active { 
		background-color:#eee; 
		color: #f00; 		

	}


	
	.menu li ul { list-style-type: none; margin:0; padding: 0; }
	.menu li ul li { float:left; width: 100%; margin:0; padding:0; }
	.menu li ul li a { 
		/* width: 80%; */
		/* padding-left: 0.5em;  */
				margin-left: -0.2em; 
		/* background-color:#eee; 
		background: transparent;*/
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_aus.gif);
		background-repeat:no-repeat;
		background-position: left top;

	}

	.menu li ul ul li { list-style-type: none; margin:0; padding: 0; }
	.menu li ul li ul li { float:left; width: 100%; margin:0; padding:0; }
	.menu li ul li ul li a { 
		/* width: 80%;  */
		padding: 3px 0px 3px 0px; 
		/* 		padding: 3px 0px 3px 10%;  */
		background-color:#fff; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_aus.gif);
		background-repeat:no-repeat;
		background-position: left top;
		color: #999; 
		font-size: 0.9em;
		/* font-weight: normal; */
	}

	.menu li ul li a:hover, 
	.menu li ul li a:focus { 
		background: transparent; 
		/* hier hover l2 bgk color!!! */
		background-color:#666; 
		/*		margin: 0px 2em 0px 0em; 
*/		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_hover.gif);
		background-repeat:no-repeat;
		background-position: left top;
		color: #fff; 
	}
	.menu li ul li a:active { 
		background-color:#eee; 
		color: #000; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_focus.gif);
		background-repeat:repeat-y;
		background-position: left top;		font-weight: bold; 
	}
	
	.menu li#title { 
		width: 90%; 
		padding: 3px 0px 3px 10%; 
		color: #444; 
		background-color: #fff; 
	}
	
	.menu li#active { 
		display:block; 
		width: 90%; 
		padding: 3px 0px 3px 10%; 
		color: #666;
		background: #fff; 
		font-weight: bold; 

	}
	.menu li a#active { 
		width: 90%; 
		padding: 3px 0px 3px 10%; 
		color: #666;
		background: #fff; 

	}
	
	.menu li ul li#active,	
	.menu li ul li span#active,
	.menu li ul li span,
	.menu li ul li a#active { 
		/* width: 80%; */
		padding: 3px 0px 3px 2em; 
		color: #333;
		/* background: #eee; */ 
		/* font-weight: normal; */
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_hover.gif);
		background-repeat:repeat-y;
		background-position: left top;
	}


.menu li .active, .menu li ul li .active { 		font-weight: bold;  }


.menu li .hidden, .menu li ul li .hidden { display:none; }

/*    }     fehlt das/fehler??!  */

.menu a.ebene
{
background-color:#68939C; 
		color: #000; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_focus.gif);
		background-repeat:repeat-y;
		background-position: left top;
		border: 0; 
	}

.menu a.selected
{
display:block; 
		width: 90%; 
		padding: 3px 0px 3px 20%; 
		color: #fff;
		background: #4E4D4D; 
		font-weight: normal; 
		border: 0;
	}


}


  /* try the WeitereWerke list styling.. */


  /* menu style joomla verbiegen */

  /* menu style */




.user1 a { display:block; text-decoration: none; }
.user1 li { float:left; width: 100%; margin:0; padding: 0; }
.user1 li span { 
display:block; 
width: 90%; 
padding: 3px 0px 3px 0px; 
color: #000;
background: #CCCCCC; 

border: 0;
background:  url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/aktiv_unten_14blk.gif) no-repeat 0.0em 0.0em;
}
	
.user1 li a {  
	/* margin-left: 2em; */
	/* width: 90%; */
	padding: 3px 0px 3px 1.5em; 
	/* color: #000;  */
	border: 0;
	}

	.user1 li a:hover, 
	.user1 li a:focus { 
		background-color:#fff; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_hover.gif);
		background-repeat:no-repeat;
		background-position: left top;
		color: #666; 
		border: 0; 
		text-decoration: underline;
		/* font-weight:  bold; */
	}



	.user1 li a:active { 
		background-color:#eee; 
		color: #000; 
		border: 0; 
	}


	
	.user1 li ul { list-style-type: none; margin:0; padding: 0; }
	.user1 li ul li { float:left; width: 100%; margin:0; padding:0; }
	.user1 li ul li a { 
		/* width: 80%; */
		padding-left: 2em; 
		background-color:#fff; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_aus.gif);
		background-repeat:no-repeat;
		background-position: left top;
		color: #666; 
		border: 0; 
	}

	.user1 li ul ul li { list-style-type: none; margin:0; padding: 0; }
	.user1 li ul li ul li { float:left; width: 100%; margin:0; padding:0; }
	.user1 li ul li ul li a { 
		width: 80%; 
		padding: 3px 0px 3px 20%; 
		background-color:#fff; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_aus.gif);
		background-repeat:no-repeat;
		background-position: left top;
		color: #999; 
		border: 0; 
		font-size: 0.9em;
		font-weight: normal;
	}

	.user1 li ul li a:hover, 
	.user1 li ul li a:focus { 
		background: transparent; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_hover.gif);
		background-repeat:no-repeat;
		background-position: left top;
		color: #000; 
		border: 0; 
	}
	.user1 li ul li a:active { 
		background-color:#eee; 
		color: #000; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_focus.gif);
		background-repeat:repeat-y;
		background-position: left top;
		border: 0; 
	}
	
	.user1 li#title { 
		width: 90%; 
		padding: 3px 0px 3px 10%; 
		font-weight: bold; 
		color: #444; 
		background-color: #fff; 
		border: 0; 
	}
	
	.user1 li#active { 
		display:block; 
		width: 90%; 
		padding: 3px 0px 3px 10%; 
		color: #666;
		background: #fff; 
		font-weight: bold; 
		border: 0;

	}
	.user1 li a#active { 
		width: 90%; 
		padding: 3px 0px 3px 10%; 
		color: #666;
		background: #fff; 
		font-weight: bold; 
		border: 0;
	}
	
	.user1 li ul li#active,
	
	.user1 li ul li span#active,
	.user1 li ul li span,

	.user1 li ul li a#active { 
		width: 80%; 
		padding: 3px 0px 3px 10%; 
		color: #000;
		background: #fff; 
		font-weight: bold; 
		border: 0;
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_hover.gif);
		background-repeat:repeat-y;
		background-position: left top;
	}
.user1 li .hidden, .user1 li ul li .hidden { display:none; }

}

.user1 a.ebene
{
background-color:#68939C; 
		color: #000; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_focus.gif);
		background-repeat:repeat-y;
		background-position: left top;
		border: 0; 
	}

.user1 a.selected
{
display:block; 
		width: 90%; 
		padding: 3px 0px 3px 20%; 
		color: #fff;
		background: #4E4D4D; 
		font-weight: normal; 
		border: 0;
	}


}





  /* menu style ALT */


#submenu { 
line-height: 1.5em;


}
#submenu a { display:block; text-decoration: none; }
#submenu li { float:left; width: 100%; margin:0; padding: 0; }
#submenu li span { 
display:block; 
width: 90%; 
padding: 3px 0px 3px 10%; 
color: #000;
background: #CCCCCC; 
font-weight: bold; 
border: 0;
background:  url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/aktiv_unten_14blk.gif) no-repeat 0.0em 0.0em;
}
	
#submenu li a {  
	margin-left: 2em;
	/* width: 90%; */
	padding: 3px 0px 3px 10%; 
	color: #000; 
	border: 0;
	}

	#submenu li a:hover, 
	#submenu li a:focus { 
		background-color:#fff; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_hover.gif);
		background-repeat:no-repeat;
		background-position: left top;
		color: #666; 
		border: 0; 
		text-decoration: none;
	}
	#submenu li a:active { 
		background-color:#eee; 
		color: #000; 
		border: 0; 
	}


	
	#submenu li ul { list-style-type: none; margin:0; padding: 0; }
	#submenu li ul li { float:left; width: 100%; margin:0; padding:0; }
	#submenu li ul li a { 
		/* width: 80%; */
		padding-left: 2em; 
		background-color:#fff; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_aus.gif);
		background-repeat:no-repeat;
		background-position: left top;
		color: #666; 
		border: 0; 
	}

	#submenu li ul ul li { list-style-type: none; margin:0; padding: 0; }
	#submenu li ul li ul li { float:left; width: 100%; margin:0; padding:0; }
	#submenu li ul li ul li a { 
		width: 80%; 
		padding: 3px 0px 3px 20%; 
		background-color:#fff; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_aus.gif);
		background-repeat:no-repeat;
		background-position: left top;
		color: #999; 
		border: 0; 
		font-size: 0.9em;
		font-weight: normal;
	}

	#submenu li ul li a:hover, 
	#submenu li ul li a:focus { 
		background: transparent; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_hover.gif);
		background-repeat:no-repeat;
		background-position: left top;
		color: #000; 
		border: 0; 
	}
	#submenu li ul li a:active { 
		background-color:#eee; 
		color: #000; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_focus.gif);
		background-repeat:repeat-y;
		background-position: left top;
		border: 0; 
	}
	
	#submenu li#title { 
		width: 90%; 
		padding: 3px 0px 3px 10%; 
		font-weight: bold; 
		color: #444; 
		background-color: #fff; 
		border: 0; 
	}
	
	#submenu li#active { 
		display:block; 
		width: 90%; 
		padding: 3px 0px 3px 10%; 
		color: #666;
		background: #fff; 
		font-weight: bold; 
		border: 0;

	}
	#submenu li a#active { 
		width: 90%; 
		padding: 3px 0px 3px 10%; 
		color: #666;
		background: #fff; 
		font-weight: bold; 
		border: 0;
	}
	
	#submenu li ul li#active,
	
	#submenu li ul li span#active,
	#submenu li ul li span,

	#submenu li ul li a#active { 
		width: 80%; 
		padding: 3px 0px 3px 5%; 
		color: #000;
		background: #fff; 
		font-weight: bold; 
		border: 0;
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_hover.gif);
		background-repeat:repeat-y;
		background-position: left top;
	}
#submenu li .hidden, #submenu li ul li .hidden { display:none; }

}

#submenu a.ebene
{
background-color:#68939C; 
		color: #000; 
		background-image: url(http://www.peterschermuly.de/templates/schermuly/css/schermuly/_gfx/bg_l2nav_focus.gif);
		background-repeat:repeat-y;
		background-position: left top;
		border: 0; 
	}

#submenu a.selected
{
display:block; 
		width: 90%; 
		padding: 3px 0px 3px 20%; 
		color: #fff;
		background: #4E4D4D; 
		font-weight: normal; 
		border: 0;
	}


}