hr {      
	height: 1px; 
	color: #ccc; 
	background-color: grey; 
	border: none;
}
hr.hr90 {      
	width: 90%
}
hr.footer ,
hr.deco {      
	color: #AAF; 
	background-color: #AAF; 
}

PRE {
    line-height:130%; 
    color:#000; 
    background-color:#fe9; 
    padding: 1em 1em 1em; 
    border:dotted #bbb 1px; 
    margin:1.2em 0em;
}
PRE.script
{
    background-color:#efb; 
}
PRE.scriptbox
{
    background-color:#fff0aa; 
    overflow:auto; 
    height:12em;
    width:95%;
}
.script
{
    background-color:#fe9;
}
textarea.script {
    white-space:nowrap;  /* moz doesn't understand :-(  so we need non-standard but working wrap="off" */
    overflow:scroll;
}

.monospace {
    font-family: monospace;     
}

BODY
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
TH
{
    FONT-SIZE: 12pt;
    background-color:#efc; 
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
TD
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
IMG
{
    BORDER: none;
}
A
{
    FONT-WEIGHT: bold;
    COLOR: #0055a5;
    TEXT-DECORATION: none;
    BORDER: none;
}
A:hover
{
    TEXT-DECORATION: underline;
}
TABLE
{
    BORDER-COLLAPSE: collapse;
}
H1
{
    clear: both;
    FONT-WEIGHT: 600;
    FONT-SIZE: 16pt;
    COLOR: #DD6666;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none;
}
h1.h1sep {      
    border-top:solid 3px #FAA; 
    padding-top:0.5em;
    margin-top:1.5em;
}
hr.h1sep {      
	height: 3px; 
	color: #FAA; 
	background-color: #FAA; 
	border: none;
    margin-top: 2.5em;
}

H2,
H2 a
{
    clear: both;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    COLOR: #BB4444;
    BACKGROUND-COLOR: transparent;
    padding-top:0.5em;
    margin-top:1.2em;
/*    border-top:solid 1px #B44; */
    border-top:solid 1px #DAA; 
}
H2.bolddesc {
    border: None;
    padding-top:0;
}
.emoh2 {  /* Willkommen..., Frage&Antwort- Heading etc.*/
    color: #AA1070;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    BACKGROUND-COLOR: transparent;
    margin-top:1.2em;
}
H3,
H3 a
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    BACKGROUND: transparent;
    COLOR: #661111;
    margin-top:1.2em;
}
H4
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BACKGROUND: white;
    COLOR: #441111;
    margin-top:1.1em;
}
.bolddesc
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #000055;
}
.menuwhite
{
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.menuwhite A
{
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/* buy box */
div.bbox
{
    display: table-cell; /* kennt IE6 nicht */
    background-color: #eee; 
    border: 1px solid #c0c0c0; 
    margin: 10px 50px 10px 0px; 
    padding-left: 10px; padding-right: 10px; 
    padding-top: 5px; padding-bottom: 5px
}

.google-src-text {
    color: #AAA;
    visibility:hidden;
    display:none;
}

/* gelber 1zeilen highlight streifen */ 
.yhighlight {   /* yellow yelling for spans */
    background-color: #FFFF88;
    padding: 2px;
}
.rhighlight {
    text-align: right;
	font-weight: bold;
	color:  #822;
    background-color: #FFB; 
    border-top: 1px dotted #F88;
    border-bottom: 1px dotted #F88;
/*    margin-left: 10; margin-right: 10; */
    margin-top: 10px; margin-bottom: 10px; 
    padding-left: 10px; padding-right: 10px; 
    padding-top: 2px; padding-bottom: 2px;
}

/* Feature Liste mit + Zeichen in blauer Scheibe*/
/*
ul.featurelist {
   list-style-image:url('images/feature_plus.png');
   padding-left: 1.5em; 
   border-left: 3px;
}
ul.featurelist li {
   padding-bottom:10px;
   padding-left:3px;
}
*/

/* Feature Liste mit + Zeichen in blauer Scheibe - browserunabhängige position */
.featurelist {
    font-size: 120%;
    font-weight: bold;
}
ul.featurelist
{
list-style-type: none;
padding-left: 3px;
margin-left: 0px;
}
ul.featurelist li
{
background-image: url(images/feature_plus.png);
background-repeat: no-repeat;
background-position: 2px 3px;
padding-left: 22px;
padding-top: 0px;
padding-bottom: 10px;
}


/* Navigations/Link Liste mit kleinen Pfeilen */
ul.navlist {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
ul.navlist li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 14px;
	padding-top: 0px;
	padding-bottom: 5px;
}

/* new features ist Knödel/Image - ohne Einzug */
ul.newlist {
	list-style-type: none;
	padding-left: 2px;
	margin-left: 0px; 
}
ul.newlist li {
	background-image: url(images/smallnew.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.de ul.newlist li {
	background-image: url(images/smallneu.gif);
}


/*
ul.newslist {
    padding-left: 1.3em; 
    margin-left: 0;
}
*/

table.infotable {
    border: 1px dotted #223322;
}
table.infotable td, th {
 padding:4px;
 background-color: #ffb;     
 border: 1px dotted #223322;
}
table.infotable th {
 background-color: #cc8;     
}

div#container {
  width: 900px;
/*  background: #ffffff url(../img/bg.bottom.gif) left bottom repeat-x; */
}

div#nav {
  width: 160px;
  float: left;
  margin-right: 30px;
  text-align: left;
}

div#content {
  float: left;
  width: 610px;
  text-align: left;
  margin-right: 20px;
  margin-left: 20px;
}
div#content2 {
  text-align: left;     /* justify = Blocksatz */
  margin-right: 20px;
  margin-left: 20px;
}
div#marginal,
div.marginal {
  float: left;
  width: 201px;
  border-left: 1px dotted #ddd;
  padding-left: 10px;
}
div.fixfloat {
  clear: both;
}

div#footer {
  clear: both;
}

.outline {
    font-weight: bold;
    /*font-style: italic;*/
}
img.rfloat_image {
    float: right;
    margin: 0px 1px 5px 15px;
}

ul.accessibility {
    position: absolute;
    top: -100%;
}
ol li, ul li {
	margin-bottom: 5px;
}

.indent2 {
    padding-left:3em; 
    text-indent:-3em
}
a.intern_link {
        background-image: url(img/internal_link_new_window.gif);
        background-position: left;
        background-repeat: no-repeat;
        line-height: 11px;
/*        display: inline-block; */
        white-space: nowrap;
/*        text-indent:15px; */
        position: relative;
		padding: 2 2 2 15px;
}
a.extern_link {
		color: #1B57B1;
        background-image: url(img/external_link_new_window.gif);
        background-position: left;
        background-repeat: no-repeat;
        line-height: 11px;
/*        display: inline-block; */
        white-space: nowrap;
/*        text-indent: 15px; */
        position: relative;
/*		margin-left: 0px;*/
		padding: 2 2 2 15px;
/*		text-decoration: None; */
}

ul.keylist { /* dicke Pfeil-listen */
	list-style-type: none;
	padding: 2px 5px 5px 0px; 
	margin: 2px 5px 5px 0px; */
}
ul.keylist li
{
/*	background-image: url(bilder/pfeil-re.gif); */
	background-image: url(img/rightarr-red.png);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 24px;
}
ul.keylist ul  { 
    font-size: 90%;
	list-style-type: none;
	padding: 0 0 0px 0;
	margin: 0px;
}
ul.keylist > ul { /* wenn ul direkt in ul - eigentlich nicht zulässig */
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
}

/* schlanke Pfeil-listen für Page-Inhaltsnavigation */
ul.navlist { 
	list-style-type: none;
	padding: 0px;
	margin: 5px 0;
}
ul.navlist ul  { 
	list-style-type: none;
	padding: 0 0 0px 0;
	margin: 0px;
}
ul.navlist > ul { /* wenn ul direkt in ul - eigentlich nicht zulässig */
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
}
ul.navlist li {
	background-image: url(img/arrow-navlist.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding: 2 0 0 20px;
}
ul.navlist li li, ul.navlist ul li  {
    font-size: 86%;
	background-image: url(img/arrow-navlist.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding: 2 0 0 18px;
}

table.spec_table {
	/*border-collapse:collapse;*/
	/*background-color: #FFD;*/
}
table.spec_table th {
	background-color: #EEE;
	font-style:italic;
}
table.spec_table td {
	background-color: #FFD;
}
table.spec_table,
table.spec_table th td {
	border: 1px solid black;
	padding:7px;
}


