body
	{
	background-color	: #000000;
	margin-top			: 0px;
	margin-bottom		: 0px;
	margin-left			: 0px;
	margin-right		: 0px;
	color				: #CAA789;
	font-size			: 12px;
	font-family			: Arial, Helvetica, Geneva, sans-serif;
	font-weight			: bold;
	}

a
	{
	color				: #CFCFCF;
	text-decoration		: none;
	}

a:hover
	{
	text-decoration		: underline;
	}

a.klein
	{
	color				: #CAA789;
	font-weight			: normal;
	}

a.klein:hover
	{
	color				: #CAA789;
	font-weight			: normal;
	text-decoration		: underline;
	}

.weiss
	{
	color				: #FFFFFF;
	font-weight			: normal;
	}

.weiss_fett
	{
	color				: #FFFFFF;
	font-weight			: bold;
	}

.grau
	{
	color				: #B5B0AF;
	font-weight			: bold;
	}

.klein
	{
	color				: #CAA789;
	font-weight			: normal;
	}

.content
	{
	color				: #CAA789;
	font-weight			: normal;
	}

.padding_ueberschrift
	{
	color				: #FFFFFF;
	font-weight			: bold;
	font-size			: 14px;
	padding-left		: 10px;
	padding-top			: 5px;
	padding-bottom		: 5px;
	}

.padding_an
	{
	padding-left		: 4px;
	padding-right		: 4px;
	padding-top			: 4px;
	padding-bottom		: 4px;
	}

.input
	{
	background-color	: #000000;
	color				: #FFFFFF;
	font-family			: Arial, Helvetica, Geneva, sans-serif;
	font-size			: 12px;
	border				: #CAA789;
	border-style		: solid;
	border-top-width	: 1px;
	border-right-width	: 1px;
	border-bottom-width	: 1px;
	border-left-width	: 1px;
	}

#main
	{
	background-color	: transparent;
	padding				: 0px;
	border				: 1px dashed #948C8C;
	position			: absolute;
	margin				: 0px;
	top					: 50%;
	left				: 50%;
	width				: 832px;
	height				: 591px;
	margin				: -298px 0 0 -416px;
	}
