/* Formate für die Homepage auf http://www.Norbert-Kroeger.de/ */

body	{ 
	font-family:Verdana,Lucida,Arial,sans-serif; 
	background-color:rgb(234,245,234);  
	background:url(img/back.jpg) repeat fixed; 
	margin:0px;
	} 

body.ig	{ 
	font-family:Verdana,Lucida,Arial,sans-serif; 
	background-color:rgb(234,245,234);  
	background:url(img/igback11.gif) repeat fixed;
/*	background:url(img/igback4.gif) repeat fixed; */
	margin:0px;
	} 
                                      /* #0066cc 00 = 000 66 = 102 cc = 204 */
a:link    { font-weight:bold; color:rgb(098,067,253); text-decoration:none; } /* noch nicht besuchte Ziele */
                                      /* #0099ff 00 = 000 99 = 153 ff = 255 */
a:visited { font-weight:bold; color:rgb(098,067,253); text-decoration:none; } /* besuchte Ziele */
                                      /* #ff6600 ff = 255 66 = 102 00 = 000 */
a:hover   { font-weight:bold; color:rgb(007,141,023); text-decoration:none; } /* Verweise bei "MouseOver" */
                                      /* #ff6600 ff = 255 66 = 102 00 = 000 */
a:active  { font-weight:bold; color:rgb(098,067,253); text-decoration:none; } /* Angeklickte Verweise */
                                      /* #ff6600 ff = 255 66 = 102 00 = 000 */
a:focus   { font-weight:bold; color:rgb(098,067,253); text-decoration:none; } /* Verweise, die Fokus erhalten */


/* Navigationsbar an der linken Seite */
#nav	{ 
	/* position:fixed;  */
	top:34px; 
	left:0px; 
	width:115px; 
	height:91%; 
	float:left;    /* width:115px; */
	text-align:center;
	border-right:2px solid rgb(049,099,156);
	font-size:10pt;
	padding:3px;
	}
.mselect     { color:rgb(220,0,0); } 

/* Fusszeile */
#bottom	{
	font-size:8pt;
	text-align:right;
	color:gray;
	}

/* Für den Bereich des Haupttextes */
#main	{
  position:absolute; 
  top:34px;
  left:135px;
  padding:9px;
	}

/* Sonstige Styles */ 
img { border:none; 
	vertical-align:middle; 
	text-align:center;
	margin-right:3px; 
	}
img.lr3 	{ 
	margin-left:3px; 
	}
img.right 	{ 
	float:right;
	}
	
table.aqua1 {
	border-spacing:0px;
	}
	
td.aqua2 { 
	background-color:aqua;  
	border:0px solid aqua;
	padding:4;
	}

hr 	{ color:rgb(049,099,156); }
p,td	{ font-size:11pt; font-weight:bold; color:navy; }
p.impressum	{ font-size:10pt; font-weight:normal; color:black; }
h1  { font-size:14pt; }
h2  { font-size:12pt; }
h3  { font-size:10pt; font-weight:bold;}
li,dd,dt  { font:11pt; font-weight:bold; color:navy; }
li.bahai { padding-bottom:15px; }
li.pics	{ padding-bottom:0px;}
form { float:left; }
code { color:maroon; }

.blue {color:navy; }
.center { text-align:center; }
.right { float:right; }
.s10pt { font-size:10pt; }
.selected { background-color:rgb(000,128,128); color:rgb(213,204,187); } /* Abschnitt wurde selektiert */

