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


/* Basics */
body {
  font-family: Arial, Helvetica, Sans-Serif;
  background: #FFFDF1;
  color: #000000;
  padding: 20px;
  margin: .2em;
  min-width: 735px;
}

a {
  color: #000000;
}

a:hover{
  text-decoration: none;
}

blockquote {
  margin: 1em 0 0 0;
  background: transparent url("/images/bw/ico_quoleft.png") left top no-repeat;
}

blockquote div {
  padding: 0 35px 0 40px;
  background: transparent url("/images/bw/ico_quoright.png") right bottom no-repeat;
}

caption {
  margin-top: 1em;
  margin-bottom: 0;
  padding: .4em .6em .6em .6em;
  background: #DCDCDC;
  color: #000000;
  caption-side: top;
  font-weight: bold;
  text-align: left;
  font-size: 120%;
  letter-spacing: .7px;
}

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: 1em;
  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: 0px;
  border-right-style: solid;
  border-right-color: #000000;
  width: 100%;
}

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

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

th {
  background: #EEEEEE;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

ul {
  margin: 0px;
  padding: 0px;
}


ul.txt {
  padding: .5em 0em 0em 1.1em;
  list-style: disc;
  display: block;
}

ul.txt2 {
  padding: .5em 0em 0em 1.1em;
  list-style: circle;
  display: block;
}

p {
  display: block;
}

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

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

legend {
  display: none;
}

.attention {
  background: #ffffff;
  padding: 1em;
  border: 1px dotted #000000;
}

.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: 80%;
}

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

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


/* Header mit Logo */
#printerlogo {
  font-size: 0em;
  display: none;
}

#headerline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFDF1;
}

#header {
  background-image: url("/images/bw/bg_header_bw.gif");
  color: #000000;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  border-right-color: #646464;
  border-left-color: #646464;
  border-top-color: #646464;
}


/* Ansichtsoptionen */
#ansicht {
  text-align: left;
  font-family: Arial, Helvetica, Sans-Serif, Verdana;
}

#ansicht .hideme {
  display: none;
}

#ansicht ul {
  margin-left: 0px ! important;
  padding-left: 0px ! important;
  display: inline;
}

#ansicht li {
  margin-left: 0px ! important;
  border: 0px solid #000000 ! important;
  padding: 1px 7px ! important;
  list-style: none;
  display: inline;
}

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

#ansicht img {
  vertical-align: middle;
  border: 0 ! important;
}


/* Metanavigation */
#metanavigation {
  float: left;
  padding: 15px 0 0 15px;
  text-align: left;
  font-family: Arial, Helvetica, Sans-Serif, Verdana;
  font-size: 70%;
  letter-spacing: .8px;
  text-transform: lowercase;
}

#metanavigation ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

#metanavigation li {
  margin-left: 0;
  padding: .1em 1em;
  border-left: 1px solid #000000;
  list-style: none;
  display: inline;
}

#metanavigation li.active {
  margin-left: 0;
  padding: .1em 1em;
  border-left: 1px solid #000000;
  list-style: none;
  display: inline;
  text-decoration: underline;
}

#metanavigation li.first {
  list-style: none;
  display: inline;
}

#metanavigation li.last {
  margin-left: 0;
  padding: .1em 1em;
  border-right: 1px solid #000000;
  list-style: none;
  display: inline;
}

#metanavigation li.lastactive {
  margin-left: 0;
  padding: .1em 1em;
  border-right: 1px solid #000000;
  list-style: none;
  display: inline;
  text-decoration: underline;
}

#metanavigation a {
  color: #000000;
  text-decoration: none;
}

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


/* Logo und erweiterter Header */
#logo {
  background-image: url("/images/bw/logo_bk_bw.gif");
  background-repeat: no-repeat;
  background-position: right;
  text-align: right;
}

#headerend1 {
  background-image: url("/images/bw/bg_headerend1_bw.gif");
  background-repeat: no-repeat;
  background-position: left;
  height: 14px;
  font-size: 3px;
}

#headerend2 {
  display: none;
}

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


/* Hauptmenü */
#navH {
  background: #EEEEEE;
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif, Verdana;
  font-size: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  padding: .7em 0em .7em 0em;
  border-top-width: 3px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #646464;
  border-top-color: #646464;
  border-top-color: #646464;
  border-top-color: #646464;
}

#navH ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

#navH li {
  margin-left: 0;
  padding: .6em .1em .6em .2em;
  list-style: none;
  display: inline;
}

#navH li.active {
  list-style: none;
  display: inline;
  text-decoration: underline;
  color: #000000;
}

#navH li.first {
  margin-left: .4em;
  list-style: none;
  display: inline;
}

#navH li.firstactive {
  margin-left: .4em;
  list-style: none;
  display: inline;
  text-decoration: underline;
  color: #000000;
}

#navH a {
  color: #000000;
  text-decoration: none;
}

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

#abstand {
  background: #FFFDF1;
  height: 3px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #646464;
  margin-bottom: 1px;
  font-size: 3px;
}


/* Hauptbereich */
#hauptbereich {
  padding: 1px 0em 1px 0em;
  background: #ffffff;
  color: #000000;
  font-size: 90%;
}

#hauptbereich p.center {
  text-align: center;
}

/* linke Spalte */
#lCol {
  position: absolute;
  left: 23px;
  width: 262px;
  margin-top: 1px;
  margin-left: 2px;
  border: 1px dotted #646464;
}

/* Untermenü */
#navUhead {
  background: #ffffff;
  margin-bottom: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  padding: 2em 1em .8em 1em;
  text-transform: uppercase;
  line-height: 1.5em;
}

#navU {
  background: #ffffff;
  padding: 1.5em 1em 1.5em 1em;
}

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

#navU li {
  padding: 0em 1.2em 1.2em 0em;
}

#navU li.active {
  display: block;
  text-decoration: underline;
  list-style: none;
  color: #000000;
}

#navU li a {
  color: #000000;
  display: block;
  text-decoration: none;
}

#navU li a:hover {
  color: #000000;
  display: block;
  text-decoration: underline;
}

/* rechte Spalte */
#rCol {
  position: relative;
  margin: 1px 2px 20px 268px;
  background: #ffffff;
  color: #000000;
  padding: .5em .5em .5em .5em;
  border: 1px dotted #646464;
}

#rCol h2 {
  font-size: 94%;
  letter-spacing: .7px;
}

#selector {
  color: #000000;
  border: 1px solid #000000;
  background: #ffffff;
}


/* Hauptbereich | Inhalte*/
#lMain {
  margin-right: 245px;
  color: #000000;
  padding: 1.6em .6em 6em .6em;
  background-image: url("/images/bw/bg_awards_bw.gif");
  background-repeat: no-repeat;
  background-position: left bottom;
}

#lMain div.hr {
  height: 15px;
  background: url("/images/bw/bg_hr.gif") no-repeat scroll center;
}

#lMain div.hr hr {
  display: none;
}

#lMain div.hr_log {
  height: 70px;
  background: url("/images/bw/bg_hr.gif") no-repeat scroll center;
}

#lMain div.hr_log hr {
  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 {
  overflow: hidden;
  background: #EEEEEE;
  color: #000000;
  padding: 1em;
  font-size: 90%;
  font-family: Monaco, Courier New, Courier, Mono;
}

/* Hauptbereich | News & Links */
#rMain {
  position: absolute;
  right: 10px;
  width: 205px;
  background: #ffffff;
  color: #000000;
  padding: 1.6em .6em .4em .6em;
  border: 1px dotted #646464;
}

* html #rMain {  /* alle, die Standards mögen bitte dashier nehmen */
  right: 30px;
}

#rMain div.hr {
  height: 15px;
  background: url("/images/bw/bg_hr.gif") no-repeat scroll center;
}

#rMain div.hr hr {
  display: none;
}

#springer {
  margin-bottom: 0.9em;
  background-image: url("/images/bw/but_top_bw.gif");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

#a774 {
  text-align: right;
  padding: .9em .9em 0em 0em;
  font-family: Arial, Helvetica, Sans-Serif, Verdana;
  font-size: 60%;
  color: #000000;
  background: #EEEEEE;
  height: 25px;
}

#a774 a {
  color: #000000;
  text-decoration: none;
}

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


/* Formatierungen für Formulare */

#formular {
  padding: 5px 5px 5px 10px;
  border: 1px dotted #000000;
  background: #EEEEEE;
}

#formular input {
  width: 75%;
  background-color: #ffffff;
  color: #000000;
}

#formular input.noform {
  width: 120px;
}

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

#formular select {
  width: 35%;
  height: 1.4em;
  background-color: #ffffff;
  color: #000000;
}

#formular input.box {
  width: 1em;
  height: 1em;
}

#formular textarea {
  width: 75%;
  background-color: #ffffff;
  color: #000000;
}

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

/* Formatierungen für das Feedback Formular */
#feedback {
  padding: 5px 5px 5px 10px;
  border: 1px dotted #000000;
  background: #ffffff;
}

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

#feedback textarea {
  background-color: #ffffff;
  color: #000000;
}

#feedback select {
  background-color: #ffffff;
  color: #000000;
}

#feedback input {
  background-color: #ffffff;
  color: #000000;
}

input [type=radio]{
  background-color: #ffffff;
}

/* WEBLOG */
* html .item { /*** Hack for MSIE ***/
  padding: 0 0 13px 0;
}

.iteminfo {
  font-size: 80%;
}

.itembody {
  clear: left;
  height: 100%;
}

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 #000000;
  background: #ffffff;
}

.highlight {
  font-style: normal;
  color: #ffffff;
  background: #9A9A9B;
}

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

/* Formatierungen für das Tools Verzeichnis */
caption.toolseintrag {
  margin-top: 2em;
  margin-bottom: 0;
  padding: .1em 0 .1em .8em;
  caption-side: top;
  text-align: left;
  font-size: 94%;
  font-weight: normal;
}

caption.kategorie {
  margin-top: 1em;
  margin-bottom: 0;
  padding: .1em 0 .1em .8em;
  caption-side: top;
  text-align: left;
  font-size: 94%;
  font-weight: normal;
}

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

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

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

.bulletmeta {
  display: none;
}

.bulletsub {
  display: none;
}

#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;
}