/* CSS mobileloesung.ch     */

body { 
   font-size: 11px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   color: #000000;
   text-align: left;
   height: 101%;
}


/* CSS fuer DIV-Seitenlayout - <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< - */

#container {
   background-color: #FFFFFF;
 width: 954px;
 \width: 958px;
 w\idth: 954px;
   padding: 1px;
   border: 1px solid #999999;
   margin: 10px;
   margin-left: auto;
   margin-right: auto;
}

#container-2sp {
   background-color: #FFFFFF;
 width: 754px;
 \width: 758px;
 w\idth: 754px;
   padding: 1px;
   border: 1px solid #999999;
 margin: 10px;
 margin-left: auto;
 margin-right: auto;
}

#headerBlock {
   background-color: #FFFFFF;
   text-align: center;
   padding: 0px;
 margin-bottom: 1px;
}

#mainBlock {
   background-color: FFFFFF;
   text-align: left; 
   padding: 10px 12px 0px 11px;
   border-left: 1px solid #999999;
   border-right: 0px solid #999999;
 margin-left: 210px;
 \margin-left: 220px;
 ma\rgin-left: 210px;

 margin-right: 210x;
 \margin-right: 220px;
 ma\rgin-right: 210px;
}

#mainBlock-2sp {
   background-color: FFFFFF;
   text-align: left; 
   padding: 10px 17px 0px 16px;
   border-left: 1px solid #999999;
   border-right: 0px solid #999999;
 margin-left: 210px;
 \margin-left: 220px;
 ma\rgin-left: 210px;

 margin-right: 0x;
 \margin-right: 220px;
 ma\rgin-right: 0px;
}

#leftBlock {
   float: left;
   background-color: #EFEFEF;
   text-align: left;
 width: 200px;
 \width: 210px;
 w\idth: 200px;
   padding: 10px 5px 10px 5px;
   margin: 0;
  xmargin-right: 5px;
}

#rightBlock {
   float: right;
   background-color: #EFEFEF;
   text-align: left;
 width: 200px;
 \width: 210px;
 w\idth: 200px;
   padding: 10px 5px 10px 5px;
   border-left: 1px solid #999999;
   border-bottom: 1px solid #999999;
   margin: 0;
}

#footerBlock {
   clear: both;
   background-color: #EFEFEF;
   padding: 0px;
   margin-top: 1px;
}



#content_linksBlock {
   float: left;
   top: 0px;
   left: 0px;
   POSITION: relative;
   background-color: #F5F5F5;
 width: 235px;
 \width: 245px;
 w\idth: 235px;
   padding: 5px;
   margin-top: 10px;
   margin-right: 10px;
}

#content_rechtsBlock {
   float: right;
   top: 0px;
   right: 0px;
   POSITION: relative;
   background-color: #F5F5F5;
 width: 235px;
 \width: 245px;
 w\idth: 235px;
   padding: 5px;
   margin-top: 10px;
}

#content_untenBLOCK {
clear: both;
/*
POSITION: absolute;
POSITION: relative;
*/
   background-color: #EFEFEF;
   padding: 5px;
   margin: 0px;
   margin-top: 10px;
}

#content_untenBLOCK-2 {
   clear: both;
/*
   background-color: #EFEFEF;
*/
   padding: 0px;
   margin: 0px;
   margin-top: 0px; //10;
}


.nav_row-Menue {
   text-align: center;
   padding: 3px 0px 3px 0px;
   margin: 0;
   background-color: #cccccc;
}

.breadcrumb-Menue {
   text-align: left; 
   padding: 3px 10px 3px 10px;
   margin: 0; 
   background-color: #EFEFEF;
}

.datum {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #999999;
}

.revisionsZeile {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #999999;
   text-align: left;
   padding: 25px 0px 0px 0px;
   margin: 0;
}

.revision, .update {
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   font-size: 10px; 
   font-weight: normal;
   color: #999999; 
}

.copyrightText1, .crText1 {
   font-family: Arial, Verdana, Helvetica, sans-serif; 
   font-size: 10px; 
   font-weight: bold;
   color: #999999; 
   padding: 0.5em 0px 0.5em 0px;
   margin-top: 1em;
   border-top: 1px solid #999999;
}
.copyrightText2, .crText2 {
   font-family: Arial, Verdana, Helvetica, sans-serif; 
   font-size: 1px; 
   font-weight: bold;
   color: #FFFFFF; 
   padding: 0.5em 0px 0.5em 0px;
   margin: 0px;
}

.footer-Menue {
   text-align: center;
   padding: 2px 0px 2px 0px;
   margin: 0;
   background-color: #cccccc;
   border-bottom: 0px solid #999999;
}

.copyrightZeile {
   text-align: center;
   padding: 2px 0px 2px 0px;
   margin: 0;
   background-color: #EFEFEF;
}

.breite200 { padding:0; margin:0; width:200px; }
.breite235 { padding:0; margin:0; width:235px; }
.breite245 { padding:0; margin:0; width:245px; }
.breite500 { padding:0; margin:0; width:500px; }

.konturLinien {
   padding: 0;
   margin: 0;
   border-top: 1px solid #666666; 
   border-bottom: 1px solid #FFFFFF;
}

.formular{
   vertical-align:middle; padding: 0px 5px 0px 0px; width:250px; }

/* STOP DIV-Seitenlayout - <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<- */

div, form { padding:0; margin:0; }

p, td, tr, th {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 11px;
}

p { padding:0; margin:0; }

/*
ul { margin: 10px 0px 10px 25px; }
li { font-size: 11px; list-style: disc; }
*/

a, a:link, a:visited, a:active, a:hover {
   color: #f31b1f;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

.a2 a, .a2 :link, .a2 :visited, .a2 :active, .a2 :hover {
   color: #f31b1f;
   text-decoration: underline;
}
.a2 :hover {
   text-decoration: none;
}

.articleText { 
   padding: 0px 0px 0px 0px; 
   margin: 0;
   text-align: left; // justify;
   line-height: 14px;
}
.articleCode {
   font-family: "Courier New", Courier, monospace;
   font-size: 12px;
}

.articleHead, .articleList_tophead, H1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
   line-height : 100%;
   color : #003744;
}

.articleSubHead, .articleList_topsubhead, H2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: #6D7983;
   line-height: 110%;
   margin-bottom: 0px;
}

.articleSummary {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px; //11px;
   font-weight: bold;
   color: #333333; //#000000;
   line-height: 125%;
}

.imgDIVinTextRight { 
   float: right; 
   margin:8px 20px 5px 5px; padding:0px; 
   border:0; 
} 
.imgDIVinTextLeft { 
   float: left; 
   margin:8px 5px 5px 20px; padding:0px; 
   border:0; 
} 
.imgDIVtopLeft { 
   margin:8px 10px 5px 20px; padding:0px; 
   border:0; 
} 
.imgDIVtopCenter { 
   margin:8px -50% 5px -50%; padding:0px; 
   border:0; 
}

H5 { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   color: #333333; 
   font-weight: bold; 
   background-color: #efefef; // heller Hintergrund;
   padding: 3px; 
   margin-bottom: 6px; // Abstand zur naechsten Zeile;
}
H6 { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   color: #FFFFFF; 
   font-weight: bold; 
   background-color: #666666; // dunkler Hintergrund;
   padding: 3px; 
   margin-bottom: 6px;
}

.h5 { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   color: #333333; 
   font-weight: bold; 
   background-color: #efefef; // heller Hintergrund
   padding: 3px; 
   margin-bottom: 6px; // Abstand zur naechsten Zeile;
}
.h6 { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   color: #FFFFFF; 
   font-weight: bold; 
   background-color: #666666; // dunkler Hintergrund;
   padding: 3px; 
   margin-bottom: 6px;
}

.contentHead, H3 {
   font-family:  Arial, Helvetica, Verdana, sans-serif;
   font-size: 15px;
   font-weight: bold;
   color: #6D7983;
   line-height: 110%;
}
.contentSubHead, H4 {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   line-height: 110%;
}

.tableHead {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #6D7983;
   line-height: 13px;
}

.tableSubHead {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 11px;
   color: #000000;
}

.v09 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; }
.v10 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.v11 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }
.v12 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; }
.v13 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; }
.v14 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; }


.formButton	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.checkLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px;	}
.inputText	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}

/* search */
.formSearch { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}


/*	Navigation links ====================================
*/
.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
   color: #4A5966;
   font-weight: normal;
   text-decoration: none;
}
.nav_table a:hover {
   text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
   color: #f78f1e;
   font-weight: bold;
   text-decoration: none;
}

.articleList_toptext {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
}
.articleList_listhead {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
}


/* CSS fuer top level list ------------------------------- */

#list_top_ul {
   padding: 3px 0;
   margin-left: 0;
   border-bottom: 1px solid #5E747F;
   font: bold 12px Verdana, sans-serif;
} 
#list_top_ul li {
   list-style: none;
   margin: 0;
   display: inline;
}
#list_top_ul li a {
   padding: 3px 0.5em;
   margin-left: 3px;
   border: 1px solid #778;
   border-bottom: none;
   background: #D7DEE5;
   text-decoration: none;
}
#list_top_ul li a:link { color: #5E747F; }
#list_top_ul li a:visited { color: #5E747F; }
#list_top_ul li a:hover {
   color: Black;
   background: #92A1AF;;
   border-color: #227;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
   background: white;
   border-bottom: 1px solid white;
}

/* CSS fuer currect level list ---------------------------- */

#list_level ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
}
#list_level li { margin: 0 0 1px 0; }
#list_level a {
   display: block;
   padding: 2px 2px 2px 24px;
   border: 1px solid #92A1AF;
   width: 160px;
   background-color: #B7C2D0;
}
#list_level a:link, #list_level_ul a:visited {
   color: Black;
   text-decoration: none;
}
#list_level a:hover {
   border: 1px solid #92A1AF;
   background-color: #FF8C00;
   color: Black;
}
#list_level_parent a:link, #list_level_parent a:visited, #list_level_parent_link a:hover {
   border: 1px solid #92A1AF;
   background-color: #FF6600;
   color: White;
}


/* Sample for FORUM ------------------------------------------------
*/

.tableForum { background-color: #FFFFFF; border: 2px #006699 solid; }

th	{
    color: #FFA34F; font-size: 10px; font-weight : normal;
	background-color: #006699; height: 24px;
	background-image: url(../../img/forum/silver/cellpic3.gif);
}
th.thForum, th.thTopic, th.thPost, th.thLastPost {
	font-weight: normal; 
	border: #FFFFFF; 
	border-style: solid; 
	height: 24	px;
}
th.thForum { border-width: 0px 0px 0px 0px; }
th.thTopic { border-width: 0px 0px 0px 0px; }
th.thPost  { border-width: 0px 0px 0px 0px; }
th.thLastPost { border-width: 0px 0px 0px 0px; }

td.rowIcon, td.rowForum { background-color: #EFEFEF; height: 30px; }
td.rowLabel { background-color: #EFEFEF; }
td.rowTopic, td.rowPost, td.rowLastPost	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
td.rowIcon, td.rowLabel	{ padding-left: 4px; padding-right: 4px; }

.rowText { font-size : 12px; }
.rowTextMed { font-size : 11px; }
.rowTextSmall { font-size : 10px; }
.rowTextLabel { font-size : 12px; font-weight: bold; }
.rowText,.rowTextMed,.rowTextSmall, .rowTextLabel { color : #000000; }
a.rowText,a.rowTextMed,a.rowTextSmall { color: #006699; text-decoration: none; }
a.rowText:hover,a.rowTextMed:hover,a.rowTextSmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu	{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle	{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.rowTextForumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
.rowTextForumlink a, .rowTextForumlink a:link, .rowTextForumlink a:active, .rowTextForumlink a:visited {
	text-decoration: none; color : #006699;
}
.rowTextForumlink a:hover { text-decoration: underline; color : #DD6900; }


.navForum { font-weight: bold; font-size: 11px; color : #000000;}
.navForum a, .navForum a:link, .navForum a:active, .navForum a:visited { text-decoration: none; color : #006699; }
.navForum a:hover { text-decoration: underline; color : #006699; }

.forumInputText {
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumTextareaText {
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Eigene CSS-Formate ---------------------------------------------------------
*/

.tableheight { height: 100%; }

.breadcrumb, .breadcrumb a, .breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited .breadcrumb a:hover {
   font-family: Verdana, Helvetica,Arial,  sans-serif; 
   font-size: 10px; 
   color: #666666; 
   text-decoration: none;
}
.breadcrumb a:hover {
   color: #333333;
   text-decoration: underline;
}

.image_caption {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 11px; 
   font-weight: normal;
   color: #369;
}


.powered_by, .powered_by a, .powered_by a:link, .powered_by a:visited, .powered_by a:active, .powered_by a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.powered_by a:hover {
 	color: #000000;
	text-decoration: none;
}

/*  NAV_ROW ---------------------------------------------
*/
.nav_row {
   FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
   FONT-SIZE: 11px; 
}
.nav_row a {
   FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
   FONT-SIZE: 11px; 
   FONT-WEIGHT: bold; COLOR: #666666; TEXT-DECORATION: none;
   }
.nav_row a:link {
   FONT-WEIGHT: bold; COLOR: #666666; TEXT-DECORATION: none;
}
.nav_row a:visited {
   FONT-WEIGHT: bold; COLOR: #666666; TEXT-DECORATION: none;
}
.nav_row a:active {
   FONT-WEIGHT: bold; COLOR: #FFFFFF; TEXT-DECORATION: none;
}
.nav_row a:hover {
   FONT-WEIGHT: bold; COLOR: #FFFFFF; TEXT-DECORATION: underline;
}

.nav_row_act a:active, .nav_row_act a:hoover {
   FONT-WEIGHT: bold; COLOR: #FFFFFF;
}
span.navileiste div.nav_row span.nav_row_act a {
   FONT-WEIGHT: bold; COLOR: #FFFFFF;
}


.news, .news a, .news a:link, .news a:visited, .news a:active, .news a:hover {
   FONT-FAMILY:  Arial, Helvetica, Verdana,sans-serif;
   FONT-SIZE: 11px; 
   FONT-WEIGHT: bold;
   COLOR: #EFEFEF; 
   TEXT-DECORATION: none;
}
.news a:hover {
   COLOR: #FFFFFF; 
   TEXT-DECORATION: underline;
}

/*  Flaechen --------------------------------------------
*/

.flaeche0 {
   PADDING: 3px 0.75em 3px 0.75em; 
   MARGIN: 0;
   BACKGROUND-COLOR: #369; //#7591ac;
   COLOR: #FFFFFF;
}
.flaeche {
   PADDING: 3px 5px 3px 5px; 
   MARGIN: 0;
   BACKGROUND-COLOR: #f78f1e;
   FONT-WEIGHT: bold;
   COLOR: #FFFFFF;
}
.flaeche_grau {
   PADDING: 8px 0.75em 8px 0.75em; 
   MARGIN: 0;
   BACKGROUND-COLOR: #F5F5F5;
}

.rahmen0 {
   PADDING: 8px 0.75em 8px 0.75em;
   MARGIN: 0;
   BORDER: 1px solid #7591ac; //#999999;
}
.rahmen {
   PADDING: 8px 0.75em 8px 0.75em;
   MARGIN: 0;
   BORDER: 1px solid #999999;
}
.rahmen_dotted {
   PADDING: 8px 0.75em 8px 0.75em;
   MARGIN: 0;
   BORDER: 1px dotted #999999;
}
.rahmen_rechts {
   PADDING: 5px 5px 5px 5px;
   MARGIN: 0;
   BORDER: 1px solid #999999;
}

.coderahmen, .codeframe {
   font-family: "Courier New", Courier, monospace;
   font-size: 12px;
   PADDING: 8px 0.75em 8px 0.75em;
   MARGIN: 0;
   BORDER: 1px solid #999999;
}

.kasten0 {
   PADDING: 8px 0.75em 8px 0.75em; 
   MARGIN: 0;
   BACKGROUND-COLOR: #FFFFCC;
   BORDER: 1px solid #7591ac; //#999999;
}
.kasten {
   PADDING: 5px 5px 5px 5px;
   MARGIN: 0;
   BACKGROUND-COLOR: #FFFFCC;
   BORDER: 1px solid #999999;
}
.kasten_rechts {
   PADDING: 5px 5px 5px 5px;
   MARGIN: 0;
   BACKGROUND-COLOR: #FFFFCC;
   BORDER: 1px solid #999999;
}

.codekasten, .codebox {
   font-family: "Courier New", Courier, monospace;
   font-size: 12px;
   PADDING: 8px 0.75em 8px 0.75em; 
   MARGIN: 0;
   BACKGROUND-COLOR: #FFFFCC;
   BORDER: 1px solid #999999;
}

/*  FCKeditor 2.0 Styles +++++++++++++++++++++++++++++++++++++++++++
*/

.infokasten_links {
    float: left;
    background: #9494bc;
    color: ffffff;
    width: 210px;
    margin: 0px 10px 10px 0px;
    padding: 5px;
    border-width: 10px 1px 1px 1px;
    border-color: #666666;
    border-style: solid; 
}
.infokasten_rechts {
    float: right;
    background: #FFFFCC; //#F5F5F5; //#99CC00; //#9494bc;
    color: #333333;
    width: 210px;
    margin: 0px 0px 10px 10px;
    padding: 5px;
    border-width: 10px 1px 3px 1px;
    border-color: #133E12;
    border-style: solid;
}

.infokasten_navi {
    background: #F5F5F5; //#FFFFCC;
    color: #333333; //#FFFFFF;
    width: 190px;
    margin: 0px;
    padding: 5px;
    border-width: 10px 1px 3px 1px;
    border-color: #133E12;
    border-style: solid;
}

.bild_links {
    float: left;
    padding:0; 
    margin-right: 15px;
}
.bild_rechts {
    float: right;
    padding:0; 
    margin-left: 15px;
}

.br_free {
    clear: both;
  background-color: #FF0000;
}

.links {
    float: left;
    padding: 0;
    margin: 0;
    width: 49%;
}
.rechts {
    float: right;
    padding: 0;
    margin: 0;
    width: 49%;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
}

.Taste {
    font-weight: bold;
    background: #D4D0C8;
    color: #000000;
    padding:0px 5px 0px 5px;
    margin: 0px;
    border: 0px solid #999999;
}

.MenueLink {
    font-weight: bold;
    background: #E0E9F2;
    color: #305270;
    padding:0px 5px 0px 5px;
    margin: 0px;
}

/*  Linien und Marken -----------------------------------
*/

.linie1_rechts{
   border-right: 1px solid #cccccc; 
}
.LinieL1CC { 
   border-left: 1px solid #ccCCcc; 
}

.rahmenLinie { 
   border: 1px solid #333333; 
}

.Linie1FF { 
   border: 1px solid #FFFFFF; 
   border-top: 0px solid #FFFFFF;
}
.Linie1CC { 
   border: 1px solid #ccCCcc; 
   border-top: 0px solid #ccCCcc;

}
.Linie2FF {
   border: 2px solid #FFFFFF; 
}

.linie {
   PADDING: 0px 0px 0px 1.0em;
   MARGIN: 0;
   BORDER-LEFT: 5px solid #999999;
   BORDER-COLOR: #369;
}


.marke {
   PADDING: 0px 0px 0px 0.5em;
   MARGIN: 0;
   border-left: 1em solid #999999;
   border-color: #369;
}
.marke15 {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color : #FFFFFF;
   background-color: #7591ac;;
   padding: 0px 0px 0px 5px;
   margin: 0;
   border-left: 15px solid #FF3300;
height: 18px;
}


/*	Scroll-Bereiche fuer Tutorial ----------------------------------------------
*/
div.scroll {
   overflow: auto;
   background-attachment: scroll;
   background-repeat: repeat;
   width:100%;

   height:325px;
   background-color: #F5F5F5;
   border: 1px solid #FFFFFF;
   padding-top: 0px;
   padding-left: 0px;
   padding-right: 5px;
   padding-bottom: 0px;
}

div.scroll_2 {
   overflow: auto;
   background-attachment: scroll;
   background-repeat: repeat;
   width:100%;

   height: 600px;
   background-color: #F5F5F5;
   border: 1px solid #FFFFFF;
   padding-top: 0px;
   padding-left: 0px;
   padding-right: 5px;
   padding-bottom: 0px;
}

/* Layer fuer Experimente-------------------------------------------------------
*/

#layer0 {
   Z-INDEX: 0; // Schichtlage des Layers = 0
   TOP: 10px;
   LEFT: 0px;
   WIDTH: 100%px;
   HEIGHT: auto;
 POSITION: relative;
 PADDING: 0px 0px 0px 0px;
 MARGIN: 0px;
/*
BACKGROUND-COLOR: #EFEFEF;
*/
}

#layer1 {
   Z-INDEX: 1; // Schichtlage des Layers = 1
   TOP: 10px;
   LEFT: 0px;
   WIDTH: 240px;
   HEIGHT: auto;
   POSITION: absolute;
 PADDING: 5px 5px 5px 5px;
 MARGIN: 0px;
 BORDER: #cccccc 1px solid;
 BACKGROUND-COLOR: #ffffff;
 layer-background-color: #FFFFFF;
}

#layer2 {
   Z-INDEX: 2; // Schichtlage des Layers = 2 = über 1
   TOP: 10px;
   LEFT: 260px;
   WIDTH: 240px;
   HEIGHT: auto;
   POSITION: relative;
 PADDING: 5px 5px 5px 5px;
 MARGIN: 0px;
 BORDER: #cccccc 1px solid;
 BACKGROUND-COLOR: #ffffff;
 layer-background-color: #FFFFFF;
}

#layer3 {
   Z-INDEX: 1; // Schichtlage des Layers = 1
   TOP: 10px;
   LEFT: 0px;
   WIDTH: 240px;
   HEIGHT: auto;
   POSITION: absolute;
 PADDING: 5px 5px 5px 5px;
 MARGIN: 0px;
 BORDER: #cccccc 1px solid;
 BACKGROUND-COLOR: #ffffff;
 layer-background-color: #FFFFFF;
}

#layer4 {
   Z-INDEX: 2; // Schichtlage des Layers = 2 = über 1
   TOP: 10px;
   LEFT: 260px;
   WIDTH: 240px;
   HEIGHT: auto;
   POSITION: relative;
 PADDING: 5px 5px 5px 5px;
 MARGIN: 0px;
 BORDER: #cccccc 1px solid;
 BACKGROUND-COLOR: #EFEFEF;
 layer-background-color: #FFFFFF;
}

#layer1B {
   Z-INDEX: 1; // Schichtlage des Layers = 1
   TOP: 10px;
   LEFT: 0px;
   WIDTH: 245px;
   HEIGHT: auto;
   POSITION: absolute;
 PADDING: 0px 0px 0px 0px;
 MARGIN: 0px;
 BACKGROUND-COLOR: #ffffff;
 layer-background-color: #FFFFFF;
}

#layer2T {
   Z-INDEX: 2; // Schichtlage des Layers = 2 = über 1
   TOP: 10px;
   LEFT: 255px;
   WIDTH: 245px;
   HEIGHT: auto;
   POSITION: relative;
 PADDING: 0px 0px 0px 0px;
 MARGIN: 0px;
 BACKGROUND-COLOR: #ffffff;
 layer-background-color: #FFFFFF;
}



#layer00 {
   Z-INDEX: 0; // Schichtlage des Layers = 0
   TOP: 0px;
   LEFT: 0px;
   WIDTH: 100%px;
   HEIGHT: auto;
 POSITION: relative;
 PADDING: 0px 0px 0px 0px;
 MARGIN: 0px;
/*
BACKGROUND-COLOR: #EFEFEF;
*/
}

#layer01 {
   Z-INDEX: 1;
   TOP: 0px;
   LEFT: 0px;
   WIDTH: 212px;
   HEIGHT: auto;
   POSITION: absolute;
 PADDING: 5px 5px 5px 5px;
 MARGIN: 0px;
 BORDER: #cccccc 1px solid;
 BACKGROUND-COLOR: #ffffff;
 layer-background-color: #FFFFFF;
}

#layer02oben {
   Z-INDEX: 2;
   TOP: 0px;
   LEFT: 230px;
   WIDTH: 270px;
   HEIGHT: auto;
   POSITION: relative;
 PADDING: 5px 5px 5px 5px;
 MARGIN: 0px;
 BORDER: #cccccc 1px solid;
 BACKGROUND-COLOR: #ffffff;
 layer-background-color: #FFFFFF;
}
#layer02unten {
   Z-INDEX: 2;
   TOP: 0px;
   LEFT: 230px;
   WIDTH: 270px;
   HEIGHT: auto;
   POSITION: relative; // relative;
 PADDING: 5px 5px 5px 5px;
 MARGIN: 0px;
 BORDER: #cccccc 1px solid;
 BACKGROUND-COLOR: #ffffff;
 layer-background-color: #FFFFFF;
}

#layer_info {
   Z-INDEX: 1;
   TOP: 0px;
   LEFT: 0px;
   WIDTH: 202px;
   HEIGHT: auto;
   POSITION: relative; // relative;
/*
 PADDING: 5px;
 MARGIN: 0px;
 BORDER: #cccccc 1px solid;
 BACKGROUND-COLOR: #cccccc;
 layer-background-color: #FFFFFF;
*/
}

/* Unbenutzte NAvigation -------------------------------------------------------
*/
.navi {
   FONT-SIZE: 11px;
}
td.navi a {
   DISPLAY: block; 
   WIDTH: 100%; 
   COLOR: #97001f; 
   LINE-HEIGHT: 18px; 
   HEIGHT: 100%; 
   TEXT-DECORATION: none;
}
td.navi a:hover {
   BACKGROUND: #97001f; 
   COLOR: #ffffff; 
   TEXT-DECORATION: none;
}

.navi-on {
   FONT-SIZE: 11px; 
   LINE-HEIGHT: 15;
}
td.navi-on a {DISPLAY: block;
   FONT-WEIGHT: bold; 
   WIDTH: 100%; 
   COLOR: #97001f; 
   LINE-HEIGHT: 18px; 
   HEIGHT: 100%; 
   TEXT-DECORATION: none;
}
td.navi-on a:hover {
   BACKGROUND: #97001f; 
   COLOR: #ffffff; 
   TEXT-DECORATION: none;
}


.subnavi {
	PADDING-LEFT: 21px; FONT-SIZE: 11px
}
TD.subnavi A {
	DISPLAY: block; WIDTH: 100%; COLOR: #97001f; LINE-HEIGHT: 18px; HEIGHT: 100%; TEXT-DECORATION: none;
}
TD.subnavi A:hover {
	BACKGROUND: #97001f; COLOR: #ffffff; TEXT-DECORATION: none;
}

.subnavi-on {
	PADDING-LEFT: 21px; FONT-SIZE: 11px;
}
TD.subnavi-on A {
	DISPLAY: block; FONT-WEIGHT: bold; WIDTH: 100%; COLOR: #97001f; LINE-HEIGHT: 18px; HEIGHT: 100%; TEXT-DECORATION: none;
}
TD.subnavi-on A:hover {
	BACKGROUND: #97001f; COLOR: #ffffff; TEXT-DECORATION: none;
}