
/**
 * "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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 * @appdef yaml
 */

/**********************************TABELLE FORMATIERUNG***********************************************/
/*    Normal-Layout   */
/*  Erste Zeile ist farbig   */
.contenttable-0{
	background-color:	#FFFFFF;
	border:			double;
	border-color:		#CCCCCC;
	font-family: 		Comic Sans MS;
    	font-size: 		95.00%; 
    	color: 			#0b009b;
} 

.contenttable-0 .tr-odd{
	background-color:  	#f2f2f2;
	text-align:		left;

}
.contenttable-0 .tr-even{
	background-color:  	#ededed;
	text-align:		left;
}
.contenttable-0 .tr-0  {
	background-color:	#f7e4ff;
	font-weight:		bold;
	text-align:		center;
	
}

.contenttable-0 .tr-0 .td-0{
	width:			160px;
	text-align:		center;
	padding:       		5px;
}

.contenttable-0 .td-0{
	width:			160px;
	text-align:		left;
	padding:       		5px;
}

.contenttable-0 .tr-0 .td-1{
	width:			140px;
	text-align:		center;
	padding:       		5px;
}

.contenttable-0 .td-1{
	width:			140px;
	text-align:		left;
	padding:       		5px;
}

/*    Layout1   */
/* 	Erste Spalte ist farbig	*/
.contenttable-1{
	background-color:	#FFFFFF;
	border:			double;
	border-color:		#CCCCCC;
	font-family: 		Comic Sans MS;
    	font-size: 		95.00%; 
    	color: 			#0b009b;
} 

.contenttable-1 .tr-odd{
	background-color:  	#f2f2f2;
	padding:       		5px;
}
.contenttable-1 .tr-even{
	background-color:  	#ededed;
	
}
.contenttable-1 .td-0{
	background-color:	#f7e4ff;
	font-weight:		bold;
	text-align:		center;
	padding:      		5px;
	width:			250px;
}

/*    Layout2   */
/* 	Erste Spalte und Zeile  sind farbig	*/
.contenttable-2{
	background-color:	#FFFFFF;
	border:			double;
	border-color:		#CCCCCC;
	font-family: 		Comic Sans MS;
    	font-size: 		95.00%; 
    	color: 			#0b009b;
} 

.contenttable-2 .tr-odd{
	background-color:  	#f2f2f2;
	padding:       		5px;
}
.contenttable-2 .tr-even{
	background-color:  	#ededed;
	
}
.contenttable-2 .td-0{
	background-color:	#f7e4ff;
	font-weight:		bold;
	text-align:		center;
	padding:      		5px;
	width:			200px;
}
.contenttable-2 .tr-0{
	background-color:	#f7e4ff;
	font-weight:		bold;
	text-align:		center;
	padding:      		5px;
	width:			200px;
}

/***********************************************ENDE*************************************************************
@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) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: 	Comic Sans MS;
    font-size: 		95.00%; 
    color: 			#0b009b;
  }

  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  	color: 			#0b009b;
	font-weight:	normal;
	margin: 		0 0 0.25em 0;
	font-family: 	"Comic Sans MS";
}
  h1, .h1 { font-size: 		200%; }                        /* 24px */
  h2, .h2 { font-size: 		166.67% }/* 20px */
  h3, .h3 { font-size: 		150.33% }                        /* 18px */
  h4, .h4 { font-size: 		133.33%; font-weight: bold;}                     /* 16px */
  h5, .h5 { font-size: 		116.67% }                     /* 14px */
  h6. .h6 { font-size: 		116.67%; font-style:italic; }  /* 14px */
.hervorheben{{ font-size: 	133.33%; font-weight: bold;} 
	

.hervorheben1{{ font-size: 	153.33%; font-weight: bold;} 
	


  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 ;
 	list-style-image: 	url(../../fileadmin/layoutpics/stern.gif) ;

  	padding-left: 		3px;
  }

  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
   */
.csc-textpic-caption {
	font-size: 		70%;
}
  .note {
  	background: 	#dfd; 
	padding: 	    1em; 
	border-bottom: 	1px #bdb dotted; 
	border-bottom: 1px #dbb dotted;
}
  .important {
  	background: 	#ffd; 
	padding:        1em; 
	border-bottom:  1px #ddb dotted; 
	border-bottom:  1px #dbb dotted;
}
  .warning {
   background:      #fdd; 
   padding:         1em; 
   border-bottom:   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
   *
   */
	
	p.csc-frame-frame1, table.csc-frame-frame1 { 
		background-color: 	#EDEBF1; 
		padding: 	    	2px 4px 2px 4px; 
		border: 		1px solid #333333; 
	}
	p.csc-frame-frame2, table.csc-frame-frame2 { 
		background-color: 	#F5FFAA; 
		padding:            2px 4px 2px 4px; 
		border:             1px solid #333333; 
	}
	
	#menue{
		padding-right: 		20px;
	}
  	a {color: #900; 	text-decoration:	none;}
  	a:focus,
  	a:hover,
  	a:active {
  	background-color: 	#fee; 
  	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 { color: #aac; background:	transparent; font-weight: 	bold;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #fff; background-color: transparent; text-decoration:	underline;}

  /**
   * (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
   */
	

  /**
   * 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;
  }

/*}*/

