#logo111
{ position:absolute; left:65%; top:85px; }



/* basics */
body {
  font-family: Arial, Helvetica, Sans-Serif;
  background: #FFFFFF;
  color: #475D6F;
  font-size: 110%;
  margin: 0 30px;
}

a {
  color: #475D6F;
  text-decoration: underline;
}

a:hover {
  color: #475D6F;
  text-decoration: none;
}

blockquote {
  font-style: italic;
}

caption {
  margin-top: 1em;
  margin-bottom: 0;
  border: 1px solid #3E5567;
  padding: .3em 0 .3em .5em;
  background: #E4ECEE;
  color: #3E5567;
  caption-side: top;
  font-weight: bold;
  text-align: left;
}

code {
  font-family: Monaco, Courier New, Courier, Mono;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}
h2.comment {
  margin-bottom: .8em;
}

img {
  border: 0px none;
  margin: 0px;
}

kbd {
  font-family: Monaco, Courier New, Courier, Mono;
  font-size: 100%;
  font-variant: small-caps;
  font-style: italic;
  letter-spacing: .1em;
}

ol.decimal {
  padding: .5em 0em 0em 3.5em;
  list-style-type: decimal;
  display: block;
}

ol.lowerAlpha {
  padding: .5em 0em 0em 3.5em;
  list-style-type: lower-alpha;
  display: block;
}

ol.upperAlpha {
  padding: .5em 0em 0em 3.5em;
  list-style-type: upper-alpha;
  display: block;
}

table {
  border: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #3E5567;
  width: 100%;
}

* html table{
   width: 40%; /*for ie5*/
   w\idth: 100%; /*for ie6*/
}

fieldset {
  border: 0px solid #E9E9E7;
  margin: 0;
  padding: 0;
}

legend {
  display: none;
}

td, th {
  border-left: 1px solid #3E5567;
  border-bottom: 1px solid #3E5567;
  border-collapse: separate;
  vertical-align: top;
  empty-cells: show;
}

th {
  background: #E4ECEE;
  color: #3E5567;
  font-weight: bold;
  text-align: center;
}

ul {
  border: 0px solid #FFF;
  margin: 0px;
  padding: 0px;
}

ul.txt {
  list-style: disc;
  display: block;
  margin: 0 0 0 1em;
}

ul.txt2 {
  list-style: circle;
  display: block;
  margin: 0 0 0 1em;
}

p {
  display: block;
}

abbr[title], acronym[title] {
  border-bottom: 1px dashed #3E5567;
  font-variant: normal;
  text-transform: none;
}

.code {
  font-family: Monaco, Courier New, Courier, Mono;
  font-style: italic;
}

.txtB {
  font-weight: bold;
}

.txtU {
  text-decoration: underline;
}

.txtKlein {
  font-size: 70%;
}

html>body .txtKlein {
  font-size: 60%;
}

/* QuickJump */
#QJ {
  background: #FFFFFF;
  color: #FFFFFF;
  font-size: 0em;
  display: none;
}

#QJ a {
  background: #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
}

/* Header mit Logo */
#printerlogo {
  background-image: url("/images/xxl/logo_bk_xxl.gif");
  background-repeat: no-repeat;
  background-position: left;
  text-align: left;
  height: 109px;
}

#printerlogo img {
  display: none;
}

#header {
  text-align: left;
}

#logo {
  display: none;
}

/* Ansichtsoptionen */
#ansicht {
  background: #E4ECEE ! important;
  border-top: 1px solid #3E5567 ! important;
  border-left: 1px solid #3E5567 ! important;
  border-right: 1px solid #3E5567 ! important;
  font-size: 80% ! important;
  padding: .4em 0 .4em 0 ! important;
  font-weight: normal ! important;
}

#ansicht ul {
  border: none ! important;
  list-style: none ! important;
}

#ansicht li {
  display: inline ! important;
  padding: .2em .3em ! important;
  border: none ! important;
}

#ansicht li.last {
  list-style: none ! important;
  display: inline ! important;
}

#ansicht img {
  display: none;
}


/* Metanavigation */
#metanavigation {
  text-align: left;
}

#metanavigation ul {
  background: #E4ECEE;
  border-top: 1px solid #3E5567;
  border-left: 1px solid #3E5567;
  border-right: 1px solid #3E5567;
  list-style: none;
  padding: .4em 0 .4em 0;
  font-size: 85%;
  font-weight: bold;
}

#metanavigation li {
  display: inline;
  padding: 0em .4em;
}

#metanavigation li.first {
  padding-left: .3em;
}

#metanavigation li.lastactive {
  color: #D04141;
}

#metanavigation li.active {
  text-decoration: none;
  color: #D04141;
}

#metanavigation li a {
  text-decoration: none;
}

#metanavigation li a:hover {
  text-decoration: underline;
}

#headerend1 {
  font-size: 0em;
  display: none;
}

#headerend2 {
  font-size: 0em;
  display: none;
}

#headerkompass {
  font-size: 0em;
  display: none;
}


/* Hauptmenü */
#navH {
  background: #E4ECEE;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  padding: .4em 0 .4em 0em;
  padding-left: .2em;
  border: 1px solid #3E5567;
}

#navH ul {
  border: none;
  list-style: none;
}

#navH li {
  display: inline;
  padding: 0em .1em;
}

#navH li.first {
  border: 0;
  padding-left: 0em;
}

#navH li.active {
  text-decoration: none;
  color: #D04141;
}

#navH li.firstactive {
  color: #D04141;
  padding-left: 0em;
  border: 0;
}

#navH li a {
  text-decoration: none;
}

#navH li a:hover {
  text-decoration: underline;
}

#abstand {
  height: 10px;
}


/* Hauptbereich */
#hauptbereich {
  border: 1px solid #3E5567;
  font-size: 120%;
  padding: 1px;
}

#hauptbereich p.center {
  font-size: 0em;
  display: none;
}

/* Untermenü */
#navUhead {
  border: 1px solid #97A7B2;
  background: #E4ECEE;
  font-size: 80%;
  font-weight: bold;
  padding: .5em;
}

#navU {
  margin-top: 1px;
  margin-bottom: 30px;
  background: #E4ECEE;
  font-size: 80%;
  font-weight: bold;
  text-align: left;
  padding: .8em 0 .8em 0em;
  padding-left: .3em;
  border: 1px solid #97A7B2;
}

#navU ul {
  border: none;
  list-style: none;
}

#navU li {
  display: inline;
  padding: 0em .1em;
}

#navU li.first {
  border: 0;
  padding-left: 0em;
}

#navU li.active {
  text-decoration: none;
  color: #D04141;
}

#navU li.firstactive {
  color: #D04141;
  padding-left: 0em;
  border: 0;
}

#navU li a {
  text-decoration: none;
}

#navU li a:hover {
  text-decoration: underline;
}

/* rechte Spalte */
#rCol {
  font-size: 85%;
}

#rCol h2 {
  font-size: 100%;
}

/* Hauptbereich | Inhalte*/
#lMain {
  background-image: url("/images/xxl/bg_awards.gif");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 1em .5em 2em .5em;
}

#lMain div.hr {
  width: 100%;
  display: none;
}

#lMain div.hr hr {
  width: 100%;
  display: none;
}

#lMain div.hr_log {
  width: 100%;
  display: none;
}

#lMain div.hr_log hr {
  width: 100%;
  display: none;
}

#lMain h2 a {
  text-decoration: underline;
}

#lMain h2 a:hover {
  text-decoration: none;
}

#lMain img.lefty {
  display: inline;
  position: relative;
  float: left;
  border: 0;
  margin: 5px 15px 3px 0;
}

#code div {
  border: 1px solid #97A7B2;
  background: #E4ECEE;
  color: #3E5567;
  padding: 1em;
  font-size: 90%;
  font-family: Monaco, Courier New, Courier, Mono;
}


/* Hauptbereich | News & Links */
#rMain {
  border-bottom: 1px dashed #3E5567;
  background: transparent url("/images/xxl/ico_check.gif") left top no-repeat;
  padding: 15px 0 0 95px;
}

#rMain div.hr {
  width: 100%;
  display: none;
}

#rMain div.hr hr {
  width: 100%;
  display: none;
}

#rMain p.center {
  text-align: left;
}

#springer {
  margin: 1em 0 0 0;
  background: transparent url("/images/xxl/but_top.gif") no-repeat center;
  text-align: center;
}

#springer a:hover {
  background: transparent;
}

#a774 {
  background: #E4ECEE;
  text-align: right;
  font-size: 90%;
  padding: .4em .8em .3em .3em;
  border-bottom: 1px solid #3E5567;
  border-left: 1px solid #3E5567;
  border-right: 1px solid #3E5567;
  margin: 0 0 1em 0;
}

#a774 a {
  text-decoration: none;
}

#a774 a:hover {
  text-decoration: underline;
}

/* Formatierungen für Formulare */
#formular {
  border: 1px solid #97A7B2;
  background: #E4ECEE;
  padding: 0 1em 0 1em;
}

#formular input {
  width: 75%;
  font-size: 90%;
}

#formular input.noform {
  font-size: 90%;
  width: 10em;
}

#formular input.noform2 {
  width: 200px;
}

#formular select {
  width: 35%;
  height: 1.4em;
  font-size: 90%;
}

#formular input.box {
  width: 1em;
  height: 1em;
  font-size: 90%;
}

#formular textarea {
  width: 75%;
  font-size: 90%;
}

#selector {
  font-size: 90%;
}

#formular input.checkme {
  text-align: left;
  width: 1em;
}


/* WEBLOG */
.iteminfo {
  font-size: 80%;
}

img.lefty {
  float: left;
  border: 0;
  margin-right: 1em;
  margin-bottom: .5em;
}

.commentbody {
  text-align: left;
}

.commentinfo {
  font-size: 80%;
}

.skip {
  display: none;
}

.selector {
  color: #000000;
  border: 1px solid #3E5567;
  background: #FFFFFF;
}

.highlight {
  font-style: normal;
  background: #E4ECEE;
}

.suchfeld {
  font-size: 94%;
  font-weight: bold;
}

/* Formatierungen für das Feedback Formular */
#feedback {
  padding: 5px 5px 5px 10px;
  border: 1px solid #97A7B2;
  background: #E4ECEE;
}

.feedbreite {
  width: 75%;
  margin-top: 3px;
}

.bullet {
  color: #475D6F;
  font-size: 120%;
}

li.active .bullet {
  color: #D04141;
}

li.firstactive .bullet {
  color: #D04141;
}

.bulletmeta {
  color: #475D6F;
}

li.active .bulletmeta {
  color: #D04141;
}

li.firstactive .bulletmeta {
  color: #D04141;
}

.bulletsub {
  color: #475D6F;
}

li.active .bulletsub {
  color: #D04141;
}

li.firstactive .bulletsub {
  color: #D04141;
}

.txtTools {
  border: 0;
}

.whiteborder {
  border: 0;
}

#schriftarten {
  line-height: 1.6em;
}

#fontname {
  padding: .3em 0 .3em .5em;
  text-align: left ! important;
}

#schriftarten caption {
  text-align: left ! important;
}

#schriftarten .fontJa {
  text-align: center;
  font-weight: bold;
}

#schriftarten .fontNein {
  text-align: center;
  color: #D04141;
}

.noxxl {
  display: none;
}