/**
 * Style sheet netrapid_start
 */
#frontpage .inside a
{
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

#frontpage .inside a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}

.mod_article
{
	margin-top:9px;
	margin-bottom:36px;
}

.ce_accordion
{
	width:292px;
	float:right;
	clear:both;
	margin-left:24px;
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
}

h1.ce_accordion
{
	width:280px;
	margin:6px 0px 0px 24px;
	padding:6px;
	background-color:#f0f0f0;
	border:1px solid #dfdfdf;
	font-weight:bold;
	font-size:1.2em;
	line-height:1;
}

.ce_accordion .toggler
{
	border-top:0px;
	font-weight:normal;
}

.ce_accordion .accordion div
{
	border-bottom:1px solid #dfdfdf;
}

#blogposts
{
	width:292px;
	float:right;
	margin-bottom:30px;
	background-color:#f9f9f9;
	border:1px solid #c6c6c6;
}

#blogposts h1
{
	margin:0;
	padding:6px;
	background-color:#f0f0f0;
	border-bottom:1px solid #c6c6c6;
	font-weight:bold;
	font-size:1.2em;
	line-height:1;
}

#blogposts .teaser, #blogposts .more
{
	font-size:0.9em;
}

#blogposts .layout_short
{
	padding:9px 6px;
}

/* Fix position issue in IE6 */
* html #blogposts
{
	position:relative;
	margin-bottom:0;
}

