/*
cyan #009EE0
grau #4d4d4d
schwarz #000
hellblau #5ec5ed
hellhellblau #ddffff
hellgrau #999
rot #990000
*/

@import url(nav.css);
@import url(footer.css);


html {
   overflow-y: scroll; }

p {
  font-size: 12pt;
}

#mobileBrowser {
  background: #DDFFFF;
  height: 40px;
  color: #4d4d4d;
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 10pt 0;
  padding: 3px 10px;
}

.teaser {
    font-size: 8pt;
    color: #999999;
    padding-left: 45px;
}

body {
  font-family: verdana,arial,helvetica,geneva,sans-serif;
  font-size: 10pt;
  padding: 0;
  margin: 0;
  background-color: #EEEEEE;
}

h1,h2,h3 {
  color: #009EE0;
}

input {
  font-family: Tahoma,Arial,Sans;
  font-size: 11pt;
  border: solid 1px #999;
}

img {
  border: none;
}

.small {
  font-size: 9pt;
}

a {
  text-decoration: none;
  background: transparent;
  color: #009EE0;
}

a:hover {
  text-decoration: underline;
  background: transparent;
  color: #009EE0;
}

h3:hover, h2:hover, h1:hover {
  text-decoration: none;
}
/* ----- */
.clear
{
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: static;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

select {
  border: solid 1px #4d4d4d;
  font-family: Tahoma,Arial,Sans;
  font-size: 11pt;
}

#content {
  background-color: #FFFFFF;
  float: left;
  width: 860px;
  margin: 5px;
  border: solid 1px #999;
    /*border-left: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;*/
}

#special {
  float: left;
}
#header {
  padding: 20px 5px 20px 20px;
  height: 90px;
}
#outer {
  width: 1000px;
  display: block;
  margin: 0 auto;
}
#subheader, .subheader {
  height: 110px;
  border: 1px #DADADA solid;
  border-width: 1px 0 1px 0;
}
.subheader h2 {
  font-size: 1.5em;
  margin: 0 2px 5px 2px;
}
.subheader h3 {
  font-size: 1.1em;
  margin: 0 2px 3px 2px;
}
#subfooter {
  padding: 5px 5px 5px 10px;
  height: 100px;
  background-color: #ddffff;
}
#inner {
  padding: 0 0 0 10px;
  height: auto;
  min-height: 400px;
}
.bigbox {
  border-style: solid;
  border-color: #dadada;
  border-width: 1px 4px 4px 1px;
  margin: 10px 10px 10px 10px;
  padding: 5px;
}
.box {
  border-style: solid;
  border-color: #dadada;
  border-width: 1px 3px 3px 1px;
  margin: 10px 10px 10px 10px;
  text-align: left;
  width: 194px; /* Default width: Kann überschrieben werden, wenn breiter! */
  font-size: 9pt;
}
.box-wide {
  width: 796px;
}
.box-high {
  height: 400px;
}
.box-low {
  height: 200px;
}
.boxhead {
  width: 100%;
  height: 25px;
  line-height: 20px;
  background: #5ec5ed url(/img/box_bg.png);
  font-weight: bold;
  text-indent: 5px;
  color: #DDFFFF;
}
.boxcontent{
  padding: 5px;
  font-size: 1.1em;
  /* background-color: #E0E9ED; */
}
.boxcontent ul, .boxcontent li {
  list-style: none;
  padding: 0;
}
.boxcontent li {
  display: block;
  border: 1px solid #009EE0;
  border-width: 0 0 1px 0;
  padding: 2px 0;
}
.infoIcon:hover {
  cursor: pointer;
}

/* ############ */
.faq {
  margin: 20px;
  font-size: 12pt;
  padding: 5px;
}
.faq p {
  padding: 5px 10px;
  color: #999999;
  margin: 5px 0;
}

.faq p span {
  display: block;
  margin: 6px 0;
  color: #4d4d4d;
}

.faq .aufklapp {
  border-left: 2px #009ee0 solid;
  padding-left: 8px;
}

.faqimg {
  float: left;
  display: block;
  margin: 10px 15px;
}

.active {
  background: #ddffff;
}