body {
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 96% 96%;
  color: #6F6F6F;
  font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
  font-size: 9pt;
  line-height: 1.8em;
  padding: 5px;
  margin: 10px;
}

input, textarea {
  font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
  font-size: 9pt;
}

h1,h2,h3,h4,h5,h6,h7,h8 {
  color: #E9601A;
  margin: 0px;
}

#extitle {
  font-size: 12pt;
  font-weight: bold;
  color: #E9601A;
  padding: 10px 10px 10px 10px;
}

.feedbackPanelERROR {
  color: red;
  list-style: circle;
  font-weight: bold;
}

.fieldError{
  color: red;
  border: 1px solid red;
}

.feedbackPanelINFO {
  color: green;
  list-style: circle;
  font-weight: bold;
}

#hellomessage {
  font-size: 30pt;
}

#titleblock {
  background: #DEDEDE;
  color: white;
  font-weight: bold;
  border-bottom: solid #E9601A;
  border-width: thin;
  padding: 2px 2px 2px 6px;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1em;
}

a {
  color: #6F6F6F;
  text-decoration: underline;
}

a:HOVER {
  color: #E9601A;
  font-weight: bold;
}

img {
  border: none;
}

pre {
  font-family: 'Lucida Sans', 'Helvetica', 'Sans serif', 'sans';
}

th {
  background: #C3C3C3;
  color: white;
  font-weight: bold;
}

tr.b {
  background: #F5F5F5;
}

tr.a {
  background: #E6E6E5;
}

tr.none {
  background: transparent;
}

a.none {
  background: transparent;
  padding-right: 0px;
}

#inputForm {
  width: 300px;
}

#inputForm label {
  display: block;
  margin-top: 5px;
}

#inputForm label.non {
  display: inline !important;
}

#inputFormTable td {
  vertical-align: top;
  padding: 10px;
}

#nestedExampleTree {
  width: 300px;
}

#feedbackPanel {
  width: 600px;
}

#siteSelection {
  width: 200px;
}

.navigationbar {
  display: block;
  text-align: right;
}

.navigation {
  border: 1px solid #6F6F6F;
  padding: 3px 5px 1px;
  text-decoration: none;
  font-weight: bold;
}

.navigation:hover {
  border: 1px solid #E9601A;
  color: #E9601A;
}

.navigation em {
  color: #E9601A;
}

.option {
  font-size: 7pt;
  display: block;
  float: right;
}

.introduction {
  margin: 0px 0px 5px 0px;
  height: 80px;
}

.video {
  display: block;
  /*
  height: 495px;
  max-width: 940px;
  */
  height: 768px;
  max-width: 1024px;
}

.ablauf {
  width: 100%;
}

table {
  width: 100%;
}

/* MELDUNG, wenn eine zu alte Flash Version installiert ist */
.messagesDiv { color: red; }
