/* 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 */

/* Banner Ad-Server*/
.sponsoren-banner-startseite {
	BORDER-BOTTOM: #A6A6A6 1px solid; 
	font-weight:bold; 
	color:#122549; 
	font-size:10pt; 
	font-family:Verdana, Arial Unicode MS,Arial,sans-serif;
	padding: 10px 0px 10px 0px;
	}

.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}
.bgColorTabellenMenueOhneQozido {BORDER-BOTTOM: #A6A6A6 1px solid; font-weight:normal; color:#122549; font-size:9pt; font-family:Verdana, Arial Unicode MS,Arial,sans-serif}
.bgColorTabelleSponsoren {BORDER-BOTTOM: #A6A6A6 1px solid; font-weight:normal; 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 */

.divhinweis
{
  color: #000;
	padding: 15px;
	background-color: #FFEEDD;
	BORDER-RIGHT: #A6A6A6 1px solid;
	BORDER-TOP: #A6A6A6 1px solid;
	BORDER-LEFT: #A6A6A6 1px solid;
	BORDER-BOTTOM: #A6A6A6 1px solid
}

.divcodeHighlight
{
  color: #000;
  padding: 15px;
	background-color: #EEF1F3; 
	BORDER-RIGHT: #A6A6A6 1px solid; 
	BORDER-TOP: #A6A6A6 1px solid; 
	BORDER-LEFT: #A6A6A6 1px solid; 
	BORDER-BOTTOM: #A6A6A6 1px solid
}

.spanueberschrift
{
	font-size:8pt; 
	font-weight:bold; 
}

.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: #778298 1px solid; 
BORDER-LEFT: #778298 1px solid; 
}
.SearchReiterClose
{
BORDER-TOP: #778298 1px solid; 
BORDER-LEFT: #778298 1px solid; 
BORDER-BOTTOM: #778298 1px solid;
background-color: #EFEFEF;
}
.SearchReiterEmpty
{
BORDER-LEFT: #778298 1px solid; 
BORDER-BOTTOM: #778298 1px solid; 
}
.SearchKarteiReiter
{
BORDER-BOTTOM: #778298 1px solid; 
}
.SearchReiterBody
{
BORDER-LEFT: #778298 1px solid; 
BORDER-RIGHT: #778298 1px solid;
BORDER-BOTTOM: #778298 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; 
} 

.inputFieldJubilaeum 
{ 
BORDER-RIGHT: #7f7f7f 1px solid; 
BORDER-TOP: #7f7f7f 1px solid; 
FONT-SIZE: 10px; 
BORDER-LEFT: #7f7f7f 1px solid; 
WIDTH: 180px; 
BORDER-BOTTOM: #7f7f7f 1px solid; 
} 
.inputFieldJubilaeumErrorField 
{
BORDER-RIGHT: #9F0004 1px solid;
BORDER-TOP: #9F0004 1px solid;
FONT-SIZE: 10px;
BORDER-LEFT: #9F0004 1px solid;
WIDTH: 180px;
BORDER-BOTTOM: #9F0004 1px solid;
background-color: #FFFFCC;
} 

.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;
}

#pscroller2{
font-family: Verdana,Arial,sans-serif;
FONT-SIZE: 11px;
color: #122549;
width: 160px;
height: 190px;
padding: 5px;
background-color: #FFFFFF;
}

/* Befehlsreferenz */
.ReferenzFett {
	font-weight: bold;
}

.ftList
{
  list-style-image: url(../src/li.gif);
  margin-bottom: -15px;
  margin-left: 17px;
}

.ftListu
{
  list-style-image: url(../src/hacken.gif);
}

.ftli
{
  margin-bottom: 8px;
}

.ftListn
{
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: -15px;
}

.ftListNone
{
  list-style-type: none;
  margin-bottom: -15px;
}

.RefParam
{
  font-weight: bold;
}

/*Sponsorenseite*/
div.sponsoredbyside { clear: both; margin-top: 25px; }
div.sponsoredbyside.nomargin { margin: 0; }
div.sponsoredbyside div { width: 120px; height: 50px; float: left; margin:5px; text-align:justify; vertical-align: middle; padding:5px; }
div.sponsoredbyside p { color: #404040; line-height: 16px; margin-top: 0px; float: right; width: 380px; padding: 0px 10px 10px 0; text-align:justify; }
a.sponsoredbyurl { padding-right: 2px; margin-right: 2px; color: #ef6f00; } 

/*Medienpartnerseite*/
div.medienpartnerbyside { clear: both; margin-top: 25px; }
div.medienpartnerbyside.nomargin { margin: 0; }
div.medienpartnerbyside div { width: 120px; height: 50px; float: left; margin:5px; text-align:justify; vertical-align: middle; padding:5px; }
div.medienpartnerbyside p { color: #404040; line-height: 16px; margin-top: 0px; float: right; width: 380px; padding: 0px 10px 10px 0; text-align:justify; }
a.medienpartnerbyurl { padding-right: 2px; margin-right: 2px; color: #ef6f00; } 

p.medienpartnerbysidegray { color: #666; margin:0px;}

div.medienpartnerbyside-1 { clear: both; margin-top: 25px; }
div.medienpartnerbyside-1.nomargin { margin: 0; }
div.medienpartnerbyside-1 div { width: 120px; height: 72px; float: left; margin:5px; text-align:justify; vertical-align: middle; padding:5px; }
div.medienpartnerbyside-1 p { color: #404040; line-height: 16px; margin-top: 0px; float: right; width: 380px; padding: 0px 10px 10px 0; text-align:justify; }
a.medienpartnerbyurl { padding-right: 2px; margin-right: 2px; color: #ef6f00; } 

div.medienpartnerbyside-2 { clear: both; margin-top: 25px; }
div.medienpartnerbyside-2.nomargin { margin: 0; }
div.medienpartnerbyside-2 div { width: 120px; height: 67px; float: left; margin:5px; text-align:justify; vertical-align: middle; padding:5px; }
div.medienpartnerbyside-2 p { color: #404040; line-height: 16px; margin-top: 0px; float: right; width: 380px; padding: 0px 10px 10px 0; text-align:justify; }
a.medienpartnerbyurl { padding-right: 2px; margin-right: 2px; color: #ef6f00; } 

/*Boxen SELFPHP*/

.boxholder div {

}

.boxborderempty {
	padding:5px;
}
	
.boxborder * {
	display: block; 
	background:#e3eaef;
	height: 1px; 	
}
.boxborder3 {
	border-left: #c8c8c8 1px solid; 
	padding-bottom: 0px; 
	margin: 0px 3px; 
	padding-left: 1px; 
	padding-right: 1px; 
	background: #c8c8c8; 
	border-right: #c8c8c8 1px solid; 
	padding-top: 0px;
}
.boxborder2 {
	border-left: #c8c8c8 1px solid; 
	padding-bottom: 0px; 
	margin: 0px 2px; 
	padding-left: 0px; 
	padding-right: 0px; 
	border-right: #c8c8c8 1px solid; 
	padding-top: 0px;
}
.boxborder1 {
	border-left: #c8c8c8 1px solid; 
	margin: 0px 1px; 
	border-right: #c8c8c8 1px solid;
}
.boxbordercontent {
	border-left: #c8c8c8 1px solid; 
	padding-bottom: 0.3em; 
	padding-left: 5px; 
	padding-right: 5px; 
	background: #fff; 
	overflow: hidden; 
	border-right: #c8c8c8 1px solid; 
	padding-top: 0px;
	text-align:left;
}

.boxbordercontent h1 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}
.boxbordercontent h2 {
	font-size: 10px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 5px;
}

.boxbordercontent h1.orange{
	color:#ef6f00;
	text-align:center;
	margin-bottom: 2px;
}

.boxbordercontent h2.orange{
	color:#ef6f00;
	text-align:center;
	margin-bottom: 5px;
}

.boxbordercontent h1.orangeleft{
	color:#ef6f00;
	text-align:left;
	margin-bottom: 2px;
}

.boxbordercontent h2.orangeleft{
	color:#ef6f00;
	text-align:left;
	margin-bottom: 5px;
}

IMG.imageposition {
	display: block;
    margin: 7px auto 7px auto;
}
	
a.boxclassurl {
	font-size:10px;
	color:#009999;
	margin-left: 0px;
	padding-left:15px;
	color: #ef6f00;
	background: url("/src/link.gif") no-repeat bottom left;
}

/* Slider SELFPHP */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 160px; /*width of featured content slider*/
height: 200px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2px;
background: white;
width: 155px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 155px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px 0px;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
text-decoration: underline; 
}


/* Alexa */
.AlexaTable {
        border-top: #A6A6A6 1px solid; 
		border-left: #A6A6A6 1px solid; 
		border-right: #A6A6A6 1px solid; 
      }
	  
	  .AlexaTableTd {
	  	border-bottom: #A6A6A6 1px solid;
		border-right: #A6A6A6 1px solid;
	  	background:#eeeeee;
	  }
	  .AlexaTableTdEmpty {
	  	border-bottom: #A6A6A6 1px solid;
	  }
	  .AlexaTopic {
	  	color:#e47911;
		font-size:12px;
		font-weight:bold;
	  }
	  .AlexaCode {
	  	background:#eeeeee;
	  	border-width:1px; 
	  	border-color:#9999FF; 
	  	border-style:dashed; 
	  	padding:5px;	  
	  }
	  
	  
	  
#SideTitleMiddle {
	width:100%;
	background-color:#009999;
	border-bottom: #c8c8c8 1px dotted;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;	
}
.SideTitleMiddleTextLeft {
float:left;

	
}

.SideTitleMiddleTextRight {
float:right;
	
}

.emptyholder {
margin: 5px 0px 0px 0px;
	
}

/* Menue links*/
#bulletnormal { background-image: url(bullet-normal.gif); }
#bulletactive { background-image: url(bullet-select.gif); }

#navi {
	margin: 0;
	padding: 0px 0px 6px 0px;
	width: 180px;
	
}

#naviempty {
	height:1px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}
#naviempty ul, #naviempty li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	height:1px;
}

#navi ul, #navi li{
	list-style-type: none;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 3px 15px;
	font-size: 11px;
	
}
#navi li a {
	display: block;
}
#navi a:link {
	text-decoration: none;
	color: #122549;
}

#navi #akt {
	color: #ef6f00;
}

#navi a:hover, #navi a:hover#akt {
	color: #ef6f00;
}


.MenueTitle a:link {
	text-decoration: none;
	color:#8d8d8d;
	background: url("/src/pfeil-right-orange.gif") no-repeat bottom left;
}

.MenueTitle a:hover{
	color: #ef6f00;
}

.MenueTitle {
	font-size: 11px;
	display: block;
	background: url("/src/pfeil-bottom-orange.gif") no-repeat bottom left;
	font-weight: bold;
	color:#8d8d8d;
	border-bottom: #c8c8c8 1px dotted;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 14px;
	
}

.MenueTitleLink a:link {
	text-decoration: none;
	color:#8d8d8d;	
}

.MenueTitleLink a:hover{
	color: #ef6f00;
}

.MenueTitleLink a {
	font-size: 11px;
	color:#8d8d8d;
	display: block;
	background: url("/src/pfeil-right-orange.gif") no-repeat bottom left;
	font-weight: bold;
	border-bottom: #c8c8c8 1px dotted;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 14px;
	
}