/* DATEI: styles.css */

h1,h2,h3,h4,ul,ol,li,div,td,table,th,address,blockquote,nobr,b,i {
 font-family:Verdana, Arial, Helvetica, sans-serif; }

h1 { font-size:26px; margin-bottom:18px; }

h2 { font-size:21px; margin-bottom:18px; }

h2.sh2 { font-size:21px; }

h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }

h3 { font-size:16px; font-weight:bold; }

h4 { font-size:13px; }

p,ul,ol,li,div,td,table,th,address,blockquote { font-size:12px; }

li { margin-top:3px; }

pre { font-family:Courier New,Courier; font-size:13px; color:#0000C0; }

code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }

var { font-style:normal; color:#0000C0; }

blockquote,cite { font-style:italic; }

.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }

.code { background-color:#FFFFE0; }

.tabxpl { background-color:#E4EEFF; }

.doc { background-color:#EEEEEE; }

.nav { background-color:#FFEEDD; }

.qbar { background-color:#FFFFE0; font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif; }

.blue { color:#0000C0; }

pre.normal { color:#000000; }

a.an { text-decoration:none; }

.unicode { font-size:15px; font-family:Arial Unicode MS,Arial,sans-serif }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }


.dot         {
	position: absolute;
	width: 10;
	height: 10;
	visibility: hidden;
	background-color: #FF6600;
	font-size: 1px;
	cursor: pointer;
	cursor: hand;
	z-index: 100;
	background-image: url(gfx/circle.GIF);
}
.dotoff      { position: absolute; width: 9; height: 9; visibility: hidden; background-color: gray; font-size: 1px; cursor:default; z-index: 100; ; background-image: url(gfx/circleg.GIF);}
.dotempty    { position: absolute; width: 9; height: 9; visibility: hidden; background-color: #FFFF00; font-size: 1px; cursor: pointer; cursor: hand; z-index: 100; background-image: url(gfx/circley.GIF); }
.caption     { position: absolute; visibility: hidden; font-family: Verdana, Arial, Helvetica, sans-serif; 
	       color: black; 
               font-size: 12px; text-align: Center; cursor: default; z-index: 
               1 }

body		{ margin: 0px; background-color: white; }
a		{
	color: black;
	text-decoration: none;
	font-size: 12px;
}
p		{ font-size: 12px; font-family: Verdana; color: black } 
  body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 5px;
}
a:visited {
	color: silver;
}
a:hover {
	color: silver;
}
a:active {
	color: silver;
}

#divCont {position:absolute; z-index:1; left:50px; top:70px; height:400px; width:170px; visibility:hidden;}
.clTop   {position:absolute; z-index:1; width:170px; line-height:17px;}
.clSub   {position:absolute; z-index:1; left:0px; top:20px; width:170px; line-height:14px;}

/*** This sets the style for the links inside the menu. ***/
#divCont .clTop a {color:#000000; font-family:Verdana; font-size:12px; text-decoration:none;}
#divCont .clTop a:hover {color:#000000; text-decoration:none;}
#divCont .clTop .clSub a {color:#777777; font-family:Verdana; font-size:12px; font-weight:normal; text-decoration:none;}
#divCont .clTop .clSub a:hover {color: silver; text-decoration:none;}