/* DATEI: ikurs.css Es folgen die Style-Definitionen */

body    {margin:10px;background:white;}

ul	{margin-left:-30px; margin-bottom:10px; margin-top:10px;}
li	{margin-bottom:10px;}

h2 	{
        font-size:14pt;
        color:#369;
        padding-left:10px;
//        text-shadow: 0 2px 4px  rgba(0,0,0,0.5), 0px -2px 4px  rgba(255,255,255,0.8);}

pre     {font-size:8pt;margin:0px;}


table 	{font-size:9pt;box-shadow:#666 3px 3px 10px 1px;}

th	{
	font-size:10pt;
	background-color:#eee;
//	background:#ddd url(../pics/th.gif);
	color:#000;
	vertical-align:top;
	empty-cells:hide;
//	text-shadow:#777 2px 2px 3px;
	border-radius:2px;
//	opacity:0.70;
	border:1px solid gray;}

td	{
	font-family:source sans pro,arial,helvetica;
	font-size:10pt;
//	text-shadow:#777 1px 1px 3px;
	color:#000;
	empty-cells:hide;
	border-radius:2px;
	border:1px solid black;}

tbody>th{text-align:left;}

td td, td th{empty-cells:show;}

table td     {padding:5px;padding-left:10px;}
table th     {padding:5px;}
body > table {width:600px;}
body > hr    {width:600px; margin-left:0px; text-align:left;}
body p a img {position:absolute; top:20px; left:920px; }
/* body > table  tr>th:first-child {width:35px;} */

.example{
    font-size:8pt;
    color: #000;
    background-color: #eee;
    padding: 1mm;
    margin: 1.5mm;
    margin-right:1mm;
    border: 1px solid;
    width:95%;
    }

.frage {color:green; font-style:italic; font-weight:bold;}
.sp1   {width:35px;}
.code  {font-family:Courier New,Courier; font-size:10pt;}
.small {font-size:8pt;}
.box   {background-color:#83c5f6; color:#f00; font-size:9pt;}
.left  {text-align:left; padding-left:10px;}

tr                {background-color: #eee;}
tr:nth-child(even){background-color: #ddd;}
tr:hover          {background-color: #0bb;}
td { border: 1px solid #999; padding: 4px;}
table { border-collapse: collapse;}

//a        {cursor:crosshair;}
a:hover  {text-decoration:none;
	  color:#000;
	  background-color:#ffffff;
	  outline:3px #088;
	  padding:0px;
	  border-radius:4px;
	  border:1px dotted;}

a:link    { color:#00d;}
a:visited { color:#008;}





body > img   {position:relative;top:0px;left:0px;width:0px;height:0px;}
body {position:relative;top:-30px;}