
/*ALLGEMEIN*/

/* Hinitergrundbild */
body {background-image:url(../bilder/styles/apple.jpg);}
/* Hinitergrundbild */

/* �erschriften unterstreichen */
h1 {text-decoration:underline}
h2 {text-decoration:underline}
h3 {text-decoration:underline}
h4 {text-decoration:underline}
h5 {text-decoration:underline}
/* �erschriften unterstreichen */

/* CSS W3C Posiotion */

#w3c{position:absolute;
 left:450px; top:1000px; width:300px; height:150px;}
 /* CSS W3C Posiotion Ende */
 
 /* CSS Impressum Link Anzeigen jn  inline */
.impressumlink {display:inline;  } 
/* CSS Impressum Link  Ende */

 
/* Seiterhistory unten */
.sitehistorytable { width:100%;table-layout:fixed }
/* Formatierung */
/*				/*	Links		Mitte	  Rechts*/
.impressum1 {display:inline-table;  } /* | Nach oben | Impressumlink  | leer |   */
.impressum2 {display:none;  } /* | Impressumlink |  Nach oben | leer |   */
.impressum3 {display:none;  } /* | Nach oben    |    leer     |  Impressumlink |   */
.impressum4 {display:none;  } /* | Impressumlink    |    leer     |  Nach oben |   */
.impressum5 {display:none;  } /* |    leer    |    Impressumlink    |  Nach oben |   */
.impressum6 {display:none;  } /* |    leer    |    Nach oben   |  Impressumlink |   */
.impressum7 {display:none;  } /* |    leer    |    Nach oben   |  Impressumlink |   */
.impressum7break {display:none;}
/* Seiterhistory unten */
 
 /* Textformatierung */
.textoben    { vertical-align:top; }
.textmitte  { vertical-align:middle; }
.textunten   { vertical-align:bottom; }
  /* Textformatierung */
  
   /* History*/ 
   .history{display:block;}/* display:none = nicht sichtbar / Du befindest dich auf / diplay:block = sichtbar*/ 
  /* History*/
  
     /* History unten Anzeigen jn */ 
   .historyend {display:inline; } /* Nach oben */

   /* display:none = nicht sichtbar // diplay:inline = sichtbar*/  
   /* History*/

   /* Linkfarbe bei besuchten Links und anderen Styles */ 

a:link {color:#000000; } 
a:visited {color:#000230; } 
a:active {color:#f00; } 

  /* Linkfarbe bei besuchten Links und anderen Styles */ 


   /* Ueberschrift Index.html*/ 
   .ueberschrift{display:block;padding-top:15px;text-align:center; color:#ffffff;}/* display:none = nicht sichtbar // diplay:block = sichtbar*/
  /* Ueberschrift Index.html*/
 
     /* Ueberschrift General*/ 
   .ueberschriftgeneral{display:block;}/* display:none = nicht sichtbar // diplay:block = sichtbar*/
  /* Ueberschrift General**/
  
   /* Made by */
  .madeby{clear:both;text-align:center;display:block} /* display:none = nicht sichtbar // diplay:block = sichtbar*/
 /* Made by */
  
    /* Schrift */
  .schrift{display:block; color:#000000;} /* display:none = nicht sichtbar // diplay:block = sichtbar*/
 /* Schrift */
 
 /*ALLGEMEIN ENDE*/
 
 /******************************************/
 
 
 /* INDEX.HTML */
 
 
   /* Counter*/ 
   .counter{float:left;padding-top:21px;display:block;}/* display:none = nicht sichtbar // diplay:block = sichtbar*/
  /* Counter*/
  
 /* Ueberschrift BILD*/
 .ueberschriftbild{float:right;width:128px;height:128px;background-image: url(../bilder/MPEuropakarte.png);background-repeat:no-repeat;}
 /* Ueberschrift BILD Ende*/ /* Entfernen des bildes einfach link falsch angeben*/
 
 /*Menu ausblenden*/
 .menuorginal{display:block} /* hidden block none visible */
 /*Menu ausblenden Ende*/
 
 /* Grafik Effekte und Farbe Anfang */

 /* News */
a.news:link { display:block; height:32px; width:29%; font-size:1.1em;  color:#797979; padding-left:40px; padding-top:10px; background:url(../bilder/newsticker_thumb.png) no-repeat 0%;}

a.news:visited { display:block; height:32px; width:29%; font-size:1.1em; color:#797979; padding-left:40px;  padding-top:10px; background:url(../bilder/newsticker_thumb.png) no-repeat 0%;} 

a.news:hover { display:block; height:32px; width:29%; font-size:1.1em; font-weight:bold; color:#0000cc; padding-left:40px; padding-top:10px; background:url(../bilder/newsticker_thumb.png) no-repeat 0%;} 
 /* News End */
 
 /*  Ueber mich */
a.me:link { display:block; height:30px; width:29%; font-size:1.1em;  color:#797979; padding-left:40px; padding-top:5px; background:url(../bilder/uebermich_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.me:visited { display:block; height:30px; width:29%; font-size:1.1em;  color:#797979; padding-left:40px;  padding-top:5px; background:url(../bilder/uebermich_thumb_grau.png) no-repeat 0%;} 

a.me:hover { display:block; height:30px; width:29%; font-size:1.1em; font-weight:bold; color:#ff6c00; padding-left:40px; padding-top:5px; background:url(../bilder/uebermich_thumb.png) no-repeat 0%;} 
  /* Ueber mich Ende */
  
 /* Entstehung */
a.work:link { display:block; height:32px; width:49%; font-size:1.1em; color:#797979; padding-left:55px; padding-top:10px; background:url(../bilder/work2_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.work:visited { display:block; height:32px; width:49%; font-size:1.1em; color:#797979; padding-left:55px;  padding-top:10px; background:url(../bilder/work2_thumb_grau.png) no-repeat 0%;} 

a.work:hover { display:block; height:32px; width:49%; font-size:1.1em; font-weight:bold; color:#784906; padding-left:55px; padding-top:10px; background:url(../bilder/work2_thumb.png) no-repeat 0%;} 
  /* Entstehung Ende*/
  
  /* Linux */
a.linux:link { display:block; height:32px; width:7%; font-size:1.1em; color:#797979; padding-left:40px; padding-top:10px; background:url(../bilder/linuxpageinf_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.linux:visited { display:block; height:32px; width:7%; font-size:1.1em; color:#797979; padding-left:40px;  padding-top:10px; background:url(../bilder/linuxpageinf_thumb_grau.png) no-repeat 0%;} 

a.linux:hover { display:block; height:32px; width:9%; font-size:1.1em; font-weight:bold; color:#068600; padding-left:40px; padding-top:10px; background:url(../bilder/linuxpageinf_thumb.png) no-repeat 0%;} 
  /* Linux Ende */
 
  /*Bilder*/
a.pics:link { display:block; height:25px; width:35%; font-size:1.1em; color:#797979; padding-left:43px; padding-top:5px; background:url(../bilder/bilderauswahl_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.pics:visited { display:block; height:25px; width:35%; font-size:1.1em; color:#797979; padding-left:43px;  padding-top:5px; background:url(../bilder/bilderauswahl_thumb_grau.png) no-repeat 0%;} 

a.pics:hover { display:block; height:25px; width:35%;font-size:1.1em; font-weight:bold; color:#077d82; padding-left:43px; padding-top:5px; background:url(../bilder/bilderauswahl_thumb.png) no-repeat 0%;}   
 /*Bilder Ende*/
 
  /* Credits */
a.credits:link { display:block; height:30px; width:8%; font-size:1.1em; color:#797979; padding-left:45px; padding-top:10px; background:url(../bilder/creditsicon_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.credits:visited { display:block; height:30px; width:8%; font-size:1.1em; color:#797979; padding-left:45px;  padding-top:10px; background:url(../bilder/creditsicon_thumb_grau.png) no-repeat 0%;} 

a.credits:hover { display:block; height:30px; width:10%; font-size:1.1em; font-weight:bold; color:#800080; padding-left:45px; padding-top:10px; background:url(../bilder/creditsicon_thumb.png) no-repeat 0%;}
  /* Credits Ende*/
  
  /* FAQ */
a.faq:link { display:block; height:30px; width:5%; font-size:1.1em; color:#797979; padding-left:47px; padding-top:10px; background:url(../bilder/faq2_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.faq:visited { display:block; height:30px; width:5%; font-size:1.1em; color:#797979; padding-left:47px;  padding-top:10px; background:url(../bilder/faq2_thumb_grau.png) no-repeat 0%;} 

a.faq:hover { display:block; height:30px; width:8%;font-size:1.1em; font-weight:bold; color:#a10000; padding-left:47px; padding-top:10px; background:url(../bilder/faq2_thumb.png) no-repeat 0%;} 
 /* FAQ Ende*/
   
   /* Impressum */
a.impressum:link { display:block; height:25px; width:10%; font-size:1.1em; color:#797979; padding-left:40px; padding-top:5px; background:url(../bilder/impressum_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.impressum:visited { display:block; height:25px; width:10%; font-size:1.1em; color:#797979; padding-left:40px;  padding-top:5px; background:url(../bilder/impressum_thumb_grau.png) no-repeat 0%;} 

a.impressum:hover { display:block; height:25px; width:12%; font-size:1.1em; font-weight:bold; color:#4e4e4e; padding-left:40px; padding-top:5px; background:url(../bilder/impressum_thumb.png) no-repeat 0%;} 
 /* Impressum Ende*/
 
 /* Admin */
a.admin:link { display:block; height:27px; width:21%; font-size:1.1em; color:#797979; padding-left:40px; padding-top:5px; background:url(../bilder/admin_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.admin:visited { display:block; height:27px; width:21%; font-size:1.1em; color:#797979; padding-left:40px;  padding-top:5px; background:url(../bilder/admin_thumb_grau.png) no-repeat 0%;} 

a.admin:hover { display:block; height:27px; width:23%; font-size:1.1em; font-weight:bold; color:#000000; padding-left:40px; padding-top:5px; background:url(../bilder/admin_thumb.png) no-repeat 0%;} 
 /* Admin Ende*/
 
  /* Todo */
a.todo:link { display:block; height:37px; width:18%; font-size:1.1em; color:#797979; padding-left:55px; padding-top:8px; background:url(../bilder/todo2_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.todo:visited { display:block; height:37px; width:18%; font-size:1.1em; color:#797979; padding-left:55px;  padding-top:8px; background:url(../bilder/todo2_thumb_grau.png) no-repeat 0%;} 

a.todo:hover { display:block; height:37px; width:21%; font-size:1.1em; font-weight:bold; color:#757400; padding-left:55px; padding-top:8px; background:url(../bilder/todo2_thumb.png) no-repeat 0%;} 
 /* Todo Ende*/
  
  /* Projekt */
a.projekt:link { display:block; height:30px;  width:14%; font-size:1.1em; color:#797979; padding-left:46px; padding-top:4px; background:url(../bilder/meineProjekte_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.projekt:visited { display:block; height:30px;  width:14%; font-size:1.1em; color:#797979; padding-left:46px;  padding-top:4px; background:url(../bilder/meineProjekte_thumb_grau.png) no-repeat 0%;} 

a.projekt:hover { display:block; height:30px;  width:17%; font-size:1.1em; font-weight:bold; color:#ff0000; padding-left:46px; padding-top:4px; background:url(../bilder/meineProjekte_thumb.png) no-repeat 0%;} 
  /* Projekt Ende*/
  
  /* Tipps*/
a.tipps:link { display:block; height:30px;  width:17%; font-size:1.1em; color:#797979; padding-left:37px; padding-top:4px; background:url(../bilder/tippsindex_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.tipps:visited { display:block; height:30px;  width:17%; font-size:1.1em; color:#797979; padding-left:37px;  padding-top:4px; background:url(../bilder/tippsindex_thumb_grau.png) no-repeat 0%;} 

a.tipps:hover { display:block; height:30px;  width:25%; font-size:1.1em; font-weight:bold; color:#1f0084; padding-left:31px; padding-top:4px; background:url(../bilder/tippsindex_thumb.png) no-repeat 0%;} 
  /* Tipps Ende*/
  
   /* Blog */
a.blog:link { display:block; height:38px; width:32%; font-size:1.1em; color:#797979; padding-left:55px; padding-top:10px; background:url(../bilder/guestbook_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.blog:visited { display:block; height:38px; width:32%; font-size:1.1em; color:#797979; padding-left:55px;  padding-top:10px; background:url(../bilder/guestbook_thumb_grau.png) no-repeat 0%;} 

a.blog:hover { display:block; height:38px; width:35%; font-size:1.1em; font-weight:bold; color:#005070; padding-left:55px; padding-top:10px; background:url(../bilder/guestbook_thumb.png) no-repeat 0%;} 
   /* Blog Ende*/

   /* Links*/   
a.links:link { display:block; height:38px; width:9%; font-size:1.1em; color:#797979; padding-left:55px; padding-top:10px; background:url(../bilder/linksbild2_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.links:visited { display:block; height:38px; width:9%;font-size:1.1em; color:#797979; padding-left:55px;  padding-top:10px; background:url(../bilder/linksbild2_thumb_grau.png) no-repeat 0%;} 

a.links:hover {  wdisplay:block; height:38px; width:11%;font-size:1.1em; font-weight:bold; color:#004f18; padding-left:55px; padding-top:10px; background:url(../bilder/linksbild2_thumb.png) no-repeat 0%;}
 /* Links*/ 
  
   /* Styleswitcher*/   
a.styleswitcher:link { display:block; height:38px; width:9%; font-size:1.1em; color:#797979; padding-left:55px; padding-top:10px; background:url(../bilder/styleswitcher_thumb_grau.png) no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.styleswitcher:visited { display:block; height:38px; width:9%;font-size:1.1em; color:#797979; padding-left:55px;  padding-top:10px; background:url(../bilder/styleswitcher_thumb_grau.png) no-repeat 0%;} 

a.styleswitcher:hover {  wdisplay:block; height:38px; width:11%;font-size:1.1em; font-weight:bold; color:#000000; padding-left:55px; padding-top:10px; background:url(../bilder/styleswitcher_thumb.png) no-repeat 0%;}
 /* Styleswitcher*/ 

  /* TOTER LINK Anfang */
a.tod:link { display:inline; height:26px;  width:14%; font-size:1.1em; color:#797979; padding-left:0px; text-decoration:none; padding-top:4px no-repeat 0%;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.tod:visited { display:inline; height:26px;  width:14%; font-size:1.1em; color:#797979; padding-left:0px; text-decoration:none; padding-top:4px no-repeat 0%;} 

a.tod:hover { display:inline; height:26px;  width:17%; font-size:1.1em; color:#797979; padding-left:0px; cursor:wait; text-decoration:line-through; padding-top:4px no-repeat 0%;} 
  /* TOTER LINK Ende */
  
/* Menues definieren rechtes und linkes  */
  
#menulinks,#menurechts {
width:39%;
padding:5px;
margin:5px;

}
#menulinks {
float:left;
}
#menurechts {
float:right;
}
.menutitle
{
margin:0px 0px 0px 0px;
}

/* Menues definieren rechtes und linkes ENDE */
  
     /* INDEX.HTML */
     
     /******************************************/
     
     /* NEWS:HTML*/
    
     /* Ueberschrift */
.newsheadlineleft { display:none;height:48px; width:1%; padding-left:55px; padding-top:10px; background:url(../bilder/newsticker.png) no-repeat 0%;  color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.newsheadlinecenter { display:block;color:#ffffff;height:48px; width:1%; padding-left:55px; padding-top:10px;background:url(../bilder/newsticker.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.newsheadlineright { display:none;height:48px; width:9%; padding-left:55px; padding-top:10px; background:url(../bilder/newsticker.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

 /* Ueberschrift Ende  */

.newsabsatz { margin-left:auto; margin-right:auto; width:75%;border:1px solid #000; padding:0.5em; background-color:#ffffff; display:block;}
  
.newsabsatzheadline {display:block; text-align:center; font-size:large; font-weight:bold;} 

.newsabsatz_important {margin-left:auto; margin-right:auto; width:75%;border:2px dashed red; padding:0.5em; background-color:#ffffff; display:block;} 

.newsabsatzheadline_important {text-align:center; font-size:large; font-weight:bold; text-decoration:underline;display:block;} 
  
   

   /******************************************/
   
   /* MEINEREINER.HTML */
        
     /* Ueberschrift */
.aboutmeheadlineleft { display:none;height:48px; width:30%; padding-left:53px; padding-top:10px; background:url(../bilder/uebermich.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.aboutmeheadlinecenter { display:block;color:#ffffff;height:48px; width:30%; padding-left:47px; padding-top:10px; background:url(../bilder/uebermich.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.aboutmeheadlineright { display:none;height:48px; width:30%; padding-left:39px; padding-top:10px; background:url(../bilder/uebermich.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

 /* Ueberschrift  Ende */ 
   
.impressionheadlineleft {display:block}
.impressionheadlinecenter {display:none;}
.impressionheadlineright {display:none;}
 
.impression {display:block}

.worteheadlineleft {display:block}
.worteheadlinecenter {display:none;}
.worteheadlineright {display:none;}

.worte{display:block}

.lastreadbook {display:inline}
.lastreadbooklinkpic {display:inline}
.lastreadbooklinktext{display:inline; }
.lastreadbooktext{display:none;}

.blutspende {display:inline}
.blutspendelinkpic {display:inline}
.blutspendelinktext{display:inline; }
.blutspendetext{display:none;}

  /******************************************/
   
   /* ERSTELLUNG.HTML */

     /* Ueberschrift */
.creationheadlineleft { display:none;height:48px; width:35%; padding-left:69px; padding-top:10px; background:url(../bilder/work2.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.creationheadlinecenter { display:block;color:#ffffff;height:48px; width:35%; padding-left:65px; padding-top:10px; background:url(../bilder/work2.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.creationheadlineright { display:none;height:48px; width:35%; padding-left:51px; padding-top:10px; background:url(../bilder/work2.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

 /* Ueberschrift Ende */ 
   
.hostingheadlineleft {display:block}
.hostingheadlinecenter {display:none;}
.hostingheadlineright {display:none;}
.hostingtext {display:block;}

.developheadlineleft {display:block}
.developheadlinecenter {display:none;}
.developheadlineright {display:none;}
.developtext {display:block;}

.browserheadlineleft {display:block}
.browserheadlinecenter {display:none;}
.browserheadlineright {display:none;}
.browsertext {display:block;}

.browserlinkshow {display:block}

.browserlinkfirefox {display:inline}
.browserlinkepiphany {display:inline}

.browsertestshow {display:block}

.testheadlineleft {display:block}
.testheadlinecenter {display:none;}
.testheadlineright {display:none;}
.testheadtext {display:block;}

.developbreaktestlist{display:block;}

   /* ERSTELLUNG.HTML */

  /******************************************/
   
   /* LINUX.HTML */

     /* Ueberschrift */
.linuxheadlineleft { display:none;height:48px; width:50%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxheadlinecenter { display:block;color:#ffffff;height:48px; width:50%; padding-left:30px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.linuxheadlineright { display:none;height:48px; width:50%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxinfo { display:block}

.linuxstory { display:block; margin-left:auto; margin-right:auto; width:75%; border:1px solid #000; padding:0.5em; background-color:#ffffff;}
  
.linuxstoryheadline {display:block; text-align:center; font-size:large; font-weight:bold;} 

.waskannichhead {display:block }

.waskannich {display:block }

.linuxtimelinehead {display:block }

.linuxtimelinehead2 {display:block }

.linuxtimeline {display:block}

.linuxlinuxtagtable { border-collapse:collapse;  border: solid 1px; width:45%; background-color:#ffffff; }

.linuxtagboldtabs {font-weight:bold;  border: solid 1px;} 

.linuxtagtableformat { border: solid 1px;  background-color:#ffffff;}

.linuxlinuxtagpic {display:inline; float:right; margin-top:1px } 

.aktuellviewhead  {display:block }

.aktuellviewhead2  {display:block }

.aktuellview {display:block }

.linuxaktuellviewtable { border-collapse:collapse;  border: solid 1px; width:45%; background-color:#ffffff; }

.linuxaktuellboldtabs {font-weight:bold;  border: solid 1px;} 

.linuxaktuelltableformat { border: solid 1px;  background-color:#ffffff;}

.linuxaktuellviewpic {display:inline; float:right; margin-top:1px } 

.linuxhrclass {display:block}

.linuxhardwarehead {display:block }

.linuxhardwarehead2 {display:block }

.linuxhardware {display:block }

.linuxhardwaretable { border-collapse:collapse;  border: solid 1px; width:40%; background-color:#ffffff; }

.linuxhardwareboldtabs {font-weight:bold;  border: solid 1px;} 

.linuxhardwaretableformat { border: solid 1px;  background-color:#ffffff;}

.linuxhardwareviewpic {display:inline; float:right; margin-top:1px} 

 /* Ueberschrift Ende */ 

  /******************************************/

/* BILDERAUSWAHL.HTML*/ 

  /* Ueberschrift */
.picchooseheadlineleft { display:none;height:48px; width:50%; padding-left:58px; padding-top:10px; background:url(../bilder/bilderauswahl.png) no-repeat 0%; color:ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.picchooseheadlinecenter { display:block;color:#ffffff;height:48px; width:30%; padding-left:25px; padding-top:10px; background:url(../bilder/bilderauswahl.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.picchooseheadlineright { display:none;height:48px; width:28%; padding-left:15px; padding-top:10px; background:url(../bilder/bilderauswahl.png) no-repeat 0%; color:ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.picchoosehead { display:block}

.picchoose { display:block}

.picchooselinkpic { display:inline; vertical-align:middle;}

.picchosetext { display:block}

.logochoose { display:block}

.logochooselinkpic { display:inline; vertical-align:middle;}

.logochosetext { display:block}

  /******************************************/

/* BILDER.HTML*/

  /* Ueberschrift */
.bilderheadlineleft { display:none;height:48px; width:50%; padding-left:57px; padding-top:10px; background:url(../bilder/bildericon.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.bilderheadlinecenter { display:block;color:#ffffff;height:48px; width:15%; padding-left:11px; padding-top:10px; background:url(../bilder/bildericon.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.bilderheadlineright { display:none;height:48px; width:10%; padding-left:25px; padding-top:10px; background:url(../bilder/bildericon.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.bildertable { border-collapse:collapse;  border: solid 1px; width:75%; }

.bildertableheadformat {text-align:center; border: solid 1px; font-weight:bold;}

.bildertableformat { background-color:#ffffff;}

.bild1 { display:block;  margin-left:auto; margin-right:auto; width:75%;} /* margins zum verschiben verwenden */

.bildershow { display:inline;} 
  /******************************************/

/* LOGOS.HTML*/

  /* Ueberschrift */
.logosheadlineleft { display:none;height:48px; width:50%; padding-left:58px; padding-top:10px; background:url(../bilder/logoicons.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.logosheadlinecenter { display:block;color:#ffffff;height:48px; width:15%; padding-left:12px; padding-top:10px; background:url(../bilder/logoicons.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.logosheadlineright { display:none;height:48px; width:10%; padding-left:25px; padding-top:10px; background:url(../bilder/logoicons.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.logos {display:block; margin-left:22%; margin-right:auto; width:76%;}

.logotable { border-collapse:collapse;  border: solid 1px; width:76%; }

.logotableheadformat {text-align:center; border: solid 1px; font-weight:bold;}

.logotableformat { background-color:#ffffff; border: solid 1px; }



#logobox a {

text-decoration:none;
display:block;
}

#logobox a:hover {
color:black;
}

#logobox a span {display:none;}

#logobox a:hover span {
position:absolute; top:50%; right:43%; 
color:black;
font:normal 16px courier, sans-serif;
border:1px solid black;
display:block;
}

  /******************************************/

/* CREDITS.HTML*/

.creditsheadlineleft { display:none;height:48px; width:51%; padding-left:72px; padding-top:10px; background:url(../bilder/creditsicon.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.creditsheadlinecenter { display:block;color:#ffffff;height:48px; width:18%; padding-left:15px; padding-top:10px; background:url(../bilder/creditsicon.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.creditsheadlineright { display:none;height:48px; width:14%; padding-left:10px; padding-top:10px; background:url(../bilder/creditsicon.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.creditstext { display:block;}

.creditstextdank { display:block; font-weight:bold}

.creditstextcreator { display:block;}

.creditstextcreatorhead { display:inline; font-weight:bold; text-decoration:underline; color:#000000; }

.creditstextcreatorheadh3 { display:inline; font-weight:bold; text-decoration:none; }

.creditstextcreatorname { display:block;}

.creditstexthelfer { display:block;}

.creditstexthelferhead { display:inline; font-weight:bold; text-decoration:underline; color:#000000;}

.creditstexthelferheadh3 { display:inline; font-weight:bold; text-decoration:none; }

.creditstexthelfername { display:block;}

.easter:link {text-decoration:none;color:#000000;}

.easter:visited { text-decoration:none;color:#000000;} 

.easter:hover { text-decoration:none; color:#000000;}

.creditstexttester { display:block;}

.creditstexttesterhead { display:inline; font-weight:bold; text-decoration:underline; color:#000000;}

.creditstexttesterheadh3 { display:inline; font-weight:bold; text-decoration:none; }

.creditstexttesternames { display:block;}

.creditstextcommunity { display:block;}

.creditstextcommunityhead { display:inline; font-weight:bold; text-decoration:underline; color:#000000;}

.creditstextcommunityheadh3 { display:inline; font-weight:bold; text-decoration:none; }

.creditstextcommunitynames { display:block;}

  /******************************************/

/* IMPRESSUM.HTML*/

.impressumheadlineleft { display:none;height:48px; width:51%; padding-left:57px; padding-top:10px; background:url(../bilder/impressum.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.impressumheadlinecenter { display:block;height:48px; width:20%; padding-left:20px; padding-top:10px; background:url(../bilder/impressum.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.impressumheadlineright { display:none;height:48px; width:17%; padding-left:20px; padding-top:10px; background:url(../bilder/impressum.png) no-repeat 0%;color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.impressumtextpic { display:block; }

.impressumtext { display:block; margin-left:auto; margin-right:auto; width:75%; border:1px solid #000; padding:0.5em; background-color:#ffffff;}

  /******************************************/

/* TOdO.HTML*/

.todoheadlineleft { display:none;height:48px; width:51%; padding-left:71px; padding-top:10px; background:url(../bilder/todo2.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.todoheadlinecenter { display:block;color:#ffffff;height:48px; width:10%; padding-left:51px; padding-top:10px; background:url(../bilder/todo2.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.todoheadlineright { display:none;height:48px; width:10%; padding-left:25px; padding-top:10px; background:url(../bilder/todo2.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.todotext { display:block;}

.todolisthead { display:block;}

.todolist { display:block;}

.todopoint1 { display:block;}

.todopoint2 { display:block;}

.todopoint3 { display:block;}

.todopoint4 { display:block;}

.todopoint5 { display:block;}

  /******************************************/

/* PROJEKTE.HTML*/

.projekteheadlineleft { display:none;height:48px; width:40%; padding-left:62px; padding-top:10px; background:url(../bilder/meineProjekte.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.projekteheadlinecenter { display:block;color:#ffffff;height:48px; width:40%; padding-left:50px; padding-top:10px; background:url(../bilder/meineProjekte.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.projekteheadlineright { display:none;height:48px; width:40%; padding-left:35px; padding-top:10px; background:url(../bilder/meineProjekte.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.projektehead { display:block;}

.projektesuperkaramba { display:block;}

.projektesuperkarambatext { display:block;}

.projekteicons { display:block;}

.projekteiconstext { display:block;}

.projektescripte { display:block;}

.projektescriptetext { display:block;}

.projektewallpaper { display:block;}

.projektewallpapertext { display:block;}

.projektesplashscreens { display:block;}

.projektesplashscreenstext { display:block;}

.projektepython { display:block;}

.projektepython { display:block;}

.projektemanux { display:block;}

.projektemanuxtext { display:block;}

.projektejava { display:block;}

.projektejavatext { display:block;}

.projektesonstiges { display:block;}

.projektesonstigestext { display:block;}

/******************************************/

/* SUPERKARAMBA.HTML*/

.superkarambaheadlineleft { display:none;height:48px; width:40%; padding-left:61px; padding-top:10px; background:url(../bilder/superkaramba.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.superkarambaheadlinecenter { display:block;color:#ffffff;height:48px; width:40%; padding-left:49px; padding-top:10px; background:url(../bilder/superkaramba.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.superkarambaheadlineright { display:none;height:48px; width:40%; padding-left:38px; padding-top:10px; background:url(../bilder/superkaramba.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.superkarambahead { display:block;}

.superkarambashowpreview { display:block;}

.NDaT { display:block;}
.NDaTtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.NDaTboldtabs {font-weight:bold;  border: solid 1px;} 
.NDaTcolor {background-color:#e4f3fe; border: solid 1px;}
.NDaTboldtext { font-weight:bold;  } 

.gemu { display:block;}
.gemutable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.gemuboldtabs {font-weight:bold;  border: solid 1px;} 
.gemucolor {background-color:#ffffff; border: solid 1px;}
.gemuboldtext { font-weight:bold;  } 


.fantemp { display:block;}
.fantemptable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.fantempboldtabs {font-weight:bold;  border: solid 1px;} 
.fantempcolor {background-color:#ffffff; border: solid 1px;} 
.fantempboldtext { font-weight:bold;  } 

.shutdown { display:block;}
.shutdowntable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.shutdownboldtabs {font-weight:bold;  border: solid 1px;} 
.shutdowncolor {background-color:#ffffff; border: solid 1px;} 
.shutdownboldtext { font-weight:bold;  } 

.systemcheck { display:block;}
.systemchecktable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.systemcheckboldtabs {font-weight:bold;  border: solid 1px;} 
.systemcheckcolor {background-color:#ffffff; border: solid 1px;} 
.systemcheckboldtext { font-weight:bold;  } 

/******************************************/

/* ICONS.HTML*/

.iconsheadlineleft { display:none;height:48px; width:40%; padding-left:59px; padding-top:10px; background:url(../bilder/icons.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.iconsheadlinecenter { display:block;color:#ffffff;height:48px; width:35%; padding-left:0px; padding-top:10px; background:url(../bilder/icons.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.iconsheadlineright { display:none;height:48px; width:30%; padding-left:5px; padding-top:10px; background:url(../bilder/icons.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.iconshead { display:block;}

.iconsshowpreview { display:block;}

.pfolders { display:block;}
.pfolderstable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.pfoldersboldtabs {font-weight:bold;  border: solid 1px;} 
.pfolderscolor {background-color:#ffffff; border: solid 1px;} 
.pfoldersboldtext { font-weight:bold;  } 

.blender { display:block;}
.blendertable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.blenderboldtabs {font-weight:bold;  border: solid 1px;} 
.blendercolor {background-color:#ffffff; border: solid 1px;} 
.blenderboldtext { font-weight:bold;  } 

.wesnoth { display:block;}
.wesnothtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.wesnothboldtabs {font-weight:bold;  border: solid 1px;} 
.wesnothcolor {background-color:#ffffff; border: solid 1px;} 
.wesnothboldtext { font-weight:bold;  } 

.danger { display:block;}
.dangertable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.dangerboldtabs {font-weight:bold;  border: solid 1px;} 
.dangercolor {background-color:#ffffff; border: solid 1px;} 
.dangerboldtext { font-weight:bold;  } 

.usbicons { display:block;}
.usbiconstable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.usbiconsboldtabs {font-weight:bold;  border: solid 1px;} 
.usbiconscolor {background-color:#ffffff; border: solid 1px;} 
.usbiconsboldtext { font-weight:bold;  } 

.wolf_et_icons { display:block;}
.wolf_et_iconstable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.wolf_et_iconsboldtabs {font-weight:bold;  border: solid 1px;} 
.wolf_et_iconscolor {background-color:#ffffff; border: solid 1px;} 
.wolf_et_iconsboldtext { font-weight:bold;  }

.tceliteicons { display:block;}
.tceliteiconstable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.tceliteiconsboldtabs {font-weight:bold;  border: solid 1px;} 
.tceliteiconscolor {background-color:#ffffff; border: solid 1px;} 
.tceliteiconsboldtext { font-weight:bold;  }

.winemimeicons { display:block;}
.winemimeiconstable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.winemimeiconsboldtabs {font-weight:bold;  border: solid 1px;} 
.winemimeiconscolor {background-color:#ffffff; border: solid 1px;} 
.winemimeiconsboldtext { font-weight:bold;  }

/******************************************/

/* SCRIPTE.HTML*/

.scripteheadlineleft { display:none;height:48px; width:40%; padding-left:59px; padding-top:10px; background:url(../bilder/scripte.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.scripteheadlinecenter { display:block;color:#ffffff;height:48px; width:37%; padding-left:2px; padding-top:10px; background:url(../bilder/scripte.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.scripteheadlineright { display:none;height:48px; width:32%; padding-left:6px; padding-top:10px; background:url(../bilder/scripte.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.scriptehead { display:block;}

.scripteshowpreview { display:block;}

.kdesplash { display:block;}
.kdesplashtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.kdesplashboldtabs {font-weight:bold;  border: solid 1px;} 
.kdesplashcolor {background-color:#ffffff; border: solid 1px;}
.kdesplashboldtext { font-weight:bold;  } 

.kmenubutton { display:block;}
.kmenubuttontable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.kmenubuttonboldtabs {font-weight:bold;  border: solid 1px;} 
.kmenubuttoncolor {background-color:#ffffff; border: solid 1px;}
.kmenubuttonboldtext { font-weight:bold;  } 

.movsel { display:block;}
.movseltable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.movselboldtabs {font-weight:bold;  border: solid 1px;} 
.movselcolor {background-color:#ffffff; border: solid 1px;}
.movselboldtext { font-weight:bold;  } 

.mplayerbrowse { display:block;}
.mplayerbrowsetable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.mplayerbrowseboldtabs {font-weight:bold;  border: solid 1px;} 
.mplayerbrowsecolor {background-color:#ffffff; border: solid 1px;}
.mplayerbrowseboldtext { font-weight:bold;  } 

.secdel { display:block;}
.secdeltable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.secdelboldtabs {font-weight:bold;  border: solid 1px;} 
.secdelcolor {background-color:#ffffff; border: solid 1px;}
.secdelboldtext { font-weight:bold;  } 

.websitecheckscript { display:block;}
.websitecheckscripttable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.websitecheckscriptboldtabs {font-weight:bold;  border: solid 1px;} 
.websitecheckscriptcolor {background-color:#ffffff; border: solid 1px;}
.websitecheckscriptboldtext { font-weight:bold;  } 

.easyirc { display:block;}
.easyirctable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.easyircboldtabs {font-weight:bold;  border: solid 1px;} 
.easyirccolor {background-color:#ffffff; border: solid 1px;}
.easyircboldtext { font-weight:bold;  } 

.wavtoogg { display:block;}
.wavtooggtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.wavtooggboldtabs {font-weight:bold;  border: solid 1px;} 
.wavtooggcolor {background-color:#ffffff; border: solid 1px;}
.wavtooggboldtext { font-weight:bold;  } 

.kdmchange { display:block;}
.kdmchangetable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.kdmchangeboldtabs {font-weight:bold;  border: solid 1px;} 
.kdmchangecolor {background-color:#ffffff; border: solid 1px;}
.kdmchangeboldtext { font-weight:bold;  } 

/******************************************/

/* WALLPAPERS.HTML*/

.wallpapersheadlineleft { display:none;height:48px; width:40%; padding-left:59px; padding-top:10px; background:url(../bilder/wallpaper.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.wallpapersheadlinecenter { display:block;color:#ffffff;height:48px; width:42%; padding-left:3px; padding-top:10px; background:url(../bilder/wallpaper.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.wallpapersheadlineright { display:none;height:48px; width:38%; padding-left:0px; padding-top:10px; background:url(../bilder/wallpaper.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.wallpapershead { display:block;}

.wallpapersshowpreview { display:block;}

.debsid2 { display:block;}
.debsid2table {  border-collapse:collapse;  border: solid 1px; width:60%; }
.debsid2boldtabs {font-weight:bold;  border: solid 1px;} 
.debsid2color {background-color:#ffffff; border: solid 1px;} 
.debsid2boldtext { font-weight:bold;  } 

.debwallpaper { display:block;}
.debwallpapertable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.debwallpaperboldtabs {font-weight:bold;  border: solid 1px;} 
.debwallpapercolor {background-color:#ffffff; border: solid 1px;} 
.debwallpaperboldtext { font-weight:bold;  } 

.kdedream { display:block;}
.kdedreamtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.kdedreamboldtabs {font-weight:bold;  border: solid 1px;} 
.kdedreamcolor {background-color:#ffffff; border: solid 1px;} 
.kdedreamboldtext { font-weight:bold;  } 

.kdedreamwithk { display:block;}
.kdedreamwithktable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.kdedreamwithkboldtabs {font-weight:bold;  border: solid 1px;} 
.kdedreamwithkcolor {background-color:#ffffff; border: solid 1px;} 
.kdedreamwithkboldtext { font-weight:bold;  } 

.forest { display:block;}
.foresttable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.forestboldtabs {font-weight:bold;  border: solid 1px;} 
.forestcolor {background-color:#ffffff; border: solid 1px;} 
.forestboldtext { font-weight:bold;  } 

.goodbyeshutpic1 { display:block;}
.goodbyeshutpic1table {  border-collapse:collapse;  border: solid 1px; width:60%; }
.goodbyeshutpic1boldtabs {font-weight:bold;  border: solid 1px;} 
.goodbyeshutpic1color {background-color:#ffffff; border: solid 1px;} 
.goodbyeshutpic1boldtext { font-weight:bold;  } 

.goodbyeshutpic2 { display:block;}
.goodbyeshutpic2table {  border-collapse:collapse;  border: solid 1px; width:60%; }
.goodbyeshutpic2boldtabs {font-weight:bold;  border: solid 1px;} 
.goodbyeshutpic2color {background-color:#ffffff; border: solid 1px;} 
.goodbyeshutpic2boldtext { font-weight:bold;  } 

.blenderchess { display:block;}
.blenderchesstable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.blenderchessboldtabs {font-weight:bold;  border: solid 1px;} 
.blenderchesscolor {background-color:#ffffff; border: solid 1px;} 
.blenderchessboldtext { font-weight:bold;  } 

.rtfm { display:block;}
.rtfmtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.rtfmboldtabs {font-weight:bold;  border: solid 1px;} 
.rtfmcolor {background-color:#ffffff; border: solid 1px;} 
.rtfmboldtext { font-weight:bold;  } 

.wintersnow { display:block;}
.wintersnowtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.wintersnowboldtabs {font-weight:bold;  border: solid 1px;} 
.wintersnowcolor {background-color:#ffffff; border: solid 1px;} 
.wintersnowboldtext { font-weight:bold;  } 

.summer { display:block;}
.summertable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.summerboldtabs {font-weight:bold;  border: solid 1px;} 
.summercolor {background-color:#ffffff; border: solid 1px;} 
.summerboldtext { font-weight:bold;  } 

/******************************************/

/* SPLASHSCREENS.HTML*/

.splashscreensheadlineleft { display:none;height:48px; width:40%; padding-left:61px; padding-top:10px; background:url(../bilder/splashscreen.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.splashscreensheadlinecenter { display:block;color:#ffffff;height:48px; width:42%; padding-left:32px; padding-top:10px; background:url(../bilder/splashscreen.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.splashscreensheadlineright { display:none;height:48px; width:42%; padding-left:2px; padding-top:10px; background:url(../bilder/splashscreen.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.splashscreenshead { display:block;}

.splashscreenshowpreview { display:block;}

.debwallsplash { display:block;}
.debwallsplashtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.debwallsplashboldtabs {font-weight:bold;  border: solid 1px;} 
.debwallsplashcolor {background-color:#ffffff; border: solid 1px;} 
.debwallsplashboldtext { font-weight:bold;  } 

.linuxevo { display:block;}
.linuxevotable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.linuxevoboldtabs {font-weight:bold;  border: solid 1px;} 
.linuxevocolor {background-color:#ffffff; border: solid 1px;} 
.linuxevoboldtext { font-weight:bold;  } 

.redwire { display:block;}
.redwiretable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.redwireboldtabs {font-weight:bold;  border: solid 1px;} 
.redwirecolor {background-color:#ffffff; border: solid 1px;} 
.redwireboldtext { font-weight:bold;  } 

.simplykde { display:block;}
.simplykdetable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.simplykdeboldtabs {font-weight:bold;  border: solid 1px;} 
.simplykdecolor {background-color:#ffffff; border: solid 1px;} 
.simplykdeboldtext { font-weight:bold;  } 

.xlinuxsplash { display:block;}
.xlinuxsplashtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.xlinuxsplashboldtabs {font-weight:bold;  border: solid 1px;} 
.xlinuxsplashcolor {background-color:#ffffff; border: solid 1px;} 
.xlinuxsplashboldtext { font-weight:bold;}

.linuxtuxsplash { display:block;}
.linuxtuxsplashtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.linuxtuxsplashboldtabs {font-weight:bold;  border: solid 1px;} 
.linuxtuxsplashcolor {background-color:#ffffff; border: solid 1px;} 
.linuxtuxsplashboldtext { font-weight:bold;}

.brushedkdesplash { display:block;}
.brushedkdesplashtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.brushedkdesplashboldtabs {font-weight:bold;  border: solid 1px;} 
.brushedkdesplashcolor {background-color:#ffffff; border: solid 1px;}
.brushedkdesplashboldtext { font-weight:bold;}

/******************************************/

/* SONSTIGES.HTML*/

.sonstigesheadlineleft{ display:none;height:48px; width:40%; padding-left:55px; padding-top:10px; background:url(../bilder/sonstiges.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.sonstigesheadlinecenter { display:block;color:#ffffff;height:48px; width:41%; padding-left:5px; padding-top:10px; background:url(../bilder/sonstiges.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.sonstigesheadlineright { display:none;height:48px; width:37%; padding-left:6px; padding-top:10px; background:url(../bilder/sonstiges.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.sonstigeshead { display:block;}

.sonstigesshowpreview { display:block;}

.kickerwallpaper { display:block;}
.kickerwallpapertable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.kickerwallpaperboldtabs {font-weight:bold;  border: solid 1px;} 
.kickerwallpapercolor {background-color:#ffffff; border: solid 1px;} 
.kickerwallpaperboldtext { font-weight:bold;  } 

.newdebkdm { display:block;}
.newdebkdmtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.newdebkdmboldtabs {font-weight:bold;  border: solid 1px;} 
.newdebkdmcolor {background-color:#ffffff; border: solid 1px;} 
.newdebkdmboldtext { font-weight:bold;}

.debswirlkdm { display:block;}
.debswirlkdmtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.debswirlkdmboldtabs {font-weight:bold;  border: solid 1px;} 
.debswirlkdmcolor {background-color:#ffffff; border: solid 1px;} 
.debswirlkdmboldtext { font-weight:bold;}

.psiemoticon { display:block;}
.psiemoticontable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.psiemoticonboldtabs {font-weight:bold;  border: solid 1px;} 
.psiemoticoncolor {background-color:#ffffff; border: solid 1px;} 
.psiemoticonboldtext { font-weight:bold;}

.tippsbuttons { display:block;}
.tippsbuttonstable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.tippsbuttonsboldtabs {font-weight:bold;  border: solid 1px;} 
.tippsbuttonscolor {background-color:#ffffff; border: solid 1px;} 
.tippsbuttonsboldtext { font-weight:bold;}

.glob2translate { display:block;}
.glob2translatetable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.glob2translateboldtabs {font-weight:bold;  border: solid 1px;} 
.glob2translatecolor {background-color:#ffffff; border: solid 1px;} 
.glob2translateboldtext { font-weight:bold;}

.jpc { display:block;}
.jpctable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.jpcboldtabs {font-weight:bold;  border: solid 1px;} 
.jpccolor {background-color:#ffffff; border: solid 1px;}  
.jpcboldtext { font-weight:bold;  } 

.javacounter { display:block;}
.javacountertable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.javacounterboldtabs {font-weight:bold;  border: solid 1px;} 
.javacountercolor {background-color:#ffffff; border: solid 1px;} 
.javacounterboldtext { font-weight:bold;}

.javaeurodm { display:block;}
.javaeurodmtable {  border-collapse:collapse;  border: solid 1px; width:60%; }
.javaeurodmboldtabs {font-weight:bold;  border: solid 1px;} 
.javaeurodmcolor {background-color:#ffffff; border: solid 1px;}  
.javaeurodmboldtext { font-weight:bold;}

/******************************************/

/* TIPPSINDEX.HTML*/

.tippsindexheadlineleft { display:none;height:44px; width:40%; padding-left:38px; padding-top:10px; background:url(../bilder/tippsindex.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.tippsindexheadlinecenter { display:block;color:#ffffff;height:44px; width:21%; padding-left:3px; padding-top:10px; background:url(../bilder/tippsindex.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.tippsindexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/tippsindex.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.tippsindexhead { display:block;}

.etlink  { display:block;}

.ettext { display:block;}

.americasarmylink  { display:block;}

.americasarmytext { display:block;}

.linuxtippslink { display:block;}

.linuxtippslinktext { display:block;}

.bofhlink { display:block;}

.bofhlinktext { display:block;}

/******************************************/

/* LINUXTIPPSINDEX.HTML*/

.linuxtippsindexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtippsindexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtippsindexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtippsindexhead { display:block; text-align:justify;}

.linuxtippslisthead { display:block;}

.todolist { display:block;}

.linuxtipp1 { display:block;}

.linuxtipp2 { display:block;}

.linuxtipp3 { display:block;}

.linuxtipp4 { display:block;}

.linuxtipp5 { display:block;}

.linuxtipp6 { display:block;}

.linuxtipp7 { display:block;}

.linuxtipp8 { display:block;}

.linuxtipp9 { display:block;}

.linuxtipp10 { display:block;}

.linuxtipp11 { display:block;}

.linuxtipp12 { display:block;}

.linuxtipp13 { display:block;}

.linuxtipp14 { display:block;}

.linuxtipp15 { display:block;}

.linuxtipp16 { display:block;}

.linuxtipp17 { display:block;}

.linuxtipp18 { display:block;}

.linuxtipp19 { display:block;}

.linuxtipp20 { display:block;}

.linuxtipp21 { display:block;}

.linuxtipp22 { display:block;}

.linuxtipp23 { display:block;}

/******************************************/

/* LINUXTIPP1.HTML*/

.linuxtipp1indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp1indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp1indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp1 { display:block;}

.linuxtipp1table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp1tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp1tableborder {border: solid 1px;} 

.linuxtipp1text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP2.HTML*/

.linuxtipp2indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp2indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp2indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp2 { display:block;}

.linuxtipp2table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp2tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp2tableborder {border: solid 1px;} 

.linuxtipp2text { display:block; margin:10px}


/******************************************/

/* LINUXTIPP3.HTML*/

.linuxtipp3indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp3indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp3indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp3 { display:block;}

.linuxtipp3table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp3tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp3tableborder {border: solid 1px;} 

.linuxtipp3text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP4.HTML*/

.linuxtipp4indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp4indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp4indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp4 { display:block;}

.linuxtipp4table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp4tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp4tableborder {border: solid 1px;} 

.linuxtipp4text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP5.HTML*/

.linuxtipp5indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp5indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp5indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp5 { display:block;}

.linuxtipp5table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp5tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp5tableborder {border: solid 1px;} 

.linuxtipp5text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP6.HTML*/

.linuxtipp6indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp6indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp6indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp6 { display:block;}

.linuxtipp6table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp6tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp6tableborder {border: solid 1px;} 

.linuxtipp6text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP7.HTML*/

.linuxtipp7indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp7indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp7indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp7 { display:block;}

.linuxtipp7table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#64b13; border-spacing:5pt;margin:0px 15%; }

.linuxtipp7tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp7tableborder {border: solid 1px;} 

.linuxtipp7text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP8.HTML*/

.linuxtipp8indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp8indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp8indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp8 { display:block;}

.linuxtipp8table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp8tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp8tableborder {border: solid 1px;} 

.linuxtipp8text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP9.HTML*/

.linuxtipp9indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp9indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp9indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp9 { display:block;}

.linuxtipp9table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp9tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp9tableborder {border: solid 1px;} 

.linuxtipp9text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP10.HTML*/

.linuxtipp10indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp10indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp10indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp10 { display:block;}

.linuxtipp10table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp10tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp10tableborder {border: solid 1px;} 

.linuxtipp10text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP11.HTML*/

.linuxtipp11indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp11indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp11indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp11 { display:block;}

.linuxtipp11table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp11tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp11tableborder {border: solid 1px;} 

.linuxtipp11text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP12.HTML*/

.linuxtipp12indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp12indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp12indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp12 { display:block;}

.linuxtipp12table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp12tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp12tableborder {border: solid 1px;} 

.linuxtipp12text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP13.HTML*/

.linuxtipp13indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp13indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp13indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp13 { display:block;}

.linuxtipp13table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp13tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp13tableborder {border: solid 1px;} 

.linuxtipp13text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP14.HTML*/

.linuxtipp14indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp14indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp14indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp14 { display:block;}

.linuxtipp14table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp14tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp14tableborder {border: solid 1px;} 

.linuxtipp14text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP15.HTML*/

.linuxtipp15indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp15indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp15indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp15 { display:block;}

.linuxtipp15table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp15tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp15tableborder {border: solid 1px;} 

.linuxtipp15text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP16.HTML*/

.linuxtipp16indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp16indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp16indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp16 { display:block;}

.linuxtipp16table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp16tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp16tableborder {border: solid 1px;} 

.linuxtipp16text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP17.HTML*/

.linuxtipp17indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp17indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp17indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp17 { display:block;}

.linuxtipp17table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp17tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp17tableborder {border: solid 1px;} 

.linuxtipp17text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP18.HTML*/

.linuxtipp18indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp18indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp18indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp18 { display:block;}

.linuxtipp18table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp18tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp18tableborder {border: solid 1px;} 

.linuxtipp18text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP19.HTML*/

.linuxtipp19indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp19indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp19indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp19 { display:block;}

.linuxtipp19table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp19tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp19tableborder {border: solid 1px;} 

.linuxtipp19text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP20.HTML*/

.linuxtipp20indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp20indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp20indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp20 { display:block;}

.linuxtipp20table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp20tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp20tableborder {border: solid 1px;} 

.linuxtipp20text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP21.HTML*/

.linuxtipp21indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp21indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp21indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp21 { display:block;}

.linuxtipp21table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp21tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp21tableborder {border: solid 1px;} 

.linuxtipp21text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP22.HTML*/

.linuxtipp22indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp22indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp22indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp22 { display:block;}

.linuxtipp22table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%; }

.linuxtipp22tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp22tableborder {border: solid 1px;} 

.linuxtipp22text { display:block; margin:10px}

/******************************************/

/* LINUXTIPP23.HTML*/

.linuxtipp23indexheadlineleft { display:none;height:44px; width:40%; padding-left:53px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp23indexheadlinecenter { display:block;height:44px; width:21%; padding-left:11px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp23indexheadlineright { display:none;height:44px; width:18%; padding-left:7px; padding-top:10px; background:url(../bilder/linuxpageinf.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linuxtipp23 { display:block;}

.linuxtipp23table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.linuxtipp23tbablecenter { display:block; text-align:center; font-size:1.5em;}

.linuxtipp23tableborder {border: solid 1px;} 

.linuxtipp23text { display:block; margin:10px}

/******************************************/

/* ARMYTIPPSINDEX.HTML*/

.armytippsindexheadlineleft { display:none;height:65px; width:55%; padding-left:80px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytippsindexheadlinecenter { display:block;height:65px; width:40%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytippsindexheadlineright { display:none;height:65px; width:34%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytippsindexhead { display:block; text-align:justify;}

.armytippslisthead { display:block;}

.todolist { display:block;}

.armytipp1index { display:block;}

.armytipp2index { display:block;}

.armytipp3index { display:block;}

.armytipp4index { display:block;}

.armytipp5index { display:block;}

.armytipp6index { display:block;}

.armytipp7index { display:block;}

.armytipp8index { display:block;}

.armytipp9index { display:block;}

/******************************************/

/* ARMYTIPP1.HTML*/

.armytipp1indexheadlineleft { display:none;height:65px; width:55%; padding-left:80px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp1indexheadlinecenter { display:block;height:65px; width:40%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp1indexheadlineright { display:none;height:65px; width:34%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp1 { display:block;}

.armytipp1table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.armytipp1tbablecenter { display:block; text-align:center; font-size:1.5em;}

.armytipp1tableborder {border: solid 1px;} 

.armytipp1text { display:block; margin:10px}

/******************************************/

/* ARMYTIPP2.HTML*/

.armytipp2indexheadlineleft { display:none;height:65px; width:55%; padding-left:80px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp2indexheadlinecenter { display:block;height:65px; width:40%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp2indexheadlineright { display:none;height:65px; width:34%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp2 { display:block;}

.armytipp2table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.armytipp2tbablecenter { display:block; text-align:center; font-size:1.5em;}

.armytipp2tableborder {border: solid 1px;} 

.armytipp2text { display:block; margin:10px}

/******************************************/

/* ARMYTIPP3.HTML*/

.armytipp3indexheadlineleft { display:none;height:65px; width:55%; padding-left:80px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp3indexheadlinecenter { display:block;height:65px; width:40%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp3indexheadlineright { display:none;height:65px; width:34%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp3 { display:block;}

.armytipp3table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.armytipp3tbablecenter { display:block; text-align:center; font-size:1.5em;}

.armytipp3tableborder {border: solid 1px;} 

.armytipp3text { display:block; margin:10px}

/******************************************/

/* ARMYTIPP4.HTML*/

.armytipp4indexheadlineleft { display:none;height:65px; width:55%; padding-left:80px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp4indexheadlinecenter { display:block;height:65px; width:40%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp4indexheadlineright { display:none;height:65px; width:34%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp4 { display:block;}

.armytipp4table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.armytipp4tbablecenter { display:block; text-align:center; font-size:1.5em;}

.armytipp4tableborder {border: solid 1px;} 

.armytipp4text { display:block; margin:10px}

/******************************************/

/* ARMYTIPP5.HTML*/

.armytipp5indexheadlineleft { display:none;height:65px; width:55%; padding-left:80px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp5indexheadlinecenter { display:block;height:65px; width:40%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp5indexheadlineright { display:none;height:65px; width:34%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp5 { display:block;}

.armytipp5table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.armytipp5tbablecenter { display:block; text-align:center; font-size:1.5em;}

.armytipp5tableborder {border: solid 1px;} 

.armytipp5text { display:block; margin:10px}

/******************************************/

/* ARMYTIPP6.HTML*/

.armytipp6indexheadlineleft { display:none;height:65px; width:55%; padding-left:80px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp6indexheadlinecenter { display:block;height:65px; width:40%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp6indexheadlineright { display:none;height:65px; width:34%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp6 { display:block;}

.armytipp6table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.armytipp6tbablecenter { display:block; text-align:center; font-size:1.5em;}

.armytipp6tableborder {border: solid 1px;} 

.armytipp6text { display:block; margin:10px}

/******************************************/

/* ARMYTIPP7.HTML*/

.armytipp7indexheadlineleft { display:none;height:65px; width:55%; padding-left:80px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp7indexheadlinecenter { display:block;height:65px; width:40%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp7indexheadlineright { display:none;height:65px; width:34%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp7 { display:block;}

.armytipp7table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.armytipp7tbablecenter { display:block; text-align:center; font-size:1.5em;}

.armytipp7tableborder {border: solid 1px;} 

.armytipp7text { display:block; margin:10px}

/******************************************/

/* ARMYTIPP8.HTML*/

.armytipp8indexheadlineleft { display:none;height:65px; width:55%; padding-left:80px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp8indexheadlinecenter { display:block;height:65px; width:40%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp8indexheadlineright { display:none;height:65px; width:34%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp8 { display:block;}

.armytipp8table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.armytipp8tbablecenter { display:block; text-align:center; font-size:1.5em;}

.armytipp8tableborder {border: solid 1px;} 

.armytipp8text { display:block; margin:10px}

/******************************************/

/* ARMYTIPP8.HTML*/

.armytipp9indexheadlineleft { display:none;height:65px; width:55%; padding-left:80px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp9indexheadlinecenter { display:block;height:65px; width:40%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp9indexheadlineright { display:none;height:65px; width:34%; padding-left:5px; padding-top:20px; background:url(../bilder/americasarmytippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.armytipp9 { display:block;}

.armytipp9table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.armytipp9tbablecenter { display:block; text-align:center; font-size:1.5em;}

.armytipp9tableborder {border: solid 1px;} 

.armytipp9text { display:block; margin:10px}

/******************************************/

/* EASTER.HTML*/

.easterheadlineleft { display:none;height:65px; width:58%; padding-left:98px; padding-top:20px; background:url(../bilder/easter2.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.easterheadlinecenter { display:block;height:65px; width:37%; padding-left:0px; padding-top:20px; background:url(../bilder/easter2.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.easterheadlineright { display:none;height:65px; width:29%; padding-left:0px; padding-top:20px; background:url(../bilder/easter2.png) no-repeat 0%;}/* Schrift und Bildveraenderungen moeglich*/

.easter { display:block;}

.easterpic { display:block;}

.easterpichead { display:block;}

.easterpicshow { display:block;}

.easterpicbottom { display:block;}

/******************************************/

/* FAQ.HTML*/

.faqheadlineleft { display:none;height:60px; width:58%; padding-left:75px; padding-top:20px; background:url(../bilder/faq2.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.faqheadlinecenter { display:block;height:60px; width:25%; padding-left:5px; padding-top:20px; background:url(../bilder/faq2.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.faqheadlineright { display:none;height:60px; width:20%; padding-left:0px; padding-top:20px; background:url(../bilder/faq2.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.faqheadtext { display:block;}

.faqtext { display:block;}

.faqkontaktlink { display:inline; line-height:1.6em;}

.faqfragen { display:block;}

.faqfragentable {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 0%;}

.faqfragentable_fragehead { border: solid 1px;  background-color:#e4f4fe; font-weight:bold; width:20%;text-align:center;}

.faqfragentable_frage { border: solid 1px;  background-color:#e4f4fe;text-align:center;}

.faqfragentable_antworthead { border: solid 1px;  background-color:#ffffff; font-weight:bold; width:20%;text-align:center;}

.faqfragentable_antwort { border: solid 1px;  background-color:#ffffff;}

/******************************************/

/* KONTAKT.HTML*/

.kontaktheadlineleft { display:none;height:60px; width:58%; padding-left:65px; padding-top:20px; background:url(../bilder/kontaktpicture.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.kontaktheadlinecenter { display:block;height:60px; width:20%; padding-left:5px; padding-top:20px; background:url(../bilder/kontaktpicture.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.kontaktheadlineright { display:none;height:60px; width:15%; padding-left:5px; padding-top:20px; background:url(../bilder/kontaktpicture.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.kontakt { display:block;}

.kontakttable { border-width: 3px; border-style: dashed; }

/******************************************/

/* LINKAUSWAHL.HTML*/

.linkauswahlheadlineleft { display:none;height:60px; width:58%; padding-left:67px; padding-top:20px; background:url(../bilder/linksbild2.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linkauswahlheadlinecenter { display:block;height:60px; width:25%; padding-left:5px; padding-top:20px; background:url(../bilder/linksbild2.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linkauswahlheadlineright { display:none;height:60px; width:20%; padding-left:7px; padding-top:20px; background:url(../bilder/linksbild2.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linkauswahlheadtext { display:block; text-align:center; }

.linkauswahltablefill { /* Farbe zum Ausfuellen von dem Rand  */ }

/******************************************/

/* TEXTLINKS.HTML*/

.textlinksheadlineleft { display:none;height:60px; width:68%; padding-left:70px; padding-top:20px; background:url(../bilder/textlinks.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.textlinksheadlinecenter { display:block;height:60px; width:30%; padding-left:18px; padding-top:20px; background:url(../bilder/textlinks.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.textlinksheadlineright { display:none;height:60px; width:26%; padding-left:15px; padding-top:20px; background:url(../bilder/textlinks.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.textlinksheadtext {display:block; text-align:center}


a.textlinkeyecandy:link {line-height:1.6em; color:#0000cc;  padding-left:20px; padding-top:2px; background:url(../bilder/linkunvisited.png) no-repeat 0%; color:#ffffff;} /* Klasse namens "css" funktioniert nur mit <a> Links und der link ist noch nicht besucht worden*/

a.textlinkeyecandy:visited {line-height:1.6em; color:#800080; padding-left:20px; padding-top:2px; background:url(../bilder/linkvisited.png) no-repeat 0%;} 

a.textlinkeyecandy:hover {line-height:1.6em; } 

/******************************************/

/* BANNERLINKS.HTML*/


.bannerlinksheadlineleft { display:none;height:60px; width:68%; padding-left:70px; padding-top:20px; background:url(../bilder/bannerlinks.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.bannerlinksheadlinecenter { display:block;height:60px; width:33%; padding-left:18px; padding-top:20px; background:url(../bilder/bannerlinks.png) no-repeat 0%;color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.bannerlinksheadlineright { display:none;height:60px; width:29%; padding-left:20px; padding-top:20px; background:url(../bilder/bannerlinks.png) no-repeat 0%;color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.bannerlinksheadtext {display:block; text-align:center}


#bannerbox {
position:absolute; top:33%; right:30%; 
z-index:3;}

#bannerbox a {
color:#000000;
background:#ffffff;
font:bold 16px verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
width:160px;
border:1px solid black;}

#bannerbox a:hover {
width:400px;}

#bannerbox a span {display:none;}

#bannerbox a:hover span {
background:#ffffff;
font:normal 16px courier, sans-serif;
border:0px solid black;
display:block;
padding:10px;}


#bannerbox1 {
position:absolute; top:27%; right:30%; 
z-index:3;}

#bannerbox1 a {
color:#000000;
background:#ffffff;
font:bold 16px verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
width:160px;
border:1px solid black;}

#bannerbox1 a:hover {
width:400px;}

#bannerbox1 a span {display:none;}

#bannerbox1 a:hover span {
background:#ffffff;
font:normal 16px courier, sans-serif;
border:0px solid black;
display:block;
padding:10px;}


#bannerbox2 {
position:absolute; top:27%; right:45%; 
z-index:3;}

#bannerbox2 a {
color:#000000;
background:#ffffff;
font:bold 16px verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
width:160px;
border:1px solid black;}

#bannerbox2 a:hover {
width:400px;}

#bannerbox2 a span {display:none;}

#bannerbox2 a:hover span {
background:#ffffff;
font:normal 16px courier, sans-serif;
border:0px solid black;
display:block;
padding:10px;}


#bannerbox3 {
position:absolute; top:27%; right:60%; 
z-index:3;}

#bannerbox3 a {
color:#000000;
background:#ffffff;
font:bold 16px verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
width:160px;
border:1px solid black;}

#bannerbox3 a:hover {
width:400px;}

#bannerbox3 a span {display:none;}

#bannerbox3 a:hover span {
background:#ffffff;
font:normal 16px courier, sans-serif;
border:0px solid black;
display:block;
padding:10px;}


#bannerbox4 {
position:absolute; top:33%; right:60%; 
z-index:3;}

#bannerbox4 a {
color:#000000;
background:#ffffff;
font:bold 16px verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
width:160px;
border:1px solid black;}

#bannerbox4 a:hover {
width:400px;}

#bannerbox4 a span {display:none;}

#bannerbox4 a:hover span {
background:#ffffff;
font:normal 16px courier, sans-serif;
border:0px solid black;
display:block;
padding:10px;}


#bannerbox5 {
position:absolute; top:33%; right:45%; 
z-index:3;}

#bannerbox5 a {
color:#000000;
background:#ffffff;
font:bold 16px verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
width:160px;
border:1px solid black;}

#bannerbox5 a:hover {
width:400px;}

#bannerbox5 a span {display:none;}

#bannerbox5 a:hover span {
background:#ffffff;
font:normal 16px courier, sans-serif;
border:0px solid black;
display:block;
padding:10px;}


#bannerbox6 {
position:absolute; top:39%; right:45%; 
z-index:3;}

#bannerbox6 a {
color:#000000;
background:#ffffff;
font:bold 16px verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
width:160px;
border:1px solid black;}

#bannerbox6 a:hover {
width:500px;}

#bannerbox6 a span {display:none;}

#bannerbox6 a:hover span {
background:#ffffff;
font:normal 16px courier, sans-serif;
border:0px solid black;
display:block;
padding:10px;}



/******************************************/

/* LINKME.HTML*/

.linkmeheadlineleft { display:none;height:60px; width:68%; padding-left:70px; padding-top:20px; background:url(../bilder/linkme.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linkmeheadlinecenter { display:block;height:60px; width:21%; padding-left:0px; padding-top:20px; background:url(../bilder/linkme.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linkmeheadlineright { display:none;height:60px; width:15%; padding-left:07px; padding-top:20px; background:url(../bilder/linkme.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.linkmeheadtext {display:block; text-align:center}

.linkmepics1 {display:block; }

.linkmepics2 {display:block; }

/******************************************/

/* STYLESWITCHER.HTML*/

.styleswitcherheadlineleft { display:none;height:60px; width:68%; padding-left:70px; padding-top:20px; background:url(../bilder/styleswitcher.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.styleswitcherheadlinecenter { display:block;height:60px; width:28%; padding-left:0px; padding-top:20px; background:url(../bilder/styleswitcher.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.styleswitcherheadlineright { display:none;height:60px; width:22.5%; padding-left:3px; padding-top:20px; background:url(../bilder/styleswitcher.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.styleswitchertext {display:block; text-align:center}

.styles {display:block; margin-left:1%; margin-right:auto; width:98%;}

.stylestable { border-collapse:collapse; border-collapse:collapse;  border: solid 1px; width:90%;}

.stylestableheadformat {text-align:center; border: solid 1px; font-weight:bold; }

.stylestableformat { background-color:#ffffff; border: solid 1px; text-align:center;}

.stylesshowpreview { display:block;}

/******************************************/

/* ETTIPPSINDEX.HTML*/

.ettippsindexheadlineleft { display:none;height:65px; width:49%; padding-left:72px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettippsindexheadlinecenter { display:block;height:65px; width:39%; padding-left:4px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettippsindexheadlineright { display:none;height:65px; width:34%; padding-left:0px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettippsindexhead { display:block; text-align:justify;}

.ettippslisthead { display:block;}

.todolist { display:block;}

.ettipp1index { display:block;}

.ettipp2index { display:block;}

.ettipp3index { display:block;}

.ettipp4index { display:block;}

.ettipp5index { display:block;}

.ettipp6index { display:block;}

.ettipp7index { display:block;}

/******************************************/

/* ETTIPP1.HTML*/

.ettipp1indexheadlineleft { display:none;height:65px; width:49%; padding-left:72px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp1indexheadlinecenter { display:block;height:65px; width:39%; padding-left:4px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp1indexheadlineright { display:none;height:65px; width:34%; padding-left:0px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp1 { display:block;}

.ettipp1table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.ettipp1tbablecenter { display:block; text-align:center; font-size:1.5em;}

.ettipp1tableborder {border: solid 1px;} 

.ettipp1text { display:block; margin:10px}

/******************************************/

/* ETTIPP2.HTML*/

.ettipp2indexheadlineleft { display:none;height:65px; width:49%; padding-left:72px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp2indexheadlinecenter { display:block;height:65px; width:39%; padding-left:4px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp2indexheadlineright { display:none;height:65px; width:34%; padding-left:0px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp2 { display:block;}

.ettipp2table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.ettipp2tbablecenter { display:block; text-align:center; font-size:1.5em;}

.ettipp2tableborder {border: solid 1px;} 

.ettipp2text { display:block; margin:10px}

/******************************************/

/* ETTIPP3.HTML*/

.ettipp3indexheadlineleft { display:none;height:65px; width:49%; padding-left:72px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp3indexheadlinecenter { display:block;height:65px; width:39%; padding-left:4px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp3indexheadlineright { display:none;height:65px; width:34%; padding-left:0px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp3 { display:block;}

.ettipp3table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.ettipp3tbablecenter { display:block; text-align:center; font-size:1.5em;}

.ettipp3tableborder {border: solid 1px;} 

.ettipp3text { display:block; margin:10px}

/******************************************/

/* ETTIPP4.HTML*/

.ettipp4indexheadlineleft { display:none;height:65px; width:49%; padding-left:72px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp4indexheadlinecenter { display:block;height:65px; width:39%; padding-left:4px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp4indexheadlineright { display:none;height:65px; width:34%; padding-left:0px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp4 { display:block;}

.ettipp4table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.ettipp4tbablecenter { display:block; text-align:center; font-size:1.5em;}

.ettipp4tableborder {border: solid 1px;} 

.ettipp4text { display:block; margin:10px}

/******************************************/

/* ETTIPP5.HTML*/

.ettipp5indexheadlineleft { display:none;height:65px; width:49%; padding-left:72px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp5indexheadlinecenter { display:block;height:65px; width:39%; padding-left:4px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp5indexheadlineright { display:none;height:65px; width:34%; padding-left:0px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp5 { display:block;}

.ettipp5table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.ettipp5tbablecenter { display:block; text-align:center; font-size:1.5em;}

.ettipp5tableborder {border: solid 1px;} 

.ettipp5text { display:block; margin:10px}

/******************************************/

/* ETTIPP6.HTML*/

.ettipp6indexheadlineleft { display:none;height:65px; width:49%; padding-left:72px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp6indexheadlinecenter { display:block;height:65px; width:39%; padding-left:4px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp6indexheadlineright { display:none;height:65px; width:34%; padding-left:0px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp6 { display:block;}

.ettipp6table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.ettipp6tbablecenter { display:block; text-align:center; font-size:1.5em;}

.ettipp6tableborder {border: solid 1px;} 

.ettipp6text { display:block; margin:10px}

/******************************************/

/* ETTIPP6.HTML*/

.ettipp6indexheadlineleft { display:none;height:65px; width:49%; padding-left:72px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp6indexheadlinecenter { display:block;height:65px; width:39%; padding-left:4px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp6indexheadlineright { display:none;height:65px; width:34%; padding-left:0px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp6 { display:block;}

.ettipp6table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.ettipp6tbablecenter { display:block; text-align:center; font-size:1.5em;}

.ettipp6tableborder {border: solid 1px;} 

.ettipp6text { display:block; margin:10px}

/******************************************/

/* ETTIPP7.HTML*/

.ettipp7indexheadlineleft { display:none;height:65px; width:49%; padding-left:72px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp7indexheadlinecenter { display:block;height:65px; width:39%; padding-left:4px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp7indexheadlineright { display:none;height:65px; width:34%; padding-left:0px; padding-top:20px; background:url(../bilder/ettippsheadpic.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.ettipp7 { display:block;}

.ettipp7table {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.ettipp7tbablecenter { display:block; text-align:center; font-size:1.5em;}

.ettipp7tableborder {border: solid 1px;} 

.ettipp7text { display:block; margin:10px}

.etskill { display:block;}

.etskilltable {  border-collapse:collapse;  border: solid 1px; width:75%;  background-color:#e4f3fe; border-spacing:5pt;margin:0px 0%;}

.etskilltable_head { border: solid 1px;  background-color:#e4f4fe; font-weight:bold; width:20%;text-align:center;}

.etskilltable_head_punkte { border: solid 1px;  background-color:#e4f4fe; font-weight:bold; width:1%; text-align:center;}

.etskilltable_aktion { border: solid 1px;  background-color:#e4f4fe;text-align:center;}

.etskilltable_skill { border: solid 1px;  background-color:#e4f4fe; width:20%; text-align:center; }

.etskilltable_punkte { border: solid 1px;  background-color:#e4f4fe;text-align:center; width:1%;}

.etclasspic { vertical-align:middle; padding-top:5px; padding-right:5px;padding-bottom:5px; }

/******************************************/
/* BOFH.HTML*/

.bofhindexheadlineleft { display:none;height:65px; width:48%; padding-left:58px; padding-top:20px; background:url(../bilder/bofh.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.bofhindexheadlinecenter { display:block;height:65px; width:46%; padding-left:20px; padding-top:20px; background:url(../bilder/bofh.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.bofhindexheadlineright { display:none;height:65px; width:44%; padding-left:10px; padding-top:20px; background:url(../bilder/bofh.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.bofh { display:block;}

.bofhtable {  border-collapse:collapse;  border: solid 1px; width:70%;  background-color:#ffffff; border-spacing:5pt;margin:0px 15%;}

.bofhtbablecenter { display:block; text-align:center; font-size:1.5em;}

.bofhtableborder {border: solid 1px;} 

.bofhtext { display:block; margin:10px}

/******************************************/

/*LASTREADBOOK.HTML*/

.lastreadbookheadlineleft { display:none;height:48px; width:40%; padding-left:55px; padding-top:10px; background:url(../bilder/lastreadbook.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.lastreadbookheadlinecenter { display:block;height:48px; width:28%; padding-left:0px; padding-top:10px; background:url(../bilder/lastreadbook.png) no-repeat 0%;color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.lastreadbookheadlineright { display:none;height:48px; width:23%; padding-left:5px; padding-top:10px; background:url(../bilder/lastreadbook.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.lastreadbookhead { display:block;}

.lastreadbookshowpreview { display:block;}

.buch1 { display:block;}
.buch1table {  border-collapse:collapse;  border: solid 1px; width:90%; }
.buch1boldtabs {font-weight:bold;  border: solid 1px;} 
.buch1color {background-color:#ffffff; border: solid 1px;} 
.buch1boldtext { font-weight:bold; } 
.buch1pictable {background-color:#ffffff; text-align:center; border: solid 1px;}  
.buch1pic{ display:block;}

.buch2 { display:block;}
.buch2table {  border-collapse:collapse;  border: solid 1px; width:90%; }
.buch2boldtabs {font-weight:bold;  border: solid 1px;} 
.buch2color {background-color:#ffffff; border: solid 1px;} 
.buch2boldtext { font-weight:bold; } 
.buch2pictable {background-color:#ffffff; text-align:center; border: solid 1px;}  
.buch2pic{ display:block;}

.buch3 { display:block;}
.buch3table {  border-collapse:collapse;  border: solid 1px; width:90%; }
.buch3boldtabs {font-weight:bold;  border: solid 1px;} 
.buch3color {background-color:#ffffff; border: solid 1px;} 
.buch3boldtext { font-weight:bold; } 
.buch3pictable {background-color:#ffffff; text-align:center; border: solid 1px;}  
.buch3pic{ display:block;}

.buch4 { display:block;}
.buch4table {  border-collapse:collapse;  border: solid 1px; width:90%; }
.buch4boldtabs {font-weight:bold;  border: solid 1px;} 
.buch4color {background-color:#ffffff; border: solid 1px;} 
.buch4boldtext { font-weight:bold; } 
.buch4pictable {background-color:#ffffff; text-align:center; border: solid 1px;}  
.buch4pic{ display:block;}

.buch5 { display:block;}
.buch5table {  border-collapse:collapse;  border: solid 1px; width:90%; }
.buch5boldtabs {font-weight:bold;  border: solid 1px;} 
.buch5color {background-color:#ffffff; border: solid 1px;} 
.buch5boldtext { font-weight:bold; } 
.buch5pictable {background-color:#ffffff; text-align:center; border: solid 1px;}  
.buch5pic{ display:block;}

.buch6 { display:block;}
.buch6table {  border-collapse:collapse;  border: solid 1px; width:90%; }
.buch6boldtabs {font-weight:bold;  border: solid 1px;} 
.buch6color {background-color:#ffffff; border: solid 1px;} 
.buch6boldtext { font-weight:bold; } 
.buch6pictable {background-color:#ffffff; text-align:center; border: solid 1px;}  
.buch6pic{ display:block;}

/******************************************/

/*MANUX.HTML*/

.manuxheadlineleft { display:none;height:25px; width:60%; padding-left:0px; padding-top:0px; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.manuxheadlinecenter { display:block;height:25px; width:60%; padding-left:0px; padding-top:0px; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.manuxheadlineright { display:none;height:25px; width:60%; padding-left:0px; padding-top:0px; color:#ffffff;}

.manuxautorleft{ display:none;}
.manuxautorcentner{ display:block;}
.manuxautorright { display:none;}


#manuxwebstats {
         width: 18px;
         height: 18px;
                  /* fest positioniert */
         position: absolute;
         top: 6.5%;
         right: 3%;
      }


#manuxlang {
         width: 200px;
         height: 24px;
                  /* fest positioniert */
         position: absolute;
         top: 5%;
         left: 1%;
      }

/******************************************/

/*BLUTSPENDE.HTML*/

.blutspendeheadlineleft { display:none;height:57px; width:40%; padding-left:80px; padding-top:10px; background:url(../bilder/redcrosshp.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.blutspendeheadlinecenter { display:block;height:57px; width:27%; padding-left:2px; padding-top:10px; background:url(../bilder/redcrosshp.png) no-repeat 0%;color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.blutspendeheadlineright { display:none;height:57px; width:20%; padding-left:10px; padding-top:10px; background:url(../bilder/redcrosshp.png) no-repeat 0%; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.blutspendealltext { display:block;}
.blutspendeheadtext { display:block;}
.blutspendetable {  border-collapse:collapse;  border: solid 1px; width:70%; margin-left:auto; margin-right:auto;}
.blutspendeboldtabs {font-weight:bold;  border: solid 1px;} 
.blutspendecolor {background-color:#ffffff; border: solid 1px;}  
.blutspendeboldtext { font-weight:bold; } 
.blutspendepictable {background-color:#ffffff; text-align:center; border: solid 1px;} 
.blutspendepics { display:block;}
.blutspendeboldtext2  { font-size:1.2em;}
.blutspendeboldtext3  { font-size:1.3em;}
.blutgif {  margin-left:30%;}

/******************************************/

/*JAVA.HTML*/

.javaheadlineleft { display:none;height:25px; width:60%; padding-left:0px; padding-top:0px;}/* Schrift und Bildveraenderungen moeglich*/

.javaheadlinecenter { display:block;height:25px; width:60%; padding-left:0px; padding-top:0px;}/* Schrift und Bildveraenderungen moeglich*/

.javaheadlineright { display:none;height:25px; width:60%; padding-left:0px; padding-top:0px; }

.javaautorleft{ display:none;}
.javaautorcentner{ display:block;}
.javaautorright { display:none;}


#javawebstats {
         width: 18px;
         height: 18px;
                  /* fest positioniert */
         position: absolute;
         top: 6.5%;
         right: 3%;
      }


#javalang {
         width: 200px;
         height: 24px;
                  /* fest positioniert */
         position: absolute;
         top: 5%;
         left: 1%;
      }


/******************************************/

/*PYTHON.HTML*/

.pythonheadlineleft { display:none;height:25px; width:60%; padding-left:0px; padding-top:0px; color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.pythonheadlinecenter { display:block;height:25px; width:60%; padding-left:0px; padding-top:0px;color:#ffffff;}/* Schrift und Bildveraenderungen moeglich*/

.pythonheadlineright { display:none;height:25px; width:60%; padding-left:0px; padding-top:0px;color:#ffffff;}

.pythonautorleft{ display:none;}
.pythonautorcentner{ display:block;}
.pythonautorright { display:none;}


#pythonwebstats {
         width: 18px;
         height: 18px;
                  /* fest positioniert */
         position: absolute;
         top: 6.5%;
         right: 3%;
      }


#pythonlang {
         width: 200px;
         height: 24px;
                  /* fest positioniert */
         position: absolute;
         top: 5%;
         left: 1%;
      }

/******************************************/
