/* stadeleck.css  */
/* by mec 24.04.2002 */

 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (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 all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family:Verdana,Arial,sans-serif;
    font-size: 75%;
    background-color:#666699; color:white;
	padding:0.25em;margin:0;
  }
	body>div {margin:0;}

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6,.headline, .subhead {
    font-family:  Syntax,"Trebuchet MS",Arial, Helvetica, sans-serif;
    font-weight:700;
    color:#222;
    margin: 2px 2px 0.25em 2px;
  }

  .benton {
    font-family:  BentonSansCond,Benton,"Syntax Bold", "Arial Black", Helvetica, sans-serif;
    font-variant:small-caps;
  }
  .uppercase {
  	text-transform: uppercase;
  }
  .capital {
    font-variant:small-caps;
  }
  .big { font-size: 116.67%; }  

  h1 { font-size: 200%; }                       /* 24px */
  h2 { font-size: 150%; }                       /* 18px */
  h2.big { font-size: 175%; }                       /* 21px */
  h3 { font-size: 133.33%; }                       /* 16px */
  h3.big { font-size: 150%; }                       /* 18px */
  h4, .headline { font-size: 125%; }                    /* 15px */
  h4.big { font-size: 133.33%; }                       /* 16px */
  h5 { font-size: 116.67%; }                    /* 14px */
  h6, .subhead { font-size: 108.33%; }                    /* 13px */

	a:link     { color:#CCCCFF; font-family:Verdana,Arial,sans-serif; }
	a:visited  { color:#CCCCFF; font-family:Verdana,Arial,sans-serif; }
	a:active   { color:#FF0000; font-family:Verdana,Arial,sans-serif; }
	a:hover   { color:gold; font-family:Verdana,Arial,sans-serif; text-decoration:none; border:1px dotted gold; }

	
	h1.titel   	{font-family:times new roman; font-size:250%; margin-left:0px;}
	h1.boten	{font-family:"Trebuchet MS",Arial,Verdana,sans-serif; font-weight:bold; margin:0.2em 2px;}
	h2		{font-size:108%;margin:0.2em 2px;}
	h2.aktuell	{color:gold;font-size:110%;}
	h3		{font-size:100%;}

	p, p.bodytext { line-height: 1.5em; margin: 0 0 0.75em 0; }
	p {font-size:100%; color:white;  font-weight:700; font-family:Verdana,Arial,sans-serif;  }

	.text      {font-size:12px; color:white;  font-weight:700; font-family:Verdana,Arial,sans-serif;   }
	.textbreit      {font-size:12px; color:white;  font-weight:700; font-family:Verdana,Arial,sans-serif;   }

	select     {font-size:10px;font-family:Arial,Verdana,Tahoma,sans-serif;font-weight:500; width:102px}
	.selectfont{color:white; background-color:#5184FA; }


.box
{
	border-color: #CF0;
	border-style: outset;
	background-color: white;
}

#liste
{
	position:relative; float:left;
	width:500px; border:0px solid navy; margin:0 3px; padding:0; padding-left:1em;
	
}

#liste ul li {
	list-style-type:none; 
}
#total li {
	list-style-type:none; 
}
#liste #total ul {
	color:navy; margin:1px;
}
#liste #total ul li  {
	list-style-type:square;  font-weight:600;
}
#liste #total ul ul {
	color:navy; margin:1px;
}
#liste #total ul ul li  {
	list-style-type:disc; 
}
li.comment {
	list-style-type:none !important; margin-left:-0.5em; font-weight:400; color:#CCCCFF; font-style:oblique;
}

.start
{
	position:relative; float:left;
	top:20 px; margin:0 3px; padding:0;
	background-color: #666699;
	background-image: url(../grfx/doppelweg.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	/*background-attachment: fixed;*/
	border-color: #FFC;
	border-width: 1px;
}

.absperrung
{
	position:absolute;
	top:0px;
}

.anmerkungen {
	font-size:92%;
	font-style: italic;
	font-weight:600;
	margin-left:1em; margin-right:-2em;
}