@charset "utf-8";
body 
{
	margin: 0px;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	color: #cfbf87;
	font-size: 12px;
}

.hidden_logo
{
	display: none;
	visibility: hidden;
	position: fixed;
	top: -1000px;
	left: -1000px;
}

.content
{
	margin: 0px;
	background-color: #000000;
	color: #cfbf87;
	position: fixed;
	width: auto;
	position: fixed;
	z-index: 100;
	top: -2000px;
	left: -2000px;
	font-size:10px;
}
.info
{
	border: 1px solid #cfbf87;
	padding: 20px;
	color: #cfbf87;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}
a:link, a:visited
{
	color: #cfbf87;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:focus, a:active
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#hechtModedesign
{
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	vertical-align: middle;
}
