/* standard.css */
/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
*/

/* ******************************** cross Browser Neutralisierung ************************************ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	/* font-weight:normal; */
}

body {
	margin:0;
	padding:5px;
	padding-left:30px;
	background-color:white;

	background-image:url("../img/Menu10_2.gif");
	background-position:left 20px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	/* z-index:1000; */
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em; /* 12px */
	font-style:normal;
	line-height:1.3em;
}
#container {
	/* display: none; */
	margin-bottom: 100px;
}

/* ******************************** Listen-Formatierung ************************************ */
li {
	margin-left: 10px;
	line-height:1.5em;
	margin-top:2px;
	/* border: 1px solid blue; */
}
ul, ol {
	margin: 5px;  /* muss */
	margin-left: 30px;
	/* border: 1px solid green; */
}

/* ******************************** Tabellen-Formatierung ************************************ */
table {
	/* auto = Zelleninhalt hat Vorrang vor Breitenangaben (Voreinstellung). */	
	/* table-layout:fixed; Breitenangaben haben Vorrang vor dem Zelleninhalt (Inhalt wird zur Not abgeschnitten) */
	z-index:0;
}
table.elemente {
	padding:4px;
}
th,td {
	padding: 5px;
	/* border: 1px solid blue; */
}
th {
	vertical-align:top;
	padding-top:7px;
}
.th2 {
	font-size:1.4em;
}

#poweredBy {
	position: absolute;
	right:30px;
	top: 25px;
	font-size:1.4em;
}
#systemWorking {
	position: absolute;
	left:40px;
	top: 25px;
}
#laden {
	color: red;
}

/* ******************************** farbige Menues ************************************ */
/* graues Menu (Site Map) */
.menu {
	position:absolute; /* fixed */
	top:20px;
	left:0;
	width:20px;
	height:77px;
	/* border: 1px solid red; */
}
/* graues Menu (Index) */
.menu1 {
	position:absolute; /* fixed */
	top:102px;
	left:0;
	width:20px;
	height:77px;
	/* border: 1px solid red; */
}
/* hellblaues Menu (HTML) */
.menu2 {
	position:absolute; /* fixed */
	top:184px; /* 102px */
	left:0;
	width:20px;
	height:74px;
	/* border: 1px solid green; */
}
/* pink Menu (Styles) */
.menu3 {
	position:absolute; /* fixed */
	top:262px; /* 180px */
	left:0;
	width:20px;
	height:71px;
	/* border: 1px solid pink; */
}

ul.SiteMap {
	margin:0px 25px;
	padding:0;
}
h2.SiteMap {
	text-align:center;
}
.SiteMap li {
	line-height:1.1em;
}
.SiteMap li a {
	text-decoration:none;
	color: black;
}
/*
.SiteMap a:hover {
	text-decoration:underline;
}
*/
a.whitesmoke:link {
	background-color:rgb(245,245,245);  /* whitesmoke */
	color: black;
}
a.whitesmoke:hover {
	text-decoration: underline;
}
a.whitesmoke:visited {
	background-color:rgb(245,245,245);  /* whitesmoke */
	color: black;
}
/*
HELLBLAU:
(1) aliceblue = rgb(240,248,255) = #F0F8FF :
	hellblauer Hintergrund HTML
   (aliceblue + opacity 95%) = rgb(240,247,253) = #F0F7FD
	hellblaue Tooltips 
	
(2) rgb(172,218,228): --> kw
	hellblaues Menü ( HTML )

(3) lightblue = rgb(173,216,230) = #ADD8E6 :
	hellblaue Überschriften HTML
	hellblauer Block !!!!!!!!!!!!!!!!!!!!!
	kl. hellblaues Rechteck [html]
	schliessen !!!!!  --> grau

ROSA:
	( lavenderblush = rgb(255,240,245) = #FFF0F5 )

(1) aufgehellt: rgb(255,245,248) = #FFF5F8 (rgb(255,243,247) + opacity 80%)
	rosa Hintergrund Styles 
	rosa Tooltips
	
(2) rgb(252,194,204): --> kw
	rosa Menü ( Style )
	
(3) rgb(255,192,203):
	rosa Überschriften Styles
	rosa Block
	kl. rosa Rechteck [style]

*/
a.aliceblue:link {
	/* background-color: aliceblue = rgb(240,248,255) = #F0F8FF */
	color: blue;
}
a.aliceblue:hover {
	text-decoration: underline;
}
a.aliceblue:visited {
	color: blue;
}
a.lavenderblush:link {
	/* background-color: lavenderblush = rgb(255,240,245) = #FFF0F5 */
	/* aufgehellt: rgb(255,245,248) = #FFF5F8 */
	color: #990099;
}
a.lavenderblush:hover {
	text-decoration: underline;
}
a.lavenderblush:visited {
	color: #990099;
}
.Mitte {
	margin-left:auto;
	margin-right:auto;
}
.kleiner {
	font-size:.7em;
	color:#778899;
}

.InfoFrame {
	/* width:90%; */
	/* oben rechts unten links
	margin:15px 0px 20px 20px; */
	margin:0;
	margin-right: 5px;
	padding:0;
	overflow:auto;
	/* border:2px inset gray; */
	border-top:1px solid rgb(54,63,86);
	border-right:1px solid rgb(242,243,247);
	border-bottom:1px solid rgb(242,243,247);
	border-left:1px solid rgb(54,63,86);
}
/* Klapp-Infos */
.Info, .Info2, .Info3 {
	margin:0px;
	/* padding: 5px 0px; */
	padding: 10px;
	/* aufhellen: */
	border-top:1px solid rgb(115,129,168);
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid rgb(115,129,168);
}
.Info {
	background-color:rgb(245,245,245);  /* whitesmoke (lightyellow oldlace) */
}
.Info2 {
	/* aliceblue = rgb(240,248,255) = #F0F8FF */
	background-color:rgb(240,248,255);
}
.Info3 {
	/* lavenderblush = rgb(255,240,245) = #FFF0F5 */
	/* aufgehellt: rgb(255,245,248) = #FFF5F8 */
	background-color:rgb(255,245,248);
}

/* schwarzer Pfeil als Link */
div.linkPfeil {
     float:left;
     margin:0px;
     padding:0px;
}
/* der Pfeil-Link */
img.schwarzerPfeil  {
	  /* oben rechts unten links
     margin:3px 3px 3px 4px; */
     padding-right:4px; /* 5px */
     /* border:1px solid blue; */
}
ul.InfoSpalte {
	margin-left: 10px; /* */
}
a:link {
     color:blue;
     text-decoration:none;
}
a:visited {
     color:blue;
     text-decoration:none;
}
a:hover {
     text-decoration:underline;
}
/* nur während mouse down */
a:active { 
     text-decoration:none;
}
a:focus   {
	  font-weight:bold;
     text-decoration:none;
}

img {
	border:0;
}
h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.5em;
}
h2.gross {
	font-size:1.3em;
	margin: 8px 0px;
	font-weight:900;
}

h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
	margin: 4px 0px;
}
klein {
	padding-top:10px;  /* ??? */
	line-height:24px;
}
br.cl {
	clear:left;
	line-height:2px;
}
.seite {
	background-color:white;
	border: 1px solid black;
	padding:8px;
	width:550px;
	margin-left:auto;
	margin-right:auto;
}

.no {
	background-color:rgb(240,248,255);  /* aliceblue = rgb(240,248,255) = #F0F8FF */
	background-image:url("../img/verboten-kl2.gif");
	background-position:center 15px;
	background-repeat:no-repeat;
}

.falsch, .richtig {
	float: left;
	width:130px;
	/* border: 1px solid blue; */
}

/* farbige Demo-Flächen */
.seite2, .seite2b, .seite3 {
	background-color:rgb(253,245,230); /* oldlace */
	padding:8px;
	margin:4px;
	width:75%;
	/* border: 1px solid lightgray; */
	float:left;
}
/* nur span-Demo */
.seite3 {
	line-height:30px; /* IE: muss */
}
/* Erläuterungen Spalte 3 */
.seite4 {
	background-color:white; /* lightyellow */
	width:100%;
	/* oben rechts unten links */
	margin:10px 0px -6px -4px;
	padding:5px;
	font-style:italic;
	font-weight:normal;
}
/* Tabelle Styles: Spalte 3 */
.htmlSeite {
	background-color:rgb(253,245,230); /* oldlace */
	vertical-align:top;
	/* margin:5px;
	border: 1px solid gray; */
}
/* HTML Spalte 2 */
.codeSeite0, .codeSeite, .codeSeite2, .codeSeite3 {
	background-color:rgb(240,248,255);  /* aliceblue = rgb(240,248,255) = #F0F8FF */
}
/* HTML 2. Spalte */
.codeSeite {
	width:60%; /* 210px || 350px Problem: 800 x 600 ! */
}
.codeSeite2 {
	vertical-align:top;
	/* nowrap:nowrap; */
}
/* Kopiervorlage */
.codeSeite3 {
	background-image:url("../img/body.gif");
	background-position:200px 30px;
	background-repeat:no-repeat;
}
.codeSeite4, .codeSeite5, .codeSeite6 {
	background-color:rgb(240,248,255);  /* aliceblue = rgb(240,248,255) = #F0F8FF */
	background-position:center center;
	background-repeat:no-repeat;
}
/* Copyright */
.codeSeite4 {
	background-image:url("../img/copy2.gif");
}
/* Paragraph */
.codeSeite5 {
	background-image:url("../img/Paragraph.gif");
}
/* eMail */
.codeSeite6 {
	background-image:url("../img/eMail4.gif");
}

/* Styles Spalte 2 */
.styleSeite0, .styleSeite, .styleSeite2, .styleSeite3, .styleSeite4 {
	/* lavenderblush = rgb(255,240,245) = #FFF0F5 */
	/* aufgehellt: rgb(255,245,248) = #FFF5F8 */
	background-color:rgb(255,245,248);
}
/* Tabelle Styles: Spalte 2 */
.styleSeite {
	width:360px;
	vertical-align:top;
}
/* Tabelle Styles: Spalte 2  mit line-height */
.styleSeite2 {
	line-height:17px;
}
/* Kopiervorlage mit Styles */
.styleSeite3 {
	background-image:url("../img/style.gif");
	background-position:200px 150px;
	background-repeat:no-repeat;
}
/* Tabelle Styles: Spalte 2  mit Otto Hahn */
.styleSeite4 {
	vertical-align:top;
	background-image:url("../img/Otto_Hahn.gif");
	background-repeat:no-repeat;
	background-position:center center;
	/* background-attachment:fixed; */
}
/* container für Index Stichworte: 
   4 Spalten a 175px + 10px margin  (4 x 185 = 740)
	740 + 20 (Scrollbalken)
*/

.schliessen {
	/*float:right;
	clear: right; */
	position:absolute;
	right:30px;
	top:10px;
	cursor: pointer;
	background-color: rgb(173,216,230); /* lightblue = rgb(173,216,230) = #ADD8E6 */
	border: 1px solid blue;
	padding: 2px 5px;
}
.frmIndex {
	width: 760px;  /* 765 mit border */
	height: 787px; /*  */
	padding: 10px;
	margin-right: 0px;
	overflow: auto;
	/* border: 1px solid red; */
}
/* HTML + Styles */
.spalte0 {
	width:175px;
	float:left;
	margin-right:10px;
	font-size:1em;
	line-height:1.2em;
	/* border: 1px solid blue; */
}
.spalte0kl {
	width:175px;
	float:left;
	margin-right:10px;
	font-size:.8em;
	line-height:1em;
}
.spalte1, .spalte2 {
	width:130px;
	float:left;
	margin-right:10px;
	font-size:1em;
	line-height:1.2em;
	/* border: 1px solid blue; */
}
/* Menu HTML */
.spalte0 a, .spalte0kl a, .spalte1 a {
	color:rgb(12,12,144);  /* #0C0C90  darkblue */
}
/* Menu Styles */
.spalte2 a {
	color:#990099; /* lila */
}
.cursor {
	padding:3px;
	/* background-color:rgb(255,192,203);  #FFC0CB  pink */
	border:1px solid #990099;
	font-weight:600;
	color:#990099; /* lila */
	
	cursor:help;
}
/* kl. pink Rechteck */
div.styleAnzeige {
	float:right;
	width:30px;
	height:10px;
	padding:3px;
	background-color:rgb(255,192,203);  /* #FFC0CB  pink */
	border:1px solid #990099;
	
	font-size:10px;
	font-style:italic;
	line-height:10px;
	cursor:help;
	/* margin-top:4%; */
}
.styleAnzeige2 {
	/* width:60%; */
	padding:5px;
	background-color:rgb(255,192,203);  /* #FFC0CB  pink */
	border:1px solid #990099;
	font-weight:normal;
}
.styleAnzeige3 {
	padding:2px;
	background-color:rgb(255,192,203);  /* #FFC0CB  pink */
	border:1px solid #990099;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
}

/* kl. blaues Rechteck */
div.htmlAnzeige {
	float:right;
	clear: right;
	width:30px;
	height:10px;
	padding:3px;
	background-color:rgb(173,216,230); /* lightblue = rgb(173,216,230) = #ADD8E6 */
	border:1px solid blue;
	font-size:10px;
	font-style:italic;
	line-height:10px;
	cursor:help;
	/* margin-top:4%;
	margin-left:-35px; */
}
.htmlAnzeige2 {
	/* width:60%; */
	padding:3px;
	background-color:rgb(173,216,230); /* lightblue = rgb(173,216,230) = #ADD8E6 */
	border:1px solid blue;
}
.htmlAnzeige3 {
	padding:2px;
	background-color:rgb(173,216,230); /* lightblue = rgb(173,216,230) = #ADD8E6 */
	border:1px solid blue;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
}

.clearleft {
	clear: left;
}
.center3 {
	width: 340px; /* 165px */
	margin-left:auto;
	margin-right:auto;
}

input {
	vertical-align:middle;
}
/*
pre {
	margin:0;
	font-family:Courier,Courier New,Lucida Console,monospace;
}
*/
code {
	/* font-family:Courier,Courier New,Lucida Console,monospace;*/
	font-family:"Courier New","Lucida Console",monospace;
	font-size:1.1em;
}
/* ul, ol */
.min {
	padding:0;
	/* oben rechts unten links */
	margin: 2px 5px 2px 20px;
}
.min li {
	font-size:.9em;
	/* line-height:13px; */
}
li.absatz {
	margin-top:7px;
}
em {
	/* font-style:normal;
	font-weight:600; */
}
.underline {
	text-decoration:underline;
}
.engl {
	font-style:italic;
	font-weight:normal;
	color:#777;
	/* the filter attribute is recognized in Internet Explorer and should be a percentage
	filter: Alpha(opacity=80); */
	/* the -moz-opacity attribute is recognized by Gecko browsers and should be a decimal
	-moz-opacity: .8; */
}
.dunkelblau {
	/* background-color: #00008B;
	margin-top: 5px;
	color: white; */
	color: #00008B;
	padding: 5px;
}
/* ******************** htmlTag-Tabelle ************************ */
/* Tags */
.black, .black2 {
	padding-top:4px;
}
.blue {
	font-weight:600;
	color:blue;
}
.cyan {
	font-weight:600;
	color:#0099FF;  /* Cyan */
}
/* Attribute: 
   deutscher Name (Klasse) 
   Attr.-Name (class) in blue2 */
.attribut {
	padding-top:6px;
	/* color:#9966FF;  lila */
	color:#9066FF;  /* lila */
}
/* HTML-Strings / Name (bold wegen <th>) */
.brown {
	padding-top:4px;
	/* color:rgb(201,127,115); */
	color:rgb(165,42,42);  /* #A52A2A  brown */
}
/* für engl. Bez. */
.brown2 {
	font-weight:600;
	color:rgb(201,127,115);
	/* color:brown; */
}
/* ******************** Style-Tabelle ************************ */
/* 1. Spalte: styles (font-family ...) */
.lila {
	font-weight:600;
	color:#990099;
}
/* deutsche Bez. */
.orange {
	padding-top:6px;
	font-weight:600;
	color:rgb(220,20,60);  /* #DC143C  crimson  (#FF9966 #FF9966 hotpink) */
}
/* 2. Spalte*/
/* Werte */
.pink {
	font-weight:600;
	color:#FF90FF; /* (#FF99FF pink) */
}
.pink2 {
	/* background-color: rgb(255, 191, 191); (#FF99FF pink) */
	/* background-color: rgb(255, 128, 128); (#FF99FF pink) */
	color: rgb(255, 128, 128); /* (#FF99FF pink) */
	text-decoration: underline;
	font-size: 2.5em;
	font-weight: 900;
}

/* Kommentar / Erste Hilfe */
.green1, .green2 {
	/* color:#00CC33; green */
	color:rgb(0,153,0);
}
/* HTML-Überschrift h2 */
strong.gross {
	font-size:1.4em;
	font-weight:800;
}
abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
	/* cursor:pointer; */
}
.italic {
	font-style:italic;
	font-weight:normal;
	font-size: 1em;
}
.red {
	color:red;
	font-style:italic;
	font-weight:normal;
}
.grau {
	color:#888;
	font-style:italic;
}

/* .className {  } */
span.css {
	color:#888;
	/* font-weight:600; */
}

.info {
	/* color:orange;
	background-color:rgb(144,238,144);  /* lightgreen */
	background-color:rgb(245,245,245); /* whitesmoke */
}
.htmlInfo {
	background-color:rgb(173,216,230); /* lightblue = rgb(173,216,230) = #ADD8E6 */
}
.styleInfo {
	background-color:rgb(255,192,203);  /* #FFC0CB  pink */
}

/* Anfang span-Demo */
.spezial1 {
	line-height:35px; /* IE: muss */
	font-family:serif;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
	text-transform:lowercase;
	color:blue;
}
.spezial2 {
	font-size:1.8em;
	font-weight:bolder;
	font-variant:small-caps;
	letter-spacing:2px;
	vertical-align:super;
	color:red;
}
.spezial3 {
	font-size:.9em;
	font-weight:bold;
	vertical-align:sub;
	background-color:yellow;
	color:green;
}
/* Ende span-Demo */

/* div-Demo */
.extra_ {
	width: 100px;
	padding: 15px;
	text-align: center;
	font-weight: 600;
	background-color: black;
	color: white;
	border: 5px inset gray;
}
.extra {
	width: 150px;
	padding: 15px;
	text-align: center;
	font-weight: 600;
	background-color: rgb(139,0,0);  /* #8B0000  darkred  (Maroon = #800000) */ 
	color: rgb(255,215,0);  /* gold */
	border: 5px solid rgb(205,133,63);  /* #CD853F  peru */
}
/* hr-Demo */
.linie {
	background-color: red; /* Farbe für Opera und Firefox */
	color: red; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height:3px;
	margin:10px;
}
/* nur für (sans-)serif */
.Hinweis {
	border-bottom: 1px dotted #333;
	line-height:1.4em;
	/* cursor: help; */
	cursor:pointer;
}

/* ********************************** Die wichtigsten Style-Elemente: *************************************** */
.sans-serif {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.serif {
   font-family: 'Times New Roman', Times, serif;
	font-size: 1.3em;
}
.normal1 {
   font-style: normal;
}
.schraeg {
   font-style: italic;
}
.klein {
   font-size: 9px;
}
.gross {
   font-size: 1.5em;
}
.normal2 {
   font-weight: normal;
}

.fett {
   font-weight: bold;
}
.normal3 {
   text-decoration: none;
}

.unterstrichen {
   text-decoration: underline;
}
.blau {
   color: blue;
}
.rot {
   color: rgb(255, 0, 0);
}
.gruen {
   color: rgb(0, 127, 0);
}
.Einzug {
	text-indent: 8mm;
}
.links {
	text-align: left;
}
.Mitte {
	text-align: center;
}
.rechts {
	text-align: right;
}
.ueber {
	vertical-align: super;
}
.unter {
	vertical-align: sub;
}
.normal4 {
	line-height: 1em;
}
.eineinhalb {
	line-height: 1.5em;
}
.roterRahmen1 {
	border-width: 1px;
	border-style: solid;
	border-color: red;
}
.roterRahmen2 {
	border: 1px solid red;
}
.marginRahmen {
	border: 1px solid red;
	margin:10px;
}
.paddingRahmen {
	border: 1px solid red;
	padding:10px;
}
.festerRahmen {
	border: 1px solid red;
	padding:10px;
	width:250px;
	height:75px;
}
.silberRahmen {
	border: 1px solid red;
	padding:10px;
	width:250px;
	background-color: silver;  /* rgb(255,192,203) #FFC0CB  pink */
}
.blauerRahmen {
	border: 3px solid blue;
	width:200px;
	height:70px;
	background-color:rgb(173,216,230); /* lightblue = rgb(173,216,230) = #ADD8E6 */
}
.PunkteRahmen {
	border: 2px dotted red;
	width:200px;
	height:70px;
	background-color:white;
}
.inset {
	border: 5px inset gray;
	width:200px;
	height:70px;
	background-color:black;
}
.outset {
	border: 5px outset green;
	width:200px;
	height:70px;
	background-color:rgb(144,238,144);  /* lightgreen */
}
.ObenUnten {
	border-top: 2px solid blue;
	border-bottom: 2px solid blue;
	padding:3px;
}
.rotePunkte {
	border-bottom: 2px dotted red;
}
.doppelGruen {
	border-left: 8px double green;
	border-right: 8px double green;
	padding:10px;
	/* width: 200px; */
}
.inset2 {
	border-top:5px solid rgb(90,90,90);
	border-left:5px solid rgb(90,90,90);
	border-right:5px solid rgb(191,191,191);
	border-bottom:5px solid rgb(191,191,191);
	width:200px;
	height:70px;
	background-color:black;
}
.outset2 {
	border-top:5px solid rgb(165,210,165);
	border-left:5px solid rgb(165,210,165);
	border-right:5px solid rgb(0,76,0);
	border-bottom:5px solid rgb(0,76,0);
	width:200px;
	height:70px;
	background-color:rgb(144,238,144);  /* lightgreen */
}
.center1 {
	width: 150px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:silver;  /* lightblue = rgb(173,216,230) = #ADD8E6 */
}
.center2 {
	width: 150px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:silver;  /* lightblue = rgb(173,216,230) = #ADD8E6 */
	text-align:center;
}
.mitBild {
	background-image:url("../img/WB02115_.gif");
	width:200px;
	height:100px;
	padding:10px;
}
.mitBild2 {
	background-image:url("../img/black-feet.gif");
	background-repeat:repeat-x;
	/* background-position:left 20px;
	background-attachment:fixed; */
	width:200px;
	height:30px;
}
.Schrift1 {
	font-size:14px;
	color:red;
}
/* depricated */
.u {
	text-decoration:underline;
}
.zentriert1 {
	text-align:center;
	border:1px solid red;
}
.zentriert2 {
	width:40px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid red;
}
.cursorWest {
	cursor:w-resize;
	/* position: relative; */
}
.cursorMove {
	cursor:move;
	/* position: relative; */
}
/*
.cursorNorth {
	cursor:n-resize;
}
*/
.cursorHelp {
	cursor:help;
}












