/* -------------------------------------
   Erstellt: 11.05.2013, R. Fischer
   Mutiert:  20.10.2013, R. Fischer
   -------------------------------------
   14.07.2013, R. Fischer
               Aenderung auf RGB-Farben
   20.07.2013, R. Fischer
               Anpassung an HTML5/CSS3
   23.07.2013, R. Fischer
               Style-Set für Druckausgabe
   18.08.2013, R. Fischer
               Ergänzung Socialmedia-Links
   12.09.2013, R. Fischer
               Ergänzung Charset UTF-8
   20.10.2018, R. Fischer
	       Neues Design
   -------------------------------------
   Eingesetzte Farben
   Hintergrund:		white           / #FFFFFF
   Titel 1:		rgb(204,151,0)  / #CC9700
   Titel 2:		rgb(238,176,0)  / #EEB000
   Titel 3:		rgb(255,194,14) / #FFC20E
   Absatz:		black           / #000000
   Hervorhebung:	rgb(204,151,0)  / #CC9700
   Zitate:		rgb(204,151,0)  / #CC9700
   Tabellen-Kopf:	rgb(255,194,14) / #FFC20E
   Tabellen-Zeilen:	rgb(255,240,50) / #FFF032 
       (alternativ:	rgb(255,247,147)/ #FFF793
   ------------------------------------- */

/* ------------------------------------- */
/*                                       */
/* Generelle Definitionen (exkl. Druck)  */
/*                                       */
/* ------------------------------------- */
@charset "UTF-8";
html {
	font-family: Arial, Geneva, sans-serif;
	font-size: 62.5%;
	line-height: 180%;
	color: #666;
}
body {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
}
strong {
        font-weight: normal;
        color: rgb(204,151,0); 
}

/* Absatz
   ------------------------------------- */
p {
        font-size:      1em;
        font-weight:    normal
        color:          black;
        padding-left:   1em;
        padding-top:    0.5em;
        margin:         0;
        -webkit-hyphens: auto;
}
/* Haupt-Titel 1
   ------------------------------------- */
h1 {
        font-size:      2em;
        font-weight:    bold;
        color:          rgb(204,151,0);
        padding-left:   0.5em;
        padding-top:    0.5em;
        padding-bottom: 0.5em;
        margin:         0;
}

/* Unter-Titel 2
   ------------------------------------- */
h2 {
        font-size:      1.5em;
        font-weight:    bold;
        color:          rgb(238,176,0);
        padding-left:   0.7em;
        padding-top:    0.7em; 
        padding-bottom: 0.7em; 
        margin:         0;
}
/* Unter-Titel 3
   ------------------------------------- */
h3 {
        font-size:      1em;
        font-weight:    bold;
        color:          rgb(255,194,14);
        padding-left:   1em;
        padding-top:    0.5em;
        padding-bottom: 0.5em;
        margin:         0;  
}

/* Verweise mit Symbol (Sprites)
   ------------------------------------- */
/* Links
   ------------------------------------- */
a {
	padding-left: 15px;
}
  .normal {
        
        color: black;
        border: 0;
        
}
  .glossar {
	background: transparent url(../../images/icon_sprites.gif) no-repeat 0 0;  
	border-bottom: 1px dotted black;
}
  .shop {
	background: transparent url(../../images/icon_sprites.gif) no-repeat 0 -22px;  
}
  .email {
	background: transparent url(../../images/icon_sprites.gif) no-repeat 0 -46px;  
}
  .download {
	background: transparent url(../../images/icon_sprites.gif) no-repeat 0 -70px;  
}
  .extLink {
	background: transparent url(../../images/icon_sprites.gif) no-repeat 0 -96px;
}  

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* nur IE */
.clearfix {
	zoom: 1;
}

/* Allgemeine Hinweise
   ------------------------------------- */
.hinweis strong {
  color: grey;
  font-weight: bold;
  text-decoration: underline;
}
/* Fehlermeldungen
   ------------------------------------- */
.fehler strong {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

/* Seitenbereiche                        
   ------------------------------------- */
#wrapper {
	border: solid 1px #fff;
	border-width: 0 1px;
	margin: 0;
	min-width: 60em;
	width: auto;
}
/* breite Ränder im mittleren Teil (3 Spalten) */
#outerWrap {
	border-left: 14em solid white;
/*	border-right: 14em solid lightgreen;  -- zu Testzwecken */
	border-right: 14em solid white;
}
/* Rand zwischen Spalte links und mittlerem Teil */
#innerWrap {
/*	border-left: solid 1px black; /* #FFCC99 */
	border-width: 0 1px;
	background: white;  /* #FFCC99 */
	margin: 0 -1px;
	width: 100%;
	z-index: 1;
}
#left, #middle, #right, #SOWrap {
	overflow: visible;
	position: relative;
}
#SOWrap {
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middle {
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
#left {
	float: left;
	margin: 0 1px 0 -14em;
	width: 14em;
	z-index: 4;
}
#right {
	float: right;
	width: 14em;
	margin: 0 -14em 0 1px;
	z-index: 2;
}
/* Kopfbereich (ID)
   ------------------------------------- */
#header {
	margin:0;
	padding: 1em;
        font-size: 2em;
        font-weight: bold;
/*        text-shadow: black 5px 5px 5px, darkgrey 0 1px 0, white -1px -1px 0, white 0 -1px 0, grey 0 2px 0;    */
  	color: white;
        background-color: rgb(204,151,0); 
/* Rand zwischen Kopfzeile und mittlerem Teil 
        border-bottom: 1px solid black;  */
}

/* Navigation (ID) 
   ------------------------------------- */
#navigation {
        float: left;             /* ausblenden bei horizontalen Menus */
        width: 10em;              /* 10em/100% bei vertikalen/horizontalen Menus */
        min-width: 150px;  
        font-size: 1.2em;
        font-weight: bold;
        color: black;
        border: 0;
}


/* Language (ID) 
   ------------------------------------- */
#lang {
        float: left;
        width: 16em;  
        font-size: 0.8em;
        font-weight: normal;
        color: rgb(204,151,0);
        margin: 0.5em;
/*        background-color: rgb(236,236,236); 
        border: 1px dashed black; */
}

/* Social-Media (ID) 
   ------------------------------------- */
#socialmedia {
        float: left;
        width: 16em;    
        font-size: 0.8em;
        font-weight: normal;
        color: rgb(204,151,0);
        margin: 0.5em;
/*        background-color: rgb(236,236,236); 
        border: 1px dashed black; */
}

/* Main (ID) 
   ------------------------------------- */
#main {
        float: left;
        display: inline;
        width: 67%;
        min-width: 600px;
        max-width: 60em;
        margin-top: 50px;       
        padding-bottom: 80px;     
        font-size: 1em;
        font-weight: normal;
        color: black;
        border: 0;
}

/* Werbung (ID) 
   ------------------------------------- */
#werbung {
        float: left;
        width: 16em;
        margin: 1em;      
        font-size: 0.8em;
        font-weight: normal;
        color: red;
        background-color: rgb(236,236,236); 
        border: 1px dashed black;
        padding-top: 0.8em;
}

/* Fussbereich (ID) (Positon fix)
   ------------------------------------- */
#footer {
	padding: 1em;
        font-size: 0.8em;
        font-weight: normal;
	border: none;
/* Rand zwischen Fusszeile und mittlerem Teil */
	border-top: 1px solid;
        border-top-color: rgb(204,151,0);  
        color: rgb(204,151,0);    
	background-color: white;
	text-align: left;
}

/* Tabellen
   ------------------------------------- */
/* Ueberschriften-Zeile
   ------------------------------------- */
table {
  padding: 1em;
}
th {
  background-color: rgb(204,151,0); 
  color: white;
  text-align: left;
  vertical-align: center;
  padding: 0.2em;
  font-size: 0.9em;
  font-weihgt: bold;
/*  width: 50pt;    Default-Spaltenbreite */
}
/* Daten-Zeile
   ------------------------------------- */
td {
/*  background-color: rgb(255,242,0);  */
  color: black;  
  text-align: left;
  vertical-align: middle;
  padding: 0.2em;
  font-size: 0.9em;
  font-weight: normal;
}
tr {
  background-color: rgb(255,240,50);  
}
tr:nth-child(2n) {
  background-color: rgb(255,240,140)
}

/* Zitate 
  ------------------------------------- */
blockquote {
/*       border: 3px dotted rgb(204,151,0);
        background:    rgb(222,222,222);  */
        background:    rgb(204,151,0);
        padding:       1.5em;
        padding-top:   1em;
        margin-top:    0em;
        box-shadow:    darkgrey 10px 10px 20px;
}
blockquote p {
        color:         white;
        font-size:     1.2em;
        font-weight:   bold;
        padding-left:  0;
        padding-bottom: 1em;
}
blockquote cite {
        color:         white;
        padding-left:  1em;
        padding-top:   1em;
}


/* Aufzählungsliste
   ------------------------------------- */

ul {
	list-style-type: none;
	margin: 0;
        padding: 1em;
	overflow: hidden;
}
li {
	width: 110px;
	margin: 4px;
	float: left;
        font-weight: normal;
	text-align: left;
      
}
li a {
	text-decoration: none;

	color: rgb(204,151,0);
	display: block;
/*	background-color: rgb(222,222,222);     */
	padding: 2px 0;
	border: 1px solid white;
        border-bottom-color: rgb(204,151,0);
/*        box-shadow: 2px 2px 5px gray;     */	
/*	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;        */
}
li a:hover {
	position: relative;
        font-weight: bold;
/*        color: red;    */
/*        top: 2px;
        left: 2px;    */
/*        background-color: lightgrey;    */       
/*     box-shadow: -2px -2px 5px rgb(204,151,0);	 verschieben um 2px "Eintauchen"  */ 
/*        box-shadow: 2px 2px 5px gray;	    */
/*	-moz-transform: rotate(-5deg) scale(1.2);
	-webkit-transform: rotate(-5deg) scale(1.2);
	-o-transform: rotate(-5deg) scale(1.2);
	transform: rotate(-5deg) scale(1.2);   */
	-moz-box-shadow: 2px 2px 5px gray;
	-webkit-box-shadow: 2px 2px 5px gray;	
	
}
/*
ul li:nth-of-type(2n) a:hover {
	-moz-transform: rotate(5deg) scale(1.2);
	-webkit-transform: rotate(5deg) scale(1.2);
	-o-transform: rotate(5deg) scale(1.2);
	transform: rotate(5deg) scale(1.2);	 
*/
}

