@CHARSET "UTF-8";

#overlay
{
	width: 400px;
	height: 400px;
	border: 0px solid #000;
	position: absolute;
	left: 500px;
	color: #4b4b4b;
	background-image: url(http://foren.t-online.de/foren/templates/t_online_redesign/images/corner_background.gif);
	display: none;
	z-index: 90;
	overflow-y: auto;
	padding: 12px;
	line-height: 20px;
}
/* wird vom IE ignoriert! */
#overlay[id]
{
  position: fixed;
  overflow: auto;
}



#transparent
{
	/*background-image: url(transparency4.png);*/
	position:fixed;
	height:100%;
	width:100%;
	display: none;	
	top:0px;
	left:0px;
	z-index:80;
}

#overlay a.ForumMarkLink:link, #overlay a.ForumMarkLink:visited, #overlay a.ForumMarkLink:active, #overlay a.ForumMarkLink:hover, #overlay a.ForumMarkLink:focus
{
  padding-left:11px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#4b4b4b;
  text-decoration:none;
  background-image:url(http://foren.t-online.de/foren/templates/t_online_redesign/images/carat.gif);
  background-position:1px 4px;
  background-repeat:no-repeat;
}
#overlay a.ForumMarkLink:hover, #overlay a.ForumMarkLink:focus
{
  color:#60b1dc;
  background-image:url(http://foren.t-online.de/foren/templates/t_online_redesign/images/carat.gif);
  background-position:1px 4px;
  background-repeat:no-repeat;
}

#overlay .ForumStdBoxSpacing { padding: 0px }
#overlay h1 {font-size: 15px}

