/* aadmm.de CSS File
 *
 * Date: January 27, 2008
 * Temporally CSS file for my site
 */

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  /* background-color: #aaaaaa; */
  background-color: #555;
  color: #333333;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 86%;
}

p {
  line-height: 1.4em;
}

.fontbold {
  font-weight:bold;
}

.redbold {
  color:#ff0000;
  background-color:#ffffff;
  font-weight:bold;
}

.redboldcenter {
  font-size: 0.8em;
  font-weight: bold;
  color:#ff0000;
  background-color:#ffffff;
  text-align:center;
}

#aadmmpaper { 	
  margin: 0 auto;
  padding: 1em;
  height: 100%;
  min-height: 100%;
  width: 94%;
  max-width: 74em;
  text-align: left;
  vertical-align: middle;
  color: #333333;	
  background-color: #ffffff;
}

/* = change language /skip to content ======== */
div#changelanguage {
  clear: both;
  display: block;
  padding: 0;
  float: left;
  width: 100%;
  text-align: right;
}

#changelanguage ul {
  float: left;
  margin: 0;
  padding: 0;
  color: #15159e;
  background-color: #eeeeee;
  font-size: 0.8em;
  width: 100%;
  list-style-type: none;
}

#changelanguage li {
  display: inline;
  margin: 0;
  padding: 0;
}

#changelanguage a {
  /* display: block;
  float: right; */
  margin: 0;
  color: #15159e;
  background-color: #eeeeee;
  /* width: auto; */
  padding-left: 0.4em;
  padding-right: 0.4em;
  text-decoration: none;
}

#changelanguage a:link {
  text-decoration: none;
}

#changelanguage a:visited {
  text-decoration: none;
  cursor: default;
}

#changelanguage a:focus {
  text-decoration: underline;
}

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

#changelanguage a:active {
  text-decoration: underline;
}

h1 {
  clear: both;
  height: 90px;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-indent: -9999px; /* entfernt den Text*/ 
  background-image: url(../images/aadmm.jpg);
  background-position: left;
  background-repeat: no-repeat;
  color: #333333;
  background-color: #ffffff;
}

.nonvisible {
  position: absolute;
  top: -3000px;
  left: -3000px
}

/* = Navigation ======== */
div#mainnavigation {
  clear: both;
  padding: 0;
}

#mainnavigation ul {
  float: left;
  margin: 0;
  padding: 0;
  color: #15159e;
  background-color: #dddddd;
  width: 100%;
  list-style-type: none;
  background-image:url(../images/navibg.png);
  background-position: right;
  background-repeat: repeat-y;
}

#mainnavigation li {
  display: inline;
  margin: 0;
  padding: 0;
}

#mainnavigation a {
  display: block;
  float: left;
  margin: 0;
  color: #15159e;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  height: 2em;
  width: auto;
  line-height: 2em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  border-right: #dddddd 1px solid;
  border-left: #999999 1px solid;
  background-image:url(../images/menubg.png);
  background-position: right;
  background-repeat: repeat-x;
  text-decoration: none;
}

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

#iamhere {
  display: block;
  float: left;
  margin: 0;
  color: #333333;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  height: 2em;
  width: auto;
  line-height: 2em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  border-right: #dddddd 1px solid;
  border-left: #999999 1px solid;
  background-image:url(../images/menubg.png);
  background-position: right;
  background-repeat: repeat-x;
  text-decoration: none;
}

/* = Breadcrumbs ======== */
#breadcrumbs {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  height: 30px;
  color: #333333;
  font-size: 0.8em;
  background-color: #ffffff;
  margin: 0 auto;
  padding-top: 0.25em;
  padding-right: 0;
  padding-bottom: 2em;
  padding-left: 0;
}

#breadcrumbs ul {
  float: left;
  margin: 0 auto;
  padding-top: 0.1em;
  padding-right: 0;
  padding-bottom: 0.5em;
  padding-left: 0;
  color: #333333;
  background-color: #ffffff;
  width: 100%;
  list-style-type: none;
}

#breadcrumbs li {
  display: inline;
  margin: 0;
  padding: 0;
}

#breadcrumbs a {
  color: #333333;
  background-color: #ffffff;
  width: auto;
  padding-left: 0.4em;
  padding-right: 0.4em;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #333333;
  background-color: #ffffff;
  text-decoration: underline;
}

#content {
  float: left;
  width: 68%;
  color: #333333;
  background-color: #ffffff;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2em;
}

.topic {
  font-size: 1.1em;
  color: #a52a2a;
  background-color: #ffffff;
  border-width: 1px;
  border-bottom-color: #a52a2a;
  border-bottom-style: dotted;
}

.topic a {
  color: #a52a2a;
  background-color: #ffffff;
  text-decoration: none;
}

.topic a:hover {
  text-decoration: underline;
}

.topicnone {
  font-size: 1.1em;
  color: #a52a2a;
  background-color: #ffffff;
}

.topicsmall {
  font-size: 0.8em;
  color: #a52a2a;
  background-color: #ffffff;
}

/* Used as head line
 * in the topic css */

.h4css {
  font-size: 1.1em;
  margin-top: 2em;
  color: #a52a2a;
  background-color: #ffffff;
  border-width: 1px;
  border-bottom-color: #a52a2a;
  border-bottom-style: dotted;
}

/* Used as browser definition
 * in the topic screenshots */

.browsertyp {
  display: block;
  font-size: 1em;
  text-align: left;
  color: #333333;
  background-color: #99ccff;
  padding: 0.2em;
  background-image:url(../images/h3bg.png);
  background-position: right;
  background-repeat: repeat-y;
}

img.left {
  clear: both; 
  float: left; 
  margin: 0 0.7em 0 0; 
  padding: 1px; 
}

img.leftborder {
  clear: both; 
  float: left; 
  margin: 0 0.7em 0 0; 
  padding: 4px;
  border: 1px solid #cccccc; 
}

/* Used for articles main page 
 *
 */ 

img.right {
  clear: both; 
  float: right; 
  margin: 0 0 0 0.7em; 
  /* padding: 1px; */ 
  background: #fff;
  padding: 4px;
  border: 1px solid #cccccc;
}

img.thumbnail {
  clear: both; 
  float: left; 
  margin: 0 3em 0 0.5em; 
  padding: 1px;
  border: 1px #ffffff solid;
}

img.thumbnail:hover {
  clear: both; 
  float: left; 
  margin: 0 3em 0 0.5em; 
  padding: 1px;
  border: 1px #15159e solid;
}

.moreinfo {
  font-size: 0.8em;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
  padding: 0em 0em 1em;
}

.moreinfo a {
  color: #15159e;
  background-color: #ffffff;
  text-decoration: none;
}

.moreinfo a:hover {
  text-decoration: underline;
}

.byfar {
  font-size: 1em;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
  padding: 0em 0em 2em;
}

.byfar a {
  color: #15159e;
  background-color: #ffffff;
  text-decoration: none;
}

.byfar a:hover {
  text-decoration: underline;
}

.byfarnotes {
  font-size: 1em;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
  padding: 0em 0em 4em;
}

.byfarlists {
  font-size: 1em;
  line-height: 1.4em;
  color: #333333;
  background-color: #ffffff;
  padding-bottom: 2em;
}

.byfarmultios {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #333333;
  background-color: #ffffff;
}

.clearfloat {
  clear: both;
}

#sidebar {
  float: right;
  width: 24%;
  font-size: 0.9em;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2em;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  color: #333333;
  background-color: #f7f7f7;
}

.sidebartopic {
  font-size: 0.9em;
  color: #006400;
  background-color: transparent;
}

.historie {
  list-style-image: url(../images/haken.png);
  line-height: 1.4em;
}

.sitemaplinks {
  display: block;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
  text-decoration: none;
  list-style-image: url(../images/pfeil.png);
}

.sitemaplinks a {
  font-weight: normal;
  color: #15159e;
  background-color: transparent;
  text-decoration: none; 
}

.sitemaplinks a:hover {
  text-decoration: underline;
}

#internallinks {
  display: block;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 2em;
  text-decoration: none;
}

#internallinks ul {
  list-style-image: url(../images/kategorie.png)
}

#internallinks a {
  font-weight: normal;
  color: #15159e;
  background-color: transparent;
  text-decoration: none; 
}

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

/* = quickaccess ======== */
#quickaccess {
  display: block;
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 0;
  margin-bottom: 2em;
  margin-top: 0em;
  margin-right: 0em;
}

#quickaccess li {
  display: inline;
}

#quickaccess a {
  color: #15159e;
  background-color: transparent;
  text-decoration: none; 
}

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

#externallinks {
  display: block;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 2em;
  text-decoration: none;
}

#externallinks ul {
  list-style-image: url(../images/inet.png)
}

#externallinks a {
  font-weight: normal;
  color: #15159e;
  background-color: transparent;
  text-decoration: none; 
}

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

#arrowlinks {
  display: block;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 2em;
  text-decoration: none;
}

#arrowlinks ul {
  list-style-image: url(../images/pfeil.png)
}

#arrowlinks a {
  font-weight: normal;
  color: #15159e;
  background-color: transparent;
  text-decoration: none; 
}

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

#arrowlinks2 {
  display: block;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 2em;
  text-decoration: none;
}

#arrowlinks2 ul {
  list-style-image: url(../images/pfeil.png)
}

#arrowlinks2 a {
  font-weight: normal;
  color: #15159e;
  background-color: transparent;
  text-decoration: none; 
}

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

#recommended {
  display: block;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 2em;
  text-decoration: none;
}

#recommended ul {
  list-style-image: url(../images/kategorie.png)
}

#recommended a {
  font-weight: normal;
  color: #15159e;
  background-color: transparent;
  text-decoration: none; 
}

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

#archivelinks {
  display: block;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 2em;
  text-decoration: none;
}

#archivelinks ul {
  list-style-image: url(../images/kategorie.png)
}

#archivelinks a {
  font-weight: normal;
  color: #15159e;
  background-color: transparent;
  text-decoration: none; 
}

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

#extlinkswhite {
  display: block;
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 2em;
  text-decoration: none;
}

#extlinkswhite ul {
  list-style-image: url(../images/inetwhite.png)
}

#extlinkswhite a {
  font-weight: normal;
  color: #15159e;
  background-color: transparent;
  text-decoration: none; 
}

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

.linkexternwhite {
  display: block;
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 2em;
  text-decoration: none;
}

.linkexternwhite ul {
  list-style-image: url(../images/inetwhite.png)
}

.linkexternwhite a {
  font-weight: normal;
  color: #15159e;
  background-color: transparent;
  text-decoration: none; 
}

.linkexternwhite a:hover {
  text-decoration: underline;
}

.totop {
  height: 30px;
  font-size: 0.8em;
  text-align: right;
  margin: 2em 0 0;
}

.totop a {
  font-weight: normal;
  color: #15159e;
  background-color: #ffffff;
  text-decoration: none; 
}

.totop a:hover {
  text-decoration: underline;
}

/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer {
	clear: both;
	text-align: center;
  height: 60px;
  color: #333333;
  font-size: 0.8em;
	background-color: #eeeeee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #15159e;
	margin: 3em 0em 0em 0em;
	padding: 0 1em;
}

#footernavi {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  color: #333333;
  background-color: #eeeeee;
  margin: 0 auto;
  padding-top: 0.25em;
  padding-right: 0;
  padding-bottom: 0em;
  padding-left: 0;
}

#footernavi ul {
  float: left;
  margin: 0 auto;
  padding-top: 0.1em;
  padding-right: 0;
  padding-bottom: 0.5em;
  padding-left: 0;
  width: 100%;
  list-style-type: none;
}

#footernavi li {
  display: inline;
  margin: 0;
  padding: 0;
}

#footernavi a {
  color: #15159e;
  background-color: #eeeeee;
  padding-left: 0.4em;
  padding-right: 0.4em;
  text-decoration: none;
}

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

/* padding: 
   1 oben
   2 rechts
   3 unten  
   4 links
*/

ul#csstabnavi {
  clear: both;
  float: left;
  padding: 0;
  width: 100%;
  font-size: 1em;
  /* height: 1.6em; */
  line-height: 1.6em; 
  margin: 0;
  list-style-type: none;
  padding-left: 0em;
  border-bottom-color: #dddddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

ul#csstabnavi li {
  float: left;
  position: relative;
  top: 1px;
  background-color: #dddddd;
  margin: 0 0.8em 0 0;
  padding: 0;
}

ul#csstabnavi a {
  float: left;
  display: block;
  font-weight: bold;
  color: #15159e;
  background-color: #dddddd;
  text-decoration: none;
  border: 1px #ffffff solid;
  padding: 0 0.4em 0 0.4em;
}

ul#csstabnavi a:hover { 
  display: block;
  color: #15159e;
  background-color: #ffffff;
  text-decoration: underline;
  border-width: 1px; 
  border-right-color: #dddddd;
  border-bottom-color: #ffffff;
  border-top-color: #dddddd;
  border-left-color: #dddddd;
  border-style: solid;  
  padding: 0 0.4em 0 0.4em;
} 

li#active a { 
  display: block;
  color: #333333;
  background-color: #ffffff;
  text-decoration: none;
  cursor: default;
  border-width: 1px; 
  border-right-color: #dddddd;
  border-bottom-color: #ffffff;
  border-top-color: #dddddd;
  border-left-color: #dddddd;
  border-style: solid;  
}

li#active a:hover { 
  color: #333333;
  background-color: #ffffff;
  text-decoration: none;
  border-width: 1px; 
  border-right-color: #dddddd;
  border-bottom-color: #ffffff;
  border-top-color: #dddddd;
  border-left-color: #dddddd;
  border-style: solid;  
} 

/* 
 * CSS elements for the CSS test area
 */  

/* 
 * #outertabcss use a navigation with
 * position: relativ and top: 1px
 * (the id csstabnavi)
 * 
 * only used for css test area  
 */
      
* html #outertabcss {
  height: 1%; 
}

div#outertabcss {
  clear: both;
  min-height: 10%;
  font-size: 1em;
  margin: 0; 
  padding: 0.6em;
  color: #333333; 
  border-top-color: #fffffe;
  border-left-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-style: solid; 
  background-color: #ffffff;
}

/* 
 * #outertab use for articles,
 * samples and some design
 * 
 * Note:
 * Is not the same as outertabcss
 * (see above)      
 */

div#outertab {
  clear: both;
  min-height: 10%;
  font-size: 1em;
  margin: 0; 
  padding: 0.6em;
  color: #333333; 
  background-color: #ffffff;
  border-width: 1px; 
  border-color: #cccccc;
  border-style: solid;
}

div#innertab {
  font-size: 1em;
  margin: 0; 
  padding: 0.6em;
  color: #333333;
  background-color: #ffffff;
  border-width: 1px; 
  border-color: #cccccc;
  border-style: solid; 
}

div#outertab2 {
  clear: both;
  min-height: 10%;
  font-size: 1em;
  margin: 0; 
  padding: 0.6em;
  color: #333333; 
  background-color: #ffffff;
  border-width: 1px; 
  border-color: #cccccc;
  border-style: solid;
}

div#innertab2 {
  font-size: 1em;
  margin: 0; 
  padding: 0.6em;
  color: #333333;
  background-color: #ffffff;
  border-width: 1px; 
  border-color: #cccccc;
  border-style: solid; 
}

/* 
 * This classes are used for
 * the new lab area and the
 * the old notes (if there are some) 
 * 
 * Note:
 * Is not the same as outer* above
 * the margin top is changed!
 */

.outernote {
  clear: both;
  min-height: 10%;
  font-size: 1em;
  margin: 4em 0 0 0; 
  padding: 0.6em;
  color: #333333; 
  background-color: #ffffff;
  border-width: 1px; 
  border-color: #cccccc;
  border-style: solid;
}

.innernote {
  font-size: 1em;
  margin: 0; 
  padding: 0.6em;
  color: #333333;
  background-color: #ffffff;
  border-width: 1px; 
  border-color: #cccccc;
  border-style: solid; 
}

/* end of new classes outernote/innernote */


#editor { white-space:pre; }

.rotertext {
  color:#ff0000;
  background-color:#ffffff;
}
       	  
.gruenertext {
  color:#00ff00;
  background-color:#ffffff;
}
       	  
.blauertext {
  color:#0000ff;
  background-color:#ffffff;
}	

pre {
  font-family: courier, monospace;
  /* font-size: 0.8em; */ 
  font-style: normal;
  color: #333333;
  background-color: #ffffcd;
  /* white-space : pre; */
  width: 100%;
  overflow: auto;
}

code {
  font-size: 0.9em;
  }

.wortabstand {
  word-spacing: 0.5em;
}	
	 
.right-content {
  float: right;
  width: 49%;
  font-size: 0.8em;
  text-align:center;
  padding-top: 2em;  
  padding-bottom: 2em;
}

.left-content {
  font-size: 0.8em;
  float: left; 
  width: 49%;
  text-align: center;
  padding-top: 2em;  
  padding-bottom: 2em;
}

.right-withbackground {
  font-size: 0.8em;
  float: right;
  width: 48%;
  text-align:center;
  color: #333333;
  background-color: #ffffcd;
  margin-top: 0;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em; 
}

.left-withbackground {
  font-size: 0.8em;
  color: #333333;
  background-color: #ffffcd;
  float: left; 
  width:48%;
  text-align: center;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.divbug {
  clear: both;
  font-size: 1em; 
}

/*
 * CSS for data tables
 * 
 */

.thheader {
  text-align: left;
  color: #333333;
  background-color: #99ccff;
  padding-left: 0.4em;
}

.thyear {
  text-align: center;
  color: #333333;
  background-color: #99ccff;
}

.tblinename {
  font-size: 0.85em;
  color: #333333;
  background-color: #eeeeee;
  padding-left: 0.4em;
}

.tbline {
  font-size: 0.85em;
  text-align: center;
  color: #333333;
  background-color: #eeeeee;
}

.tblblankname {
  font-size: 0.85em;
  text-align: left;
  color: #333333;
  background-color: transparent;
  padding-left: 0.4em;
}

.tblblank {
  font-size: 0.85em;
  text-align: center;
  color: #333333;
  background-color: transparent;
}

.tbldates {
  font-size: 0.8em;
  font-style: italic;
  color: #333333;
  background-color: transparent;
  padding: 0em 0em 2em;
}

/*  
 * Main CSS for extra design
 * on main aadmm.de page and
 * permanently removed page  
 */
 
 div#emptynavigation {
  clear: both;
  padding: 0;
  width: 100%;
  height: 2em;
  line-height: 2em;
  color: #15159e;
  background-color: #eeeeee;
} 

/* Used as head line in the
 * choose language page */

#intention {
  font-size: 1.1em;
  line-height: 1.4em;
  color: #a52a2a;
  background-color: transparent; 
  text-align: center;
  padding: 2em 0em 2em 0em;
}

/* Used as head line in the
 * language boxes */

.topicgerman {
  font-size: 1em;
  color: #a52a2a;
  background-color: #ffffff;
  border-width: 1px;
  border-bottom-color: #a52a2a;
  border-bottom-style: dotted;
}

.topicenglish {
  font-size: 1em;
  color: #a52a2a;
  background-color: #ffffff;
  border-width: 1px;
  border-bottom-color: #a52a2a;
  border-bottom-style: dotted;
}

div#english-outer {
  font-size: 1em; 
  margin: 0 ; 
  padding: 0.6em;
  float: right; width:46%;
  color: #333333; 
  border-width: 1px; 
  border-color: #cccccc; 
  border-style: solid; 
  background-color: #ffffff;
}
  
div#english-inner {
  font-size: 1em;
  margin: 0;
  padding: 0.6em;
  color: #333333; 
  border-width: 1px; 
  border-color: #cccccc; 
  border-style: solid; 
  background-color: #ffffff;
}

div#german-outer {
  font-size: 1em; 
  margin: 0 ; 
  padding: 0.6em;
  float: left; width:46%;
  color: #333333; 
  border-width: 1px; 
  border-color: #cccccc;
  border-style: solid; 
  background-color: #ffffff;
}
  
div#german-inner {
  font-size: 1em;
  margin: 0; 
  padding: 0.6em;
  color: #333333; 
  border-width: 1px; 
  border-color: #cccccc; 
  border-style: solid; 
  background-color: #ffffff;
}

.gototopic {
  font-size: 1em;
  color: #a52a2a;
  background-color: #ffffff;
  border-width: 1px;
  border-bottom-color: #a52a2a;
  border-bottom-style: dotted;
  padding: 2em 0em 0.5em;
}

.gotoinfo {
  font-size: 0.8em;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
  padding: 2em 0em 6em;
}

.gotoinfo a {
  color: #15159e;
  background-color: #ffffff;
  text-decoration: none;
}

.gotoinfo a:hover {
  text-decoration: underline;
}

.maincontent {
  text-align: center;
  width: 100%;
  background-image: url(../images/book.png);
  background-position: top center;
  background-repeat: repeat-y;  
  /* border-top: 1px solid #ccc; */
}

.deutsch {
  float: left;
  width: 47%;
  margin: 0em 0 0 1em;
  /* border: 1px solid #00F; */
  background-image: url(../images/lang-de.png);
  background-position: top left;
  background-repeat: no-repeat;
  border-top: 1px solid #ccc; 
}

.english {
  float: right;
  width: 47%;
  margin: 0em 1em 0 0;  
  /* border: 1px solid #0F0; */
  background-image: url(../images/lang-en.png);
  background-position: top right;
  background-repeat: no-repeat;
  border-top: 1px solid #ccc;
}

.deutsch-innen {
  margin: 1.5em 1em 2em 3em;
  padding: 0;
  text-align: left;
  /* border: 1px dotted #000; */  
}

.english-innen {
  margin: 1.5em 3em 2em 1em;
  padding: 0;
  text-align: left;
  /* border: 1px dotted #000; */  
}
