/* Formate für die Homepage auf http://ourworld.compuserve.com/homepages/Norbert_Kroeger/ */

body	{ 
	font-family:Verdana,Lucida,Arial,sans-serif; 
	background-color:beige;  
	margin:0px;
	} 

a:link    { font-weight:bold; color:rgb(098,067,253); text-decoration:none; } /* noch nicht besuchte Ziele */
a:visited { font-weight:bold; color:rgb(098,067,253); text-decoration:none; } /* besuchte Ziele */
a:hover   { font-weight:bold; color:rgb(007,141,023); text-decoration:none; } /* Verweise bei "MouseOver" */
a:active  { font-weight:bold; color:rgb(098,067,253); text-decoration:none; } /* Angeklickte Verweise */
a:focus   { font-weight:bold; color:rgb(098,067,253); text-decoration:none; } /* Verweise, die Fokus erhalten */

.selected    { background-color:rgb(000,128,128); color:rgb(213,204,187); } 
.mselect     { color:maroon; } 

/* Oberster Kopfbereich */
table.top { width:99%;
	border-bottom:2px solid rgb(049,099,156);
	background:url(back.jpg) repeat fixed;
	margin:3px 3px 0px 3px; }  /* margin= oben rechts, unten links */
.left   { text-align:left; padding-left:10px; }
td.right  { text-align:right; }

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

/* Fusszeile */
#bottom	{
	font-size:8pt; font-weight:normal;
	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-left:3px; 
	margin-right:3px;
	}

hr 	{ color:rgb(049,099,156); }
p,td,th,li	{ font:11pt; color:navy; }
td  { padding-left:4px; }
th  { text-decoration:underline; padding-left:4px; }
h1  { font-size:14pt; color:navy; }
h2  { font-size:12pt; font-weight:bold; color:navy; }
.ul { text-decoration:underline; font-weight:bold; }
.center { text-align:center; }
