@charset "utf-8";
/**
-------------------------------------------------------------
Medien:         Bildschirme und Projektoren
Autor:          Markus Fortmann
------------------------------------------------------------- */
/**
-------------------------------------------------------------
Regeln für allgemeine Elemente
------------------------------------------------------------- */
* {} /* Safari-Bugfix */
* {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
/* Schriftgröße kontrollieren */
body, td, th {
  font: normal 12px/18px Arial, sans-serif;
}
td, th {
  f\ont-size: 100%;
}
html {
  color: #242E30;
  background: #242E30 url('/bin/2844/image.file') top left repeat-x;
  height: 100.01%;
}
body {
  background: transparent url('/bin/7575/image.file') center top no-repeat;
  height: 101%;
  padding-top: 1px;
}


/** Absätze
------------------------------------------------------------- */
p {
  margin: 5px 0 10px 0;
}

/** Bilder
------------------------------------------------------------- */
img {
  border: 0;
}
img.float--right {
  float: right;
  padding: 0 0 10px 10px;
}
img.float--left {
  float: left;
  padding: 0 10px 10px 0;
}


.defbreite {
  width: 260px;
}

/** Präformatierter und Quelltext
------------------------------------------------------------- */
pre {
  font-family: "Courier New", monospace;
  font-size: 110%;
  line-height: 1.4em;
  margin: 1.5em 0;
  display: block;
  overflow: auto;
/*  min-height: 40px;*/
  background-color:#EFF0F0;
  padding: 5px;
}

code {
  /* display:block; */
  background-color:#EFF0F0;
  font-family: "Courier New", monospace;
  font-size: 110%;
  font-style: normal;
  vertical-align: baseline;
  padding:5px;
}
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 {
  min-width: 880px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#header {
  height: 190px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
#main {
  padding: 180px 0 20px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 4;
  background-color: #ffffff;
}

#home #content-sidebar1 {
  padding: 0 20px;
}

#sidebar1 {
  width: 300px;
  float: left;
  z-index: 20;
  position: relative;
}
#home #sidebar1 {
  display: none;
}

#sidebar2 {
  width: 190px;
  float: right;
  padding: 0 10px 10px 0;
  overflow: hidden;
  margin-top: -500px;
  margin-right: 400px;
}
#home #sidebar2,
#full #sidebar2 {
  display: none;
}

#footer {
  padding: 5px 10px 0 20px;
  height: 45px;
  background: #f4f4f4 url('/bin/2845/image.gif') bottom left repeat-x;
  margin: 0 0 20px 0;
  overflow: hidden;
}
#footer .twitter {
  float: right;
  text-align: right;
  margin-top: 9px;
  margin-right: 5px;
}

#logo {
  position: absolute;
  top: 20px;
  left: 30px;
}
#claim {
  position: absolute;
  top: 50px;
  left: 330px;
  font-size: 18px;
  line-height: 18px;
  z-index: 120;
}






/** Teaser
------------------------------------------------------------- */
ul.teaser li {
background: none;
padding: 0 0 15px 0;
}
ul.teaser li.image img {
position: absolute;
}
ul.teaser li.image p {
margin-left: 150px;
}
ul.teaser p.h {
font-size: 14px;
margin: -15px 0 5px 0;
font-weight: bold;
}

.sidebar .teaser li {
background-color: none;
/*border-bottom: 1px dotted #B2B4B7;
border-top: 1px dotted #B2B4B7;*/
padding: 25px 10px 5px 10px;
margin: 0 0 20px 0;
}

#home #content ul.teaser li {
  float: left;
  width: 260px;
  list-style: none;
  background: none;
  height: 100px;
  margin: 10px 3px 0 3px;
}

#normal #content ul.teaser li {
margin-top: 30px;
list-style: none;
background: none;

}

#home ul.teaser li.image p {
margin-left: 80px;
}

ul.glossary {
  padding: 10px;
  background-color: #EEEEEE;
  overflow: hidden;
  border: 1px solid #E3E3E3;
}

ul.glossary li {
  float: left;
  font-weight: bold;
  font-size: 1.1em;
  border: 0 !important;
}

ul.glossary li a {
  padding: 10px;
  display: block;
  text-decoration: none !important;
  background-color: white;
}

ul.glossary li a:hover {
  color: white;
  background-color: #B80043;
}

#content a.gloss {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: black;
}


/* Glossar-Popup */
.glossPopup {
  width: 25%;
  color: #77002B;
  background-color: #F3F3F3;
  font-size: 12px;
  border: 1px solid #d4dce0;   
  border-right-color: #aab0b3; 
  border-bottom-color: #aab0b3; 
  position: absolute;
  z-index:100;
  
}
.glossPopup strong, .glossPopup span {
  display: block;
  padding: .4em 1em;
  line-height: 135%;
}
.glossPopup strong {
  color: #77002B;
  text-decoration: underline;
  font-weight: bold;
  background: #F3F3F3 none bottom left repeat-x;
  border-bottom: 1px solid white;
}
.glossPopup span { padding: .8em 1em; }



/* Glossar-Auflistung */
#content ul.glossary {
  margin: 0 0 2em 0;
}
#content ul.glossary li {
  margin: 0 3px;
  padding: 0;
  display: inline;
  list-style: none;
  background: none;
  background-color: #E5EAEE;
  border: 1px solid #003355;
}
ul.glossary li a {
  padding: 2px 10px;
}

#content h2.glossary {
  padding-bottom: 0.5em;
}

dl.glossary {
  margin: 0 0 20px 10px;
}
dl.glossary dd {
  margin: 0 0 10px 20px;
}



/* Glossar-Darstellung */
dl.glossaryEntry dt {
  color: #456984;
  font-size: 1.7em;
  font-weight: normal;
  padding-bottom: 1.8em;
  margin-left: -118px;
}
#content dl.glossaryEntry dd ul.synonym {
  margin: 0 0 .5em 0;
}
#content dl.glossaryEntry dd ul.synonym li {
  display: inline;
  background: none;  
  padding: 0;
  font-size: 0.9em;
}
#content dl.glossaryEntry dd div.further {
  background: none;
  text-align: left;
  font-size: 0.9em;
  padding: 0 0 10px 0;
}
#content dl.glossaryEntry dd div.see ul,
#content dl.glossaryEntry dd div.see li {
  display: inline;
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
}
#content dl.glossaryEntry dd div.see li a {
  color: #456984;
}

table {
  margin: 1em 0;
  width: 100%;
}
caption {
  margin: 2em 0 1em 0;
  font-weight: bold;
}
th {
  color: inherit;
  background-color: #D4D5D9;
  padding: 3px 5px;
  font-weight: bold;
  text-align: left;
}
td {
  padding: 3px 5px;
}
/* Alternierende Zeilenfärbung */
tr.odd td {
  color: inherit;
  background-color: white;
}
tr.even td {
  color: inherit;
  background-color: #EDEDED;
}
/* Tabellen in Formularen */
form table td {
  padding: 0 10px 5px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 2em 0 1em 0;
  font-weight: bold;
  clear: both;
}
h1 {
  margin: 0 0 0.5em 0;
  padding-bottom: 8px;
  font-size: 20px;
  color: black;
  border-bottom: 1px dotted #D6D6D7;
}
h2 {
  font-size: 16px;
  border-bottom: 1px dotted #B2B4B7;
  padding: 0 0 6px 0;
  color: #9B074E;

}
h3 {
  font-size: 14px;
  margin: 1em 0;
}
h3.first {
  margin-top: 0;
}
h4 {
  font-size: 13px;
}
h5, h6 {
  font-size: 12px;
}

ol, ul {
  margin: 1em 0 1em 25px;
}
ul {
  padding: 0;
  margin: 1em 0;
}
ul ul {
  margin: 0 0 0.5em 1em;
}
#content ul li {
  list-style: none;
  padding: 3px 0 3px 12px;
  background: transparent url('/bin/571/image.gif') 2px 9px no-repeat;
}
dl {
  margin: 1.5em 0;
}
dt {
  margin-top: 1em;
}
dd {
}

/** Links und Anker
------------------------------------------------------------- */
a:link {
  color: #9B074E;
  text-decoration:none;
}
a:visited {
color: #9B074E;
  text-decoration:none;
}
a:hover, a:focus {
  text-decoration:underline;
}
a:active {
}

#content a:link {
  text-decoration: underline;
}

#content a:visited {
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}
span.link {
   font-weight: bold;
   color: #9B074E;
}

a.external {
  background: transparent url('/bin/14310/image.gif') 100% 50% no-repeat;
  padding-right: 16px;
}
a.video{
  display: block;
  background: transparent url('/bin/14685/image.file') 0 0 no-repeat;
  padding-left: 35px;
  height: 40px;
}

/** 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 {
  font-family: Verdana, sans-serif;
  color: inherit;
  background-color: #FFFFFF;
  border: 1px solid #CECED0;
  width: 100%;
  font-size: .9em;
}
textarea {
  font-family: Verdana, sans-serif;
  margin: 0;
  color: inherit;
  background-color: #FFFFFF;
  border: 1px solid #CECED0;
  width: 100%;
  font-size: .9em;
}
/* Für fokussierte Steuerelemente */
input:focus,
textarea:focus,
select:focus {
}
fieldset {
  border: 0;
}
fieldset div,
fieldset p {
  padding: .5em 0 .2em 0;
}

#userForm fieldset th {
  background-color:transparent;
  color:inherit;
  font-weight:bold;
  text-align:left;
}

#userForm .gf_captcha td,
#userForm fieldset th,
#userForm fieldset td {
  padding: 5px 5px;
}

#userForm .gf_captcha div {
  margin-bottom: 0.5em;
}

#userForm .gf_captcha input.text,
fieldset input.text {
  background-color: #F9F9F9;
  border: 1px solid #CECED0;
  color: inherit;
  font-family: Verdana,sans-serif;
  font-size: 0.9em;
  height: 18px;
  line-height: 16px;
  width: 98%
}

fieldset textarea{
  background-color: #F9F9F9;
  border: 1px solid #CECED0;
  color: inherit;
  font-family: Verdana,sans-serif;
  font-size: 0.9em;
  width: 98%;
}

fieldset tr th{
  width: 20%;
}


fieldset tr.gf_odd{
  background-color: #FFFFFF;
/*  border-bottom: 1px solid #CF5A85; */
}

fieldset tr.gf_even{
  background-color: #EEEEEE;
}

fieldset #ctl01_salutation{
margin-left: 5px;
}

#ctl01_submitForm{
margin-top:-20px;
}

#ctl01_validationsummary{
font-weight: bold;
color: #840030;
font-size: large;
}

#contactform{
width: 500px;
}

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;
}

#home #ariadne {
  display: none;
}
#ariadne {
  font-size: 11px;
  margin: 0 15px 0 15px;
  padding: 3px 0 0 20px;
  height: 20px;
  background: transparent url('/bin/10715/image.gif') top left repeat-x;
  border: 1px solid #e3e3e3;
}
/* IE7 only */
*:first-child + html #ariadne {
  height: auto;
  padding: 2px 20px;
}

.keyvisual #ariadne {
  top: 315px;
}
#ariadne ol {
  margin: 0;
  padding: 0;
  width: 100%;
}
#ariadne li {
  display: inline;
  list-style: none;
}
#ariadne li {
  padding: 0 7px 0 0;
}
#ariadne a,
#ariadne strong {
  color: #666666;
  font-weight: normal;
  text-decoration: none;
  padding: 0 12px 0 0;
  background: transparent url('/bin/571/image.gif') right 4px no-repeat;
}
#ariadne strong {
  background: none;
}
#ariadne li.first a {
  background: none;
}
#ariadne a:hover,
#ariadne a:focus,
#ariadne a:active {
  color: #9B074E;
  font-weight: normal;
  text-decoration: none;
}
#ariadne strong,
#ariadne a.active {
  font-weight: bold;
}

#header .languageChooser {
position: absolute;
top: 10px;
right: 10px;
font-size: 11px;
}

.sitenav {
  font-size: 11px;
}
#header .sitenav {
  position: absolute;
  top: 0;
  right: 60px;
}
.sitenav li {
  display: inline;
  list-style: none;
  background: none;
  padding: 0 7px 0 0;
}
.sitenav a,
.sitenav strong {
  color: #B2B3B7;
  color: #666666;
  font-weight: normal;
  text-decoration: none;
  padding: 0 12px 0 0;
}
.sitenav strong {
  background: none;
}
.sitenav li.first a {
  background: none;
}
.sitenav a:hover,
.sitenav a:focus,
.sitenav a:active {
  color: #9B074E;
  font-weight: normal;
  text-decoration: none;
}
.sitenav strong,
.sitenav a.active {
  font-weight: bold;
}

#footer .sitenav {
  float: left;
  width: 400px;
}

#fastSearch {
  position: absolute;
  top: 42px;
  right: 15px;
  width: 280px;
  line-height: 25px;
  border: 1px solid #E3E3E3;
  background-color: #F9F9F9;
  padding: 10px;
}
#fastSearch .text {
  display: none;
}
#fastSearch .textfield input {
  background: white none;
  width: 200px;
  padding-top: 3px;
}
#fastSearch .submit input {
  margin: 0 0 0 10px;
}


span.searchResultScore span {
  display: block;
  width: 200px;
  background-color: white;
  border: 1px solid #E0E3E3;
  height: 5px;
}

span.searchResultScore span span {
  display: block;
  background-color: #E0E3E3;
  height: 3px;

}

#subnav {
  padding: 0 0 0 16px;
}


#subnav ul.menu {
  background: #73002A url('/bin/10714/image.gif') repeat-x 0 0;
  margin: 0;
  padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 6px 11px;
  position: relative;
}

#subnav ul.menu li {
  list-style-type: none;
  list-style: none;
  padding: 1px 0;
  border-bottom: 1px dotted white;
  width: 100%;
  margin: 0;
}

#subnav ul.menu li strong,
#subnav ul.menu li a {
  background: url('/bin/12431/image.gif') no-repeat 9px 15px;
  display: block;
  padding: 9px 5px 9px 18px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  width: 239px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: relative;
  left: -4px;
  margin-right: -4px;
}
#subnav ul.menu li a:hover {
  text-decoration: underline;
}

#subnav ul.menu li a.active {
   font-weight: bold;
}
#subnav ul.menu li.last {
  border: 0;
}


/* Zweite Ebene */

#subnav ul.menu ul {
  margin: -8px 0 0 0;
}
#subnav ul.menu li li {
  border: 0;
}
#subnav ul.menu li li a,
#subnav ul.menu li li strong {
  background: none;
  padding: 3px 5px 3px 25px;
  font-size: .95em;
  line-height: 1.2em;
  border: 0 !important;
  width: 232px;
}
#subnav ul.menu li li a:hover {

}
#subnav ul.menu li li strong {
  font-weight: bold;
}

/* Dritte Ebene */
#subnav ul.menu ul ul {
  margin: 2px 0 0 0;
}

#subnav ul.menu li li li a,
#subnav ul.menu li li li strong {
  font-size: .9em;
  line-height: 0.9em;
  line-height: 110%;
  padding: 2px 5px 2px 35px;
  width: 222px;
}

#subnav ul.menu li li li li a,
#subnav ul.menu li li li li strong {
  font-size: .9em;
  line-height: 0.9em;
  line-height: 110%;
  padding: 2px 5px 2px 50px;
  width: 208px;
}

#subnav ul.menu li li li li li a,
#subnav ul.menu li li li li li strong {
  font-size: .9em;
  line-height: 0.9em;
  line-height: 110%;
  padding: 2px 5px 2px 65px;
  width: 192px;
}
#subnav ul.menu li li li li li li a,
#subnav ul.menu li li li li li li strong {
  font-size: .9em;
  line-height: 110%;
  padding: 2px 5px 2px 80px;
  width: 177px;
}

#nav {
  height: 45px;
  z-index: 100;
  background: url('/bin/1966/image.gif') repeat-x;
  padding: 10px 0 0 0;
  margin: 90px 15px 0 15px;
}

#nav ul {
  margin: 0;
  padding: 0;
}

#nav li {
  background: url('/bin/10711/image.gif') no-repeat 119px 0px;
  display: inline;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#nav li a {
  display: block;
  text-align: center;
  height: 45px;
  line-height: 35px;
  width: 114px;
  margin: 0;
  
}

#nav li ul.menu {
  display: block;
  z-index: 50;
  position: absolute;
}

#nav li ul li { float:none; }


#nav li a {
  background: url('/bin/10711/image.gif') no-repeat -1px 0px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#nav li.first a{
  background-position: 100px 100px;
}
#nav li a.active {
  background-position: 0 -45px;
}
#nav li.first a.active {
  background-position: 0 -135px;
}
#nav li a:hover,
#nav li:hover a,
#nav li.hover a {
  background-position: 0 -45px;
}

#nav li.first a:hover,
#nav li.first:hover a {
  background-position: 0 -180px;
}

#nav li ul.menu { 
  background: #fff url('/bin/10713/image.gif') no-repeat -1px 0;
  border: 2px solid #e3e3e3;
  border-top: 0;
  padding: 15px 10px 5px 10px;
  left: 0px;
  top: 35px;
  display: none;
  min-width: 140px;
  -moz-border-radius: 3px;
  position: absolute;
  -webkit-border-radius: 3px;
}

#nav li:hover ul.menu {
  display: block;
}
#nav li.first ul.menu {
  background-position: 0 0;
}
#nav li ul.menu li {
  background: transparent;
  border-bottom: 1px dotted #bbbbbb;
  padding: 2px 0;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  width: 190px;
  padding: 0;
  margin: 0;
  display: block;
}

#nav li ul.menu li.last {
  border-bottom: 0;
}

#nav li ul.menu li a {
  background: transparent url('/bin/10712/image.gif') no-repeat 6px 8px !important;
  display: block;
  padding: 3px 10px 3px 17px;
  color: #59595b;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  height: auto;
  width: auto;
  text-align: left;
  white-space: nowrap;
}

#nav li ul.menu li a:hover {
  background-color: #ebebeb !important;
}

ul.menu {
  list-style: none;
  border: none;
  text-align: left;
}

ul.menu li {
  margin:0 0 0 0.5em;
}

.nokeyvisual #keyvisual {
  display: none;
}
.keyvisual #keyvisual {
  position: absolute;
  top: 150px;
  display: inline;
}
#full #keyvisual,
#normal #keyvisual {
  left: 200px;
}
#full .keyvisual #content,
#home .keyvisual #content  {
  padding-top: 160px;
}

#home .keyvisual #content  {
  padding-top: 500px;
}

.keyvisual #main {
  padding: 350px 0 0 0;
}
#full .keyvisual #main,
#home .keyvisual #main {
  padding-top: 180px;
}
#normal .keyvisual #sidebar1 {
  margin-top: -200px;
}

#content {
  padding: 10px 15px 10px 25px;
  /* TEST ÄNDERUNG */
  overflow: hidden;
}
#full #content {
  width: 770px;
  width: 1130px;
  padding: 0 20px 10px 10px;
  padding: 0 0 10px 0;
  margin: 0 15px;
}
#home #content {
  width: 100%;
  margin: 0;
  padding: 0;
}

#content .formbox {
  color: #000;
  background-color: #F5F5F7;
  border: 1px dotted #B2B4B7;
}
#content .row {
  clear: both;
  padding: 2px 0px;
}
#content .label {
  float: left;
  width: 250px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}
#content .field {
  float: right;
  width: 300px;
  text-align: left;
}
#content .submit {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

#content .innerContent {
  overflow: hidden;
}

#content a.linkSubNav
{
  float: right;
  text-align: right;
}


#content span.activeTree
{
  font-weight:bold
}
#content div.innerContentNavigation 
{
  border: 1px dotted #DFDFDF;
  background: #FDFDFD;
  padding: 10px;
}


#content div.innerContentNavigation ul {
    margin: 0;  
}

#content div.innerContentNavigation ul li { 
  margin: 0;
  padding: 0 0 0 10px;
  background-position: left 7px;
}

#content div.innerContentNavigation ul ul { 
  margin: 5px 0 5px 0;
  padding: 0 0 0 15px;
}


div.contentHide{
display: none;
}
div.contentVisible{
display: block;
}

a.linkLeft {
  float:left;
}
a.linkRight {
  float:right;
}
div.linkBar {
  margin: 0 0 20px 0;
  padding: 10px;
  background-color: #f1f1f1;
  overflow: hidden;
  clear: both;
}

/* Navigator */
img.next {
  margin-left: 10px;
}
img.prev {
  margin-right: 10px;
}

#sitemap {
  background: url('/bin/28146/image.file') no-repeat left top;
  padding-top: 30px;
}
#sitemap ul {
  margin: 0;
}
#sitemap ul li {
  background: none;
  padding: 0;
  border-left: 1px solid #e3e3e3;
  margin-left: 150px;
}
#sitemap ul li.notEmpty {
  overflow: hidden;
}
#sitemap ul li.level5 {
/*  overflow: visible;*/
}
#sitemap li.level1 {
/*  padding: 3px 10px;
  background-color: #f9f9f9; */
  padding: 0;
  margin-left: 0;
}
#sitemap li a  {
  display: block;
  padding: 5px 10px;
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  border-left: none;
  margin-bottom: 4px;
}

#challenge {
  margin: 0 0 20px 0;
}
#challenge code {
  background-color: transparent;
}
#challenge code.source {
  color: black;
  background-color: #ebf3fc;
  border: 1px solid #dddddd;
  border-left: 5px solid #dddddd;
  display: block;
  padding: 8px 8px 8px 20px;
  font: 1em Courier, monospace;
} 
#challenge .xmlContent {
  background-color: #f0f0f0;
  padding: .5em;
  margin-bottom: 0.5em;
}
#challenge .selection {
  color: black;
  background-color: #ffd;
  
}
#challenge .currentPosition {
  color: black;
  background-color: #dfd;
  font-weight: bold;
}
form #challenge table td {
  padding-left: 5px;
}
#codeInfo {
  text-align: right;
  font-weight: bold;
  font-size: 1.1em;
  margin-right: 1.5em;
}

#content #challenge ul li {
  background: none;
}

#statusQuo {
  padding: 0 10px;
}

#result {
  margin: 20px 0 0 0;
  padding: 0 10px 10px 10px;
}
#result .xmlContent { 
  margin: 10px 0;
}

#userResult_expression {
  vertical-align: middle;
  margin: 2px 0 0 ;
  width: 500px;
}
#userResult_evaluate {
  margin: 0 10px;
}

#result .hint {
  background: #fff url(/bin/3035/image.file) no-repeat scroll 5px 5px;
  border: 1px solid #fbd42a;
  padding: 5px 5px 5px 50px;
  margin: 10px 0;
}
#result .hint h3,
#result .solved h3 {
  margin: 0;
}
#result .hint ul {
  margin: 0;
}
#content #challenge #result .hint ul li {
  background: transparent url('/bin/571/image.gif') no-repeat scroll 2px 9px;
}

#result .solved {
  background: #fff url(/bin/17167/image.file) no-repeat scroll 5px 5px;
  border: 1px solid #b8d39e;
  padding: 5px 5px 5px 50px;
  margin: 10px 0;
  min-height: 40px;
}

/* Ausgabe XML-Ergebnis */
.xmlContent { color: black; font-family: Verdana; font-weight: bold; font-size: 8.75pt; margin: 10px 0; }
.xmlContent ul { list-style:none; margin:0; padding:0; }
.xmlContent li { line-height: 12pt; text-indent: -10pt; padding-left: 10pt; }
.xmlContent a { text-decoration: none; }
.xmlContent a:hover { background-color: #e8e8e8; }
.xmlContent .text { color: black; font-weight: bold }
.xmlContent .bracket { color: blue; font-weight: normal; }
.xmlContent .names { color: #904040; font-weight: normal; }
.xmlContent .progressive { color: #207020; font-weight: normal; }
.xmlContent .progressivetext { color: #207020; font-weight: bold; }
.xmlContent .ns { color: red; font-weight: normal; }
.xmlContent .nstext { color: red; font-weight: bold; }
.xmlContent .comment { color: #808080; font-family: Courier New; font-weight: normal; }

/* Download-Button */
p.download {
  text-align: right;
  margin: 0 0 15px 0;
}

/* Infoboxen und Arbeitsanweisungen */
#content .hint,
#content .todo {
  border: 1px solid #ddd;
  padding: 5px 5px 5px 50px;
  background: #fff none no-repeat scroll 5px 5px;
  min-height: 32px;
  overflow: hidden;
}
#content .hint {
  background-image: url(/bin/3035/image.file);
  border-color: #fbd42a;
}
#content div.hint {
  margin: 10px 0;
}

#content .todo {
  background-image: url(/bin/3036/image.file);
  border-color: #b8d39e;
}
/* Quelltext */
#content .pre {
  font-family: "courier new", courier, mono;
  background-color: #ebf3fc;
  padding: 5px;
  border: 1px solid #ddd;
  border-left: 5px solid #ddd;
  color: #333;
}

/* Listen-Absätze im Content */
#content ul li p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Übersichtsseite */
group {
  font-size: 16px;
  border-bottom: 1px dotted #B2B4B7;
  padding: 0 0 6px 0;
  color: #9B074E;
  margin: 2em 0 1em 0;
  font-weight: bold;
  clear: both;
}

#content div.sitemapTreeContent
{
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #888888;
}

#content div.sitemapTree
{
  margin-bottom: 20px;
  border:1px dotted #DFDFDF;
  background: #FCFCFC;
  
}

#content div.sitemapTree ul
{
  margin: 0;
  padding: 0;
}

#content div.sitemapTree ul li
{
  margin:0;
  padding:0;
  padding-left:20px;
  background: none;
}

#content a.top
{
  float: right;  
  color: #333333;
}

#content div.childStructureBack 
{
float:right;
}

#content div.childStructure a
{
float:right;
}

/* Extension-reference overview */
table.methods,
table.methods td,
table.methods th {
  border: 1px solid #bbbbbb;
}
table.methods tr.even td {
  background-color: #ececec;
}
table.methods th {
  border-bottom-width: 2px;
}
table.methods td {
  vertical-align: top;
  font-family: monospace;
}
table.methods td.description {
  font-family: Arial, sans-serif;
}


.contentExtensionReference {
  margin-bottom: 20px;
}

/* Hervorhebung Namensraum */
span.namespace
{
  color: #828282;
}


/* Detail-Ansicht */
span.parameterName {
  color: #000000;
  font-weight: bold;
}
span.parameterType {
  font-weight: normal;
  font-style: italic;
}
#extensionReference span.namespace {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
}

/* Quellcode */
div.codesample
{
  background-color: #ebf3fc;
  padding:5px;
  border-color: #dddddd;
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  font-family: monospace;
}
span.attribute
{
  color:#ff2300;
  font-weight: normal;
}
span.tag
{
  color:#8B4513;
}
span.value
{
  color:#133cac;
}
div.codeLabel
{
  color: #333333;
  font-weight: bold;
  text-align: right;
}
span.namespaceAttribute
{
  display: block;
  margin-left: 20px;
}
div.level {
  margin-left: 16px;
}
div#firstLevel {
  margin-left: 0px;
}

/* Varianten */
div.alternativeMethod {
  padding: 0 10px;
}
div.alternativeMethod div.inner {
  padding: 0 10px;
  
/*  
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
*/
  border: 1px solid transparent; 
}

.extensionMethods dt,
.extensionMethods dd {
  background-color: #ececec;
}
.extensionMethods dt {
  padding: 5px 10px;
}
#content table.methods td span.optional , span.required
{
  white-space:nowrap;
}

#extensionReference h1.extensionTopic
{
  font-weight: normal;
}

.version .date {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}

#feedback {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 1000;
}

.method-parameter dt,
.enumeration-values dt {
  font-style: italic;
}
.method-parameter dd,
.enumeration-values dd {
  margin-left: 2em;
}
.client-api-list-items p,
.method-parameter dd p {
  margin: 0;
}
.client-api-list-items td {
  vertical-align: top;
}
.client-api-list-items tr:nth-child(2n) td {
  background: #F4F4F4 none;
}

.cc_banner-wrapper .cc_container {
  background-color: rgba(183, 0, 67, 0.9);
  box-shadow: 0px 2px 6px 6px rgba(0, 0, 0, 0.3);
}
.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited {
  background-color: #e5e5e5;
}
.cc_banner-wrapper .cc_container .cc_message {
  color: #F4F4F4;
  font-size: 1rem;
}
.cc_banner-wrapper .cc_container .cc_more_info {
  color: #FFFFFF;
  text-decoration: underline;
}
.cc_banner-wrapper .cc_container .cc_more_info:hover,
.cc_banner-wrapper .cc_container .cc_more_info:active,
.cc_banner-wrapper .cc_container .cc_more_info:focus {
  text-decoration: none;
}

