@charset "utf-8";

/**
-------------------------------------------------------------
Medien:         Bildschirme und Projektoren
Autor:          Michael Jendryschik
------------------------------------------------------------- */

/**
-------------------------------------------------------------
Regeln für allgemeine Elemente
------------------------------------------------------------- */

* {} /* Safari-Bugfix */

* {
  margin: 0;
  padding: 0; 
  border-spacing: 0;
  border-collapse: collapse;
  vertical-align: top;
}

/* Schriftgröße kontrollieren */
body, td, th {
  font: normal 75%/150% Arial, sans-serif;
}
td, th {
  f\ont-size: 100%;
}

html {
  color: #3C3B3C;
  background: #818285 url(/bin?id=409) top left;
  height: 100.01%;
}
body {
  background: url(/bin?id=410) top left repeat-x;
  height: 500px;
  position: relative;
}

iframe#bildergalerie {
  width: 399px;
  height: 450px;
  margin: 0;
  padding: 0;
  border: 0;
}

/** Links und Anker
------------------------------------------------------------- */
a:link {
  color: #3C3B3C;
  background-color: transparent;
}
a:visited {
  color: #807D80;
  background-color: transparent;
}
a:hover, a:focus {
  color: #0070CC;
  background-color: transparent;
}
a:active {
}
a:link img,
a:visited img,
a:hover img,
a:focus img,
a:active img {
  border: 0;
}

a.externalLink {
}

/** Überschriften
------------------------------------------------------------- */ 
h1, h2, h3, h4, h5, h6 {
  margin: 2em 0 1em 0;
  font-weight: bold;
}
h1 {
  margin: 0 0 1em 0;  
  font-size: 1.4em;  
}
h2 {
  font-size: 1.25em;
}
h3 {
  font-size: 1.1em;  
}
h4 {
  font-size: 1em;  
}
h5, h6 {
  font-size: .9em;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{
  text-transform: uppercase;
  font-style: normal;
}

/** Abkürzungen, Akronyme und Erläuterungen
------------------------------------------------------------- */
abbr[title], acronym[title], span[title] {
  border-bottom: 1px dotted #1A1A1A;
}
a abbr[title], a acronym[title], a apan[title] {
  border: 0;
}

/** Absätze
------------------------------------------------------------- */
p {
  margin: .8em 0;
}

/** Tabellen
------------------------------------------------------------- */ 
table {
  margin: 1em 0;  
}
caption {
  margin: 2em 0 1em 0;
  font-weight: bold;
}
th {
  padding: 0 5px;
  text-align: center;
  font-weight: bold;
}
/* Alternierende Zeilenfärbung */
tr.odd td {
  color: inherit;
  background-color: #D4D6C4;
}
tr.even td {
  color: inherit;
  background-color: #CBCDBC;
}
/* Tabellen in Formularen */
form table td {
  padding: 0 10px 5px 0; 
}

table.gebuehren th,
table.gebuehren td {
  border-right: 4px solid #E1E2D5;
}
table.gebuehren th {
  padding: 5px 10px;
  color: inherit;
  background-color: #D4D6C4;  
  border-bottom: 4px solid #E1E2D5;
}
table.gebuehren td {
  padding: 2px 5px;
  text-align: center;
}

table.footnotes td {
  color: inherit;
  background-color: inherit;
  padding: 0 .5em .3em 0;
  font-size: .9em;
  line-height: 130%;
}

table.malen td {
  color: black;
  background-color: #FECF3F;
  padding: 0 4px 4px 0;
}

/** Bilder
------------------------------------------------------------- */
img {
  vertical-align: bottom;
  text-align: right;
}

/** Richtext-Output
------------------------------------------------------------- */
.float--right {
  float: right;
  padding: 0 0 10px 10px;
}
.float--left {
  float: left;
  padding: 0 10px 10px 0;
}

/** Listen
------------------------------------------------------------- */
ol, ul {
  margin: 1em 0 1em 25px;
}
ul {
  padding: 0;
  margin: 1em 0;
}
ul li {
  background: url(/bin?id=416) left 5px no-repeat;
  list-style: none;
  padding: 7px 0 0 25px;
}
dl {
  margin: 1.5em 0;
}
dt {
  margin-top: 1em;
}
dd {
}

/** Formulare
------------------------------------------------------------- */
form {
  margin: 0;
  padding: 0;
}
select,
input,
textarea {
  /* Für Safari */
  font-size: 99%
}
input,
textarea {
  padding: 1px 3px;
}
input, label {
  vertical-align: middle;
}
label {
  padding: 0 5px 0 2px;
}
input.text {
  color: inherit;
  background-color: #E1E2D5;
  border: 1px solid #B6B7AA;
  width: 100%;
}
textarea {
  font-family: Verdana, sans-serif;
  margin: 0;
  color: inherit;
  background-color: #E1E2D5;
  border: 1px solid #B6B7AA;
  width: 100%;
}
/* Für fokussierte Steuerelemente */
input:focus,
textarea:focus,
select:focus {
}
fieldset {
  border: 0;
}
fieldset div,
fieldset p {
  padding: .5em 0 .2em 0;
}
legend {
  color: #3C3B3C; /* Schriftfarbe explizit setzen */
  background-color: white;
  font-weight: bold;
  padding: 1px 5px;  
}
optgroup {
  padding: 5px 0;
  font-style: normal;
}
option {
  padding: 0 5px 0 0;
}
optgroup option {
  padding: 0 5px 0 15px;
}

.gf_validationsummary li {
  margin: 0;
  padding: 0;
  color: red;
  background-color: inherit;
  background-image: none;
}

form table {
  margin: 0;
  width: 100%;
}
form table th,
form table td {
  border-bottom: 6px solid #E1E2D5;
}
form table th {
  color: inherit;
  background-color: #CBCDBC;
  padding: 1px 10px;
  text-align: right;
  white-space: nowrap;
}
form table td {
  color: inherit;
  background-color: #D4D6C4;
  padding: 1px 30px 1px 25px;
  width: 100%;
}

form p.submit {
  padding: 0 10px;
  margin: .5em 0;
  color: inherit;
  background-color: #FBBC00;
  text-align: right;
}
form p.submit input {
  width: 100px;
  margin: 0;
  padding: 25px 0 0 0;
  border: 0;
  height: 25px;
  background: #FBBC00 url(/bin?id=1087) left center no-repeat;
  overflow: hidden;
  cursor: pointer;  
}
/*form p.submit[class] input {
  height: 0;
}*/

/** Präformatierter und Quelltext
------------------------------------------------------------- */
pre {
  font-family: "Courier New", monospace;
  font-size: 110%;
  line-height: 1.2;
  margin: 1.5em 0;
}
code {
  font-family: "Courier New", monospace;
  font-size: 110%;
  font-style: normal;
  vertical-align: baseline;
  padd\ing: 0 3px;
}
pre code {
  font-size: 1em;
}

/** Textauszeichnung
------------------------------------------------------------- */
ins[title], del[title] {
  border-bottom: 1px dotted #1A1A1A;
}
ins {
  text-decoration: none;
  font-weight: bold;
}
dfn {
  font-style: normal;
}
samp {
  font-size: 110%;
  vertical-align: baseline;
}
kbd {
  font-family: "Courier New", monospace;
  font-size: 110%;
  font-style: normal;
}

/**
-------------------------------------------------------------
  Regeln für besondere Bereiche
------------------------------------------------------------- */
#top {
  color: white;
  background: #3C3B3C url(/bin?id=412) 0 5px no-repeat;
  width: 950px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
#head {
  color: #3C3B3C;
  background: #F3F9FF top left no-repeat; /* URL ASSIGNATION */
  height: 172px;
  border-top: 5px solid #3C3B3C; /* Gecko-Bugfix */
}

/** Logo
------------------------------------------------------------- */
h1#logo {
  position: absolute;
  right: 15px;
  top: 30px;
}

/** Ariadne-Faden
------------------------------------------------------------- */
#ariadne {
}


/** Content
------------------------------------------------------------- */
#content {
  color: #3C3B3C;
  background: white url(/bin?id=411) top left repeat-y;
}
#contentBody {
  margin: 0 250px 0 240px;
  padding: 70px 50px 30px 0;
  height: 1%;
}
* html #contentBody {
  height: 322px; /* IE-Floating-Bug: Höhe des Kontaktfelds rechts übernehmen */
}
#homepage #contentBody {
  margin: 0 250px 0 0;
  padding: 70px 100px 30px 100px;
  width: 490px;
  overflow: hidden;
  height: auto;
}

/**
-------------------------------------------------------------
Regeln für spezielle Elemente
------------------------------------------------------------- */
.invisible {
  position: absolute;
  left: -9999px; 
}
#skiplinks,
#skiplinks ul,
#skiplinks li {
  margin: 0;
  padding: 0;
  background: none transparent;
  position: absolute;
  top: 0;
  left: 0;  
}
#skiplinks a {
  position: absolute;
  top: 0;
  left: -9999px;
}
#skiplinks a:hover,
#skiplinks a:focus,
#skiplinks a:active {
  color: #3C3B3C;
  background-color: #F3F9FF;
  padding: 3px 10px;
  top: 6px;
  left: 15px;
  white-space: nowrap;
}

/**
-------------------------------------------------------------
Regeln für spezielle Dokumente
------------------------------------------------------------- */



/**
-------------------------------------------------------------
Browserhacks
------------------------------------------------------------- */
/** Globalnavigation
------------------------------------------------------------- */
div#sitenav {
  color: #3C3B3C;
  background-color: #F3F9FF;
  position: absolute;
  top: 5px;
  right: 15px;
  padding: 2px 3px 0 0;
}
#sitenav ul,
#sitenav li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
#sitenav a,
#sitenav strong {
  color: #3C3B3C;
  background-color: #F3F9FF;
  font-size: .9em;
  text-decoration: none;
  padding: 0 4px;
}
#sitenav a:hover,
#sitenav a:focus,
#sitenav a:active {
  color: #0070CC;
  background-color: #F3F9FF;
  text-decoration: underline;
}
/** Hauptmenü
------------------------------------------------------------- */
div#nav {
  color: #3C3B3C;
  background: white url(/bin?id=413) top right repeat-y;
  position: absolute;
  top: 5px;
  left: 15px;
  width: 685px;
  margin: 172px 0 0 0;
  padding: 0 0 0 15px;
  height: 34px;
}
#nav ul,
#nav li {
  display: inline;
  background: none;
  padding: 0;
}
#nav a,
#nav strong {
  color: #3C3B3C;
  background-color: white;
  float: left;
  padding: 5px 20px 0 20px;
  height: 25px;
  text-decoration: none;
  position: relative;
  top: 4px;
}
* html #nav a,
* html #nav strong {
  top: 4px;
}
#nav a:hover,
#nav a:focus,
#nav a:active {
  color: #3C3B3C;
  background-color: #FBBC03;
}
#nav strong,
#nav a.active {
  border-bottom: 5px solid #FBBC03;
}
* html #nav strong,
* html #nav a.active {
  border-bottom: 4px solid #FBBC03;
}
/** Bereichsmenü
------------------------------------------------------------- */
#subnav div {
  background: url(/bin?id=427) top left no-repeat;
  width: 206px;
  margin: 55px 0 15px 15px;
  padding: 26px 0 0 0;
  float: left;
  display: inline;
  line-height: 130%;
}
#subnav ul,
#subnav li {
  background: 0;
  padding: 0;
  margin: 0;
}
#subnav ul {
  background: url(/bin?id=422) bottom left no-repeat;
  padding: 0 0 25px 0;
}
#subnav ul ul {
  background: none;
  padding: 0;
}
/* Erste Ebene */
#subnav ul li {
  border-right: 1px solid #B8B8AE;
}
#subnav ul li a,
#subnav ul li strong {
  display: block;
  color: #3C3B3C;
  background-color: #FBBC03;
  text-decoration: none;
  width: 205px; /* Für IE: Leerraum-bei-Listen-Bug */
}
#subnav ul li a.active {
  font-weight: bold;
}
#subnav ul li a:hover,
#subnav ul li a:focus,
#subnav ul li a:focus {
  text-decoration: underline;
}
#subnav ul li span {
  display: block;
  padding: 6px 10px;
}
/* Zweite Ebene */
#subnav ul li li {
  border: 0;
}
#subnav ul li li a,
#subnav ul li li strong {
  display: block;
  color: white;
  background-color: #E74C2A;
  font-size: .9em;
}
#subnav ul li li a.first,
#subnav ul li li strong.first {
  background-image: url(/bin?id=428);
  background-position: left top;
  background-repeat: no-repeat;
}
/* Dritte Ebene */
#subnav ul li li li a,
#subnav ul li li li strong {
  display: block;
  color: white;
  background-color: #0058A0;
  font-size: .8em;
}
#subnav ul li li li a.first,
#subnav ul li li li strong.first {
  background-image: url(/bin?id=426);
  background-position: left top;
  background-repeat: no-repeat;
}
#subnav ul li li li a.last span,
#subnav ul li li li strong.last span {
  background-image: url(/bin?id=421);
  background-position: right bottom;
  background-repeat: no-repeat;
}
/** Sidebar
------------------------------------------------------------- */
#sidebar {
  float: right;
  display: inline;
  width: 250px;
  padding: 40px 0 0 0;
}

#contact {
  color: #3C3B3C;
  background: url(/bin?id=419) top right no-repeat;
  border-top: 1px solid white;
  margin: 0 0 120px 0;
  height: 252px;  
}
#contact strong {
  font-size: .9em;
  line-height: 130%;
  display: block;
  width: 141px;
  color: #3C3B3C;
  padding: 5px;
  margin: 0 auto !important;
  background: #C2C6CB url(/bin?id=414) bottom right no-repeat;
  position: relative;
  top: 137px;
}
/* Teaser */
div.teaser {
  color: #3C3B3C;
  background: white url(/bin?id=430) bottom left no-repeat;
  border-top: 10px solid #3C3B3C;
  padding: 0 0 6px 0;
  font-size: .95em;
  margin: 1.5em 0;
  line-height: 140%;
  /* Float clearing */
  overflow: hidden;
}
/* IE 6 */
* html div.teaser {
  /* Float-Clearing */
  width: 100%;
}
.teaser p.image {
  float: left;
  margin: 0;
}
.teaser div.inner {
  padding: 8px 20px 5px 0;
  margin-left: 140px;
}
#homepage .teaser div.inner {
  margin-left: 170px;
}
.teaser h2 {
  margin: 0;
}
.teaser h2 a:link,
.teaser h2 a:visited {
  text-decoration: none;
}
.teaser h2 a:hover,
.teaser h2 a:focus,
.teaser h2 a:active {
  text-decoration: underline;
}

img.kinderweltTeaser {
  position: relative;
  left: -30px;
}
/** Fußzeile
------------------------------------------------------------- */
#footer {
  color: white;
  background-color: #3C3B3C;
  clear: both;
  padding: 5px 10px;
  position: relative;
}
#footer ol,
#footer li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer a,
#footer strong {
  color: white;
  background: transparent url(/bin?id=417) left center no-repeat;
  text-decoration: none;
  padding: 0 7px 0 10px;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
  text-decoration: underline;
}
/** Sitemap
------------------------------------------------------------- */
.sitemap ul {
  margin: 0;
  padding: 0;
}

.sitemap li {
  margin: 0;
  padding: 0;
  background: none;
}

.sitemap li a {
  display: block;
  width: 370px;
  background-color: #FBBC03 !important;
  margin: 0 0 5px 0;
  padding: 1px 5px 1px 30px;
  font-weight: bold;
  text-decoration:none;
}

.sitemap li li a {
  width: 340px;
  background-color: #CBCDBC !important;
  padding: 0 5px 0 60px;
  font-weight: bold;
}

.sitemap li li li a {
  width: 310px;
  background-color: #D4D6C4 !important;
  padding: 0 5px 0 90px;
  font-weight: normal;
}

