@charset "ISO-8859-1";

body	{
	 background-color:#383838;
	 font-family:Trebuchet MS,Helvetica,Arial,sans-serif;
	 color:#eeeeee;
	 margin-left:20px;
	 margin-top:20px;
	}

h1 + h2 {
	 margin-top:-0.5em;
	}

h2 + h3 {
	 margin-top:-0.8em;
	}

div + hr {
	 margin-top:-0.8em;
	}

h1	{
	line-height:60%;
	font-size:x-large;
	/*  font-family:Times New Roman; */
	/* border-bottom:ridge thin black; */
	 color:#EEEEEE;
	 letter-spacing: 0.1em;
	 font-style:normal;
	 font-variant: small-caps;
	}
h2	{
	 font-size:x-large;
	/*  font-family:Times New Roman; */
	/* border-bottom:ridge thin black; */
	 color:#EEEEEE;
	 letter-spacing: 0em;
	 font-weight:normal;
	 font-variant: normal;
	}

h3	{
	 font-size:large;
	/*  font-family:Times New Roman; */
	/* border-bottom:ridge thin black; */
	 color:#EEEEEE;
	 letter-spacing: 0em;
	 font-weight:normal;
	 font-variant: normal;
	}

h4	{
	 font-size:medium;
	/*  font-family:Times New Roman; */
	/* border-bottom:ridge thin black; */
	 color:#EEEEEE;
	 letter-spacing: 0em;
	 font-weight:normal;
	 font-variant: normal;
	}

p	{
	 line-height:110%;
	}

a:link		{ font-weight:normal; color:#FFC22D; text-decoration:underline; }
a:visited	{ font-weight:normal; color:#FFC22D; text-decoration:underline; }
a:focus	{ font-weight:normal; color:#FFC22D; text-decoration:underline; }
a:hover	{ font-weight:normal; color:#FFFFFF; text-decoration:underline; }
a:active	{ font-weight:normal; color:#FFFFFF; text-decoration:underline; }

h3 > a:link		{ font-weight:normal; color:#ccc; text-decoration:underline; }
h3 > a:visited	{ font-weight:normal; color:#ccc; text-decoration:underline; }
h3 > a:focus		{ font-weight:normal; color:#ccc; text-decoration:underline; }
h3 > a:hover		{ font-weight:normal; color:#FFFFFF; text-decoration:underline; }
h3 > a:active		{ font-weight:normal; color:#FFFFFF; text-decoration:underline; }

a + i	{
	 color:#FFC22D;	/*gelb*/
	 font-weight:bold;
	}

i	{
	 color:#FFC22D;	/*kupfer F7A85B, rot FE3F31*/
	 font-weight:bold;
	}

/*font	{
	 font-family:Helvetica,Arial,sans-serif;
	 color:#cccccc;
	}

*	{
	 color:#cccccc;
	 font-family:Helvetica,Arial,sans-serif;
	}
*/
div.bildskalieren {width:50%;}
div.bildskalieren img {width:100%;}

