/*  formatierung body und bildlaufleiste */
body {
/*font-family:Verdana,helvetica;*/
font-family:Verdana, Arial, sans-serif;
color: #000000;
font-size:12px;
background-color:#DDDDFF;

scrollbar-base-color:#8C8CC6;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#8C8CC6;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ACACE6;
}

/*  eigene klassen für hintergrundfarbe */
/*  1=Hervorhebung */
/*  2=Tabellenkopf */
/*  3=Ränder */
/*  Einfügen = <tr class="bgcolor2"> */

.bghervor {background-color : #BBAAEE;}
.bgtabkopf {background-color : #9988EE;}
.bgrand {background-color : #6644AA;}

/*Hintergrundfarbe der einzelnen Bereiche (CSS-Dateien); für die linken Navigationsframes bzw. -tabellen (einfügen mit <p id='xxxx'>) */
#hauptbereich {background-color:#DDDDFF;}
#mustertexte {background-color:#FFCC99;}
#gastautoren {background-color:#DEFFDE;}

/*  DIV für Navi-Seiten */
DIV.linkbutton a
{ 
TEXT-DECORATION: none;
DISPLAY: block; 
WIDTH: 150px; 
BORDER: 1px solid #BBAAEE;
PADDING: 2px; 
MARGIN: 0px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: left;
COLOR: #000000;
BACKGROUND-COLOR: #9988EE;
}
DIV.linkbutton a:hover 
{
COLOR: #6644AA; 
BACKGROUND-COLOR: #DDDDFF;
}
/*  DIV für Navi-Seiten: nur für unsoweiter.button, ganz oben auf den Navi-Seiten*/
DIV.usw_home_button a
{ 
TEXT-DECORATION: none;
DISPLAY: block; 
WIDTH: 150px; 
BORDER: 0px;
PADDING: 0px; 
MARGIN: 0px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: left;
COLOR: #000000;
BACKGROUND-COLOR: #DDDDFF;
}
DIV.usw_home_button a:hover 
{
COLOR: #FFFFFF; 
BACKGROUND-COLOR: #9988EE;
}
/*  DIV für waagrechte Navigationsbuttons innerhalb einer Seite */
DIV.linkbutton_waagrecht a
{ 
TEXT-DECORATION: none;
DISPLAY: inline; 

BORDER: 1px solid #BBAAEE;
PADDING: 2px; 
MARGIN: 0px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: left;
COLOR: #000000;
BACKGROUND-COLOR: #9988EE;
}
DIV.linkbutton_waagrecht a:hover 
{
COLOR: #6644AA; 
BACKGROUND-COLOR: #DDDDFF;
}
/*  DIV für einzelne Aphorismen (zurück zum Stichwortverzeichnis und Home) */
DIV.aphorismenbutton a
{ 
TEXT-DECORATION: none;
DISPLAY: block; 
/*WIDTH: 300px; */
BORDER: 1px solid #BBAAEE;
PADDING: 4px; 
MARGIN: 4px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 14px;
FONT-WEIGHT: bold;
TEXT-ALIGN: center;
COLOR: #000000;
BACKGROUND-COLOR: #9988EE;
}
DIV.aphorismenbutton a:hover 
{
COLOR: #6644AA; 
BACKGROUND-COLOR: #DDDDFF;
}
/*  hauptklasse p */
p {
/*margin-left : 20px;*/
/*margin-right: 20px;*/
/*font-family:Verdana,helvetica;*/
font-family:Verdana, Arial, sans-serif;
/*font-size:12px;*/
color: #000000;
text-align:left;
}
p.werbung {
margin-left : 4px;
margin-right: 4px;
margin-top : 1px;
text-align:center;
color: #000000;
line-height: 8px;
font-size:8px;
}
/*
p.text {
margin-left : 100px;
margin-right: 100px;
margin-top : 4px;
text-align:justify;
font-weight:bold;
line-height: 20px;
font-size:12px;
}
*/
p.text {
margin-left : 100px;
margin-right: 100px;
margin-top : 4px;
text-align:left;
font-weight:normal;
line-height: 20px;
font-size:1.1em;
letter-spacing:0.1em;
}
p.texteinrueckung {
margin-left : 130px;
margin-right: 100px;
margin-top : 4px;
text-align:left;
font-weight:normal;
line-height: 20px;
font-size:1.1em;
letter-spacing:0.1em;
}

/*  unterklasse zu p für Zusatztexte im Textkoopf*/
p.textkopf {
margin-left : 50px;
margin-right: 50px;
margin-top : 4px;
text-align:center;
}

/*  Unterklasse für Aphorismen p */
p.aphorismen {
margin-left : 20px;
margin-right: 20px;
font-family:Verdana,helvetica;
font-size:18px;
font-weight:bold;
color: #000000;
text-align:left;
}

/*  unterklasse zu p für Navigation*/
p.navigation {
font-size: 12px;
margin-left : 2px;
/*margin-top : 2px;*/
text-align:left;
line-height: 12px;
}

/*  für Fehlermeldungen */
p.fehler {
font-family:verdana,helvetica;
font-size:12px;
color: red;
font-weight:bold;
}

/*  für Fehlermeldungen gross */
p.fehlergross {
font-family:verdana,helvetica;
font-size:18px;
color: red;
font-weight:bold;
}

/*  Bilder-Rahmen*/
img {
border:0;
}

/*  ueberschriften */
H1 {
         font-family : Verdana,helvetica;
         font-size : 20px;
         color : #000000;
	font-weight:bold;
         letter-spacing : 3px;
         margin-left : 0px;
         margin-top : 10px;
         margin-bottom : 16px;
}
H1.text {
margin-left : 100px;
margin-right: 100px;
margin-top : 10px;
margin-bottom : 16px;
text-align:left;
font-weight:bold;
line-height: 20px;
font-size : 20px;
letter-spacing:3px;
}
H1.aphorismen {
         font-family : Verdana,helvetica;
         font-size : 18px;
         /*color : #000000;*/
		 /*color : #9988EE;*/
		 color:#6644AA;
		font-weight:bold;
         letter-spacing : 3px;
		 line-height:27px;
         margin-left : 30px;
		 margin-right : 30px;
         margin-top : 20px;
         margin-bottom : 20px;
}
H2 {
         font-family : Verdana,helvetica;
         font-size : 16px;
         color : #000000;
	font-weight:bold;
         letter-spacing : 2px;
         margin-left : 0px;
         margin-top : 0px;
         margin-bottom : 12px;
}
H2.text {
margin-left : 100px;
margin-right: 100px;
margin-top : 0px;
margin-bottom : 12px;
text-align:left;
font-weight:bold;
font-size : 16px;
letter-spacing:2px;
}
H3 {
         font-family : Verdana,helvetica;
         font-size : 12px;
         color : #000000;
	font-weight:bold;
         letter-spacing : 1px;
         margin-left : 0px;
         margin-top : 0px;
         margin-bottom : 6px;
}
H3.text {
margin-left : 100px;
margin-right: 100px;
margin-top : 0px;
margin-bottom : 6px;
text-align:left;
font-weight:bold;
font-size : 12px;
letter-spacing:1px;
}
H3.aphorismen {
         font-family : Verdana,helvetica;
         font-size : 12px;
         color : #000000;
	font-weight:normal;
         letter-spacing : 1px;
         margin-left : 0px;
         margin-top : 0px;
         margin-bottom : 6px;
}
/*  hauptklasse zu table */
TABLE {
text-align:center;
align:center;
}

/*  unterklasse zu table von Textseiten*/
TABLE.textseite {
/*width:600;*/
text-align:center;
align:center;
}

/*  unterklasse zu table für Navigation */
TABLE.navigation {
margin-left : 2px;
margin-top : 2px;
text-align:left;
line-height: 10px;
}

/*  hauptklasse td (tabellenzellen) */
td {
font-family:Verdana,helvetica;
font-size:12px;
color: #000000;
align:center;
}

/*  unterklasse td (tabellenzellen) KOPF für lange Texte */
td.textkopf {
margin-left : 50px;
margin-right: 50px;
font-family:verdana,arial,helvetica;
text-align:center;
background-color : #9988EE;
}

/*  hauptklasse a (Verweise) */
a {
font-family:Verdana,helvetica;
font-size:12px;
text-decoration:none;
color: #6644AA;
/* text-transform: uppercase; */
font-weight:bold;
}

/*  pseudoformat a (Verweise) */
a:hover { 
/*font-weight:500;*/
text-decoration:underline;
} 

/*  pseudoformat a (Verweise) */
a:visited {
font-weight:500;
color: #000000;
text-decoration:underline;
}

/*  pseudoformat a (Verweise) */
a:active { 
font-weight:bold;
text-decoration:underline overline;
} 

ul {
font-family:Verdana,helvetica;
font-size:14px;
color: #000000;
list-style-type:circle;
}

li {
font-family:Verdana,helvetica;
text-align:left;
font-size:12px;
color: #000000;
}

/* formate für "freie" klassen */

/*  für texte */

.navigation {
margin-left : 2px;
margin-top : 2px;
text-align:left;
line-height: 10px;
}

.big {
font-family:verdana,arial,helvetica;
font-size:20px;
font-weight:bold;
color: #000000;
text-transform: uppercase;
}

.mittel {
font-family:verdana,arial,helvetica;
font-size:14px;
font-weight:bold;
color: #000000;
}

/*  für abschnittstitel */
.kopf {
font-family:verdana,arial,helvetica;
font-size:14px;
font-weight:bold;
color: #6644AA;
}

/*  für kopf und fußzeile */
.small {
font-family:verdana,helvetica;
font-size:10px;
color: #000000;
text-align:left;
}

/*für Formulareingabefelder (select.... class='Formulareingabefeld') */
.Formulareingabefeld
   { background-color:#EDEDFF;}

/*für Formularbuttons (select.... class='button') */
.button
{
cursor:pointer;
font-weight:bold;
border-width:3px;
border-color:#6644AA;
background-color:#BBAAEE;
text-align:center;
padding:4px;
}
.button_suchen
{
height:22px;
width:50px;
cursor:pointer;
background-color:#BBAAEE;
text-align:center;
padding:0px;
}
.button_desktopgroesse
{
height:22px;
width:70px;
cursor:pointer;
background-color:#BBAAEE;
text-align:center;
padding:0px;
}
.button_desktopgroesseanzeige
{
height:22px;
width:400px;
background-color:#BBAAEE;
text-align:center;
padding:0px;
}
.irgendwasbutton {
cursor:pointer;
padding:3px;
background-color:#9988EE;
color:#000;
FONT-SIZE: 14px;
FONT-WEIGHT: bold;
width:250px;
border:3px solid #6644AA;
 }
-->