/*
// $Id: easykit_layer.css 65 2011-09-28 10:22:56Z hebing $
// $HeadURL: svn://svnserver/coelaneasykit/2010/styles/easykit/easykit_layer.css $
//
// (c) 2009 monsun media GmbH
//
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Layout                                     */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
* {
	outline:none;
}

div.overlay {
	position:absolute;
	height:438px;
	width:605px;
	top:80px;
	right:20px;
	background:transparent url(layer/layer-bg.gif) 0 0 no-repeat;
	padding:30px;
	display:none;
}

div.layerContainer {
	height:427px;
	width:605px;
	color:#000;
	position:relative;
}

div.overlay h1
,div.overlay h2
,div.overlay h3 {
	font-size:120%;
	margin:11px 0;
}

div.overlay p {
	margin:11px 0;
}

a img {
	border:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* linkContainer                              */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.linkContainer a {
	position:absolute;
	padding-top:15px;
	padding-right:20px;
	top:0;
	right:0;
	color:#000;
	text-decoration:none;
	font-size:90%;
}

div.linkContainer a.active
,div.linkContainer a:hover {
	color:#000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* innerContentContainer                      */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.innerLayerContainer {
	height:427px;
	width:605px;
	overflow:hidden;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Article                                    */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.overlay div.Article ul {
	margin:0;
	padding:0;
}

div.overlay div.Article ul li {
	margin:0;
	padding:2px 0 2px 20px;
	list-style-type:none;
	background:transparent url(Article/li-image.gif) 0 0 no-repeat;
}

div.overlay div.Article h3 {
	margin-bottom:0;
}

div.overlay div.Article a  {
	color:#d50d22;
}
