/*
main.css

für die basisseiten, die den iFrame aufrufen
*/

	body {
	font-family:Tahoma,Bookman Old Style,Avalon,Wide Latin;
	color:#FFFFFF;
	font-size:11pt;
	
	background-repeat:no-repeat;
	background-position:top right;
	background-attachment:fixed; padding:0px; }
	
	a:link { color:#DEB887; text-decoration::underline; }
	a:visited { color:#DEB887; text-decoration::underline; }
	a:focus { color:#DEB887; text-decoration::underline; }
	a:hover { color:#CCFF00; text-decoration::underline; }
	a:active { color:#AAAAAA; text-decoration::underline; }
	}
	
		#footer_container
	{
		position:fixed;
		bottom:0; left:0; right:0;
		text-align:center;
		margin:0;
		height:2em;
		z-index:3;
	}
	#footer_frame {
	position: fixed; 
	bottom: 0px;
	color: #808080;	font-size: 0.9em;
	clear: both;
	text-align: center;
	min-width: 100%;
	}
