/* Universal Styles */
	*{margin:0px; padding:0px;}
	a img{border:none;}
	body{background:#ffffff;}

/* Structural Styles */
	body{height:100%;}
	html{height:100%; overflow:scroll;}
	#Eisen_Parent
		{
		min-width:750px;
		max-width:1000px;
		height:100%;
		margin:0px auto 0px auto;
		}

/* Textual Styles */
	#Eisen_Parent{font:8pt/15pt 'verdana',sans-serif; color:#000000;}
	#Eisen_Parent h1{font-size:14pt !important; color:#bbbbbb; margin:10px 0px 10px 0px;}
	#Eisen_Parent h2{font-size:12pt !important; color:#aaaaaa; margin:10px 0px 10px 0px;}
	#Eisen_Parent h3{font-size:10pt !important; color:#999999; margin:10px 0px 10px 0px;}
	#Eisen_Parent h4{font-size:9pt !important; color:#888888; margin:10px 0px 10px 0px;}
	#Eisen_Parent h5{font-size:8pt !important; color:#777777; margin:10px 0px 10px 0px;}
	#Eisen_Parent h6{font-size:7pt !important; color:#666666; margin:10px 0px 10px 0px;}
	#Eisen_Parent p,
	#Eisen_Parent ul,
	#Eisen_Parent ol{margin:10px 0px 10px 0px; color:#333333;}
	#Eisen_Parent ul,
	#Eisen_Parent ol{padding-left:40px; padding-right:40px;}
	#Eisen_Parent ul li{}
	#Eisen_Parent ol li{}
	#Eisen_Parent a{color:#0000ff;}
	#Eisen_Parent a:visited{color:#0000cc;}
	#Eisen_Parent a:hover{color:#cc0000;}
	#Eisen_Parent pre{margin:10px 0px 10px 0px;}
	#Eisen_Parent dfn{position:relative; border-bottom:1px dashed; font-style:italic; cursor:help;}
	#Eisen_Parent dfn span{display:none;}
	#Eisen_Parent dfn:hover span
		{
		display:block;
		position:absolute;
		top:20px; left:-44px;
		width:160px;
		font-style:normal;
		text-align:left;
		color:#555555;
		padding:5px;
		border:1px #cccccc solid;
		background:url(../images/Eisen_DFN_BG.png);
		}
	#Eisen_Parent hr{color:#cccccc; background:#cccccc; margin:20px 0px 20px 0px;}

/* Formal Styles */
	/* Margin + Padding */
		.Eisen_Form fieldset{margin:10px 0px 10px 0px; border:1px #cccccc solid;}
		.Eisen_Form fieldset legend{margin-left:5px; padding:0px 5px 0px 5px; color:#bbbbbb;}
		.Eisen_Form div{margin:10px 0px 10px 0px;}
		.Eisen_Form p.Eisen_Form_Indent{padding-left:200px;}

	/* Labels + Inputs */
		.Eisen_Form p,
		.Eisen_Form div{clear:both;}
		.Eisen_Form p label,
		.Eisen_Form div label{display:block; float:left; width:200px; text-align:right; color:#333333; margin:0px 10px 0px 10px;}
		.Eisen_Form p input,
		.Eisen_Form p select,
		.Eisen_Form p textarea
			{
			width:250px;
			font:8pt/10pt 'verdana',sans-serif;
			color:#000000;
			background:#ffffff !important;
			padding:2px;
			border:1px #000099 solid;
			}
		.Eisen_Form p select optgroup{padding-top:10px;}

/* Verarbeitung */
	#Eisen_Verarbeitung
		{
		display:none;
		position:fixed;
		right:0px;
		top:0px;
		width:16px;
		height:16px;
		background:url(../images/Eisen_Verarbeitung.gif) left bottom no-repeat;
		margin:2px 2px 0px 0px;
		border:1px #000000 solid;
		z-index:40;
		}

/* Schwarz */
	/* Structure and Xhadows */
		#Eisen_Schwarz{display:none; position:fixed; z-index:30;}
		#Eisen_Schwarz_Head{height:20px; vertical-align:top; background:url(../images/Eisen_Schwarz_BG.png);}
		#Eisen_Schwarz_Main{background:url(../images/Eisen_Schwarz_BG.png); padding:0px 4px 4px 4px;}
		#Eisen_Schwarz_Main_Content{background:#ffffff; overflow:auto;}
		#Eisen_Schwarz_XhadowRightTop{width:10px; height:20px; background:url(../images/Eisen_Schwarz_XhadowRT.png) no-repeat;}
		#Eisen_Schwarz_XhadowRight{width:10px; background:url(../images/Eisen_Schwarz_XhadowR.png) repeat-y;}
		#Eisen_Schwarz_XhadowLeftBottom{width:20px; height:10px; background:url(../images/Eisen_Schwarz_XhadowLB.png) no-repeat;}
		#Eisen_Schwarz_XhadowBottom{height:10px; background:url(../images/Eisen_Schwarz_XhadowB.png) repeat-x;}
		#Eisen_Schwarz_XhadowRightBottom{width:10px; height:10px; background:url(../images/Eisen_Schwarz_XhadowRB.png) no-repeat;}

	/* Text and Buttons */
		#Eisen_Schwarz_Main_Content{font:8pt/15pt 'verdana',sans-serif; color:#000000;}
		#Eisen_Schwarz_Main_Content h1{font-size:14pt !important; color:#bbbbbb; margin:10px 0px 10px 0px;}
		#Eisen_Schwarz_Main_Content h2{font-size:12pt !important; color:#aaaaaa; margin:10px 0px 10px 0px;}
		#Eisen_Schwarz_Main_Content h3{font-size:10pt !important; color:#999999; margin:10px 0px 10px 0px;}
		#Eisen_Schwarz_Main_Content h4{font-size:9pt !important; color:#888888; margin:10px 0px 10px 0px;}
		#Eisen_Schwarz_Main_Content h5{font-size:8pt !important; color:#777777; margin:10px 0px 10px 0px;}
		#Eisen_Schwarz_Main_Content h6{font-size:7pt !important; color:#666666; margin:10px 0px 10px 0px;}
		#Eisen_Schwarz_Main_Content p,
		#Eisen_Schwarz_Main_Content ul,
		#Eisen_Schwarz_Main_Content ol{margin:10px 5px 10px 5px; color:#333333;}
		#Eisen_Schwarz_Main_Content ul,
		#Eisen_Schwarz_Main_Content ol{padding-left:40px; padding-right:40px;}
		#Eisen_Schwarz_Main_Content ul li{}
		#Eisen_Schwarz_Main_Content ol li{}
		#Eisen_Schwarz_Main_Content a{color:#0000ff;}
		#Eisen_Schwarz_Main_Content a:visited{color:#0000cc;}
		#Eisen_Schwarz_Main_Content a:hover{color:#cc0000;}
		#Eisen_Schwarz_Main_Content pre{margin:10px 5px 10px 5px;}
		#Eisen_Schwarz_Main_Content dfn{position:relative; border-bottom:1px dashed; font-style:italic; cursor:help;}
		#Eisen_Schwarz_Main_Content dfn span{display:none;}
		#Eisen_Schwarz_Main_Content dfn:hover span
			{
			display:block;
			position:absolute;
			top:20px; left:-44px;
			width:160px;
			font-style:normal;
			text-align:left;
			color:#555555;
			padding:5px;
			border:1px #cccccc solid;
			background:url(../images/Eisen_DFN_BG.png);
			}
		#Eisen_Schwarz_Main_Content hr{color:#cccccc; background:#cccccc; margin:20px 5px 20px 5px;}
		#Eisen_Schwarz_Head_Title{font:9pt/14pt 'verdana',sans-serif; color:#ffffff; margin:0px 4px 0px 4px;}
		#Eisen_Schwarz_Head_Title a{color:#ffffff;}
		.Eisen_Schwarz_Button{display:block; float:right; width:16px; height:16px; cursor:pointer;}

/* Weiss */
	/* Screen */
		#Eisen_Weiss
			{
			display:none;
			position:fixed;
			left:0px;
			top:0px;
			width:100%;
			height:100%;
			background:url(../images/Eisen_Weiss_BG.png);
			z-index:10;
			}

	/* Content */
		#Eisen_Weiss_Content
			{
			width:100%;
			height:100%;
			text-align:center;
			overflow:auto;
			z-index:20;
			}