/************************************************************************/
/*                 eqBox - Dynamic Layer                                 */
/*                                                                      */
/*                 Version: 0.1                                         */
/*                 Authors: Timon Rapp <rapp@equinoxe.de>                */
/*                 Changed: 2007/10/08 15:08                            */
/*                                                                      */
/************************************************************************/

	#eqBox_close { display:block; width:100%; background-color:#eeeeee; letter-spacing:4px; color:#333333; text-align:center; text-decoration:none; font-size:70%; height:20px; padding-top:4px;}
#eqBox_close_small {
	position:relative;
	top:-67px;
	display:block; 
	width:30px; 
	margin-left:677px; 
	background-color:#f0f0f0; 
	letter-spacing:4px; 
	color:#333333; 
	text-align:center; 
	text-decoration:none; 
	font-size:70%; 
	height:20px; 
	font-weight:bold; 
	padding-top:9px; 
	padding-left:2px;
	cursor:pointer;
}
#eqBox_close_small:hover {
	background-color:#666666; 
	color:#FFFFFF;
}
	#eqBox_close:hover { background-color:#666666; color:#FFFFFF;}

	#eqBox_pdf { display:block; width:100%; background-color:#eeeeee; letter-spacing:4px; color:#333333; text-align:center; text-decoration:none; font-size:70%; height:20px; padding-top:4px;}
#eqBox_pdf_small { 
	position:relative;
	top:-9px;
	display:block; 
	width:30px; 
	margin-left:640px; 
	background-color:#f0f0f0; 
	letter-spacing:4px; 
	color:#333333; 
	text-align:center; 
	text-decoration:none; 
	font-size:70%; 
	height:20px; 
	font-weight:bold; 
	padding-top:9px; 
	padding-left:2px;
	cursor:pointer;
}
#eqBox_pdf_small:hover {
	background-color:#666666; 
	color:#FFFFFF;
}
	#eqBox_pdf:hover { background-color:#666666; color:#FFFFFF;}

	#eqBox_print { display:block; width:100%; background-color:#eeeeee; letter-spacing:4px; color:#333333; text-align:center; text-decoration:none; font-size:70%; height:20px; padding-top:4px;}
#eqBox_print_small { 
	position:relative;
	top:-38px;
	display:block; 
	width:60px; 
	margin-left:573px; 
	background-color:#f0f0f0; 
	letter-spacing:2px; 
	color:#333333; 
	text-align:center; 
	text-decoration:none; 
	font-size:70%; 
	height:20px; 
	font-weight:bold; 
	padding-top:9px; 
	padding-left:2px;
	cursor:pointer;
	
}
#eqBox_print_small:hover {
	background-color:#666666; 
	color:#FFFFFF;
}
	#eqBox_print:hover { background-color:#666666; color:#FFFFFF;}

#eqBox_overlay { background-color:#000; height:100%; width:100%; position:absolute; display:none; z-index:900; top:0px; left:0px; }
#eqBox_box { position:absolute; left:50%; width:700px; margin-left:-350px; background-color:#FFFFFF; border:1px solid #333333; z-index:1000; display:none; padding:10px;}

#eqBox_box h1, #eqBox_box h2, #eqBox_box h3 { margin-left:10px; }

#eqBox_box h2 { margin-bottom:30px; color:#0079c2; }

#eqBox_teaser { border:1px solid #0079c2; border-left:0; border-right:0;font-weight:bold; margin-left:10px; width:680px; margin-bottom:10px; }
#eqBox_teaser img { float:right;}


#eqBox_teaser p {  text-align:justify; width:410px; line-height:20px; font-size:1.1em;}
* html #eqBox_teaser p { padding-top:10px; }
#eqBox_linkeSpalte {width:310px; padding-right:30px; padding-left:10px; float:left; line-height:20px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#eqBox_rechteSpalte { width:310px; padding-right:10px; padding-left:20px; float:left; line-height:20px; font-family:Verdana, Arial, Helvetica, sans-serif;}

#eqBox_inhalt h4 { font-size:1.1em; color:#0079c2; font-weight:bold; padding-bottom:0; margin-bottom:0; margin-top:10px; }
#eqBox_inhalt p { text-align:justify; padding-top:0; margin-top:0; font-size:1.1em;}
* html .eqBox_artikel { padding-top:20px;}
.eqBox_clearer { clear:both; visibility:hidden; height:0; width:0;}
#eqBox_footer { font-size:80%; color:#999999;}
