/* <meta http-equiv="content-style-type" content="text/css"> */
/* <link rel=stylesheet href="index.css"> */
/* <STYLE></STYLE> */

*.Textblau { font:bold 17px "Courier New","Comic Sans MS",Verdana,Arial,Courier; letter-spacing:1px; color:navy; }
/* sans-serif (Arial, Verdana) normalerweise
   serif (Times New Roman, Georgia) beim Ausdrucken
   monospace (Courier New) für Codebeispiele etc
   fantasy (Impact) Überschriften
   script (Comic Sans MS) Überschriften */

*.Stichw { font:bolder 14px ARIAL; color:navy; }

*.Ort { font:normal 11px "COURIER NEW",COURIER,ARIAL; color:black; }

HR {margin-top:20px; margin-bottom:20px; text-align:center; width:50%; color:navy; background-color: navy; height:2px;}

.box {
	border-width:thin;
	border-style:solid;
	border-color:#808080;
	padding:5px;
}

.l {
	float:left;
	margin: 5px 15px 10px 0px;
}
.r {
	float:right;
	margin: 5px 0px 10px 10px;
}

/* #=id .=class */
#rrbox {float:right; margin-right:-230px}
.rrbox {float:right; margin-right:-100px}

fieldset {
	border:1px solid navy; 
	width:auto; 
	border-radius:15px; 
	box-shadow: 10px 20px 30px grey;
}

.kommentarbox {
position:absolute;
margin:0 0 0 -300px;
float:left;
width:250px;
padding:10px;
font-size:small;
border:1px solid #000;
background:#eee;
}

.schatten {
 background-color: white;
 filter:progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=10);
 box-shadow: 10px 20px 30px grey; 
}
