/* ---------------------------------------
  EXYST Styles
 ----------------------------------------- */

/* 
CI-Farben:
#dddddd - Textfarbe
#ffffff - Überschriften
#000080 - Seitenhintergrund (dunkelblau)
#adadff, #aaaaff - Linkfarbe
#ccccff - Eingabefelderhintergrund
#990000 - Seitenmenühintergrund (dunkelrot)

Die Background-Color (oft mit inherit) wird häufig nur explizit gesetzt wegen des CSS-Validators. 
*/


body {
	border: 0px;
	background-image: url(exyst_bg.gif);
	background-attachment: fixed;
}
body,p,td {
	color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}
table,tr,td {
	vertical-align: top;
	/*margin: 0px;*/
}
div.textbox, div#d1, div#l1 {
	position: absolute;
}
h1 {
	color: #eee;
	width: 600px; 
}
h2 {
	/*background-color: inherit;*/
	color: #fff; 
}
a { 
	/*background-color: inherit;*/
	color: #aaaaff; 
	font-style: normal;
	text-decoration: none; 
}
a:active { 
	text-decoration: underline; 
}
a:hover	{ 
	text-decoration: underline; 
}
ul, li {	
	list-style-type: square;	
	margin-bottom: 0.7em;
}
input, textarea {
	/*border: 1px solid orange; */
	background-color: #ccccff;
	color: black; /*Text*/
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius: 0.2em;
}
label { cursor: pointer; }
/* fieldset { -moz-border-radius:9px; } // nicht CSS-konform */
legend { font-size:.8em; }
hr { 
	background-color: inherit;
	color: #ccc;
	height: 1px;
}


/*** --- Klassen --- ***/

.codebox {   /* für "domain_check_whois.php" und für Code-Beispiele allgemein; die Box erhält Scrollbalken bei Überlänge */
	background-color: #009; 
	color: inherit;
	border: 1px dashed silver; 
	max-height: 400px;
	overflow: auto;
	padding: 15px 10px 20px 10px; 
	width: 99%;
}
.in1 {   /* Input fields */
	background-color: #ccccff;
	color: navy;
	border-width: 1px; 
	padding: 1px 2px;
}
.in2 {   /* Radio + Checkboxes */
	border-width: 1px;
	background-color: transparent;
}
.klein {
	font-size: 0.75em;
}
.klein1 {
	font-size: 0.85em;
}
.siesindhier {
	position: relative;
	font-size: 8pt;
	font-style: italic;
	margin-left: 12px;
	margin-top: 5px;
}
.tabletest {
	background: red;
	color: inherit;
	border: 3px outset silver;
	margin: 70px;
}
.textbox {
	background-color: #009; 
	color: inherit;
	border: 1px #aaf dashed; 
	padding: 7px 7px;
	position: absolute; 
	width: 200px; 
}


/*** --- IDs --- ***/

#abc {
}

/* (C) Copyright by EXYST, S. Ruby */
