@charset "UTF-8";

@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, form, input, textarea, option {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px; 
  }
  td {font-family: Arial, Helvetica, Verdana, sans-serif; }
  div {font-family: Arial, Helvetica, Verdana, sans-serif; }
  
  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 */

  p { line-height: 1.5em; margin: 0 0 1em 0; font-family: Arial, Helvetica, Verdana, sans-serif; }

  /* ### Lists | Listen  #### */

  ul, ol, dl {
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 5px;
	padding: 0px;
}
  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-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
  *
	*/

  a:link, a:visited {color: #E27100; text-decoration:none;}
  a:focus,
  a:hover,
  a:active { color: #E27100; text-decoration:underline;}
  
  a.startboxlink:link,
  a.startboxlink:visited,
	{ color: #FCDE00; font-size: 12px; font-weight: bold; text-decoration:none;}
  a.startboxlink:hover
	{ color: #FCDE00; font-size: 12px; font-weight: bold; text-decoration:underline;}
	
  #topnav a { color: #000; font-weight: normal; font-size: 11px; 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
  */
/*
  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 }
*/

.formtable {
	width: 500px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	border-bottom: 5px solid #fff;
	background-color: #FCDE00;

}
.formtablegrey {
	width: 500px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	background-color: #F7F7F1;
	border-top: 0px solid #CCCCCC;
	border-bottom: 5px solid #F7F7F1;
	}
.linegrey {
	height: 2px;
	border: 1px solid #CCCCCC;
}
.linegreysmall {
	height: 1px;
	border: 1px solid #CCCCCC;
}

.bggrey {
	background-color: #EAE9E4;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;

}
.textarea280 {
	width: 280px;
	font-size: 11px;
	height: 60px;
	overflow: auto;


}
input, textarea {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
.wahl {
	width: 282px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 11px;
}	
.check {
	border: 0px solid #CCCCCC;
}
.input280 {
	width: 280px;
/*	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px; */
	font-size: 11px;
}
.inputrequired {
	width: 280px;
	font-size: 11px;
	border: 2px solid #E27100;
	background-color: #F7D9BA;
}

.input100 {
	width: 112px;
	font-size: 11px;
}
.input40 {
	width: 40px;
	font-size: 11px;
}
.input30 {
	width: 166px;
	font-size: 11px;
}
.input223 {
	width: 223px;
	font-size: 11px;
}
.submit {
	background-color: #EAE9E4;
	font-size: 11px;
	font-weight: bold;
}
.tdfirst {
	width: 200px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
}
.tdsecond {
	width: 300px;
	text-align: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}

.big {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	}
.uebmenu {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	width: 175px;
	height: 20px;
	padding-left: 14px;
	padding-top: 0px;
	padding-bottom: 0px;  
  }
  .umenu {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 165px;
	height: 25px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 4px;  
	border-bottom: 1px #000 dotted;
  }

.aktuell {
    width: 170px;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
.uequer {
	font-weight: bold;
	width: 170px;
	display: block;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-bottom-width: 2px;
	margin-bottom: 4px;
	margin-top: 14px;
}
.uekontbox {
	font-weight: normal;
}
.ansprech {
	font-weight: bold;
}
.bilduright300 {
	text-align: right;
	height: 15px;
	width: 300px;
	border: 0px dotted black;
	display: block;
}
.bilduright200 {
	text-align: right;
	height: 15px;
	width: 200px;
	border: 0px dotted black;
	display: block;

}
.uestartbox {
	width: 193px;
	height: 18px;
	text-align:center;
	vertical-align: bottom;
	padding-top: 2px;
	display: block;
	color: #FCDE00;
	font-size: 12px;
	font-weight: bold;
	background-color: #888A8C;
	border-left-style: solid;
	border-left-color: #fff;
	border-left-width: 1px;
}
.startbox {
	width: 170px;
	display: block;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000;
	font-size: 11px;
	border: 0px dotted black;
}

.startbild {
	 border-left-style: solid; 
	 border-left-color: #fff; 
	 border-left-width: 1px; 
	 border-top-style: solid;
	 border-top-color: #fff; 
	 border-top-width: 1px;

}
.thumbaktuell {
	padding-right: 25px;
	padding-top: 20px;
}
.dateaktuell {
	font-size: 11px;
	padding-top: 15px;


}
.bildu {
	font-size: 11px;
}
.tdbildaktuell {
	font-size: 11px;
	padding-left: 20px;
}
#senfkorn, #scharnier, #jerusal, #kaminz, #banden, #tropen, #gnadenthal, #herrnhut, #sarepta, #badboll {
	margin-top: 15px;
}
#chorsaal {
	margin-top: 17px;
}
}
