
/*----------------------------------------------------------------------------*/
/* 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: #ededef;


  background-image: url('../../templates_Pickhardt/images/grauverlauf.gif');
  background-repeat: repeat-x;
  background-position: top center;

}

body {

  /* Breite */
  width: 946px;

  /* Höhe */
  height: 100%;

  /* Zentrieren */
  margin: auto;

  /* Schriftgrösse */
  font-size: 62.5%;

}

/************************************
 * Suche
 ************************************/

#suchfeld {
	margin-left: 696px;
	padding-top: 15px;
	height: 30px;
	border: 0px solid red;
}

#search_input {

	width: 135px;

	background-color: #f3f6fb;
	border: 1px solid #d4dce7;
	padding:2px 2px 2px 15px;

	font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  line-height: 18px;

	font-weight: normal;
}

#search_submit {
	margin: 0px 0px 0px 0px;
	padding-top:0px;

	border:0px solid blue;
}

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

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

#kopfzeile {

  /* Größe */
  width: 946px;
  height: 137px;
  border: 0px solid red;

  margin-top: 10px;

  /* Hintergrund */

  background-image: url('../../templates_Pickhardt/images/pickhardt_946.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

#logo {
  border: 0px solid red;
  height: 67px;
  width: 67px;
  position:relative;top:17px;left:59px;
}

#mittelzeile {
  /* Größe */
  width: 946px;
  background-image: url('../../templates_Pickhardt/images/main_back.gif');
  background-repeat: repeat-y;
  background-position: center center;
  padding-bottom: 35px;
  border: 0px solid green;
}

#fusszeile {
  /* Größe */
  width: 946px;
  height: 70px;
  background-image: url('../../templates_Pickhardt/images/foot.gif');
  background-repeat: no-repeat;
  background-position: top left;

  border: 0px solid red;
  padding-bottom: 15px;
}

h2.infoboxheadline {
  background-image: url('../../templates_Pickhardt/images/headline_infobox_back.gif');
  color: #ffffff;
  height: 19px;
  font-size: 11px;
  font-family: arial, sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  color: #ffffff;
  padding:2px 0px 0px 18px;
}

#kontaktform {
  border: 1px solid #2D476C;
  padding:16px;
}

div.infobox {
  margin:4px 0px 0px 0px;
  padding:15px 10px 15px 15px;
  font-size: 11px;
  font-family: arial, sans-serif;
  font-weight: normal;

  line-height: 15px;

  text-decoration: none;

  color: #2D476C;

  background: #D7E3F3;
	border: 1px solid #d4dce7;
}

div.infobox p, div.infobox ul li {

  font-size: 11px;
  font-family: arial, sans-serif;
  font-weight: normal;
  line-height: 15px;
  text-decoration: none;
  color: #2D476C;
}

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

#navigation {
  margin-left: 182px;
  margin-top: 42px;
  width: 800px;
  border: 0px solid red;
}

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

div.grid_flaeche_0 {
  float: left;
  width: 685px;
  padding-left: 22px;
  margin-top: 30px;
  border: 0px solid red;
  overflow: hidden;
}

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

/* grid_flaeche_1: Hauptfläche */
div.grid_flaeche_1 {
  float: left;
  width: 480px;
  padding-left: 180px;
  margin-top: 30px;
  padding-right: 14px;
  border-right: 1px solid #D8DCDD;
  overflow: hidden;
}

/* grid_flaeche_2: Marginalspalte */
div.grid_flaeche_2 {
  float: left;
  width: 186px;
  margin-left: 15px;
  margin-top: 30px;
  border: 0px solid green;
  overflow: hidden;
}

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

div.grid_flaeche_8 {
  float: left;
  width: 638px;
  padding-left: 22px;
  margin-top: 30px;
  padding-right: 14px;
  border-right: 1px solid #D8DCDD;
  overflow: hidden;
}

/* grid_flaeche_2: Marginalspalte */
div.grid_flaeche_9 {
  float: left;
  width: 186px;
  margin-left: 15px;
  margin-top: 30px;
  border: 0px solid green;
  overflow: hidden;
}


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

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

/* grid_flaeche_6: mittlere Spalte */
div.grid_flaeche_6 {
  float: left;
  width: 21.15em;
  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: 21.15em;
  margin-left: 4em;
  margin-top: 2.5em;
  border: 0px solid green;
  overflow: hidden;
}

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

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

#PrimaryNavigation {
  padding:5px 5px 0px 29px;
}

#PrimaryNavigation a {
  font-size: 12px;
  font-family: arial, sans-serif;
  text-decoration: none;
  letter-spacing: 1px;
  color:#4c6784;
  margin-right:15px;
}

#PrimaryNavigation a:hover {
  font-size: 12px;
  font-family: arial, sans-serif;
  text-decoration: underline;
  letter-spacing: 1px;
  color:#4c6784;
  margin-right:15px;
}

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

#gretelchen {
  text-align:right;
  clear:both;
  margin-right: 30px;
  margin-top: 5px;
  border: 0px solid red;
}

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

div.clear {
  clear: both;
}

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

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

div.message_success {
  width: 430px;
  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;
  padding-bottom: 25px;
  padding-left:5px;

  border:0px solid green;

}

div.contentFloat{

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

  border-right: 1px solid #D8DCDD;

  /*
  background-image: url('../../templates_Pickhardt/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:47%;
  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: #2D476C;
  font-size: 12px;
  line-height: 18px;
  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: #2D476C;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 1.5em;
  margin-top: 0em;
}

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

h1 {
  font-family: arial, sans-serif;
  color: #2D476C;
  font-size: 2.5em;
  line-height: 1.6em;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 0.1em;
  margin-top: 0em;
}

h2 {
  font-family: arial, sans-serif;
  color: #2D476C;
  font-size: 2.2em;
  line-height: 1.45em;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  margin-top: 0em;
}

h3 {
  font-family: arial, sans-serif;
  color: #2D476C;
  font-size: 1.9em;
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  margin-top: 0em;
}

h4 {
  font-family: arial, sans-serif;
  color: #2D476C;
  font-size: 1.5em;
  line-height: 1.1em;
  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: 11px;
  line-height: 18px;
}

/* 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:#2D476C;
}

/* 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: #FFFFFF;
  background-color: #2D476C;
}

/*----------------------------------------------------------------------------*/
/* <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: #2D476C;
}

/* 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: #2D476C;
  font-size: 12px;
  line-height: 18px;
}

/*----------------------------------------------------------------------------*/
/* <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: #2D476C;
}

/* 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: #2D476C;
  font-size: 11px;
  line-height: 18px;
}

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

#navigation ul {
  list-style-type: none;
}
#navigation li {

  float:left;
  border: 0px solid #000033;
  margin-right:3px;
  padding:4px;
  background-image: url('../../templates_Pickhardt/images/background-1stlevelnavi.jpg');

  font-size: 12px;
  letter-spacing: 1px;
}

#navigation li a {

  color:#ffffff;
  text-decoration: none;
  font-family: arial, sans-serif;
  padding:0px 10px 0px 10px;
}

#navigation li a:hover {

  color:#ffffff;
  text-decoration: underline;
  font-family: arial, sans-serif;
}

#navigation li.navaktiv {

  float:left;
  margin-right:3px;
  padding:4px;
  background-image: url('../../templates_Pickhardt/images/hintergrund_reiter_aktiv.gif');
  background-position: top right;
}

#navigation li.navaktiv a {

  color:#4c6784;
  text-decoration: none;
  font-family: arial, sans-serif;
  padding:0px 10px 0px 10px;
}

#navigation li.navaktiv a:hover {

  color:#4c6784;
  text-decoration: underline;
  font-family: arial, sans-serif;
}

/* -------------------------------------------------------------- */

#Level2Navigation {
  border: 0px solid lime;
  margin-left:200px;
}

#Level2Navigation ul {
  list-style-type: none;
}
#Level2Navigation li {

  float:left;
  border: 0px solid #000033;
  margin-right:3px;
  padding:4px;

  font-size: 12px;
  letter-spacing: 0px;
}

#Level2Navigation li a {

  color:#4c6784;
  text-decoration: none;
  font-family: arial, sans-serif;
  padding:0px 10px 0px 10px;
}

#Level2Navigation li a:hover, #Level2Navigation li a.active {

  color:#4c6784;
  text-decoration: none;
  font-weight: bold;
  font-family: arial, sans-serif;
}

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

#kopfzeile_links a {
  font-family: arial, sans-serif;
  color: #FFFFFF;
  background-color: #000033;
  font-size: 11px;
  line-height: 18px;
}

#kopfzeile_links a:hover {
  color: #000033;
  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: #2D476C;
  font-size: 11px;
}

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

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

  font-family: arial, sans-serif;
  color: #2D476C;
  font-size: 11px;
}

/* 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: 11px;
  line-height: 18px;

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

  color: #2D476C;
  background-color: #FFFFFF;

  border: 1px solid #2D476C;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

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

  padding: 0.25em;
  height: 2.25em;

  color: #2D476C;
  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: 14em;
  margin-bottom: 0.75em;

  color: #2D476C;
  background-color: #FFFFFF;
}

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

/* Bild links */
img.articleImage2 {
  border:1px solid #4c6784;
  /*width: 150px;*/
  margin-right: 0px;
	margin-top: 0.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	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: #2D476C;
  margin-bottom: 1.5em;
  border: 1px solid #B6B6B6;
  font-size: 11px;
  line-height: 18px;
}

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: 71.5em;
  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: 3em;
}

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

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

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

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

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

/*----------------------------------------------------------------------------*/
/* 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.suchformular {
  width: 445px;
  padding: 15px;
  padding-bottom: 0.5em;
  border: 1px solid #B6B6B6;
  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: 445px;
  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;
}

/*----------------------------------------------------------------------------*/
/* 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;
  margin-left: 0.25em;
  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;
	padding: 0px;
	margin-bottom: 0px;
	width: 1.75em;
	height: 1.75em;
}

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

/*----------------------------------------------------------------------------*/
/* SPEZIALFALL: Bildergalerie (old)
/*----------------------------------------------------------------------------*/

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

/* Div um jedes einzelnes Bild mit Abstand nach rechts */
div.galeriebild {
  float: left;
  border: 1px solid black;
  margin:0px 3px 6px 3px;
  position:relative;top:0px;left:0px;
  overflow:hidden;
}

/* 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;
  width:140px;
  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 */
}

/*----------------------------------------------------------------------------*/
/* SPEZIALFALL: Bildergalerie
/*----------------------------------------------------------------------------*/
div#grossbildansicht {
  z-index: 4;
  width: 935px; /*Für IE andere Breite (921px) mit Weiche definieren!!!*/
  border: 6px solid #86755C;
  position: absolute;
  top: 0px;
  background-color: #ffffff;
  display: none;
}

div#grossbildansicht div{margin:0px;background-color:#86755C;color:white;padding:0px;border:0px solid black;height:80px;}
div#grossbildansicht h1 {border:0px solid black;color:white;float:left;margin:0px 20px 0px 0px;}
div#grossbildansicht p.ersterAbsatz {color:white;float:left;margin:14px 0px 0px 0px;}
div#grossbildansicht p.zweiterAbsatz {color:white;float:left;margin:14px 0px 0px 0px;}
div#grossbildansicht p.dritterAbsatz {border:0px solid black;float:right;color:white;font-family:tahoma;font-size:16pt;font-weight:800}
div#grossbildansicht p.vierterAbsatz {width:100%;text-align:center;margin-top:25px;}
div#grossbildansicht p.dritterAbsatz a,p.zweiterAbsatz a {color:#ffffff;text-decoration:none; cursor:pointer}
div#grossbildansicht p.vierterAbsatz a {font-size:smaller;font-family:verdana;text-decoration:none;color:#86755C}

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


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

pre {
  line-height:15px;
}