
/* ALLGEMEIN */


	body
		{
		margin				:0;
		padding				:5% 0 0 0;
		text-align			:center;
		height				:80%;
		background-color		:#000000;
		color				:#000000;
		font-family			:Courier New, Courier, monospace;
		}

	#box_rahmen
		{
		color				:#000000;
		background			:#000000;
		width				:790;
		height				:510;
		margin				:auto;
		padding				:0px;
		/*overflow			:auto;*/
		border				:1px solid #ffffff;
		}

	#box_inhalt
		{
		color				:#000000;
		background			:#000000;
		width				:780;
		height				:500;
		text-align			:left;
		margin				:5px;
		/*padding				:5px;*/
		/*overflow			:auto;*/
		}

/* Menübereich */


	#menue_bereich
         	{
		/*border				:0px solid #000000;*/
		background-color		:#3333FF;
                /*padding				:5px;*/
                width				:160px;
                height				:500;
                float				:left;
		border-right			:5px solid #000000;
                }

	.menue
         	{
		font-weight			:bold;
                font-size			:14px;
		text-decoration			:none;
		color				:#000000;
		background-color		:#ffffff;
		display				:block;
		width				:130px;
		padding				:3px 3px 3px 8px;
		margin				:5px 3px;
		text-align			:left;
		border				:1px solid #000000;
		/* wird nur von Mozilla unterstützt */
		-moz-border-radius		:15px;
		}

	.menue:hover
		{
		color				:#000000;
		background-color		:#cccccc;
		border				:1px solid #000000;
		}

	.menue_aktuell
         	{
		font-weight			:bold;
                font-size			:14px;
		text-decoration			:none;
		color				:#ffffff;
		background-color		:#3333ff;
		display				:block;
		width				:130px;
		padding				:3px 3px 3px 8px;
		margin				:5px 3px;
		text-align			:left;
		border				:1px solid #ffffff;
		/* wird nur von Mozilla unterstützt */
		-moz-border-radius		:15px;
		}

	.menue_unterpunkt
		{
		font-size			:12px;
		font-weight			:normal;
		color				:#ffffff;
		text-decoration			:none;
		display				:block;
		margin				:5px 0px;
		padding-left			:25px;
		text-align			:left;
		}

	.menue_unterpunkt:hover
		{
		text-decoration			:underline;
		}

	#menue_oben_mitte
         	{
		border				:0px solid #000000;
		background-color		:#3333FF;
                /*padding				:5px;*/
                width				:154px;
                height				:472;
                /*float				:left;*/
                }

	#menue_unten_flaggen
         	{
		border				:0px solid #000000;
		background-color		:#3333FF;
                /*padding				:5px;*/
                width				:159px;
                height				:23;
		text-align			:center;
                /*float				:left;*/
                }

/* Textbereich */

	#textbereich
         	{
		color				:#000000;
		background-color		:#ffffff;
		font-size			:12px;
		text-decoration			:none;
		text-align			:left;
		/*padding				:3px 0px;*/
		overflow			:auto;
                height				:500px;
                }

	.textbereich_hintergrundbild
         	{
		background-image		:url(./bilder/logo_wehrmut_hintergrund.gif);
		background-repeat		:no-repeat;
                }

	#wehrmut
		{
		font-size			:20px;
		font-weight			:bold;
		text-align			:center;
		vertical-align			:top;
		}


	.abstand
		{
		letter-spacing			:10pt;
		}


	#kurztext
		{
		font-size			:13px;
		font-weight			:normal;
		text-align			:justify;
		}

	#kurztext_center
		{
		font-size			:13px;
		font-weight			:normal;
		text-align			:center;
		}

	.tradetabelle
		{
		font-family			:Courier New, Courier, monospace;
		font-size			:12px;
		border-collapse			:collapse;
		empty-cells			:show;
		border-color			:#c0c0c0;
		}

	.tradecondition
		{
		font-size			:11px;
		empty-cells			:show;
		}


	.bildtabelle
		{
		font-size			:12px;
		empty-cells			:show;
		}


	.link
		{
		font-size			:12px;
		font-weight			:normal;
		text-align			:left;
		vertical-align			:top;
		display				:inline;
		text-decoration 		:underline;
		}
	.link.fett
		{
		font-weight			:bold;
		}
	.link:link
		{
		color				:#000000;
		}
	.link:visited
		{
		color				:#808080;
		}
	.link:active
		{
		color				:#3333FF;
		}


	.bildlink:active img
		{
		border				:1px solid #3333FF;
		}
	.bildlink:link img
		{
		border				:1px solid #000000;
		}
	.bildlink:visited img
		{
		border				:1px solid #808080;
		}
	.bildrahmen
		{
		border				:6px solid #000000;
	        padding				:1px;
		}


	.knopf
		{
		background-color		:#3333FF;
		color				:#ffffff;
		font-weight			:bold;
		}

	#unterstrichen
		{
		text-decoration			:underline;
		}

	h1
		{
		font-size			:16px;
		font-weight			:bold;
		text-decoration			:underline;
		text-align			:center;
		}

	h2
		{
		font-size			:11px;
		font-weight			:normal;
		text-align			:left;
		}

	h2.fett
		{
		font-weight			:bold;
		font-size			:13px;
		}

	h3
		{
		font-size			:12px;
		font-weight			:bold;
		text-decoration			:none;
		text-align			:left;
		}


