/* Grundlegende Formate, die Seitenweit gelten */

body {
  font-size: 100.1%;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background: url(/fileadmin/elsbett/images/linkerrand.gif) repeat-y bottom left #fff;
}

/*  Hier kommt das ganze dekorative Beiwerk rein … */

#header {
  height: 7.5em;
  width: 100%;

  margin: 0;
  padding: 0;
}

/* … das Elsbett-Logo samt Claim…*/

#header h1 {
  position: absolute;
  top: 0.4em;
  left: 8em;
}

#header h1 a {
  background: url(/fileadmin/elsbett/images/logoclaim-s.gif) no-repeat top left;
  text-decoration: none;
  font-size: 1.2em;
  color: #005426;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

#header h1 a span {
  visibility: hidden;
}

/* … die Sonnenblume … */

#header img.left {
  margin: 0;
  padding: 0;
  float: left;
  height: 7.5em;
  width: 19em;
}

/* … das Fahrzeug vor dem Rapsfeld … */

#header img.right {
  margin: 0;
  padding: 0;
  float: right;
  height: 7.5em;
  width: 19em;
}

/* … ganz oben auf der Motor … */

#header img.deko {
  position: absolute;
  left: 2em;
  top: 1em;
  width: 7em;
  height: 9em;
}

/* Firmenname und Claim */

#header img.claim {
  position: absolute;
  top: 2.5em;
  left: 16em;
  width: 224px;
  height: 43px;
}

/* … und zum Schluß noch die plastische gelbe und die grüne Linie */

hr {
  margin: 0;
  background: #fff url(/fileadmin/elsbett/images/linien.gif) repeat-x bottom left;
  height: 34px;
}

/* Der Name verräts: hier ist die Navigation mit den FlyOuts */

#navi {
  float: left;
  background: #EDE9B3;
  padding: 2em 0 0 1em;
  width: 13.2em;
}

#navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navi #main {
  clear: left;
}


#navi #main a {
  font-size: 0.75em;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  color: #000;
  background: url(/fileadmin/elsbett/images/buttonbg.png);
  text-decoration: none;
  border-left: 3px solid #fff;
}

#navi #main a:active,
#navi #main a:hover {
  color: #005426;
  background: url(/fileadmin/elsbett/images/buttonhoverbg.png);
  border-right: 1px solid #EDE9B3;
}

#navi #main li.current > a,
#navi #main li.active > a {
  color: #005426;
  }


#navi ul ul {
  position: absolute;
  top: 0;
  left: 0;
}

#navi li {
  position: relative;
}

#navi ul ul {
  position: absolute;
  top: -10px;
  left: 100%;
  width: 100%;
  border-top: 1px solid #EDE9B3;
  border-bottom: 1px solid #000;
}

#navi ul ul {
  visibility: hidden;
}

#navi ul li:hover ul {
  display: block;
  visibility: visible;
}

/* Der Bereich der den eigentlichen Seiteninhalt bereitstellt */

#content {
  margin: 2em 6em 2em 20em;
}

#content h1,
#content h2,
#content h3 {
  padding: 0.2em;
  background: #EDE9B3;
}

#content h1 {
  font-size: 1.2em;
}

#content h2 {
  font-size: 1em;
}

#content h3 {
  font-size: 0.9em;
}

#content p {
  padding-left: 1em;
  font-size: 0.8em;
  line-height: 1.3em;
}

.contenttable th,
.contenttable td {
  padding: 1em .1em 1em 1em;
  font-size: 0.8em;
  line-height: 1.3em;
}

/* Tabellenzellen fallen zusammen (ohne weißen Strich dazwischen) … */

#content table.contenttable {
  border-collapse: collapse;
  width: 100%;
}

/* … und werden abwechselnd weiß und hellgrün eingefärbt */

#content table.contenttable tr.tr-odd {
 background: #fff;
}

#content table.contenttable tr.tr-even {
 background: #ABCBAE;
}

/* Mit Layout1 wird die erste Zeile zum Header. */

#content table.contenttable-1 tr.tr-0 td {
 font-weight: bold;
}

/* Zweispaltige Listen auf der Basis von <ul> */


#content ul.csc-bulletlist-0 {
  list-style: none outside;
  font-size: 0.8em;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 2em 0;
  background: #fff;
}

#content ul.csc-bulletlist-0 li {
  float: left;
  width: 40%;
  margin: 0;
  padding: 0 0 0.5em 1.5em;
}

#content ul.csc-bulletlist-0 li:before {
  content: "\2022  ";
  color: #005426;
  margin-right: 0.5em;
  font-size: 1em;
  font-weight: bold;
}

/* Einspaltige Listen */

#content ul.csc-bulletlist-1 {
  list-style: none outside;
  font-size: 0.8em;
  width: 90%;
  margin: 0;
  padding: 0 0 2em 0;
}

#content ul.csc-bulletlist-1 li {
  margin: 0;
  padding: 0 0 0.5em 1.5em;
}

#content ul.csc-bulletlist-1 li:before {
  content: "\2022  ";
  color: #005426;
  margin-right: 0.5em;
  font-size: 1em;
  font-weight: bold;
}

/* Nummerierte Liste auf Basis von <ul> */

#content ul.csc-bulletlist-3 {
  list-style: decimal;
}

#content ul.csc-bulletlist-3 li {
  padding-bottom: .5em;
  font-size: 0.8em;
  line-height: 1.3em;
}

/* Sitemap / FAQ */

#content ul.csc-menu,
#content ul.csc-menu ul {
 list-style: none outside;
}

#content ul.csc-menu li.csc-section {
 font-size: .8em;
 padding: 0 0 0.5em 1.5em;
}

#content ul.csc-menu li.csc-section:before {
  content: "\2022  ";
  color: #005426;
  margin-right: 0.5em;
  font-weight: bold;
}


/* Links im Contentteil */

#content a:link {
  color: #005426;
}

#content a:hover {
  color: #000;
  background: #ABCBAE;
  text-decoration: none;
}

#content:visited {
  color: #ABCBAE;
}

/* Die abschliessende Graue Linie */

#content hr.end {
  clear: both;
  width: 90%;
  color: #666;  
  height: 1px;
  margin: 0 auto;
  margin-top: 1em;
}

/* Sonder-Footer für Landesversionen */

#content .footer {
  font-size: .6em;
  text-align: center;
  color: #aaa;
}

#content .footer a {
  color: #aaa;
}

/* Zitate werden in Kästen eingefaßt und mit grünen Anführungszeichen dekoriert */

div.csc-frame {
  margin: 1em auto;
  width: 100%;
  background: #ABCBAE;
  clear: right;
}

#content blockquote {
  line-height: 1.7em;
  font-style: italic;
  padding: 1em;
}

#content div.csc-frame blockquote > p:before,
#content div.csc-frame blockquote > p:after {
   content: "\201D ";
   font-family: Times, serif;
   color: #005426;
   font-size: 2em;
   font-weight: bold;
   vertical-align: bottom;
}

#content div.csc-frame blockquote > p:after {
  content: "\201C";
}

#content blockquote+p {
 margin: 0 1em 1em 0;
 text-align: right;
 font-size: 0.75em;
}

/* Damit erzeugen wir die CSS-Hover PopUps für die Infos in der Zeitreise */

a.popup {
  text-decoration:none; 
  position: relative;
}

a.popup span {display:none;}

a.popup:hover {
  color:#000; 
  cursor:default;
}

a.popup:hover #popbox {
  display:block; 
  position:absolute; 
  top: -5em;
  left: -25em;
  color: #000; 
  border: 2px solid #ABCBAE; 
  text-align: left; 
  font-size: 0.8em; 
  padding:1em; 
  width: 20em;
  background: #EDE9B3;
}

/* Der übliche Schmuh, damit einige Browser keinen Rahmen um Bilder die einen Link beinhalten zeichnen */

a img {
  border: 0;
}

/* Sparrechner */

#sparrechner {
 font-size: .75em;
}

#sparrechner input {
  text-align: right;
  font-family: monospace;
}

#sparrechner th,
#sparrechner td {
  text-align: left;
  padding: .1em .5em .1em .5em;
}

#sparrechner tr.submit td {
  text-align: right;
}

/* Plugin: NewLoginBox */

.tx-newloginbox-pi1 {
  font-size: 0.75em; 
  margin-bottom: 1em;
}

.tx-newloginbox-pi1 h3{
  font-size: 1em;
}

.tx-newloginbox-pi1 input {
  font-size: .75em;
  width: 8em;
}

.tx-newloginbox-pi1 p {
  margin: 0;
  padding: 0;
}

.tx-newloginbox-submit-td {
  text-align: center;
}

.tx-newloginbox-pi1-error {
  color: red;
}

/* Mailformular */

fieldset.csc-mailform {
 border: 0;
 font-size: .8em;
}

.csc-mailform-field {
 margin-top: .25em;
 clear: left;
}

.csc-mailform-label {
 display: block;
 font-weight: bold;
 margin-top: 1em;
 background: #EDE9B3;
}

.csc-form-label,
.csc-form-label-req {
 display: block;
 float: left;
 width: 18em;
 text-align: right;
 vertical-align: top;
 padding: 0 .5em .5em 0;
 font-weight: bold;
 font-size: .9em;
}

.csc-form-label-req span {
 color: red;
}

.csc-mailform input,
.csc-mailform select,
.csc-mailform submit {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
}

/* Routenplaner */

.map24 {
  background-image : url(http://www.map24.com/images/route_to_own_whi.gif);
  background-repeat : no-repeat;
  padding : 10px;
  height : 200px; 
  width : 180px;
  font-size: 12px;
}

.map24 input,
.map24 select {
  font-size: 12px;
}

#navi #main a[ target=_blank] {
  font-weight: bolder;
  color: #000;
  background: #ABCBAE;
  letter-spacing: 0.15em;
  }

#navi #main a[ target=_blank]:active,
#navi #main a[ target=_blank]:hover {
  color: #fff;
  }

/* News-Special */

#special {
  margin: 0;
  border: 2px solid #005426;
  padding: 0;
  background-color: #abcbae;
}

#special h1,
#special h2,
#special h3 {
  margin-top: 0;
}

#special .csc-header {
	clear: right;
}

/* tx-pilmailform-pi1 */

#fragebogen {
  font-size: .8em;
}

#fragebogen dt {
  font-weight: bold;
  margin-top: 1em;
}

#fragebogen dd {
  margin-top: .25em;
}

#fragebogen .form-error {
  color: red;
}

#fragebogen th {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

/* Glossar */

.csc-menu-4  {
  font-size: .8em;
  margin-left: 1em;
}

.csc-menu-4 dt {
 font-weight: bold;
}

.csc-menu-4 dd {
 margin: 0 0 .5em 1em;
}

#content dd.csc-textpic-caption {
 font-size: .8em;
}

.tx_powermail_pi1_fieldwrap_html_check td {
	padding-right: 1em;
}

.tx-powermail-pi1 {
	font-size: .8em;
}

#content .tx-powermail-pi1 p {
	font-size: 1em;
}

.tx-powermail-pi1 fieldset {
	margin-bottom: .5em;
}

.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: .5em;
}

.tx-powermail-pi1 label {
	display: block;
	float: left;
	clear: left;
	width: 15em;
	text-align: right;
	padding-right: .5em;
}

.tx-powermail-pi1 td label {
	display: inline;
	float: none;
	clear: none;
	width: auto;
}

.powermail_mandatory_js {
	color: red;
	margin-left: 15em;
}