/* DATEI: selfhtm.css */

/* Wenn Ihnen Schriftarten, Schriftgroessen usw. von SELFHTML */
/* nicht passen, editieren Sie diese Datei und aendern */
/* Sie gewuenschte Werte. */

/* Bei Weitergabe oder Wiederveroeffentlichung von SELFHTML */
/* lesen Sie bitte den unteren Teil der Datei ab "WICHTIG"! */

/* Aenderungen auf eigene Gefahr! Der Autor leistet keinen */
/* Support bei Anzeigeproblemen, die durch Aenderungen in */
/* dieser Datei zustande kommen! */

/* Zeilen wie diese, die mit Schraegstrich und Stern */
/* beginnen und mit Stern und Schraegstrich enden, sind */
/* Kommentarzeilen. */

/* Es folgen die Style-Definitionen, die Sie aendern koennen: */
/* Unterhalb jedes Befehls steht eine Kurzerklaerung */



body { 
font-family:				Verdana,Arial,sans-serif;
background: 		    	url("/src/background.gif");
background-attachment:		fixed;
background-color: 			#ffffff;
margin-top:		    		10px;
margin-bottom:				10px;
margin-left:				0px;
border:			    		0px;
}

.preNormal{
	font-weight:bold; 
}

h1 { font-size:18pt; }

/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */



h2 { font-size:16pt; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */


h2.sh2 { font-size:16pt; }

/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */



h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:12pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 12 Punkt, Wert aenderbar */

h3 tt { font-family:Verdana, Courier New,Courier; font-size:13pt; color:#122549; font-weight:normal; }

/* Quelltext-Befehle in Ueberschriften */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 13pt = 13 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */
/* font-weight = Schriftgewicht */
/* normal, Wert aenderbar */




h4 { font-size:10pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


p,ul,ol,li,div,td,th,address,blockquote,cite,b,i { font-size:8.5pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


li { margin-top:2pt; }

/* Listenpunkte */
/* margin-top = Abstand vorher */
/* 6pt = 6 Punkt, Wert aenderbar */



/*pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }*/
.codes { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */

.outputs { font-family:Courier New,Courier; font-size:10pt; }

/* Ausgaben */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */

code { font-family:Courier New,Courier; color:#0000C0; }

/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


var { font-style:normal; color:#0000C0; }

/* Dateinamen, URLs, Pfadangaben im normalen Fliesstext */
/* font-style = Schriftstil */
/* normal = normal, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


kbd { font-family:Courier New,Courier; color:#0000C0; }

/* Tastatureingabe-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */

tt { font-style:normal; color:#0000C0; }

/* sonstige dicktengleiche Auszeichnungen */
/* font-style = Schriftstil */
/* normal = normal, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


blockquote,cite { font-style:italic; }

/* Zitate in eigenen Absätzen oder im normalen Fliesstext */
/* font-style = Schriftstil */
/* italic = kursiv, Wert aenderbar */


td.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }

/* Bereiche mit Beispiel-Quelltexten */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* border-width = Randbreite */
/* 1pt = 1 Punkt, Wert aenderbar */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #EEEEEE = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */



.code { background-color:#FFFFE0; }

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */



.tabxpl { background-color:#E4EEFF; }

/* Tabelleninhalte mit Erklaerungen */
/* background-color = Hintergrundfarbe */
/* #E4EEFF = helles Türkisblau, Wert aenderbar */


.doc { background-color:#EEEEEE; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */


.nav { background-color:#FFEEDD; }

/* Navigation am Seitenanfang und Seitenende mit hellbeigem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #FFEEDD = helles Beige, Wert aenderbar */


.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Verdana,Arial,sans-serif; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,sans-serif = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */


.toplinks { background-color:#FFEEDD; border:1px solid #FFFFFF; margin:0px; padding:3px; }
.bottomlinks { background-color:#FFEEDD; border:1px solid #FFFFFF; margin:0px; padding:3px; }


pre.normal { color:#122549; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */



a:link { color:#122549; text-decoration:none; }
a:visited { color:#122549; text-decoration:none; }
a:active { color:#122549; text-decoration:none; }
a:hover { color:#BA4911; text-decoration:underline;}


/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

.bgColorTabellenMenue {background-color: #DFDFDF; font-weight:bold; color:#122549; font-size:10pt; font-family:Verdana, Arial Unicode MS,Arial,sans-serif}
.bgColorTabellenMenueOhne {BORDER-BOTTOM: #A6A6A6 1px solid; font-weight:bold; color:#122549; font-size:10pt; font-family:Verdana, Arial Unicode MS,Arial,sans-serif}
.textwerbungTabellenMenueOhne {BORDER-BOTTOM: #A6A6A6 1px solid; font-weight:normal; color:#122549; font-size:7pt; font-family:Verdana, Arial Unicode MS,Arial,sans-serif}
.bgColorTabellenMenueSub {background-color: #FFFFFF; color:#122549; font-size:10pt; font-family:Verdana, Arial Unicode MS,Arial,sans-serif}
/*.bgColorMainLeft {background-color: #F1F1F1; color:#122549; font-size:10pt; font-family:Verdana, Arial Unicode MS,Arial,sans-serif}*/
.bgColorMainLeft {BORDER-RIGHT: #A6A6A6 1px solid; background-color: #FFFFFF; color:#122549; font-size:10pt; font-family:Verdana, Arial Unicode MS,Arial,sans-serif}
.bgColorMainLeftBottom {BORDER-RIGHT: #FFF5EC 1px solid; background-color: #DFDFDF; color:#122549; font-size:10pt; font-family:Verdana, Arial Unicode MS,Arial,sans-serif}
.bgColorMainMiddle {background-color: #FFFFFF; color:#122549; font-size:10pt; font-family:Verdana, Arial Unicode MS,Arial,sans-serif}
.bgColorMainRight {BORDER-LEFT: #A6A6A6 1px solid; background-color: #FFFFFF; color:#122549; font-size:10pt; font-family:Verdana, Arial Unicode MS,Arial,sans-serif}
/*.bgColorMainRight {background-color: #F1F1F1; color:#122549; font-size:10pt; font-family:Verdana, Arial Unicode MS,Arial,sans-serif}*/
.bgBoxes {BORDER-RIGHT: #A6A6A6 1px solid; BORDER-TOP: #A6A6A6 1px solid; BORDER-LEFT: #A6A6A6 1px solid; BORDER-BOTTOM: #A6A6A6 1px solid}
.bgBoxesOhne {}
a.an { text-decoration:none; }

/* Anpassung für Netscape, bitte so lassen */


.unicode { 
	font-size:14pt; 
}


/* Praxisbuch */

.hinweis
{
	background-color: #FFEEDD; BORDER-RIGHT: #A6A6A6 1px solid; BORDER-TOP: #A6A6A6 1px solid; BORDER-LEFT: #A6A6A6 1px solid; BORDER-BOTTOM: #A6A6A6 1px solid
}

.codeHighlight
{
	/* #EEEEEE     #122549*/
	background-color: #EEF1F3; 
	BORDER-RIGHT: #A6A6A6 1px solid; 
	BORDER-TOP: #A6A6A6 1px solid; 
	BORDER-LEFT: #A6A6A6 1px solid; 
	BORDER-BOTTOM: #A6A6A6 1px solid
}

.config
{ 
	
	font-weight:normal; 
}

.kursiv
{ 
	font-weight:bold; 
}

.kastenInfo
{ 
	background-color: #FFFFFF; /*#EEEEEE*/
	BORDER-RIGHT: #A6A6A6 1px solid; 
	BORDER-TOP: #A6A6A6 1px solid; 
	BORDER-LEFT: #A6A6A6 1px solid; 
	BORDER-BOTTOM: #A6A6A6 1px solid;
}

.kastenInfoText
{ 
	font-size:7.5pt; 
	color:#122549;
	background-color: #EEF1F3; /*#EEEEEE*/
}

.kastenTop
{ 
	font-size:8.5pt; 
	color:#122549;
	background-color: #FFFFFF; /*#EEEEEE*/
	BORDER-RIGHT: #A6A6A6 1px solid; 
	BORDER-TOP: #A6A6A6 1px solid; 
	BORDER-LEFT: #A6A6A6 1px solid; 
	BORDER-BOTTOM: #A6A6A6 1px solid;
}

.kastenCopyright
{ 
	font-size:8.5pt; 
	color:#122549;
	BORDER-TOP: #A6A6A6 1px solid;
}

.kastenContent
{ 
	BORDER-LEFT: #A6A6A6 1px solid; 
	BORDER-RIGHT: #A6A6A6 1px solid;
}

.kastenBannerLogo
{ 
	font-size:8.5pt; 
	color:#122549;
	background-color: #FFFFFF;
	BORDER-LEFT: #A6A6A6 1px solid; 
	BORDER-RIGHT: #A6A6A6 1px solid;
}

.ueberschrift
{ 
	/*font-family:Arial,sans-serif;*/ 
	/*text-decoration:underline; */
	font-size:8pt; 
	/*color:#333333;*/ 
	font-weight:bold; 
}

.anbieterverzeichnisTabelle
{
BORDER-TOP: #99A6C8 1px solid; 
BORDER-BOTTOM: #99A6C8 1px solid;
background-color: #EEF1F3;	
font-size:7pt; 
font-weight:bold;
color:#122549;
}

.anbieterverzeichnis
{
BORDER-BOTTOM: #A6A6A6 2px solid;
}

.anbieterverzeichnisLine
{
BORDER-BOTTOM: #A6A6A6 1px solid;
}

.TabellenAnbieter
{
/*font-family:Arial,sans-serif;*/ 
font-weight:normal;
background-color: #FFFFFF;
BORDER-BOTTOM: #000000 1px solid;
}

.anbieterVerz
{
BORDER-TOP: #99A6C8 1px solid; 
BORDER-LEFT: #99A6C8 1px solid; 
BORDER-BOTTOM: #99A6C8 1px solid;
BORDER-RIGHT: #99A6C8 1px solid;
/*background-color: #E9F0FA;*/
background-color: #EEF1F3;	
	
}


.anbieterCell
{
BORDER-BOTTOM: #DDDDDD 1px solid;
}
.anbieterBorderR{
BORDER-RIGHT: #99A6C8 1px solid;
}

.tableLine
{
BORDER-TOP: #A6A6A6 1px solid; 
BORDER-LEFT: #A6A6A6 1px solid; 
BORDER-BOTTOM: #A6A6A6 1px solid;
BORDER-RIGHT: #A6A6A6 1px solid;
}

.TR_Line
{
font-weight:bold;
background-color: #EEF1F3; 
}

.TR_First
{
background-color: #FFFFFF; 
}

.TR_Second
{
background-color: #E1E8F1; 
}

.Search
{

}

.TableLineWeb
{
BORDER-BOTTOM: #A6A6A6 1px dashed;
}

.TableLinePress
{
BORDER-BOTTOM: #A6A6A6 1px solid;
}

.News
{
BORDER-BOTTOM: #A6A6A6 1px dashed;
}

.Zitat
{
font-size:7pt; 
font-weight:normal;
color:#122549;
}

.AnbieterprofilKlein
{
font-size:6.5pt; 
font-weight:normal;
color:#122549;
}

.AnbieterprofilLinie
{
BORDER-BOTTOM: #A6A6A6 1px solid;
}

.video2brain
{
BORDER-BOTTOM: #A6A6A6 1px solid;
}


.ZitatName
{
font-size:7pt;
font-weight:normal;
color:#122549;
}

.Literatur
{
font-size:7pt;
}

.sponsoredby
{
BORDER-BOTTOM: #A6A6A6 1px solid;
font-size:7pt;
background-color: #FFFFFF;
}

.blue { 
font-size:10pt;
font-weight:normal;
color:#122549; 

}

.ReferenzUeberschrift{
/*font-family:Arial,sans-serif;*/ 
font-weight:bold;
color:#122549; 
}

.SearchField{
/*font-family:Arial,sans-serif;*/ 
font-size:8pt; 
color:#000000; 
font-weight:normal;
BORDER-RIGHT: #A6A6A6 1px solid; 
BORDER-TOP: #A6A6A6 1px solid; 
BORDER-LEFT: #A6A6A6 1px solid; 
BORDER-BOTTOM: #A6A6A6 1px solid;
color:#122549; 
}


.SearchReiterOpen
{
BORDER-TOP: #A6A6A6 1px solid; 
BORDER-LEFT: #A6A6A6 1px solid; 
}
.SearchReiterClose
{
BORDER-TOP: #A6A6A6 1px solid; 
BORDER-LEFT: #A6A6A6 1px solid; 
BORDER-BOTTOM: #A6A6A6 1px solid;
background-color: #EFEFEF;
}
.SearchReiterEmpty
{
BORDER-LEFT: #A6A6A6 1px solid; 
BORDER-BOTTOM: #A6A6A6 1px solid; 
}
.SearchKarteiReiter
{
BORDER-BOTTOM: #A6A6A6 1px solid; 
}
.SearchReiterBody
{
BORDER-LEFT: #A6A6A6 1px solid; 
BORDER-RIGHT: #A6A6A6 1px solid;
BORDER-BOTTOM: #A6A6A6 1px solid; 
}

.buchtippFrame{
/*font-family:Arial,sans-serif;*/ 
font-weight:bold;
background-color: #E1E8F1;
BORDER-RIGHT: #A6A6A6 1px solid; 
BORDER-TOP: #A6A6A6 1px solid; 
BORDER-LEFT: #A6A6A6 1px solid; 
BORDER-BOTTOM: #A6A6A6 1px solid;
}
.buchtippContent{
/*font-family:Arial,sans-serif;*/ 
font-weight:normal;
background-color: #FAFAFB;
BORDER-RIGHT: #A6A6A6 1px solid; 
BORDER-LEFT: #A6A6A6 1px solid; 
BORDER-BOTTOM: #A6A6A6 1px solid;
}

.SponsorContent{
/*font-family:Arial,sans-serif;*/ 
font-weight:normal;
background-color: #FFFFFF;
BORDER-RIGHT: #A6A6A6 1px solid; 
BORDER-LEFT: #A6A6A6 1px solid; 
BORDER-BOTTOM: #A6A6A6 1px solid;
}


/* Newsletter */

.inputField 
{ 
BORDER-RIGHT: #7f7f7f 1px solid; 
BORDER-TOP: #7f7f7f 1px solid; 
FONT-SIZE: 10px; 
BORDER-LEFT: #7f7f7f 1px solid; 
WIDTH: 140px; 
BORDER-BOTTOM: #7f7f7f 1px solid; 
} 

.inputField_1 
{ 
BORDER-RIGHT: #7f7f7f 1px solid; 
BORDER-TOP: #7f7f7f 1px solid; 
FONT-SIZE: 10px; 
BORDER-LEFT: #7f7f7f 1px solid; 
WIDTH: 60px; 
BORDER-BOTTOM: #7f7f7f 1px solid; 
} 

.sendField 
{ 
BORDER-RIGHT: #7f7f7f 1px solid; 
BORDER-TOP: #7f7f7f 1px solid; 
FONT-SIZE: 10px; 
BORDER-LEFT: #7f7f7f 1px solid; 
BORDER-BOTTOM: #7f7f7f 1px solid; 
} 

.errorField 
{
BORDER-RIGHT: #9F0004 1px solid;
BORDER-TOP: #9F0004 1px solid;
FONT-SIZE: 10px;
BORDER-LEFT: #9F0004 1px solid;
WIDTH: 140px;
BORDER-BOTTOM: #9F0004 1px solid;
background-color: #FFFFCC;
} 
.errorTable 
{
BORDER-RIGHT: #9F0004 1px solid;
BORDER-TOP: #9F0004 1px solid;
FONT-SIZE: 10px;
BORDER-LEFT: #9F0004 1px solid;
BORDER-BOTTOM: #9F0004 1px solid;
background-color: #FFFFCC;
} 


/* Kochbuch */
.kochbuchTable
{
	/* #EEEEEE     #122549*/
	background-color: #E4EDF9; 
	BORDER-RIGHT: #A6A6A6 1px solid; 
	BORDER-TOP: #A6A6A6 1px solid; 
	BORDER-LEFT: #A6A6A6 1px solid; 
	BORDER-BOTTOM: #A6A6A6 1px solid
}

.kochbuchRow1
{
	/* #EEEEEE     #122549*/
	background-color: #D5E4FA; 
	color:#30E83D;
}

.kochbuchRow1Font
{
	/* #EEEEEE     #122549*/
	color:#1A4377;
}

.kochbuchRow2
{
	/* #EEEEEE     #122549*/
	background-color: #E4EDF9; 
}



.KochbuchTabellenAusgabe
{
/*font-family:Arial,sans-serif;*/ 
font-weight:normal;
background-color: #D6E6F4;
BORDER-RIGHT: #9EBEDA 1px solid; 
BORDER-TOP: #9EBEDA 1px solid; 
BORDER-LEFT: #9EBEDA 1px solid; 
BORDER-BOTTOM: #9EBEDA 1px solid; 
}

/*******   Anbieterverzeichnis Scroller links   *******/
#pscroller1{
font-family: Verdana,Arial,sans-serif;
FONT-SIZE: 11px;
color:#122549;
width: 160px;
height: 180px;
padding: 5px;
background-color: #FFFFFF;
}





/*******   WICHTIG   *******/

/* Wenn Sie diese Datei fuer Ihre persoenlichen Zwecke geaendert */
/* haben und das Dokument weitergeben oder wiederveroeffentlichen */
/* wollen, muessen Sie die Original-Einstellungen wiederherstellen */
/* Gehen Sie dazu beispielsweise folgendermassen vor: */

/* Im Verzeichnis von SELFHTML gibt es eine Datei 'wsave.css' */
/* Kopieren Sie die Datei wsave.css auf die Datei wselfhtm.css */
/* Hinterher muessen beide Dateien vorhanden sein, und beide */
/* muessen den Inhalt von wsave.css haben */
