
/*----------------------------------------------------------------------------*/
/* Dnymanische-CSS für die WOLKE  * * * sascha.hagemann@digitalkombinat.net
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* Reset
/*----------------------------------------------------------------------------*/

a,a:hover,p,h1,h2,h3,h4,h5,h6,li,ul,pre,hr,div,form,body,html,blockquote,fieldset,input,td,tr,table {
	margin: 0px; padding: 0px; line-height: 0em;
}

/*----------------------------------------------------------------------------*/
/* HTML und BODY und <div id="body">
/*----------------------------------------------------------------------------*/

html {	

  /* Höhe */
  height: 100%;
  
  /* Hintergrund */
  background-color: #FF0000;	
  background-image: url('../../templates_800x600/images/hg_html.gif');
  background-repeat: repeat-x;
	
}

body {

  /* Breite */
  width: 900px;
  
  /* Höhe */
  height: 100%;
  
  /* Zentrieren */
  margin: auto;
  
  /* Schriftgrösse */
  font-size: xx-small;
  
}

#body {

  /* Breite (schmaler als der body wg. Platz nach rechts für die Barrierebuttons) */
  width: 900px;

  /* Höhe */
  min-height: 100%;
  height: auto !important; /* für alle neuen standardkonformen Browser */
  height: 100%; /* für alte IEs */
  
  /* Hintergrund */
  /*background-color: #FF0000;*/
  background-image: url('../../templates_800x600/images/hg_leineweber.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  
  /* Rahmen */ 
  border-right: 0px solid #FF0000;
  border-left: 0px solid #FF0000;
  
  /* Schriftgrösse */
  font-size: xx-small;
  
  border: 0px solid green;
  
}

/*----------------------------------------------------------------------------*/
/* Barrierefreiheits-Funktionalität
/*----------------------------------------------------------------------------*/

/*-------------*/
/* Access-Keys
/*-------------*/

#accesskeys {

  /* Breite */
  width: 80em;
  
  /* Farben */
	background-color: #FF0000;
	
  background-image: url('../../templates_800x600/images/hg_leineweber.gif');
  background-repeat: repeat-y;
  
  /* Rahmen */ 
  border-right: 0px solid #3F87AB;
  border-left: 0px solid #3F87AB;
}

#accesskeys ul {
  margin-left: 1em;
  padding: 0.75em;
}

#accesskeys li {
  font-family: verdana, arial, sans-serif;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1.3em;
	display: inline;
	margin-left: 0.5em; 
}

#accesskeys li kbd, #accesskeys li a {
  font-family: verdana, arial, sans-serif;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 1.5em;
  margin-top: 0em;
}

/*--------------------------*/
/* Barrierefreiheitsbuttons
/*--------------------------*/

#accessibility {
  float: right;
  width: 2.5em;
  height: 25em;
  padding-right: 2em;
  margin-top: 0.5em;
  border: 0px solid green;
}

#accessibility img {
	border-width: 0em;
	width: 2.75em;
	height: 2.75em;
}

#accessibility ul {
  list-style-type: none;
  list-style-position: outside; /* Listeneinrückung explizit outside = ausgerückt! */
  margin: 0em; 
  padding-left: 0em;
}

/*----------------------------------------------------------------------------*/
/* D I V s
/*----------------------------------------------------------------------------*/

/*-----------*/
/* Kopfzeile
/*-----------*/

#kopfzeile {

  /* Größe */
  width: 80em;
  height: 20em;
  border: 0px solid red;

  /* Hintergrund */
  /*background-color: #3F87AB;	
  background-image: url('../../templates_800x600/images/hintergrund_kopfzeile2.jpg');
  background-repeat: repeat-y;*/
  
  /* float */
  float: left;
  
  border: 0px solid green;
}

#kopfzeile_logo {
  float: left;
  text-align: left;
  border: 0px solid green;
}

/* Position des Logos */
#kopfzeile_logo img {
  margin-left: 270px;
  margin-top: 45px;
  border: none;
}

/* Such-Feld */
#kopfzeile_suche {
  padding-top: 11.5em;
  padding-left: 2.75em; 
  width: 22em;
  height: 9em;  
  border: 0px solid red;
}

/* Links in der Kopfzeile */
#kopfzeile_links {
  padding-top: 0.5em; 
  padding-left: 0em;
  border: 0px solid green;
  width: 22em;
  height: 3.5em;
  margin-top: 0.5em;
}

/*------------*/
/* Navigation
/*------------*/

#navigation {
  float: left;
  width: 680px;
  padding-left: 215px;
  margin-top: 9px;
  margin-right: 1.5em;
  border: 0px solid blue;
  overflow: hidden;	
}

/*-----------------------------*/
/* Layout 1: Eine große Fläche
/*-----------------------------*/

div.grid_flaeche_0 {
  float: left;		
  width: 70em;	
  margin-left: 226px;
  margin-top: 45px;  	
  border: 0px solid green;
  overflow: hidden;
}

/*---------------------------------------------*/
/* Layout 2: Fläche + Marginalienspalte rechts
/*---------------------------------------------*/

/* grid_flaeche_1: Hauptfläche */
div.grid_flaeche_1 {
  float: left;		
  width: 34em;
  margin-left: 226px;
  margin-top: 2.5em;  	
  border: 0px solid red;
  overflow: hidden;
}

/* grid_flaeche_2: Marginalspalte */
div.grid_flaeche_2 {
  float: left;		
  width: 16em; /* ~155 Pixel */	
  margin-left: 4em;
  margin-top: 2.5em;  	
  border: 0px solid green;  
  overflow: hidden; 
}

/*--------------------------------------*/
/* Layout 3: Zwei Spalten
/*--------------------------------------*/

/* grid_flaeche_3: linke Spalte */
div.grid_flaeche_3 {
  float: left;		
  width: 25em; /* ~300 Pixel */	
  margin-left: 226px;
  margin-top: 2.5em;  	
  border: 0px solid green;
  overflow: hidden;
}

/* grid_flaeche_4: rechte Spalte */
div.grid_flaeche_4 {
  float: left;		
  width: 25em;
  margin-left: 4em;
  margin-top: 2.5em;  	
  border: 0px solid green;  
  overflow: hidden; 
}

/*--------------------------------------*/
/* Layout 4: Drei Spalten
/*--------------------------------------*/

/* grid_flaeche_5: linke Spalte */
div.grid_flaeche_5 {
  float: left;		
  width: 22.65em; /* ~190 Pixel */	
  margin-left: 226px;
  margin-top: 2.5em;  	
  border: 0px solid green;
  overflow: hidden;
}

/* grid_flaeche_6: mittlere Spalte */
div.grid_flaeche_6 {
  float: left;		
  width: 22.65em;
  margin-left: 4em;
  margin-top: 2.5em;  	
  border: 0px solid green;  
  overflow: hidden; 
}

/* grid_flaeche_7: rechte Spalte */
div.grid_flaeche_7 {
  float: left;		
  width: 22.65em;
  margin-left: 4em;
  margin-top: 2.5em;  	
  border: 0px solid green;  
  overflow: hidden; 
}

/*-------------*/
/* Folgeseiten
/*-------------*/

#folgeseiten {
  text-align:right; 
  clear:both; 
  padding-top: 2em;
  padding-bottom: 2em; 
  padding-right: 2em;
  border: 0px solid red;
}

/*------------*/
/* Gretelchen
/*------------*/

#gretelchen { 
  margin-left: 226px;
  margin-top: 4em;
  text-align: left; 
  clear:both; 
  padding-top: 2em;
  padding-bottom: 2em; 
  padding-left: 0em;
  border-top: 1px solid #CC0000;   
}

/*-----------*/
/* div.clear
/*-----------*/

div.clear {	
  clear: both;
}

/*----------*/
/* Messages
/*----------*/

div.message_error {
  width: 46.8em;
  padding: 2em;
  padding-left: 2em;
  padding-bottom: 1em;
  border: 3px solid #000000;
  margin-bottom: 1.5em;
}

div.message_success {
  width: 46.8em;
  padding: 2em;
  padding-left: 2em;
  padding-bottom: 1em;
  border: 3px solid green;
  margin-bottom: 1.5em;
}

/*-----------------------------------------------*/
/* Abstand zwischen content-Objekten einer Seite
/*-----------------------------------------------*/

div.content {
  clear: both;
  padding-bottom: 2em;
  /*border: 1px solid red;*/		
}

/* PDF */
div.content_pdf {
  clear: both;
  padding-top: 1em;
  padding-bottom: 2em;
  /*border: 1px solid red;*/		
}

/* RSS */
div.content_rss {
  clear: both;
  padding-top: 1em;
  padding-bottom: 2em;
  /*border: 1px solid red;*/		
}

/* RSS-Icons (falls als Link, dann ohne Rand) */
div.content_rss img {
  border: none;
}

/* Termin -> siehe auch: img.terminbild (weiter unten) */
div.content_termin {
  float: left;
  padding-bottom: 1.5em;
  width: 71.5em;	
  border: 0px solid red;
}

div.content_terminbeschreibung {
  clear: both;
  padding-top: 2.5em;
}

/*----------------------------------------------------------------------------*/
/* Darstellung von Text
/*----------------------------------------------------------------------------*/

p, tr, td, th, legend {
  font-family: verdana, arial, sans-serif;
  color: #FFFFFF;
  font-size: 1.3em;
  line-height: 1.6em;
  margin-bottom: 1.5em;
  margin-top: 0em;
}

p {
  border: 0px solid yellow;
  margin: 0px;
  margin-bottom: 1.5em;
  margin-top: 0em;
}

small {
  font-family: verdana, arial, sans-serif;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 1.5em;
  margin-top: 0em;
}

h1 {
  font-family: georgia, arial, sans-serif;
  color: #FFFFFF;
  font-size: 2.5em;
  line-height: 1.9em;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
  margin-top: 0em;
}

h2 { 
  font-family: georgia, arial, sans-serif;
  color: #FFFFFF;
  font-size: 2.5em;
  line-height: 1.45em;
  font-weight: normal;
  letter-spacing: 0em;
  margin-bottom: 0.5em;
  margin-top: 0em;
}

h3 {
  font-family: georgia, arial, sans-serif;
  color: #FFFFFF;
  font-size: 1.8em;
  line-height: 1.45em;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 0.7em;
  margin-top: 0em;
}

h4 {
  font-family: georgia, arial, sans-serif;
  color: #FFFFFF;
  font-size: 1.6em;
  line-height: 1.45em;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 0.25em;
  margin-top: 0em;
}

/*** kleine Spezialfälle ***/

p.umbruch {
  clear: both;
  height: 0px;
  line-height: 0px;
}

p.white {
  color: white;
}

p.underline {
  text-decoration: underline;
}

em.bunt {
  color: red;
  font-style: normal;
}

ins {
  text-decoration: none;
}

/* Bilder-Links - ohne Rahmen */
a img {
  border: none;
}

/*------------------------------------*/
/* Links-Spezialfall-Mini-Korrekturen
/*------------------------------------*/

/* PDF-Links, RSS-Links und Sitemap-Links fehlen die Schriftgrössenangabe */
div.content_pdf a, div.content_pdf a:hover, div.content_rss a, div.content_rss a:hover  {
  font-size: 1.3em;
  line-height: 1.6em;
}

/* Links (innerhalb von Tabellen) fehlt die Zeilenhöhe */
a, a:hover {
  line-height: 1.6em;
}

/*----------------------------------------------------------------------------*/
/* Links und Listen (innerhalb der normalen Inhalts-grids)
/*----------------------------------------------------------------------------*/

/* Links im Text (und Folgeseiten und Gretelchen) */
div.grid_flaeche_0 a, div.grid_flaeche_1 a, div.grid_flaeche_2 a,
div.grid_flaeche_3 a, div.grid_flaeche_4 a, div.grid_flaeche_5 a, 
div.grid_flaeche_6 a, div.grid_flaeche_7 a, #folgeseiten a, #gretelchen a {
  font-family: verdana, arial, sans-serif;
  color: #FFFFFF;
}

/* Hover zu Links im Text (und Folgeseiten und Gretelchen) */
div.grid_flaeche_0 a:hover, div.grid_flaeche_1 a:hover, div.grid_flaeche_2 a:hover, 
div.grid_flaeche_3 a:hover, div.grid_flaeche_4 a:hover, div.grid_flaeche_5 a:hover,
div.grid_flaeche_6 a:hover, div.grid_flaeche_7 a:hover, 
#folgeseiten a:hover, #gretelchen a:hover {
  color: #FF0000;
  background-color: #FFFFFF;
}

/*----------------------------------------------------------------------------*/
/* <ul>-Listen (innerhalb der normalen Inhalts-grids)
/*----------------------------------------------------------------------------*/

/* ul */
div.grid_flaeche_0 ul, div.grid_flaeche_1 ul, div.grid_flaeche_2 ul,
div.grid_flaeche_3 ul, div.grid_flaeche_4 ul, div.grid_flaeche_5 ul,
div.grid_flaeche_6 ul, div.grid_flaeche_7 ul {

  list-style-type: circle;
  list-style-position: inside;
  padding-left: 0em;
  margin-left: 0em;
  padding-bottom: 1.5em;
  
  font-family: verdana, arial, sans-serif;
  color: #FFFFFF; 
}

/* ul li */
div.grid_flaeche_0 ul li, div.grid_flaeche_1 ul li, div.grid_flaeche_2 ul li,
div.grid_flaeche_3 ul li, div.grid_flaeche_4 ul li, div.grid_flaeche_5 ul li,
div.grid_flaeche_6 ul li, div.grid_flaeche_7 ul li  {

  list-style-type: circle;
  list-style-position: outside;
  padding: 0.25em;
  margin-left: 2em;
  
  font-family: verdana, arial, sans-serif;
  color: #FFFFFF; 
  font-size: 1.3em;
  line-height: 1.6em;    
}

/*----------------------------------------------------------------------------*/
/* <ol>-Listen (innerhalb der normalen Inhalts-grids)
/*----------------------------------------------------------------------------*/

/* ol */
div.grid_flaeche_0 ol, div.grid_flaeche_1 ol, div.grid_flaeche_2 ol,
div.grid_flaeche_3 ol, div.grid_flaeche_4 ol, div.grid_flaeche_5 ol,
div.grid_flaeche_6 ol, div.grid_flaeche_7 ol {

  /*list-style-position: inside;*/
  padding-left: 0em;
  margin-left: 2em;
  padding-bottom: 1.5em;
  
  font-family: arial, sans-serif;
  color: #FFFFFF; 
}

/* ol li */
div.grid_flaeche_0 ol li, div.grid_flaeche_1 ol li, div.grid_flaeche_2 ol li,
div.grid_flaeche_3 ol li, div.grid_flaeche_4 ol li, div.grid_flaeche_5 ol li,
div.grid_flaeche_6 ol li, div.grid_flaeche_7 ol li  {

  /*list-style-position: outside;*/
  padding: 0.25em;
  margin-left: 2em;
  
  font-family: arial, sans-serif;
  color: #FFFFFF; 
  font-size: 1.3em;
  line-height: 1.6em;    
}



/*----------------------------------------------------------------------------*/
/* SPEZIALFALL: Die Hauptnavigation (als individuell formatierte Liste)
/*----------------------------------------------------------------------------*/

#navigation ul {
  list-style-type: none;
  list-style-position: outside; /* Listeneinrückung explizit outside = ausgerückt! */
  margin-top: 0.4em;
  margin-bottom: 0.5em;
  padding-left: 0em;
  margin-left: 0em;
}

#navigation li {
  display: inline;
}

/* Tiefe 1: Betrifft nur den (ggfs. ausgeblendeten) Link zur Startseite */
#navigation li.navlidepth1 {
}

/* Tiefe 2: Hauptnavigation */
#navigation li.navlidepth2 {
}

/* Tiefe 3: Unternavigation */
#navigation li.navlidepth3 {
}



/* Tiefe 1 & 2: Darstellung der Links */
#navigation li.navlidepth1 a, #navigation li.navlidepth2 a  {
  font-family: georgia, arial, sans-serif;
  color: #FFFFFF;

  font-size: 13px;
  line-height: 1.5em;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0em;
  
  display: inline;
  
  padding: 0.1em;
  padding-left: 0.1em;
  padding-bottom: 0em;
  margin-bottom: 0.25em;
  margin-left: 8px;
  
  border: 0px solid #CC0000;
  border-bottom: 0px solid #CC0000;
}

/* Tiefe 1 & 2: Darstellung der Links -> Hover */
#navigation li.navlidepth1 a:hover, #navigation li.navlidepth2 a:hover {
  /*color: #FF0000;
  background-repeat: no-repeat;*/  
  text-decoration: underline;  
}

/* Aktiver Link: FETT */
#navigation li.navlidepth1 a.active, #navigation li.navlidepth2 a.active {
  font-weight: normal; 
  background-image: none;
  color: #FFFF33;
}




/* Tiefe 3: Darstellung der Links */
#navigation li.navlidepth3 a {
  font-family: arial, sans-serif;
  color: #FFFFFF;
  /*background-color: #FF0000;*/
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.05em;
  
  display: block;
  width: 12.75em;
  
  padding: 0em;
  padding-left: 1.4em;
  padding-top: 0.2em;
  padding-bottom: 0.15em;
  
  margin-top: 0em;
  margin-bottom: 0em;
  
  border: 0px solid red;
}

/* Tiefe 3: Darstellung der Links -> Hover 
   (mit hg-Bild wg. unerklärlichem IE-Wackeleffekt bei bg-color-Wechsel) */
#navigation li.navlidepth3 a:hover {
  font-weight: bold;
}

/* Aktiver Link: FETT */
#navigation li.navlidepth3 a.active {
  font-weight: bold; 
  background-image: none;
}



/*----------------------------------------------------------------------------*/
/* SPEZIALFALL: Kopfzeilen-Links (zu Sitemap/Impressum/Kontakt)
/*----------------------------------------------------------------------------*/

#kopfzeile_links a {
  font-family: arial, sans-serif;
  color: #FFFFFF;
  background-color: #CC0000;
  font-size: 1.2em;
  line-height: 1.2em;
}

#kopfzeile_links a:hover {
  color: #CC0000;
  background-color: #FFFFFF;
  text-decoration: none;
}

/*----------------------------------------------------------------------------*/
/* SPEZIALFALL: Sitemap
/*----------------------------------------------------------------------------*/

/* ul */
#sitemap ul {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 0em;
  margin-left: 0em;
  padding-bottom: 1.5em;
  
  font-family: arial, sans-serif;
  color: #FFFFFF;
  font-size: 1.2em;
}

/* Verhindern, daß Schrift bei verschachtelten Listen "wächst" */
div.grid_flaeche_0 #sitemap ul li ul, div.grid_flaeche_1 #sitemap ul li ul {
  font-size: 1em;
}

/* li */
#sitemap li {
  list-style-type: square;
  list-style-position: inside;
  padding: 0.25em;
  padding-left: 2em;
  
  font-family: arial, sans-serif;
  color: #FFFFFF; 
  font-size: 1em; 
}

/* Darstellung der Listen mit Links zu auf Seiten platzierten Inhalten */
#sitemap li.showContent, #sitemap ul {
  list-style-type: none;
  list-style-position: outside;
}

/* Darstellung der Links zu auf Seiten platzierten Inhalten */
li.showContent a {
  color: #666666;
}

/*----------------------------------------------------------------------------*/
/* Formular-Elemente
/*----------------------------------------------------------------------------*/

/* Allgemein */
input, select, textarea {
  font-family: arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
  
  padding: 0.25em;
  margin-bottom: 0.25em;	
    
  color: #FF0000;
  background-color: #FFFFFF;
  
  border: 1px solid #FFFFFF;
  border-right: 0px solid #999999;
  border-bottom: 0px solid #999999;
}

/* Radiobutton / Chebox */
input.radio, input.checkbox {
  border: none;
  margin-top: 0.25em;
}

/* Buttons */
input.button, input.submit {
  font-family: arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
  
  padding: 0.25em;
  padding-bottom: 0.4em;
  height: 2.25em;  
  
  color: #FF0000;
  background-color: #CCCCCC;
  
  border: 1px solid white;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

/* Eingabefeld f.d. Suche */
input.query {
  padding: 0.5em;
  width: 8em;
  margin-bottom: 0.75em;
  
  color: #FF0000;
  background-color: #FFFFFF;
  float: left;
}

/* Kopfzeile: Suche-Button */
#kopfzeile_suche input.button {
  margin-left: 0.5em;
  margin-top: 0.25em;
  width: 5em;
}

/*----------------------------------------------------------------------------*/
/* <hr /> ausblenden
/*----------------------------------------------------------------------------*/

hr {
  display: none;
}

/*----------------------------------------------------------------------------*/
/* Bilder umfließen
/*----------------------------------------------------------------------------*/

/* Bild als Absatz */
img.articleImage0 {
  /*width: 150px;*/
  margin-right: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: both;
}

/* Bild rechts */
img.articleImage1 {
  /*width: 150px;*/
  margin-right: 0px;
	padding-top: 0.5em;
	padding-left: 3em;
	padding-bottom: 1em;
	float: right;
	/*clear: both;*/
}

/* Bild links */
img.articleImage2 {
  /*width: 150px;*/
  margin-right: 0px;
	padding-top: 0.5em;
	padding-right: 3em;
	padding-bottom: 1em;
	float: left;
	/*clear: both;*/
}

/* Termin-Bild (in Marginalienspaltenbreite) */
img.terminbild {
  float: left;
  width: 17em; /* ~155 Pixel */	
  margin-left: 3em; 
}
 
/*----------------------------------------------------------------------------*/
/* Tabellen
/*----------------------------------------------------------------------------*/

table {
  margin-top: 0.25em;
  border-collapse: collapse;
  margin-left: 1px;
}

tr, td, th, thead, tbody, tfoot, caption {
  font-family: arial, sans-serif;
  color: #FFFFFF;
  margin-bottom: 1.5em;
  border: 1px solid #CC0000;
  font-size: 1.15em;
  line-height: 1.6em;
}

thead {
  font-weight: bold;
}

tbody { 
}

tfoot { 
  font-weight: bold;
}

caption { 
  font-weight: bold;
}

td {
  padding: 0.5em;
}

th {
  padding: 0.5em;
}

/*------------------------------*/
/* SPEZIALFALL: Termin-Tabellen
/*------------------------------*/

div.content_termin table {
  float: left; 
  margin-right: 1em; 
  width: 46.8em;
}

/*---------------------------------------*/
/* SPEZIALFALL: Seite durchsuchen
/*---------------------------------------*/

/* Rahmen um das Suchformular */
div.suchformular {
  width: 46.8em;
  padding: 1.5em;
  padding-bottom: 0.5em;
  border: 1px solid #CC0000;
  margin-bottom: 1em;
}

/* volle Breite des Suchformulars wiederherstellen */
div.suchformular p {
  margin: 0em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* Rahmen um jeden gefundenen Treffer */
div.suchergebnis {
  width: 46.8em;
  margin-bottom: 1em;
  padding: 0.5em 1.5em 0em 1.5em;
  border: 1px solid #CC0000;
}

/* Vorschau des gefundenen Suchergebnisses grau
   + volle Breite der Suchergebnis-Spalte wiederherstellen */
div.suchergebnis p {
  margin: 0em;
  color: #666666;
  padding-bottom: 1em;
}

/* Beschreibung zum gefundenen Suchergebnis */
div.suchergebnis p small {
  margin: 0em;
  color: #666666;
  padding-bottom: 1em;
  font-style: italic;
}

/* Gefundenes Suchwort rot markieren */ 
em.suchergebnis {
  color: red;
  font-style: italic;
  font-weight: normal;
}
em.suchergebnis2 {
  color: red;
  font-style: normal;
  font-weight: normal;
}

/*----------------------------------------------------------------------------*/
/* SPEZIALFALL: Forum
/*----------------------------------------------------------------------------*/

#forum {
  line-height:1em;
  margin:2em;
}

/*----------------------------------------------------------------------------*/
/* SPEZIALFALL: 360°-Panorama
/*----------------------------------------------------------------------------*/

/* DIV des eigentlichen Panoramas */
#panorama {
  float: left; 
  width: 50em; 
  border: 0px solid green;
  margin: 0em;
}

/* Anzeige der Bildgröße */
#panorama_imagesize {
  clear: left; 
  margin-left: 0.5em;
}

/* Bedienungsanleitung / Hinweis Digitalkombinat */
#panorama_bedienungsanleitung, #panorama_digitalkombinat  {
  clear: left; 
  width: 50em; 
  margin-top: 2em; 
  margin-bottom: 2em;
  margin-left: 0.25em;
  border: 0px solid red;
}

/* Menü Variante 1: Einspaltig */
#panorama_menue_einspaltig {
  float: left; 
  width: 16em; 
  margin-left: 4em; 
  margin-top: 1em;
  overflow: hidden; 
  border: 0px solid red;
}

/* Menü Variante 2: Zweispaltig */
#panorama_menue_zweispaltig_one {
  float: left; 
  width: 20em;
  padding-left: 0.75em; 
  margin-top: 1em; 
  margin-bottom: 2em;
  border: 0px solid red;
}

#panorama_menue_zweispaltig_two {
  float: left; 
  width: 20em; 
  margin-left: 3em; 
  margin-top: 1em; 
  margin-bottom: 2em;
  border: 0px solid red;
}

/* Buttons */
input.panorama {
  border: none;
  color: white;
  background: none;
  background-color: white;
	padding: 0px;
	margin-bottom: 0px;  
	width: 1.75em;
	height: 1.75em;
}

pre {
  color:#990000;
  background-color:white;
}

/*----------------------------------------------------------------------------*/
/* SPEZIALFALL: Bildergalerie
/*----------------------------------------------------------------------------*/

div.galerie {
  width: 50em;
  padding-top: 1.5em;
}

/* Div um jedes einzelnes Bild mit Abstand nach rechts */
div.galeriebild {
  float: left;		
  margin-right: 1.5em;	
  border: 0px solid green;
}

/* Bildunterschrift */
p.galerie_bildunterschrift {
  width: 35em;
  padding-bottom: 1em;
}

/*--------------------------*/
/* Bildergalerie 2er-Layout
/*--------------------------*/

/* Mini-Vorschau gestaucht */
span.galeriebild_SMALL_2 img {	
  width: 23em;
  padding-bottom: 1.5em;
}

/* Grossbildansicht */
span.galeriebild_BIG_2 img {
  padding-bottom: 0.5em;
  padding-right: 50em;  /* um den Umbruch zu erwzingen */
}

/*--------------------------*/
/* Bildergalerie 3er-Layout
/*--------------------------*/

/* Mini-Vorschau gestaucht */
span.galeriebild_SMALL_3 img {	
  width: 15em;
  padding-bottom: 1.5em;
}

/* Grossbildansicht */
span.galeriebild_BIG_3 img {
  padding-bottom: 0.5em;
  padding-right: 50em;  /* um den Umbruch zu erwzingen */
}

/*--------------------------*/
/* Bildergalerie 4er-Layout
/*--------------------------*/

/* Mini-Vorschau gestaucht */
span.galeriebild_SMALL_4 img {	
  width: 10.75em;
  padding-bottom: 1.5em;
}

/* Grossbildansicht */
span.galeriebild_BIG_4 img {
  padding-bottom: 0.5em;
  padding-right: 50em;  /* um den Umbruch zu erwzingen */
}

/*----------------------------------------------------------------------------*/
/* Ende
/*----------------------------------------------------------------------------*/
