
/*----------------------------------------------------------------------------*/
/* Dynamische-CSS für die WOLKE
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* 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: #ffffff;
  background-image: url('../../templates_kv-owl/images/hg_html.jpg');
  background-position: top center;
  background-repeat: no-repeat;

}

body {
	width: 950px;
	height: 100%;
	margin: auto;

	/* Schriftgrösse */
	font-size: 12px;

}

/*
 * Eingeführt, da ansonsten im IE6 die Thickbox den gesamten BG nicht abdunkeln kann
 */
#bodyWrapper {
  /* Breite */
  width: 950px;

  /* Höhe */
  height: 650px;

  /* Zentrieren */
  margin: auto;

  border: 0px solid green;

  background-image: url('../../templates_kv-owl/images/hg_body.jpg');
  background-position: top center;
  background-repeat: no-repeat;

}

#body {
  /* Breite */
  width:950px;

  /* Höhe */
  height: 650px;

  border: 0px solid red;

}

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

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

#navigation {
  width: 715px;
  float: left;
  border: 0px solid red;
  padding: 22px 0px 0px 230px;
  overflow: hidden;
}

/*-------------*/
/* Adressblock
/*-------------*/

#adressblock {
  float: left;
  width: 140px;
  height: 240px;
  border: 0px solid red;
  padding: 315px 0px 0px 70px;
}

#adressblock p, #adressblock a {
  color: #336633;
}

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

div.grid_flaeche_0 {
  float: left;
  width: 600px;
  height: 555px;
  margin: 22px 0px 0px 22px;
  border: 0px solid red;
  overflow: hidden;
}

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

/* grid_flaeche_3: linke Spalte */
div.grid_flaeche_3 {
  float: left;
  width: 285px;
  height: 555px;
  margin: 22px 0px 0px 22px;
  border: 0px solid green;
  overflow: hidden;
}

/* grid_flaeche_4: rechte Spalte */
div.grid_flaeche_4 {
  float: left;
  width: 285px;
  height: 555px;
  margin: 22px 0px 0px 22px;
  border: 0px solid green;
  overflow: hidden;
}

/*--------------------------------------*/
/* Layout 4: Drei Spalten (33/33/33)
/*--------------------------------------*/

/* grid_flaeche_5: linke Spalte */
div.grid_flaeche_5 {
  float: left;
  width: 285px;
  height: 370px;
  margin-left: 45px;
  margin-top: 25px;
  border: 0px solid green;
  overflow: hidden;
}

/* grid_flaeche_6: mittlere Spalte */
div.grid_flaeche_6 {
  float: left;
  width: 285px;
  height: 325px;
  margin-left: 26px;
  margin-top: 65px;
  border: 0px solid green;
  overflow: hidden;
}

/* grid_flaeche_7: rechte Spalte */
div.grid_flaeche_7 {
  float: left;
  width: 285px;
  height: 325px;
  margin-left: 26px;
  margin-top: 65px;
  border: 0px solid green;
  overflow: hidden;
}

/*--------------------------------------*/
/* Layout 4: Drei Spalten (25/25/50)
/*--------------------------------------*/

/* grid_flaeche_10: linke 25% Spalte */
div.grid_flaeche_10 {
  float: left;
  width: 205px;
  height: 370px;
  margin-left: 45px;
  margin-top: 25px;
  border: 0px solid green;
  overflow: hidden;
}

/* grid_flaeche_11: mittlere 25% Spalte */
div.grid_flaeche_11 {
  float: left;
  width: 205px;
  height: 325px;
  margin-left: 26px;
  margin-top: 65px;
  border: 0px solid green;
  overflow: hidden;
}

/* grid_flaeche_12: rechte 50% Spalte */
div.grid_flaeche_12 {
  float: left;
  width: 465px;
  height: 325px;
  margin-left: 30px;
  margin-top: 65px;
  border: 0px solid green;
  overflow: hidden;
}

/*------------------*/
/* indivd. Fußzeile
/*------------------*/

div#fuss {
  float: right;
  margin: 12px 45px 0px 0px;
  text-align: left;
  border: 0px solid green;
}

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

#folgeseiten {
  text-align: left;
  margin-left: 45px;
  margin-top: 12px;
  float: left;
  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 {
  padding: 2.5em;
  padding-left: 2.5em;
  padding-bottom: 1.25em;
  border: 1px solid red;
  margin-bottom: 2.5em;
}

div.message_success {
  padding: 2.5em;
  padding-left: 2.5em;
  padding-bottom: 1.25em;
  border: 1px solid green;
  margin-bottom: 2.5em;
}

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

div.imgcontent {
  margin-top: 0px;
  margin-right: 1px;
  margin-bottom: 1px;
  float: left;
}

div.imgcontent img {
  margin: 0px;
  float: left;
}

div.content {
  clear: both;
  padding-bottom: 20px;
}

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_kv-owl/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: 20px;
}

/* RSS */
div.content_rss {
  clear: both;
  padding-bottom: 20px;
}

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

div#bestellung {
	margin-left: 30em;
	width: 60em;
}

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

p, tr, td, th, legend {
  font-family: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: 0em;
}

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

small {
  font-family: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 20px;
  margin-top: 0em;
}

p.bildunterschrift, span.bildunterschrift {
  font-family: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: 0em;
  font-weight: normal;
  clear:both;
  border: 0px solid #000000;
}

h1 {
  font-family: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 7px;
  margin-top: 0em;
}

h2 {
  font-family: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 10px;
  margin-top: 0em;
}

h3 {
  font-family: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0em;
  margin-bottom: 5px;
  margin-top: 0em;
}

h4 {
  font-family: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 5px;
  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;
}

/*------------------------------------*/
/* 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#fuss a,
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: trebuchet ms, arial, sans-serif;
  color: #ffffff;
}

/* Hover zu Links im Text (und Folgeseiten und Gretelchen) */
div#fuss a:hover,
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: #66B46E;
  background-color: #ffffff;
}

div#fuss a {
  text-decoration: none;
}

/*----------------------------------------------------------------------------*/
/* <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.25em;

  font-family: trebuchet ms, 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, 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: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
}
#content li ul {
  padding-bottom: 0em;
}
#content li ul li {
  font-size: 12px;
}

/*----------------------------------------------------------------------------*/
/* <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.25em;

  font-family: trebuchet ms, 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, 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: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
}

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

#navigation ul, #navigation2 ul {
  list-style-type: none;
  list-style-position: outside; /* Listeneinrückung explizit outside = ausgerückt! */

  margin: 0px;
  padding: 0px;

  border: 0px solid red;
  height: 20px;
}

#navigation li {
  text-align: center;
  display: inline;

  background-color: #66B46E;
  background-image: url('../../templates_kv-owl/images/navi_hg_l.gif');
  background-repeat: no-repeat;
  background-position: top left;

  margin: 0px;
  padding: 0px;

  padding: 4px 0px 10px 0px;
  margin: 0px 1px 0px 0px;
  border: 0px solid red;
}

/* Tiefe 1 & 2 */
#navigation li.navlidepth1, #navigation li.navlidepth2 {
  display: inline;
}

/* Tiefe 3 & 4: Unternavigation */
#navigation2 li.navlidepth3, #navigation2 li.navlidepth4 {
  display: inline;
}



/* Tiefe 1 & 2 */
#navigation li.navlidepth1 a, #navigation li.navlidepth2 a  {
  font-family: trebuchet ms, arial, sans-serif;
  color: white;
  font-size: 12px;
  line-height: 12px;

  text-decoration: none;
  border: 0px solid yellow;
  display: inline;

  padding: 4px 10px 10px 10px;
  margin: 0px 0px 0px 0px;

  background-image: url('../../templates_kv-owl/images/navi_hg_r.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

/* Tiefe 1 & 2: Hover */
#navigation li.navlidepth1 a:hover, #navigation li.navlidepth2 a:hover {
  text-decoration: underline;
}

/* Tiefe 1 & 2: Aktiver Link */
#navigation li.navlidepth1 a.active, #navigation li.navlidepth2 a.active {
  text-decoration: underline;
  border: 0px solid blue;
}

/* Fehlerkorrektur! */
#navigation li.navlidepth2 a  {
  margin-right: -3px;
}


/* Tiefe 3 & 4 */
#navigation2 li.navlidepth3 a, #navigation2 li.navlidepth4 a {
  font-family: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;

  text-decoration: none;

  display: inline;
  padding: 0px;
  margin: 0px 20px 0px 0px;
}

/* Tiefe 3 & 4: Hover */
#navigation2 li.navlidepth3 a:hover, #navigation2 li.navlidepth4 a:hover {
  text-decoration: underline;
}

/* Tiefe 3 & 4: Aktiver Link */
#navigation2 li.navlidepth3 a.active, #navigation2 li.navlidepth4 a.active {
  text-decoration: underline;
  padding-bottom: 28px;
  background-image: url('../../templates_kv-owl/images/hg_navi_active_weiss.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
}


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

#kopfzeile_links a {
  font-family: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  padding:0.25em;
}

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

/*----------------------------------------------------------------------------*/
/* 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: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

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

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

  font-family: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

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

div.sitemaplinks {
  display: block;
  float: left;
  width: 285px;
  height: 370px;
  border: 0px solid green;
  overflow: hidden;
}

div.sitemapmitte {
  display: block;
  float: left;
  width: 285px;
  height: 330px;
  margin-left: 26px;
  margin-top: 0px;
  border: 0px solid green;
  overflow: hidden;
}

div.sitemaprechts {
  display: block;
  float: left;
  width: 285px;
  height: 330px;
  margin-left: 26px;
  margin-top: 0px;
  border: 0px solid red;
  overflow: hidden;
}

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

/* Allgemein */
input, select, textarea {
  font-family: trebuchet ms, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;

  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: trebuchet ms, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  float: left;
}

/* Eingabefeld f.d. Suche */
input.query {
  padding: 0.5em;
  width: 14em;
  margin-bottom: 0.75em;

  color: #ffffff;
  background-color: #ffffff;
}

/*----------------------------------------------------------------------------*/
/* <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: 0em;
	padding-bottom: 0.25em;

}

/* 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: trebuchet ms, arial, sans-serif;
  color: #ffffff;
  margin-bottom: 1.5em;
  border: 1px solid #B6B6B6;
  font-size: 12px;
  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-right: 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: 47em;
  padding: 1.5em;
  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: 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;
}

/*----------------------------------------------------------------------------*/
/* 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;
  line-height:15px;
}

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

/* Prdoukte Styles */

div.product {

  border:0px solid lime;
  padding:1em;
  padding-bottom:8em;
  background-image: url('../../templates_kv-owl/images/produktbottom.png');
  background-repeat: repeat-x;
  background-position: bottom center;
}

div.productbild a:hover {
  background-color: #338899;
  margin:0px;
  padding:0px;
}

div.productbild img {
  border:1px solid #ffffff;
}

div.product tr, td, th, thead, tbody, tfoot, caption {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

div.product form, select {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

input.bestellbestaetigung {
  font-size:12px;
  border: 1px solid #338899;
}

#warenkorb fieldset {
  padding:0em;
  border:0px;
}
#warenkorb table, #warenkorb tr, #warenkorb td {
  border:0px;
}

#warenkorb tr, #warenkorb td {
  border-bottom:1px solid #338899;
  margin-bottom:5px;
  padding-bottom:5px;
}



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

/***************** Kontaktformular-Zweiteilung ********************/

div.links, div.rechts {
  float: left;
  width: 210px;
}

div.rechts {
  margin-left: 20px;
  width: 230px;
}

select {
  padding: 2px 2px 3px 2px;
  margin: 0px;
  border: 0px;
  border: 1px solid black;
  width: 190px;
  margin-bottom: 4px;
}

div.rechts input.button {
  width: 190px;
  margin-top: 15px;
}

div#Datenschutzbestimmungen {
  margin-top: 22px;
}

.inputtypetext, .textarea {
  padding: 4px 2px 4px 2px;
  border: 1px solid black;
}

div#rueckrufbitte {
  padding-top: 25px;
}

/*************************************/



/*+++++++ HIPPO ++++++++++ */

#columnright {
  float:right;
  width:200px;
}

/********** Rahmen um Bilder ***************************/

.content img {
  padding: 0px;
  border: 1px solid #336633;
}

form {
  margin: 0px;
}

/* Bilder-Links - ohne Rahmen */
div.content a img {
  border: none;
  border: 0px solid red;
}