
/*----------------------------------------------------------------------------*/
/* Dynamische-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%;
  width: 100%;

  /* Hintergrund */
  background-color: #e4e3e1;


  background-image: url('../../templates_NEU/images/back.gif');
  background-position: center top;
  background-repeat: no-repeat;


}

body {

  /* Breite */
  width: 992px;

  /* Zentrieren */
  margin: auto;

	/* Schriftgrösse */
	font-size: xx-small;
	font-family: Verdana, Arial, sans-serife;

	/* Höhe */
  min-height: 101%;
  height: auto !important; /* für alle neuen standardkonformen Browser */
  height: 101%; /* für alte IEs */

  background-color: #f6f3e7;

}

#body {
  /* Höhe */
  min-height: 100%;
  height: auto !important; /* für alle neuen standardkonformen Browser */
  height: 100%; /* für alte IEs */
}


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

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

#oben-header{
	height: 50px;
	background: #ffffcc url('../../templates_NEU/images/gradient_1.png') repeat-x;
	clear: both;
}
#unten-header{
	height: 30px;

	background: transparent url('../../templates_NEU/images/unterernavibackground.png') repeat-x top left;
	clear:both;
	border: 0px solid black;
}
#sprache{
	width: 175px;
	height: 25px;
	float: left;
	padding-left: 25px;
	padding-top: 25px;
}

#sprache a{
	margin-top: 25px;
}
#kopfbild{
	display: block;
	height: 150px;
	width: 992px;
}
#kopfzeile {

  /* Größe */
  width: 992px;
	height: 150px;
  border: 0px solid red;

  /* Hintergrund */
  background-color: #eaeaea;
  background-image: url('../../templates_NEU/images/gewuerzstrudel.jpg');
  background-repeat: no-repeat;

  /* float */

}

#kopfzeile_logo {

	border: 0px solid red;
}

/* Position des Logos */
#kopfzeile_logo img {
	position: absolute;
	top: 20px;
	margin-left: 100px;
}

/* Such-Feld */
#kopfzeile_suche {
  	width: 200px;
}

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

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

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

div.grid_flaeche_0 {
  float: left;
  width: 71.5em;
  margin-left: 2.5em;
  margin-top: 2.5em;
  border: 0px solid red;
  overflow: hidden;
}

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

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

/* grid_flaeche_2: Marginalspalte */
div.grid_flaeche_2 {
  float: left;
  width: 17.5em; /* ~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: 33.75em; /* ~300 Pixel */
  margin-left: 2.5em;
  margin-top: 2.5em;
  border: 0px solid green;
  overflow: hidden;
}

/* grid_flaeche_4: rechte Spalte */
div.grid_flaeche_4 {
  float: left;
  width: 33.75em;
  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: 158px;
  margin-left: 20px;
  margin-top: 110px;
  border-right: 0px solid #8a2224;
  min-height: 100px;
  overflow: hidden;

}

/* grid_flaeche_6: mittlere Spalte */
div.grid_flaeche_6 {
  float: left;
  width: 602px;
  margin-left: 20px;
  margin-top: 20px;
  border-right: 0px solid red;
  overflow: hidden;
}

/* grid_flaeche_7: rechte Spalte */
div.grid_flaeche_7 {
  float: left;
  width: 158px;
  margin-left: 20px;
  margin-top: 20px;
  min-height: 100px;
  border-right: 0px solid #8a2224;
  overflow: hidden;
}

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

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

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

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

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

div.clear {
  clear: both;
}

li.clear {
	clear: both;
}

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

div.message_error {
  width: 48em;
  padding: 2em;
  padding-left: 2em;
  padding-bottom: 1em;
  border: 1px solid red;
  margin-bottom: 1.5em;
}

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

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

div.content {
  clear: both;

}

div.contentFloat{

  /* Dieser Inhalt ist nur halb so breit wie normal und schafft so platz für zweiten content neben ihm. */
  width: 29%;
  padding-right: 2%;
  margin-right: 2%;
  float: left;

  background-image: url('../../templates_NEU/images/dotts.gif');
  background-position: top right;
  background-repeat: repeat-y;
}

div.contentBesideFloat{
  /* Dieser Inhalt ist nur halb so breit wie normal und nimmt neben ein contentFloat platz ein. */
  width:48%;
  float:left;
}

/* PDF */
div.content_pdf {
  clear: both;
  padding-bottom: 2.5em;
}

/* RSS */
div.content_rss {
  clear: both;
  padding-bottom: 2.5em;
}

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

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

p, tr, td, th, legend {
  font-family: arial, sans-serif;
  color: #8a2224;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 1.5em;
  margin-top: 0em;
}

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

small {
  font-family: arial, sans-serif;
  color: #8a2224;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 1.5em;
  margin-top: 0em;
}

p.bildunterschrift, span.bildunterschrift {
  font-family: arial, sans-serif;
  color: #8a2224;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 2.5em;
  margin-top: 0em;
  font-weight: normal;
  clear:both;
  border: 0px solid #000000;
}

h1 {
  font-family: arial, sans-serif;
  color: #8a2224;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 0.1em;
  margin-top: 0em;
}

h2 {
  font-family: arial, sans-serif;
  color: #8a2224;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 0.1em;
  margin-top: 0em;
}

h3 {
  font-family: arial, sans-serif;
  color: #8a2224;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 0em;
}

h4 {
  font-family: arial, sans-serif;
  color: #8a2224;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 0.25em;
  margin-top: 0em;
}

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

p.umbruch {
  clear: both;
}

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 (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, div.grid_flaeche_8 a,
div.grid_flaeche_9 a, div.grid_flaeche_10 a, div.grid_flaeche_11 a,
div.grid_flaeche_12 a, div.grid_flaeche_13 a, #folgeseiten a, #gretelchen a {
  font-family: arial, sans-serif;
  color: #8a2224;
}

/* 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, div.grid_flaeche_8 a:hover,
div.grid_flaeche_9 a:hover, div.grid_flaeche_10 a:hover, div.grid_flaeche_11 a:hover,
div.grid_flaeche_12 a:hover, div.grid_flaeche_13 a:hover, #folgeseiten a:hover, #gretelchen a:hover {
  color: #f3eee1;
  background-color: #8a2224;
}

/*----------------------------------------------------------------------------*/
/* <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, div.grid_flaeche_8 ul,
div.grid_flaeche_9 ul, div.grid_flaeche_10 ul, div.grid_flaeche_11 ul,
div.grid_flaeche_12 ul, div.grid_flaeche_13 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: #8a2224;
}

/* 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, div.grid_flaeche_8 ul li,
div.grid_flaeche_9 ul li, div.grid_flaeche_10 ul li, div.grid_flaeche_11 ul li,
div.grid_flaeche_12 ul li, div.grid_flaeche_13 ul li  {

  list-style-type: square;
  list-style-position: outside;
  padding: 0.25em;
  margin-left: 2em;

  font-family: arial, sans-serif;
  color: #8a2224;
  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, div.grid_flaeche_8 ol,
div.grid_flaeche_9 ol, div.grid_flaeche_10 ol, div.grid_flaeche_11 ol,
div.grid_flaeche_12 ol, div.grid_flaeche_13 ol {

  /*list-style-position: inside;*/
  padding-left: 0em;
  margin-left: 2em;
  padding-bottom: 1.5em;

  font-family: arial, sans-serif;
  color: #8a2224;
}

/* 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, div.grid_flaeche_8 ol li,
div.grid_flaeche_9 ol li, div.grid_flaeche_10 ol li, div.grid_flaeche_11 ol li,
div.grid_flaeche_12 ol li, div.grid_flaeche_13 ol li  {

  /*list-style-position: outside;*/
  padding: 0.25em;
  margin-left: 2em;

  font-family: arial, sans-serif;
  color: #8a2224;
  font-size: 1.3em;
  line-height: 1.6em;
}

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

#menu-1{
	padding-top: 24px;
	height: 25px;
}
#menu-1 a:link, #menu-1 a:visited{
	color: #8a2224;
}
#menu-1 a:hover, #menu-1 a:active, #menu-1 a:focus{
	color: #2d2d2d;
}

#menu-2{
	padding-top: 5px;
	width: 580px;


	border-right:0px solid white;
}

#menu-2 li ul {
	padding-top: 5px;
	padding-left:5px;

}

#menu-2 li ul li a:link, #menu-2 li ul li a:visited{
	color: #8a2224;
}

#menu-2 li ul li a:hover, #menu-2 li ul li a:focus, #menu-2 li ul li a:active{
	color: #00BFE8;
}

#menu-2 a:link, #menu-2 a:visited{
	color: white;
}
#menu-2 a:hover, #menu-2 a:focus, #menu-2 a:active{
	color: #2d2d2d;
}

ul.menu {
  border: 0px solid black;
  width: 600px;
}

ul.menu li {
	list-style: none;
	float: left;
	position: relative;
	font-weight: normal;
	font-size: 14px;


}

ul.menu li ul {
	margin: 0;
	padding: 0;
	position: absolute;

	padding-left: 4px;

	background: transparent url('../../templates_NEU/images/85_percent_white.png') repeat-x right 4px;
}

ul.menu li ul li {
	float: none;
	display: block;
	padding: 4px 1px;
	font-size: 12px;
	width: 120px;
}

ul.menu a, ul.menu span {
	display: block;
	text-decoration: none;
	margin-right: 15px;
}

* html ul.menu a, * html ul.menu span {  /* nur fuer IE erforderlich */
}

ul.menu a:hover, ul.menu span{
	color: #0099ff;
}

/* Erweiterung zur dynamischen Ein-/Ausblendung */
ul.menu li>ul {
	display: none;
}
ul.menu li:hover>ul, ul.menu li>a#aktuell+ul {
	display: block;
}

.raps:link, .raps:visited{
	text-transform: uppercase;
	font-weight: normal;
	color: white;
	width: 200px;
	float: right;
	text-decoration: none;
	font-size: 1.6em;
	margin-top: 5px;
	margin-left: 5px;
}

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

#kopfzeile_links a {
  font-family: arial, sans-serif;
  color: #f3eee1F;
  background-color: #338899;
  font-size: 1.2em;
  line-height: 1.2em;
  padding:0.25em;
}

#kopfzeile_links a:hover {
  color: #338899;
  background-color: #f3eee1F;
  text-decoration: none;
  padding:0.25em;
}

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


#sitemap {
	padding-left: 0px;
	padding-top: 0px;
}
/* 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: #8a2224;
  font-size: 1.3em;
}

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

/* li */
#sitemap li {
  list-style-type: square;
  list-style-position: outside;
  padding: 0.25em;
  margin-left: 2.75em;

  font-family: arial, sans-serif;
  color: #8a2224;
  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.0em;
  line-height: 1.2em;

  padding: 0.25em;
  margin-bottom: 0.25em;
}

/* 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.2em;
  line-height: 1.2em;
}

/* Eingabefeld f.d. Suche */
#suche{
	height: 27px;
	width: 182px;
	float: left;
	display: block;
	margin-left: 15px;
}
#suche label{
	color: white;
	font-size: 11px;
	margin-left: 19px;
	margin-right: 19px;
}
#suche .query{
	width: 125px;
	border: 1px solid #cc3333;
	font-size: 1.3em;
	padding: 3px;
	margin-top: 0;
	vertical-align: top;
	margin-top: 3px;
}
#suche .buttons{
	width: 30px;
	height: 24px;
	background-color: transparent;
	border: none;
	vertical-align: top;
}

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

hr {
  display: none;
}

hr.visible {
  display: block;
  margin: 1em 0em 1em 0em;
  color: #B6B6B6;
  background-color: #B6B6B6;
  shadow-color: white;
  border: 0px none;
  height: 1px;
  border-style: solid;
}

/*----------------------------------------------------------------------------*/
/* 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: 1.5em;
	padding-bottom: 1em;
	float: right;
	/*clear: both;*/
}

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

/*----------------------------------------------------------------------------*/
/* 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: #8a2224;
  margin-bottom: 1.5em;
  border: 0px solid #B6B6B6;
  font-size: 1.1em;
  line-height: 1.6em;
  vertical-align: top;
}

thead {
  font-weight: bold;
}

tbody {
}

tfoot {
  font-weight: bold;
}

caption {
  font-weight: bold;
}

td {
  padding: 0.5em;
}

th {
  padding: 0.5em;
}

/*----------------------------------------------------------------------------*/
/* Termine
/*----------------------------------------------------------------------------*/

div.content_termin {
  float: left;
  padding-bottom: 2.5em;
  width: 600px;
  border: 0px solid red;
}

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

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

/* Tabelle */
div.content_termin table {
  float: left;
  margin-right: 0em;
  width: 49.5em;
}

/*----------------------------------------------------------------------------*/
/* Person
/*----------------------------------------------------------------------------*/

div.content_person {
  float: left;
  padding-bottom: 1em;
  margin-bottom: 1em;
  width: 280px;
  margin-right:20px;
  border: 0px solid red;
}

/* Bild */
div.content_person_bild {
  float: left;
  margin-left: 0em;
  border: 0px solid red;
  width: 100px;
  padding-right: 10px;
}

div.content_person_bild img {
  width: 100%;
}

/* Beschreibungstext */
div.content_person_text p {

  border: 0px solid red;
  font-size: 12px;
}

/* Tabelle */
div.content_person table {
  float: left;
  margin-right: 1em;
  width: 590px;
}

/*----------------------------------------------------------------------------*/
/* Firma
/*----------------------------------------------------------------------------*/

div.content_company {
  float: left;
  padding-bottom: 2.5em;
  width: 71.5em;
  border: 0px solid red;
}

/* Bild */
div.content_company_bild {
  float: left;
  margin-left: 3em;
}

/* Tabelle */
div.content_company table {
  float: left;
  margin-right: 1em;
  width: 49.5em;
}

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

/* Rahmen um das Suchformular */
div.suche {

}

/* 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: 47em;
  margin-bottom: 1em;
  padding: 0.5em 1.5em 0em 1.5em;
  border: 1px solid #B6B6B6;
}

/* 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;
}

pre {
  color:#990000;
  background-color:white;
  line-height:15px;
}

iframe {
  margin-bottom:30px;border:1px solid black;
}

/***************** Mehrsprachigkeit ********************/

div#lang {
  position: relative;
}

div#languages {
  position: absolute;
  z-index: 2;
  float: left;
  width: 235px;
  top: 160px;
  left: 700px;
  text-align: right;
}

div#languages img {
  border: 1px solid #000000;
  margin-left: 5px;
}

/***************** Mehrsprachigkeit ********************/

div.grid_flaeche_5 p {
  font-size:12px;
  line-height:15px;
  color: #242328;
}