/* ************************************	*/
/*  Style Sheets for A-IMS		*/
/*  (c) EXYST.de			*/
/* ************************************	*/

/* TAGS	*******************************	*/


body { 
	margin-top:		 0px; 
	margin-bottom:		10px; 
	background-color:	#990000;
	color:			#009baa;
}
body,p,table,tr,td,ul,ol,li,h1,h2,h3,h4,div,nobr,blockquote,textarea { 
	font-family:		Verdana, Arial, Helvetica, sans-serif; 
	font-size:		10pt;
	color:			#ffffff;
}
input,textarea {
	color:			#044b69;
	background-color:	#eeffff;
	bgcolor:		#eeffff;
	font-size:		9pt;
}
sup {
	font-size:		9pt
}
#submit {
	color:			black;
	background-color:	#cccccc;
	bgcolor:		#cccccc;
}
h1 { 
	font-size:		16pt;
	margin-left:		 0pt;
	letter-spacing:		0.1em; 
}
h2 { 
	font-size:		14pt;
	margin-top:		10px;
	margin-left:		 0pt; 
	margin-bottom:		-0.5em;
}
h3 { 
	font-size:		12pt;
	margin-left:		 0pt; 
	margin-bottom:		-0.5em;
}
ul li {	
	margin-top:		3; 
	margin-bottom:		8;
	list-style-type:	square;
	list-style:	square url(../img/punkt2.gif);
}
pre,tt { 
	font-family:		Courier	New, Courier, mono; 
	font-size:		10pt; 
}
blockquote {
	margin-left:		20pt;
	margin-right:		1pt;
}
a {  /* siehe auch die Ruby-Klassen weiter unten */
	color:			#ff9999;
	font-weight:		normal;
	text-decoration:	none; 
}
a:active  { 
	color:			red;
	text-decoration:	underline; 
}
a:hover	{ 
	text-decoration:	underline; 
	color:			#ffaaaa;
	/*width:			6;
	filter:			glow(color=ff0000, strength=2);*/
}
hr { 
	height:			1px; 
	/* margin-left:		20pt;
	margin-right:		20pt; */
}


/* CLASSES ****************************	*/

.contentlyr {
	z-index: 		1; 
	border: 		1px solid #cc6666; 
	margin: 		15px 10px 10px 160px; 
	padding: 		15px;
}
.textklein {
	font-size:		8pt;
}
a.rubyinaktiv:link, 
a.rubyinaktiv:visited {
  color: #f99;		/* hellrot */
  text-decoration: none;
}
/* Ruby class: für das Automatic Link Highlighting */
a.rubyinaktiv:hover, 
a.rubyinaktiv:active, 
a.rubyinaktiv:focus { 
  color: #faa;		/* hellerrot */
  text-decoration: underline; 
}
a.rubyaktiv:link, 
a.rubyaktiv:visited {
  color: #fff; 
  text-decoration: none;
} 
a.rubyaktiv:hover, 
a.rubyaktiv:active, 
a.rubyaktiv:focus { 
  color: #fff; 
  text-decoration: none; 
}

