/*design.css - für ENKHEYM index.htm*/
body {
	background-color: #010103;
	background-image: url(background.jpg);
}

a {
  text-decoration: none;
}

a:link {
  color: #999AB8;
}

a:visited {
  color: #999AB8;
}

a:active {
  color: Red;
}

a:hover {
	/*background-color: blue;*/
	color: yellow;
	font-weight: bolder;
	font-size: larger;
}

h1 {
  font-family: sans-serif;
  font-size: 6pt;
  color: #A0A2BB;
  text-align: center;
}


.text1 {
	font-family: sans-serif;
	font-size: 12pt;
	color: #999AB8;
	font-weight: bold;
	background: #151121;
	border: thin;
	border-color: #151121;
	border-style: solid;
}

.text2 {
	font-family: sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #999AB8;
}

/**/
.bar1 {
	background: #151121;
}

/*Geistertext*/
.blind {
	font-size: 1px;
	color: #010103;
}
