/* CSS Document */

body {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:hover, span.about:hover{ 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}
a:active { 
	color: #333333;
	}

.hiddenPic {display:none;} /* for preloading images ä*/
.mainFrame {
	height: 400px;
	width: 900px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	position: absolute;
}
div.about{
	position: absolute;
	width: 457px;
	left: 50%;
	top: 117px;
	margin-left: -275px;
	background-color:  black;
	display: none;
	padding: 20px;
	padding-right: 220px;
	border: white solid 2px;
	font-size: 11px;
}
span.about{
	cursor: pointer;
	text-decoration: underline;
}

div.about dl {
 	 /*border: 3px double #ccc;*/
 	 padding: 0.5em;
}
div.about dt {
	float: left;
	clear: left;
	/* width: 100px; */
	text-align: right;
	font-weight: bold;
	color: palegoldenrod;
 }
div.about dt:after{
	content: "";
}
div.about dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;	
}
div.about img#close{
	cursor: pointer;
	position: absolute;
	right: -23px;
	top: -18px;
}
div.about img#portrait{
	/*margin-top: 15px;
	float: right;*/
	position: absolute;
	right: 15px;
	top: 15px;
}

