
/*----------------------------------------------------------------------------*/
/* 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;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

html {

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

  /* Hintergrund */
  background-color: #000;
  background-image: url('../../templates_IDE/images/bg.gif');
  background-repeat: repeat-y;
  background-position: center;

}

body {
	width: 100%;
	height: 100%;

	/* Schriftgrösse */
	font-size: xx-small;
}

/*
 * Eingeführt, da ansonsten im IE6 die Thickbox den gesamten BG nicht abdunkeln kann
 */
#bodyWrapper {
  /* Breite */
  width: 100%;
  
  background: url('../../templates_IDE/images/hintergrund_html.jpg') repeat-x;

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

  /* Zentrieren */
  margin: auto;
  text-align: center;
  padding-top:20px;
}

#body {

  /* Breite (schmaler als der body wg. Platz nach rechts für die Barrierebuttons) */
  width: 946px;
  margin: 0 auto;
  text-align: left;

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

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

  /* Rahmen */
  border-right: 0px solid #338899;
  border-left: 0px solid #338899;

  /* Schriftgrösse */
  font-size: xx-small;

}

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

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

#accesskeys {

  /* Breite */
  width: 105em;

  /* Farben */
  background-color: #FFF;

  /* Rahmen */
  border-right: 3px solid #338899;
  border-left: 1px solid #338899;
}

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

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

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

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

#accessibility {
  float: right;
  width: 2.5em;
  height: 25em;
  padding-right: 1em;
  margin-top: 1em;
  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: 940px;
  border: 0px solid red;

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

  /* float */
  float: left;
  position: relative;
}

#kopfzeile_logo {
	position: absolute;
	left: -35px;
	top: -5px;
}

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

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

#navigation {
  float: left;
  width: 200px;
  padding-left: 0;
  margin-top: 0;
  border: 0px solid blue;
}

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

div.grid_flaeche_0 {
  float: left;
  /*width: 50.5em;*/
  width: 420px;
padding: 20px;
padding-top: 40px;
  border: 0px solid red;

}

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

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

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

/*--------------*/
/* rechte Spalte (Hippo)
/*--------------*/

div#marginrechts {
	border:0px solid black;
	float:right;
	width:275px;
	height:440px;
}

div.marginrechtsbox {
	width:250px;
	position:relative;
}

div.marginrechtsbox div.marginboxcontent  {
	background:white;
}

#bandshow {
	top:-128px;
	left:0px;
	height:230px;
	position:relative;
}

div#naechstertermin {	
	top:-140px;
	left:0px;
}

div#sponsoren {	
	top:-120px;
	left:0px;
}

div#sponsoren div.marginboxcontent {
	text-align:center;
	padding-top:5px;
}	

div.marginrechtsbox h2 {
	font-size:15px;
	color:white;
	background:url('../../templates_IDE/images/back_heading_margin.png');
	padding-left:15px;
	padding-top:8px;
	padding-bottom:0px;
	height:27px;
}

div.marginrechtsbox h3 {
	font-size:12px;
	color:black;
	padding-left:15px;
	padding-top:10px;
}

div.marginrechtsbox h4 {
	font-size:15px;
	color:black;
	padding-left:15px;
	padding-top:10px;
}

div.marginrechtsbox p.margindatumtop {
	font-size:15px;
	color:black;
	padding-left:15px;
	padding-top:10px;
}

div.marginrechtsbox p {
	padding-left:15px;
	margin:10px 0px 0px 0px;
}

div.marginboxfooter {
	border:0px solid green;
	height:10px;
	background:url('../../templates_IDE/images/back_footer_margin.png');
}

/*-----------*/
/* Footer
/*-----------*/

#footer{
	margin: 0 10px 20px 20px;
	padding: 252px 0 0 0;
	width: 710px;
	clear: both;
	background: url('../../templates_IDE/images/footer_bg.png') top center no-repeat;
}
#footer p{
	border-top: 1px solid #999;
	padding: 10px 0 0 0;
	font-size: 1.2em;
	background: url('../../templates_IDE/images/footer_schatten.png') top center no-repeat;
	color: #483521;
}
#footer p a{
	color: #483521;
	text-decoration: underline;
}
#footer p a:hover{
	color: #F90;
	text-decoration: none;
}

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

#content{
  background: #FFF url('../../templates_IDE/images/content_bg.jpg') top right no-repeat;
  width: 746px;
  float: left;
    /* Höhe */
  min-height: 630px;
  height: auto !important; /* für alle neuen standardkonformen Browser */
  height: 630px; /* für alte IEs */
}

div.content {
  clear: both;
  padding-bottom: 2.5em;
}

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

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

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

p, tr, td, th, legend {
  color: #000033;
  font-size: 1.3em;
  line-height: 1.6em;
  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: #000033;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 1.5em;
  margin-top: 0em;
}

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

h1 {
  color: #DD8500;
  font-size: 2.5em;
  line-height: 2.6em;
  font-weight: bold;
  letter-spacing: 0em;

}

h2 {
  color: #DD8500;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0em;
	padding: 10px 0 15px 0;
	margin: 0;
}

h3 {
  color: #000033;
  font-size: 1.9em;
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 0.1em;
  margin-top: 0em;
}

h4 {
  color: #000033;
  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: 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)
/*----------------------------------------------------------------------------*/

a {color:#e09019}

/* 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 {
  color: #e09019;
}

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

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

/* 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: #000033;
  font-size: 1.3em;
  line-height: 1.6em;
}
#content li ul {
  padding-bottom:0em;
}
#content li ul li {
  font-size:1.0em;
}

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

  color: #000033;
}

/* 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: #000033;
  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: 0em;
  padding: 70px 0 0 0;
  background: #E5E5E5;
}
#navigation ul ul{
  list-style-type: none;
  list-style-position: outside; /* Listeneinrückung explizit outside = ausgerückt! */
  margin: 0em;
  padding: 8px 0 8px 0;
  background: #DD8500;
}

#navigation li {
	margin-bottom: 1px;
}
#navigation li li {
	margin-bottom: 0px;	
}

/* 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 4: Unter-Unternavigation */
#navigation li.navlidepth4 {
}



/* Tiefe 1: Darstellung der Links -> Hover */
li.navlidepth1 a:hover {
  color: #FFFFFF;
  background-image: url('../../templates_IDE/images/hintergrund_navigation_rollover.gif');
  background-repeat: no-repeat;
}



/* Tiefe 1 + 2: Darstellung der Links */
li.navlidepth1 a, li.navlidepth2 a  {
  color: #FFF;

  background: #737373 url('../../templates_IDE/images/navi.gif') repeat-x;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.00em;

  display: block;
  height:21px;
  padding: 1px 5px 2px 7px;
  margin-bottom: 0em;
  margin-left: 0em;

  border: 0px solid #000033;
  border-left: 0px solid #000033;
}

/* Tiefe 1 + 2: Darstellung der Links -> Hover */
li.navlidepth1 a:hover, li.navlidepth2 a:hover {
  color: #FFFFFF;
	background: #000 url('../../templates_IDE/images/navi.gif') 0 -24px repeat-x;
}

/* Aktiver Link: FETT */
li.navlidepth1 a.active, li.navlidepth2 a.active {
	background: #A76300 url('../../templates_IDE/images/navi.gif') 0 -48px repeat-x;
}


/* Tiefe 3: Darstellung der Links */
li.navlidepth2 li.navlidepth3 a {
  color: #FFF;
  background: url('../../templates_IDE/images/navi_ei.gif') 10px 4px no-repeat;
  
  font-size: 1.0em;
  font-weight: normal;
  text-decoration: none;

  display: block;

  padding: 0px 0px 0px 27px;

  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) */
li.navlidepth2 li.navlidepth3 a:hover {
  color: #FFF;
  background: url('../../templates_IDE/images/navi_ei.gif') 10px 4px no-repeat;
  text-decoration: underline;
}

/* Aktiver Link: FETT */
li.navlidepth2 li.navlidepth3 a.active {
  font-weight: bold;
  background: url('../../templates_IDE/images/navi_ei.gif') 10px 4px no-repeat;
}



/* Tiefe 4: Darstellung der Links */
#navigation li.navlidepth4 a {
  font-family: arial, sans-serif;
  color: #000033;
  background-color: #FFF;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.05em;

  display: block;
  width: 15.25em;

  padding: 0em;
  padding-left: 2.5em;
  padding-top: 0.2em;
  padding-bottom: 0.15em;

  margin-top: 0em;
  margin-bottom: 0em;

  border: 0px solid red;
}

/* Tiefe 4: Darstellung der Links -> Hover
   (mit hg-Bild wg. unerklärlichem IE-Wackeleffekt bei bg-color-Wechsel) */
#navigation li.navlidepth4 a:hover {
  color:  #FFF;
  background-image: url('../../templates_IDE/images/hintergrund_navigation_rollover.gif');
  background-repeat: no-repeat;
}

/* Aktiver Link: FETT */
#navigation li.navlidepth4 a.active {
  font-weight: bold;
}



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

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

#kopfzeile_links a:hover {
  color: #338899;
  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: arial, sans-serif;
  color: #000033;
  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 {
  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: #000033;
  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
/*----------------------------------------------------------------------------*/


/* 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 */
input.query {
  padding: 0.5em;
  width: 14em;
  margin-bottom: 0.75em;

  color: #000033;
  background-color: #FFFFFF;
}

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

hr {
    visibility: hidden;
  clear: both;
}

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: #000033;
  margin-bottom: 1.5em;
  border: 1px solid #B6B6B6;
  font-size: 1.1em;
  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;
}

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

div.termin {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom:20px;
  padding-bottom:10px;
}

p.terminfakten {
  margin:0px;padding:0px;
}

div.content_termin {
  float: left;
  padding-bottom: 2.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:2em;
}

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

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

div.product tr, td, th, thead, tbody, tfoot, caption {
  padding:0px;
  margin:0px;
  border:0px;
  /* border-bottom:1px solid lime; */
}



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

/*** TWITTER-BOX ***/

#twitter-box{	
	margin: 0px 0 20px 350px;
	width: 305px;
	height: 90px;
	background: url('../../templates_IDE/images/twitter-box.png') no-repeat;
}
#twitter-box p, ul{
	padding: 12px 60px 0 35px;
	margin: 0;
	color: #FFF;
	font-size: 1.2em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
}

#twitter-box ul li{
	display:inline;
}

#twitter-link {
	display:inline;
}

#twitter-box a{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFDDA9;
	text-decoration: underline;
}
#twitter-box a:hover{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFDDA9;
	text-decoration: none;
}


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



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

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

/***************** Shop-HTML ********************/

div.product {
 border:1px solid #f8f8f8;
 padding:0px;
 margin-bottom:20px;
}

div.product p, div.product h2, div.product div.productbild {
  padding:5px;
}

div.productbild {
  float:left; width:150px; margin-right:10px;
}

p.preisfussnote {
  font-size:smaller;clear:both;
}

p.orderpreis {
  width:200px;float:left;
}

p.orderselect {
  float:right;
}

p.ordersubmit {
text-align:center
}

p.ordersubmit input {
width:100%;
}

p.orderorderfield label {
  display:block;
  float:left;
  width:115px;
}

p.agbcheckbox {
margin-left:115px;
}

p.error {
  color:red;
  font-weight:bold;
}

p.orderorderfield input, p.orderorderfield textarea {
  width:300px;
}

table.orderlist {
  width:100%;
  margin-bottom:15px;
}

table.orderlist td, table.orderlist th {
  text-align:right;
  padding:3px;
}

table.orderlist td.bezeichnung, table.orderlist th.bezeichnung {
  text-align:left;
}

fieldset.landeierbestellung {
  clear:both;
  padding:5px;
  border:0px solid #f0f0f0;
  background-color:#f8f8f8;
}

fieldset.landeierbestellung p {
  margin:0px;
}

fieldset.landeierbestellung legend {
  border:1px solid #f0f0f0;
  background-color:#f8f8f8; 
  margin-top:5px;
  margin-top:0px;
  margin-bottom:0px;
}

/***************** Gästebuch-HTML ********************/

div.guestbookformleft {
  float:left;
  width:200px;
}

div.guestbookformleft p.guestbookfield label {
  width:50px;
}

p.guestbookfield label {
  width:75px;
  display:block;
  float:left;
}

p.guestbookarea label {
  display:block;
  float:none;
}

p.guestbookfield input {
  width:130px;
}

p.guestbookarea textarea {
  width:407px;
}

p.guestbooksubmit input {
  width:407px;
}

p.guestbookentry {
  background-color:#eeeeee;padding:2px;
}

p.guestbookentry span {
  background-color:white;
  display:block;
  padding:3px;
}