/* Vorlagen-Datei von www.Familie-Braeuning.de */


/* Allgemeine Links: Blau bzw. Violett, Hover rot */
a:link                { color:#0000FF; text-decoration:underline; }
a:visited             { color:#980068; text-decoration:underline; }
a:hover               { color:#D00030; text-decoration:none; }
a:active              { color:#980068; text-decoration:none; }


/* Links im Navigationsbereich: Blau bzw. Violett, Hover rot */
a.nav:link            { color:#0000FF; text-decoration:none; }
a.nav:visited         { color:#980068; text-decoration:none; }
a.nav:hover           { color:#D00030; text-decoration:none; }
a.nav:active          { color:#980068; text-decoration:none; }


/* Link als Rücksprung auf Seitenanfang */
a.Titel               { font-family:Wingdings; font-size:150%; font-weight:bold; text-align:right; }
a.Titel:link          { color:#0000FF; text-decoration:none; }
a.Titel:visited       { color:#0000FF; text-decoration:none; }
a.Titel:hover         { color:#D00030; text-decoration:none; }
a.Titel:active        { color:#980068; text-decoration:none; }


/* Link der Linkseite */
a.H2linkliste         { color:black; text-decoration:none; }
a.H2linkliste:link    { color:black; text-decoration:none; }
a.H2linkliste:visited { color:black; text-decoration:none; }
a.H2linkliste:hover   { color:black; text-decoration:none; }
a.H2linkliste:active  { color:black; text-decoration:none; }

a.H3linkliste         { color:gray; text-decoration:none; }
a.H3linkliste:link    { color:gray; text-decoration:none; }
a.H3linkliste:visited { color:gray; text-decoration:none; }
a.H3linkliste:hover   { color:gray; text-decoration:none; }
a.H3linkliste:active  { color:gray; text-decoration:none; }


/* Formatierung für Ticker */
#cont {left:0px; width:100%; height:18px; overflow:hidden; visibility:hidden;}
#text {position:relative; left:2000px; height:18px; font-family:Comic Sans MS; font-size:14px; font-weight:bold;}
#text a {color:#000000; font-family:Comic Sans MS; font-size:14px; font-weight:bold; text-decoration:none;}
#text a:hover{color:#000000; font-family:Comic Sans MS; font-size:14px; font-weight:bold; text-decoration:none;}


body
	{
	color:#000000;
	background-color:#FFFFCC;
	font-family: Comic Sans MS;
	font-size: 95%;
	}
.titel
	{
	font-family: Comic Sans MS;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	word-spacing: 0;
	margin-top: 10pt;
	margin-bottom: 10pt;
	}
h1
	{
	font-family: Comic Sans MS;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	word-spacing: 0;
	margin-top: 10pt;
	margin-bottom: 10pt;
	}
h2
	{
	font-family: Comic Sans MS;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	word-spacing: 0;
	margin: 0;
	}
h3
	{
	font-family: Comic Sans MS;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	word-spacing: 0;
	margin: 0;
	}
h3.H3linkliste
	{
        color:gray;
	}
p, a, li, td, ul
	{
	font-family: Comic Sans MS;
	font-size: 95%;
	line-height: 110%;
	word-spacing: 0;
	margin-top: 5pt;
	margin-bottom: 5pt;
	}
p.klein
	{
	font-family: Comic Sans MS;
	font-size: 80%;
	line-height: 110%;
	word-spacing: 0;
	margin: 0;
	text-align: center;
	}


/* Registerdarstellung : Tabelle für Kopf-Bereich */
table.registerkopf	{
			width:100%;
			margin:0px; padding:0px;
			border-collapse:collapse;
			border:0px none;
			border-bottom:0px none;
			color:#ffffcc; background-color:#ffffcc;
			}

/* Registerdarstellung : Zwischen-Reitern */
td.raster0		{
			color:#ffffcc; background-color:#ffffcc;
			padding:0px;
			border-collapse:collapse;
			border-top:0px none; 
			border-bottom:2px solid black;
			border-left:0px none;
			border-right:0px none;
			}

/* Registerdarstellung : Aktiver Reiter */
td.raster1		{
			color:#000000; background-color:#ffff98;
			font-weight:bold;
			border-top:2px solid black; 
			border-bottom:0px none;
			border-left:2px solid black;
			border-right:2px solid black;
			border-collapse:collapse;
			padding:0px;
			padding-bottom:5px;padding-top:5px;
			text-align:center; vertical-align:middle;
			}

/* Registerdarstellung : Übrige Reiter */
td.raster2		{
			color:#000000; background-color:#D0CCFF;
			font-weight:bold;
			border: 2px solid black;
			border-collapse:collapse;
			padding:0px;
			padding-bottom:5px;padding-top:5px;
			text-align:center; vertical-align:middle;
			}

/* Registerdarstellung : Tabelle für Body-Bereich */
table.registerbody	{
			width:100%;
			margin:0px; padding:0px;
			border-collapse:collapse;
			border:2px solid;
			border-top:0px none;
			color:#000000; background-color:#ffff99;
			border-color:#ffff99 black black black;
			}

/* Registerdarstellung : Spalte für Body-Bereich */
td.registerbody		{
			vertical-align:top;
			margin:0px; padding:10px;
			border:0px none;
			}

/* Registerdarstellung : Tabelle für Bodyinhalt-Bereich */
table.registerbodyinhalt {
			width:100%;
			margin:0px; padding:0px;
			border:1px solid black;
			border-collapse:collapse;
			color:#000000; background-color:#ffff99;
			}
/* Registerdarstellung : Spalte für Bodyinhalt-Bereich */
td.registerbodyinhalt	{
			vertical-align:top;
			margin:5px; padding:5px;
			border:1px solid black;
			}
